RES: Convert to Ant

2004-10-25 Thread André Dantas Rocha
Thnkas Jan, I'll try your solution. -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 25 de outubro de 2004 03:49 Para: [EMAIL PROTECTED] Assunto: AW: Convert to Ant Defining the classpath is done with a . Compiler is called via an

AW: Convert to Ant

2004-10-24 Thread Jan . Materne
specified that. Neither the classname (use the classname attribute for that) nor the jar file (jar attribute). Jan > -Ursprüngliche Nachricht- > Von: Kris Read [mailto:[EMAIL PROTECTED] > Gesendet am: Montag, 25. Oktober 2004 08:34 > An: Ant Users List > Betreff: Re: Con

Re: Convert to Ant

2004-10-24 Thread Kris Read
Hello, Ant is not a scripting language! Look in the Ant manual under the and tasks. http://ant.apache.org On Sun, 24 Oct 2004 09:31:22 -0300, André Dantas Rocha <[EMAIL PROTECTED]> wrote: > Hi, > > I'm new in Ant and wold like to convert those lines to Ant script. How can I > do it? >

Convert to Ant

2004-10-24 Thread André Dantas Rocha
Hi, I'm new in Ant and wold like to convert those lines to Ant script. How can I do it? Thanks, André $ cd oreilly-aop/example1 $ export CLASSPATH=.;jboss-common.jar;jboss-aop.jar;javassist.jar $ javac *.java $ java -Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader POJO