RE: Question using @ in exec/arg

2007-04-13 Thread Bret Kumler
n: Ant Users List; [EMAIL PROTECTED] >Betreff: RE: Question using @ in exec/arg > > >Hi, > > >-Original Message- >From: Bret Kumler [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 12, 2007 7:47 PM >To: Ant Users List >Subject: Question using @ in exec/arg &g

RE: Question using @ in exec/arg

2007-04-13 Thread Bret Kumler
Thank you. -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 11:05 PM To: Ant Users List; Bret Kumler Subject: RE: Question using @ in exec/arg Hi, -Original Message- From: Bret Kumler [mailto:[EMAIL PROTECTED] Sent: Thursday

Question using @ in exec/arg

2007-04-12 Thread Bret Kumler
I'm going to use p4 sync @labelname and I was wondering if the @ sign will work in the following task. Do I have to single quote the @ sign? -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 269.3.

RE: Question about using different jvms with ant 1.6.5

2007-03-09 Thread Bret Kumler
51 AM To: Ant Users List; Bret Kumler Subject: Re: Question about using different jvms with ant 1.6.5 Good Morning Bret- 1)Can you specify the jvm attribute to point to your own customised java class? http://ant.apache.org/manual/OptionalTasks/junit.html 2)Also set clonevm to 'false' as y

Question about using different jvms with ant 1.6.5

2007-03-09 Thread Bret Kumler
Here's the issue. I want to use the latest version of Selenium to test our web application, which happens to run on jdk 1.4 in tomcat. The problem is the latest version of Selenium uses jdk 1.5 Is there a way to specify different jvms in the task or the task? Are there any samples I can use?

RE: Question.

2006-10-25 Thread Bret Kumler
Is there a way to pipe a file to the input and have the process spawned to the background? testprogram < test.txt Thanks -Original Message- From: Bret Kumler Sent: Wednesday, October 25, 2006 10:46 AM To: Ant Users List Subject: Question. How would one execute the following via

Question.

2006-10-25 Thread Bret Kumler
How would one execute the following via ant? echo 'start lstn' | testprogram Where testprogram is located say C:/testarea/bin. Do I use ? Thanks This e-mail message and any attachments may contain private, confidential, proprietary or privileged material of GoldenGate Software, Inc. that

RE: Question

2006-09-08 Thread Bret Kumler
: Thursday, September 07, 2006 11:58 AM To: Ant Users List; Bret Kumler Subject: RE: Question If you just want to copy your interface classes to your "instrumented" directory, it should be very easy for ant to handle. I think a should be enough. If you want Ant to analysis the test covera

Question

2006-09-07 Thread Bret Kumler
Is there a way in Ant to have it look at the contents of a file? I'm using Cobertura for code coverage and they ignore interfaces. I need to copy the interfaces to the classes directory for deployment. Thanks. This e-mail message and any attachments may contain private, confidential, propriet

RE: CAB creator for Linux?

2006-04-04 Thread Bret Kumler
http://www.jpackage.org/ should have it. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Monday, April 03, 2006 8:49 PM To: user@ant.apache.org Subject: Re: CAB creator for Linux? On Mon, 3 Apr 2006, Steve Wardell <[EMAIL PROTECTED]> wrote: > the page refers to a

question

2005-08-30 Thread Bret Kumler
I'm using cactus and the ant task is failing because I removed junit.jar from ant/lib. I read http://ant.apache.org/faq.html#delegating-classloader-1.6 I tried creating a new task def but I still get the same error, can't find a class junit/framework/Test I made sure the lib is in t