and set up a new proiject with it's own
set of properties, properties set in the new project are
not seen by the calling project.
To do what you want I would advice using and
perhaps to refactor so that only one project
is used.
Alternatively one can use ant-contribs' task:
http://ant-contr
I believe the task can take a nested or
sub-element, this will allow you to pass the value of properties from the
parent script to the child script.
See: http://ant.apache.org/manual/CoreTasks/ant.html for more info
Hope that helps,
Ninju
- Original Message
From: Dave <[EMAIL P
I'm trying to use a globmapper with uptodate task.
such as
to="${qproxy.src.dir}/qproxy/*.java"/>
unless="proxy.uptodate" description="build a qproxy class from a regular
class using the QProxyParser">
Used like:
value="AsyncJobSvcHdlr.java"/>
Yah Exactly the same thing is happening , if we are making a build with
jsp's within it how we will came to know that jsp are working fine and not
having any problems..
-Original Message-
From: Chun Ji [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 09, 2007 2:41 AM
To: Ant Users List; [E
Hello all,
I've been trying to extend JUnit's report without success. The following are
some questions/comments about what I couldn't accomplish:
1. Ant's
org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter does
not offer any support for extensibility. It would be nice to have s