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
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
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
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
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