RE: HELP! ant 1.6.2

2005-03-10 Thread Ray Madigan
Thanks! I have made the changes and it works like a champ! Thanks for all of your help. -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 8:06 AM To: Ant Users List Subject: Re: HELP! ant 1.6.2 Ray Madigan wrote: >Yep - meakin.jar had

Re: HELP! ant 1.6.2

2005-03-10 Thread Peter Reilly
Ray Madigan wrote: Yep - meakin.jar had it. It is an old ant task to perform ForEach! Found a reference to it: http://sourceforge.net/mailarchive/forum.php?thread_id=1063039&forum_id=2912 The methods for doing for has changed from 1.5 to 1.6. You probally should use the

RE: HELP! ant 1.6.2

2005-03-10 Thread Ray Madigan
/jre/lib/jce.jar:/usr/local/j2s d >k1.4.0_01/jre/lib/charsets.jar:/usr/local/j2sdk1.4.0_01/jre/classes >java.vendor : Sun Microsystems Inc. >file.separator : / >java.vendor.url.bug : http://java.sun.com/cgi-bin/bugreport.cgi >sun.io.unicode.encoding : UnicodeLittle >sun.cpu.endia

Re: HELP! ant 1.6.2

2005-03-10 Thread Peter Reilly
Reilly [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 1:30 AM To: Ant Users List Subject: Re: HELP! ant 1.6.2 What is the output of ant -diagnostics Peter Ray Madigan wrote: I have a project that has worked for almost forever. I just moved to ant 1.6.2 and I get a strange error. If I run

RE: HELP! ant 1.6.2

2005-03-10 Thread Ray Madigan
1:30 AM To: Ant Users List Subject: Re: HELP! ant 1.6.2 What is the output of ant -diagnostics Peter Ray Madigan wrote: >I have a project that has worked for almost forever. I just moved to ant >1.6.2 and I get a strange error. > >If I run ant -diagnostic everything seems ok.

Re: HELP! ant 1.6.2

2005-03-10 Thread Peter Reilly
What is the output of ant -diagnostics Peter Ray Madigan wrote: I have a project that has worked for almost forever. I just moved to ant 1.6.2 and I get a strange error. If I run ant -diagnostic everything seems ok. I am missing junit stuff and something else, but not likely to be the problem. On