RE: FTP Task Question

2004-02-13 Thread Sullivan, Sean C - MWT
1) Do you have multiple versions of Ant on your system? 2) check your ANT_HOME environment variable 3) try using Ant's "-v" (verbose) option -Sean > -Original Message- > From: Tonte Pouncil [mailto:[EMAIL PROTECTED] > Sent: Friday, February 13, 2004 3:57 PM > To: 'Ant Users List' >

RE: FTP Task Question

2004-02-13 Thread Tonte Pouncil
Yes, I have common-net.jar, jakarta-oro.jar, and and netcomponents.jar in my ANT_HOME/lib and I still get the standard error message. Is there anything special I need to do to enable ant to read the new jar files. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent:

scriptdef context

2004-02-13 Thread Arthur Allen
I'm trying to reference a task or target from a beanshell scriptdef. There appears to be a difference between the context of an inline script and a scriptdef with respect to access to such objects. In the former case, i can use constructs like theEcho.setMessage(...); where theEcho serves as th

Re: Waiting for server to start

2004-02-13 Thread Sebastien Blanc
Hi ! I'm using jython to check in the log traces that jboss is up and that ear is deployed. the following uses BSF but the same could be done with a . seb.

RE: cvstagdiff, Ant 1.6.1, "Could not find variable with the name of title"

2004-02-13 Thread Anderson, Rob (Global Trade)
Take a look at the diff between the tagdiff.xsl for 1.5.4 and 1.6.1 to see what else has changed. I think the documentation has yet to be updated to reflect these changes. -Rob Anderson > -Original Message- > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: Friday, Fe

RE: cvstagdiff, Ant 1.6.1, "Could not find variable with the name of title"

2004-02-13 Thread Anderson, Rob (Global Trade)
Sean, It seems that the taggdiff.xsl has changed. Your error is actually coming from the

cvstagdiff, Ant 1.6.1, "Could not find variable with the name of title"

2004-02-13 Thread Sullivan, Sean C - MWT
My configuration: Apache Ant 1.6.1 Sun JDK 1.4.1_02 Windows 2000 My build.xml script runs perfectly in Ant 1.5.4 but fails in Ant 1.6.1 The tag is failing. This is what I see: --- [cvstagdiff] cvs rdiff: Diffing apps/websphere [style] Processing C:\build\output\t

RE: Waiting for server to start

2004-02-13 Thread Nick Neuberger
I don't quite understand the reason why you would want to run the test cases before the app server is started. Can you just run a task to start the appserver, then run the tests. Another possiblity. Are you using an Http Server on port 80, then the appserver hooked to another port. You may be g

Re: AW: AW: Using property in regexp mapper

2004-02-13 Thread Matt Benson
--- "Hagen, Christian" <[EMAIL PROTECTED]> wrote: > > -Ursprüngliche Nachricht- > > Von: Matt Benson [mailto:[EMAIL PROTECTED] > > which part won't work? > > The mapper. Of course I can do it using a for-loop > and propertycopy, it wouldn't be the first time ;-). > But that's what I wante