Ant ftp task “Could not date test remote file”

2011-02-19 Thread Boris Hamanov
Hi guys! I am using Ant ftp task to deploy my project files to a remote app server. Ant is not able to detect the date of the remote file and it re-uploads all files every time. When I start Ant in debug mode it says: [ftp] checking date for mailer.war [ftp] Could not date test remote file:

Re: Change property value

2011-02-19 Thread Scot P. Floess
Fair enough :) I only mention it as an alternative (an FYI really). When I saw the statement "has the best compatibility to java" it got me to thinking that beanshell not only has great (maybe perfect) Java compatibility, but is also basically Java in syntax :) But, your point is certainly

Accessing classes in a path from a custom task

2011-02-19 Thread Allan Lewis
I'm working on a custom ant task, and want to create a class based on classname provided to the task. I've made a path available to the task, but can't quite figure out how to make those classes available to the task, so I wind up getting a java.lang.ClassNotFoundException when trying to create th

Re: Change property value

2011-02-19 Thread Gilbert Rebhan
Original Message Subject: Re: Change property value From: Scot P. Floess To: Ant Users List Date: Sat Feb 19 2011 00:56:10 GMT+0100 (CET) > Beanshell is pretty good as well...and may as well be Java ;) > > >> solution 2, use some scripting language running in JVM >> and make