Closed GoogleCodeExporter closed 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
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
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
Original issue reported on code.google.com by
Tarek.El...@gmail.com
on 27 May 2008 at 8:15