YES! Now it works. I didn't have any *.java files in /src/main/java .. empty folder only (I always want to start out with a 'buildfile' first, on a fresh/new project)
compile.using :java # ..did the trick! 2011/9/26 Alex Boisvert <alex.boisv...@gmail.com> > It's possible the Eclipse task doesn't correctly recognize the project as a > Java project. > > Do you have sources under src/main/java? If not, you can force the > language > by adding, e.g., > > compile.using :javac > > alex > > On Mon, Sep 26, 2011 at 5:14 AM, dynnamitt <kjetil.midt...@gmail.com> > wrote: > > > > > When using command "eclipse" the docs states > > > > "The eclipse task will generate a .classpath and .project file for each > of > > projects .." > > > > But I only get one ".project" file .. > > > > Version I'm using 1.4.6 / ruby 1.8.7 > > > > regards > > -- > > View this message in context: > > > http://old.nabble.com/Eclipse-classpath-%281.4.6%29-tp32503935p32503935.html > > Sent from the Buildr - User mailing list archive at Nabble.com. > > > > >