RE: Using Ant to test whether a web app is installed on Tomcat

2004-03-22 Thread Simon Toens
Hi Michael, To check the property's value, you could do something like: (assuming resultprop has been set by the exec task) Simon -Original Message- From: Michael Woinoski [mailto:[EMAIL PROTECTED] Sent: Monday, March 22, 2004 11:43 AM To: [EMAIL PROTECTED] Subject: Using Ant to

how to timestamp a copied file using ANT

2004-03-22 Thread Shailesh Sharma
Hi, Iam copying a file from one directory to another after my build is about to completed. doing something here.. But apart from doing the copy, i also wanted to add a timestamp to the copied file . Does somebody know how to do thisPlea

RE: Looking for a tool to graphically represent an ant.xml

2004-03-22 Thread Daniels, Doug
I find that the most up to date ant visualization tool is: Grand:Graphical Representation of ANt Dependencies http://www.ggtools.net/grand/ I was wondering if anyone knows of a newer tool, or if anyone knows of support for and listing as well, or even better if it could read loops from the ant-

Using Ant to test whether a web app is installed on Tomcat

2004-03-22 Thread Michael Woinoski
I'm using Ant 1.5 to develop and test web apps with Tomcat 5. I need a way to use an Ant task to determine whether a particular web app is installed. Currently, my init task uses to check the existence of a marker file. Then the build task tests the property set by . If the marker file doesn't

Problem with missing jars/zips in classpath

2004-03-22 Thread Guru Balse
(This is for ant 1.6.X) When I am running tests, if jars or zips are specified in the classpath but are not actually there (not ideal, but it happens in a multi-developer environment), then I get the following annoying warnings: [taskdef] dropping /ade/gbalse_ipds25/oracle/workflows/wf/java/l

RE: don't fail build on failed task

2004-03-22 Thread Conelly, Luis (GNF, Contractor)
You can use ant-contrib[1] task Read the instructions about how to the tasks in the jar HTH Luis [1] http://ant-contrib.sourceforge.net/ -Original Message- From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] Sent: M

RE: don't fail build on failed task

2004-03-22 Thread Anderson, Rob (Global Trade)
The ant-contrib project has a task. I have not used it, but you might check it out to see if it meets your needs. http://ant-contrib.sourceforge.net/ Look under "Other tasks" for the trycatch task documentation. -Rob Anderson > -Original Message- > From: Dean A. Hoover [mailto:[EMAIL

don't fail build on failed task

2004-03-22 Thread Dean A. Hoover
I am using ant to build and deploy a webapp to tomcat. I have a deploy task and an undeploy task. The deploy task fails if the app is already deployed. The undeploy task fails if the app is not already deployed. I find myself constantly typing: ant undeploy deploy which works fine if the build goes

Re: Copying javadoc comments from the JDK

2004-03-22 Thread Matt Benson
Glad to hear it. -Matt --- Chris <[EMAIL PROTECTED]> wrote: > Cool. That worked. > > "Matt Benson" <[EMAIL PROTECTED]> wrote in > message > news:[EMAIL PROTECTED] > > I think in order to inherit documentation from the > > Java API, you should include the Java source in > your > > sourcepath and