up.com/?l=ant-user&m=114123101810971&w=2
>
> Jan
>
> >-Ursprüngliche Nachricht-
> >Von: Felix Seeger [mailto:[EMAIL PROTECTED]
> >Gesendet: Donnerstag, 21. September 2006 11:40
> >An: Ant Users List
> >Betreff: Getting the called target or ant cmd
Hi all,
is it possible to find out the initially called target, e.g ant clean the
target I like to get is "clean" ?
My problem is that I call an antfile from the project itself. I like to skip
this for one target name. Sure I could add dependencies... but I don't like
to do this here.
Thanks
Hi all,
is it possible to set a propery in the current running vm ? I like to make
sure that a target is only executed once per ant run.
Thanks a lot
Felix
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
ld like to do the same on JBoss
>
> Thanks.
>
> -Original Message-
> From: Felix Seeger [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 21, 2006 8:00 AM
> To: Ant Users List
> Subject: Re: Starting Jboss server
>
> Hi Harshal,
>
> you can start jboss in a
Hi Harshal,
you can start jboss in a
Felix
Am Monday, 2
Someone has an idea what I can do or how I can debug this ?
thanks
Felix
Am Monday, 19. September 2005 15:18 schrieb Felix Seeger:
> Hi,
>
> I have a ant task used to precompile jsps. This is java command:
> --
>classpathref="finalizer-classpath"
> class
Hi,
I have a ant task used to precompile jsps. This is java command:
--
--
With Ant 1.6.2 there was not problem at all, but now with 1.6.5 I only get:
--
[java] Exception in thread "main"
BUILD FAILED
The following error occurred while executing this line:
Java returned: 1
--
If I sta