From: denis q. <dqu...@fr...> - 2006-01-25 22:22:34
|
try to use Ant with the build.xml which is in CVS tree. It's better to use Ant to compile Java since it handles src dir and lib dir without the need to list all paths. -- Denis > Well, it seems that my compile problems keep coming. > > If I try the first line, it already fails: > > javac -classpath '.:Groovy.jar:asm.jar' org/jsynthlib/*/*/*.java > org/jsynthlib/*/*.java > > I get the following error: > > javac -classpath '.:Groovy.jar:asm.jar' org/jsynthlib/*/*/*.java > org/jsynthlib/*/*.java > > Does anyone know what this can be ? I tried to compile every directory > by hand but I still got errors wich is strange cause I didn't change > anything from the standard distribution ... > > Greetz, > Imco > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > Jsynthlib-devel mailing list > Jsy...@li... > https://lists.sourceforge.net/lists/listinfo/jsynthlib-devel > > |