Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.
The "AntNewbies" page has been changed by superman. http://wiki.apache.org/ant/AntNewbies?action=diff&rev1=58&rev2=59 -------------------------------------------------- Copyright © 2006 Free Software Foundation, Inc. Ce logiciel est libre; voir les sources pour les conditions de copie. Il n'y a PAS GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER. + + r...@drago src]$ ant -f build.xml distrib.java.src + Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.tools.ant.launch.Launcher + at gnu.gcj.runtime.FirstThread.run() (/usr/lib/libgcj.so.5.0.0) + at _Jv_ThreadRun(java.lang.Thread) (/usr/lib/libgcj.so.5.0.0) + at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean) (/usr/lib/libgcj.so.5.0.0) + at __gcj_personality_v0 (/home/tmascc/decoms/src/java.version=1.4.2) + at __libc_start_main (/lib/tls/libc-2.3.4.so) + at _Jv_RegisterClasses (/home/tmascc/decoms/src/java.version=1.4.2) + }}} + I can get through this by using this command instead of ant : java -classpath /usr/local/bin/ant/lib/ant-launcher.jar -Dant.home=/usr/local/bin/ant org.apache.tools.ant.launch.Launcher -f build.xml distrib.java.src + + ---- /!\ '''End of edit conflict''' ---- ----
