brlrt / away3d

Automatically exported from code.google.com/p/away3d
0 stars 0 forks source link

Away3d 2.1.0 installation problem #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After adding away3d 2.1.0 to my project in Flex it have error with 
Clipping Class it can’t run and give errors

I solve the problem by commenting out the “import away3d.core.clip.*” in 
the other Classes but I don’t know if it is right or what so please say to 
me what to do

It runs good until now but i can’t know what will happened later

I don’t try it with Flash

Thanks

Original issue reported on code.google.com by Tarek.El...@gmail.com on 27 May 2008 at 8:15

GoogleCodeExporter commented 8 years ago
Hi Tarek

can you copy and paste the precise error your getting?

Also, can you check for any old versions of the away3d source code in your 
classpath
- the error your getting sounds like a conflict between two different source 
folders
being accessed at compile time

Rob

Original comment by rob.bate...@gmail.com on 31 May 2008 at 9:45

GoogleCodeExporter commented 8 years ago
I've got the same problem! The error I get is:

Location: SpriteRenderSession.as, line 38
Description: 1067: Implicit coercion of a value of type 
away3d.core.clip:Clipping to
an unrelated type away3d.core.render:Clipping.        
Source: _clip = _view.clip;

Could someone help me out? 

Original comment by wizzn...@gmail.com on 10 Jun 2008 at 8:34

GoogleCodeExporter commented 8 years ago
The your having is caused by the 2.0 codebase being overwritten with the 2.1 
codebase
in the package directories.

This unfortunately is not as good as deleting the old directories first, because
modified files are updated fine, but moved files end up with two copies - 
causing the
conflicts you see.

My suggestion would be to create a "clean" source directory by first deleting 
the old
contents, then copying the 2.1 package structure into the empty source 
directory.
That way no conflicts will occur

please reply to verify if this solved the problem or not

Rob

Original comment by rob.bate...@gmail.com on 20 Jun 2008 at 10:44