Re: Nested Tasks

2003-10-14 Thread Stefan Bodewig
On Tue, 14 Oct 2003, Christopher Bender <[EMAIL PROTECTED]> wrote: > This is stumping me pretty good and Im hoping someone has experience > something similar and found a solution. You probably have to load the task classes via the same classloader. To do so, either write a small Java properties f

Nested Tasks

2003-10-14 Thread Bender, Christopher
Hey, i am developing some of my own tasks and I am running into the following problem. I have the two task defs below Now, if I invoke each of these tasks in

Re: How to run a .jar created by ant

2003-10-14 Thread Claudio Corsi
There are some things here that you need to keep in mind. Java will not be able to find a jar file that is included within a jar file. In your case, you should not include the xerces.jar and socket.jar file in your MSX.jar file. When using the -jar option and your Manifest includes a Class-Path

RE: Here file in Ant

2003-10-14 Thread Jan . Materne
> > and even better, be able to be created and used in the same task. > > I'm not sure I can follow you here. > > Stefan Maybe in the same target? ... Jan

Re: Here file in Ant

2003-10-14 Thread Stefan Bodewig
On Mon, 13 Oct 2003, Ben Pracht <[EMAIL PROTECTED]> wrote: > Does anyone know if there is such a thing as a here file in Ant? or should work. > Ideally it should be able to substitute Ant variables in the here > file, both do. > and even better, be able to be created and used in the same tas

Re: delete task ...

2003-10-14 Thread Stefan Bodewig
On Tue, 14 Oct 2003, Thomas Lionel SMETS <[EMAIL PROTECTED]> wrote: > Attribute : includes Description I'd like to underline *Attribute* here. > But in the example they give : > > > > > > Is there a typo & includes beca

delete task ...

2003-10-14 Thread Thomas Lionel SMETS
In the ANT-docs, the delete-Task accepts a FileSet, with the following description: Attribute : includes Description : comma- or space-separated list of patterns of files that must be included; all files are included when omitted. Required : No But in the example they give :