sudden problem with ftp to site

2009-01-10 Thread Patrick Waugh
All of a sudden, when I run my usual build script, I get this: [ftp] sending files BUILD FAILED /home/patrick/repo/dib/common/build.xml:103: could not put file: 425 Could not open data connection to port 50055: Connection timed out The site is up and running, and I can connect to it myself from

Re: Difference between "dirname property" and "property"?

2009-01-10 Thread Brian Stephenson
>From Ant manual: "When this task executes, it will set the specified property to the value of the specified file (or directory) up to, but not including, the last path element." dirname tasks expects an actual file name, to return the path without the filename (opposite of the basename task). Si

Re: Running ANT build via the web

2009-01-10 Thread Marijan (Mario) Madunic
Thanks Glenn, I'll take a look at them. Marijan (Mario) Madunic glenn opdycke-hansen wrote: Running Ant via Web can be done via CruiseControl or AntHill or other sw -glenn On Fri, Jan 9, 2009 at 9:07 PM, Marijan (Mario) Madunic wrote: Curious if there is a way to run an ANT build via web

Re: Do something if downloads file

2009-01-10 Thread Brian Stephenson
Let me talk from a conceptual point of view. In case number 2, big question is if you need to save the existing older local file if there is a newer source file, before trying to get the newer one, in case you want to use the old one if the download fails. If you put a "DELETE ${destination.file}"

Re: Follow-up : Force ANT to re-compile all files

2009-01-10 Thread Florin-Alexandru Bratu
Hello again! Sorry I sent the previous message two times, it was by mistake. It seems that you decided to punish me for this mistake by not answering to my posts at all! :P So, if you have any knowledge on this issue, could you please share it? regards, Florin. -

Difference between "dirname property" and "property"?

2009-01-10 Thread Ben Stover
When I define a property with: then everything works fine. On contrast when I define: then build/common.build.xml is not found because a different directory is taken. Why? Ben - To unsubscribe, e