FTP works in 1.6.5, fails in 1.7.1

2009-12-07 Thread Ken Turner
I have the following code snippet: With Ant 1.6.5, this works fine, but with Ant 1.7.1 it appears to successfully copy one file, and then falls ov

Re: AW: ant-contrib: ispropertytrue

2009-06-04 Thread Ken Turner
Is this a lowercase problem? Juergen, you're a megastar! I've been beating my brain on this one for more than a week, and I really believed I'd been down that route, without any success. However, I tried it again and bingo! problem solved. Thanks for your help -- View this message in conte

Re: ant-contrib: ispropertytrue

2009-06-03 Thread Ken Turner
David Weintraub wrote: > > I don't believe there's a IsPropertyTrue condition. Well David, as I said, my code works fine in Windows, and only falls over in Linux. You might like to look at this: http://ant-contrib.sourceforge.net/tasks/tasks/more_conditions.html ispropertytrue Your propose

ant-contrib: ispropertytrue

2009-06-03 Thread Ken Turner
I'm using Ant version 1.6.5, and ant-contrib-1.0b2.jar. I have a snippet of my build file which looks like this: In my Windows environment (Win XP Pro SP3), this works fine, but I'm attempting to trans

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-10 Thread Ken Turner
Well, in the face of the deafening silence from all you gurus, I've come up with a solution to the problem: The crucial bit is th

Re: Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Ken Turner
Dominique > You're not saying what you do if the two dirs differ. I wish to build and deploy the module, which simply involves making a call to another build.xml file which is included in the structure; if the two dirs are the same, I wish to do nothing. In plain English the problem could be s

Problem with OUTOFDATE (ant-contrib) task

2008-04-07 Thread Ken Turner
My problem is very simple: I have two parallel directory structures, 'Old' and 'New', which contain a variety of files and subdirectories. Normally the contents are identical, but I want to know whether any file has been updated. OUTOFDATE seems to be the perfect solution, but I can't seem to g

Re: Classpath problem / getting StarTeam tasks to work...

2008-03-12 Thread Ken Turner
I use StarTeam successfully simply by using the following -lib parameter when I call Ant: -lib "C:\Program Files\Borland\StarTeam SDK 2005\Lib" -- View this message in context: http://www.nabble.com/Classpath-problem---getting-StarTeam-tasks-to-work...-tp15499112p16001862.html Sent from the Ant