Re: using arguments after the java command

2005-07-19 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bill Rich wrote: > See if this will help as a model -- > > fork="true" > failonerror="true"> > > > > > > > > > > > The element passes the arg to the JVM

re: using arguments after the java command

2005-07-19 Thread James Black
I am using ant 1.6.5 Here is the command I need to execute, and I would like to do this in ant, as I think it could make life easier. I don't know how to do the -f, -o and -d arguments after TINIConvertor, and also, is there an easy way to put all the classes in my bin directory in the argument p

Re: Setting javac options in Ant

2004-10-04 Thread James Black
n my build file? What I did was: -- "Love is mutual self-giving that ends in self-recovery." Fulton Sheen James Black[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting javac options in Ant

2004-10-04 Thread James Black
ould I add this to my compile task? When I tried I got an error message telling me: /home/asv/src/java/hibernate-2.1/build.xml:157: The type doesn't support the nested "arg" element. -- "Love is mutual self-giving that ends in self-recovery." Fulton Sh

re: test freezes up

2003-11-14 Thread James Black
I am curious why ant will say that it is running a particular test, but then just stops there. When I run the test manually it runs in under 2 seconds, but I can wait minutes and the java process is sleeping, and never woken up. I actually have to kill it manually. I hope this makes sense. I