Re: Ant task

2006-05-19 Thread Adam Stroud
fit your needs. -Rob A -Original Message- From: Adam Stroud [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 11:47 AM To: Ant Users List Subject: Re: Ant task Thanks Rob: I actaully just found the subant task in the manual. The only problem I am having with it is that the manual says t

Re: Ant task

2006-05-19 Thread Adam Stroud
d continue when there is an error in the subproject. See the manual page for more details. http://ant.apache.org/manual/CoreTasks/subant.html -Rob A -Original Message----- From: Adam Stroud [mailto:[EMAIL PROTECTED] Sent: Friday, May 19, 2006 9:41 AM To: user@ant.apache.org Subject: Ant tas

Ant task

2006-05-19 Thread Adam Stroud
All: I have a quick question on the ant task. I am currently using the ant task to initiate the builds of subprojects. Is there a way to prevent the master build from failing when one of the subprojects fail? Thanks A - To

Classpath Question

2006-03-28 Thread Adam Stroud
I am kind of new to ant and I was wondering I was doing something wrong in my build.xml file. Basically I am trying to build code in two parallel packages heirarchies and use the classpath to select the correct .class file to be used in further compilation. To make a long story short, I am se

Re: Ant and Junit

2006-03-13 Thread Adam Stroud
ice would be to place the junit.jar in $ANT_HOME/lib > or in ~/.ant/lib. > > For a full explation read: > http://ant.apache.org/faq.html#delegating-classloader > > Peter > > > On 3/12/06, Adam Stroud <[EMAIL PROTECTED]> wrote: > > > > All: > > >

Ant and Junit

2006-03-11 Thread Adam Stroud
All: I just have a question about ant and junit. I have been trying to get junit to work cleanly with ant for a few days now. Based on the searching I have done on the Internet it seems that this is somewhat problematic. Anyways, I have chosen to go the route of removing ant-junit.jar from ANT_

junit & ant

2006-03-09 Thread Adam Stroud
Hey All: I am sure that most of you have seen this message com across the list before. I am trying to use junit with ant. I want to be able to have the junit.jar file reside somewhere else than in the ANT_HOME/lib directory. I have searched the web for ideas about how to solve this problem but