JUnit not found building on Mac MountainLion

2013-06-13 Thread Jack Woehr
What am I doing wrong, please? $ echo $CLASSPATH /opt/local/ant/lib/junit.jar $ echo $ANT_HOME /opt/local/ant $ ./build.sh /.../apache-ant-1.9.1/build.xml:1059: The following error occurred while executing this line: /.../apache-ant-1.9.1/build.xml:769: We cannot build the test jar unless JUnit is

Re: ${ant.target}?

2004-05-10 Thread Jack Woehr
Dominique Devienne wrote: > > From: Jack Woehr [mailto:[EMAIL PROTECTED] > > > > Is there a built-in property for the current target's name, e.g., > > ${ant.target}? Seems logical but I can't find it in the manual. > > No. You can access it thru a t

Re: ANT ignoring command line argument

2004-05-10 Thread Jack Woehr
Thomas Mitchell wrote: > Yep, I agree its in the local setup. I'm running Windows XP > Professional. Do can I trace what's going on from the point I type ANT? Thomas, you didn't create some kind of command prompt alias for ANT did you? -- Jack J. Woehr# "[F]ar in the empty sky a soli

Ant SQL Task can define stored procedure?

2004-04-02 Thread Jack Woehr
I am trying to use the Ant SQL task to replace a shell scripting solution but I get errors on a stored procedure. Is it possible to define stored procedures via Ant SQL? In the midst of a stored procedure definition ... select @querystring = "alter table " + @tmptablename + " dro

Re: Problem with new ant task

2003-08-14 Thread Jack Woehr
Aloizio Pereira da Silva wrote: > > You have misspelled "diretorioSaida" either in your custom task source > > or bel$ > > diretorioSaida= "C:\\aloizio\\" > > No, I have not. > Below is my java task code: > public class gerar_relatorio extends Task{ > > private String diretorioSaida = ""; > Th