codyopel / collide

Automatically exported from code.google.com/p/collide
Apache License 2.0
0 stars 0 forks source link

Top level build should immediately create the directories Eclipse needs #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I tryed to clone the code to my pc via git. Then i tryed to import the project 
to eclipse. Now Eclipse say that com.google.collide.dto.client.DtoClientImpls 
is missing. And y there is no such package. 

Then i tryed to start Ant but BUILD FAILED with:

F:\java\collide\java\com\google\collide\dto\build.xml:54: The following error 
occurred while executing this line:
F:\java\collide\macros.ant.xml:103: Error running javac.exe compiler

I use 
Eclipse 4.2
JRE 7
Win 7

Original issue reported on code.google.com by kemo...@googlemail.com on 11 Jul 2012 at 5:55

GoogleCodeExporter commented 9 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Comment #1 was a duplicate of issue #24, now fixed.

Original comment by dragonsinth on 12 Jul 2012 at 12:08

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dragonsinth on 14 Jul 2012 at 3:36