RE: Looping in Ant

2005-12-06 Thread Fintan Hynes
which could all inherit from the parent build and override or add the specifics for each developer queue. -- Clifton C. Craig, Software Engineer [EMAIL PROTECTED] On Monday 05 December 2005 10:07 am, Fintan Hynes wrote: > You can use the ant-contrib task... > > http://ant-contrib.sou

RE: Looping in Ant

2005-12-05 Thread Fintan Hynes
You can use the ant-contrib task... http://ant-contrib.sourceforge.net/tasks/tasks/index.html Fintan -Original Message- From: Mark Eramo [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 2:59 PM To: Ant Users List Subject: Looping in Ant Hello, Does anyone have experience r

RE: Are there ANT tasks for SFTP?

2005-09-08 Thread Fintan Hynes
I think will do the job -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 08 September 2005 15:30 To: Ant Users List; Ant Users List Subject: Are there ANT tasks for SFTP? Hello ANT users, I'm building a ANT deploy script that needs to use SFTP. I see FTP a

Build resources...

2005-07-27 Thread Fintan Hynes
Hi, Could anyone recoment any good books or online resources on 'build and release management' .?. Thanks, Fintan Fintan Hynes, Traventec, Galway Business Park, Dangan, Galway, Ireland. * +353 (0)91 518709 Fax:+353 (0)91 525056 * [EMAIL PROTECTED] We

RE: Comparing Files on Two Servers

2004-12-15 Thread Fintan Hynes
Hi, I had this problem some time ago and I implemented an Ant task using the Java.util.jar API to compare the manifests of both jarfiles. In my case both jarfiles were signed so the manifests were different if the jarfiles were different. This was on a local filesystem also so I had no FTP requi

RE: Compiler Attribute

2004-11-24 Thread Fintan Hynes
Hi John, We do something roughly similiar to this. We sometimes compile our client and server components using a different Java version 1. No, you shouldn't need different classpaths. We have no compiler jars in the classpath when invoking the task. 2. I could never get the compiler attrib