AW: JavaFront: use of nested elements

2008-11-10 Thread Jan.Materne
I added support for AntLibs ... Jan >-Ursprüngliche Nachricht- >Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 10. November 2008 13:13 >An: dev@ant.apache.org >Betreff: JavaFront: use of nested elements > >I have rewritten the command line parsing to support the us

Re: EasyAnt / vs

2008-11-10 Thread Jean-Louis BOUDART
> <[EMAIL PROTECTED]> wrote: > > I'm not sure that adding an as-attribute make sense for . > > In our POC you can "import" with mode the same file with different > > prefix. exemple : > > > > ... > > > > > > > > > > ... > > > > > > > > > > ... > > > > > > > > > > > > > > What I've

Re: EasyAnt / vs

2008-11-10 Thread Stefan Bodewig
On 2008-11-06, Dominique Devienne <[EMAIL PROTECTED]> wrote: > What I've argued before is that the 'as' attribute used by a build > should only be visible to that build. Any other build that uses it > (English meaning of use :) should not be aware of this attribute. This > way both Concrete-Model1

Re: JavaFront: use of nested elements

2008-11-10 Thread Stefan Bodewig
On 2008-11-10, <[EMAIL PROTECTED]> wrote: > CMD: concat + fileset dir src includes *.properties - + header # Ant > Version ${ant.version} - + footer # End of text > > --- > Problem: failed to create task o

Re: EasyAnt / vs

2008-11-10 Thread Dominique Devienne
On Mon, Nov 10, 2008 at 10:16 AM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Right now I'm pretty close to simply add an "as" attribute to import, > add "include" as an alias name for import and make the task behave > differently when it is called as include. This should address all > EasyAnt use

JavaFront: use of nested elements

2008-11-10 Thread Jan.Materne
I have rewritten the command line parsing to support the use of nested elements and text like Hello World The examples now show the XML-Syntax followed by the command line. But the last example doesnt work: XML: Ant Version ${ant.version} End o

IvyDE 2.0 roadmap

2008-11-10 Thread Nicolas Lalevée
I would like to discuss about the next release of IvyDE. The last release of IvyDE was made 4 months ago, there are some important bug fixes that make IvyDE a lot more stable, so I think it is a good time to get an IvyDE release now. Thought I don't think that that next release is enough test

Re: IvyDE 2.0 roadmap

2008-11-10 Thread Maarten Coene
Sounds good to me Maarten - Original Message From: Nicolas Lalevée <[EMAIL PROTECTED]> To: Ant Developers List Sent: Monday, November 10, 2008 11:15:48 PM Subject: IvyDE 2.0 roadmap I would like to discuss about the next release of IvyDE. The last release of IvyDE was made 4 months

About

2008-11-10 Thread j2ee6610
that is my script i simply just want to run activemq.exe but it's not working I'm sure that the path is all correct the error msg is that it could not find the specified file -- View this message in context: http://www.nabble.com/About-%3Cexec%3E-tp2043003

Re: About

2008-11-10 Thread Mark Salter
j2ee6610 wrote: > i simply just want to run activemq.exe > but it's not working > > I'm sure that the path is all correct the error msg is that it could not > find the specified file What is the *exact* error message? Please copy and paste please. Can you add -verbose to your ant invocation an

Re: About

2008-11-10 Thread j2ee6610
The error msg is as follow: build failed. Execute failed: java.io.IOException: Cannot run program "activemq" (in directory "C:\\X"): CreateProcess error=2, The system cannot find the file specified. Thank you Mark Salter-5 wrote: > > j2ee6610 wrote: >> i simply just want to run activemq

Re: About

2008-11-10 Thread Stefan Bodewig
this really is a user-list question. On 2008-11-11, j2ee6610 <[EMAIL PROTECTED]> wrote: > >spawn="true" > /> > > that is my script > i simply just want to run activemq.exe then call it that and not activemq 8-) executable="activemq.exe" likely works, you may need

Re: About

2008-11-10 Thread j2ee6610
what's resolveexecutable? how do I set it? I tried to use activemq.exe but it's not working. Stefan Bodewig wrote: > > this really is a user-list question. > > On 2008-11-11, j2ee6610 <[EMAIL PROTECTED]> wrote: > >> >> > spawn="true" >> /> >> > >> that is my script

AW: JavaFront: use of nested elements

2008-11-10 Thread Jan.Materne
>Works for me now. Cool :-) Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]