[gradle-user] Re: Newbee Questions: classpath

2008-12-13 Thread rzo
with the same classpath with no errors. rzo wrote: Found part of the problem: The pattern for file matching should be: ~/.*\.jar/ rzo wrote: Hello, I am new to Gradle and have little knowledge of Ant or Maven. I am missing an example for a simple script which would just compile and jar a project

Re: [gradle-user] Re: Newbee Questions: classpath

2008-12-22 Thread rzo
13, 2008, at 10:14 PM, rzo wrote: The classpath now seems to be correctly set, but I am getting cannot find symbol. The error is however not in all classes where the symbol (class name) is used. This gives me the impression that the classes are compiled in the wrong order. BTW: within eclipse