Open GoogleCodeExporter opened 8 years ago
Igot this so far didnt saw the eclipse part in the readme, but now i got this
error by "ant build test":
BUILD FAILED
F:\java\collide\javatests\com\google\collide\server\api\build.xml:13: Directory
does not exist: F:\www-java\collide\
bin\test\classes\com\google\collide\server\api
Total time: 3 minutes 18 seconds
Original comment by kemo...@googlemail.com
on 11 Jul 2012 at 6:40
The javac.exe error seems strange; are you using a JRE or JDK?
The other error has been reported, I'll take a look.
Original comment by dragonsinth
on 11 Jul 2012 at 9:10
Comment #1 was a duplicate of issue #24, now fixed.
Original comment by dragonsinth
on 12 Jul 2012 at 12:08
Eclipse warns me now that: "Build path entry is missing: collide/bin/test/gen"
I think its a inherited error of the upper one
Original comment by kemo...@googlemail.com
on 12 Jul 2012 at 5:21
Sync to head, try another "ant build test". Does that work? If so, it should
make eclipse happy.
Original comment by dragonsinth
on 12 Jul 2012 at 6:14
[deleted comment]
mhh i have to
"ant dist" before now it compiles correctly
now are only some errors in ant file.
there is missing some targets, when im at home i post the error.
but i can start the server and thats what i need :D
Original comment by kemo...@googlemail.com
on 12 Jul 2012 at 7:39
Freeland: I'm starting to think that our top level ant file, as the first thing
it does, should create all the necessary folders for Eclipse to be happy.
Thoughts?
Original comment by dragonsinth
on 12 Jul 2012 at 3:00
Description Resource Path Location Type
Target test.shared.build does not exist in this project build.xml /collide line
97 Ant Buildfile Problem
Target src.shared.build does not exist in this project build.xml /collide line
87 Ant Buildfile Problem
Target test.shared.test does not exist in this project build.xml /collide line
93 Ant Buildfile Problem
is the new "problem"
Original comment by kemo...@googlemail.com
on 12 Jul 2012 at 9:41
Comment #9: these are spurious Eclipse errors, right? Eclipse's ant build file
parsing (at least, in your version) isn't up to the 1.8.4 spec and gets
confused.
Original comment by dragonsinth
on 13 Jul 2012 at 1:04
y this are eclipse errors but dont know how to upgrade to the appropriate ant
plugin, it was build in in the eclipse 4.2
But the build is fine :) so this can be solved
big thx :)
Original comment by kemo...@googlemail.com
on 14 Jul 2012 at 8:30
Original comment by dragonsinth
on 14 Jul 2012 at 3:36
Original issue reported on code.google.com by
kemo...@googlemail.com
on 11 Jul 2012 at 5:55