Re: How do I reference external JARs when running a Java program fromAnt?

2009-01-20 Thread Anna Teittinen
Hello Jason, I have something similar to the following in my build.xml file: Then, inside the and section, I have: I hope this works for you... as I am still learning the ins and outs of ant build.xml files myself. Thanks, --Anna -Original message- From: astyrrian1

Re: doe sn't pick up an environment variable

2009-01-15 Thread Anna Teittinen
Hi Kent, Great! You found a solution! I had the same problem recently with a project at work. In my build.xml, I have the following to make it work: where: ${env.PATH} is what is currently in my system path variable ${cto7.home}/Plugin/FacetTfm/carat_sharp/init is the path I want to

Re: Need help in build.xml file...

2008-12-29 Thread Anna Teittinen
available and condition tags as well. Thank you all very much again for your time and help! --Anna -Original message- From: "glenn opdycke-hansen" glenn...@gmail.com Date: Fri, 26 Dec 2008 23:39:26 -0500 To: "Ant Users List" user@ant.apache.org, "Anna Teittine

Need help in build.xml file...

2008-12-26 Thread Anna Teittinen
Hello, I am relatively new to using ant. Can somebody help me with a problem I have in my build.xml file? Below is a snippet of code from my build.xml file. Below, "caratsharp.dir" refers to a directory. Basically, if that directory exists, then the clean, prepare, jar, and copy_jar targets will