Re: and - interchangeable?

2010-08-22 Thread Stefan Bodewig
On 2010-08-23, Michael Ludwig wrote: > I'm wondering what's the difference between and . > Why are there these two construct? Aren't they functionally identical? Ant contains a type - a thing you can define outside of tasks - called . This Ant type is backed by a Java class named Path. Some ta

and - interchangeable?

2010-08-22 Thread Michael Ludwig
I'm wondering what's the difference between and . Why are there these two construct? Aren't they functionally identical? This is not about the environment variables, but about the Ant constructs. The question has been asked here, but not really answered: difference between path,pathelemnt,class

Re: Rhino global.load() in script context

2010-08-22 Thread Jacob Beard
Hi Greg, I'll bring it up on the developer's list. I've created a macro that sets up the rhino environment, so right now this seems like a good enough solution for me:

Ant FTP task: adding progress indicator and timeout

2010-08-22 Thread Evgeny Goldin
Hi All, I had to add a progress indicator to Ant's FTP task and blogged recently about how it can be done: http://evgeny-goldin.com/blog/2010/08/18/ant-ftp-task-progress-indicator-timeout/ Hope it'll help other people if they need to do the same. -- Best regards, Evgeny http://evgeny-goldin.com

Re: Rhino global.load() in script context

2010-08-22 Thread Greg Roodt
Hi Glad it worked. I agree with you. I think it would be much easier and more useful if these functions from the Rhino shell were made available. It is not something that the task is going out of its way to remove though, the problem is actually Rhino/javascript itself (not a problem, more a str