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'
>
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:
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
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.
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
Sean, It seems that the taggdiff.xsl has changed. Your error is actually coming from
the
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
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
--- "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