Re: AW: Getting the called target or ant cmd parameters

2006-09-21 Thread Felix Seeger
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

Getting the called target or ant cmd parameters

2006-09-21 Thread Felix Seeger
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

Setting a system property

2006-04-24 Thread Felix Seeger
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-

Re: Starting Jboss server

2006-03-21 Thread Felix Seeger
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

Re: Starting Jboss server

2006-03-21 Thread Felix Seeger
Hi Harshal, you can start jboss in a Felix Am Monday, 2

Re: 'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-10-12 Thread Felix Seeger
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

'Exception in thread "main"' for java after Ant upgrade to 1.6.5

2005-09-19 Thread Felix Seeger
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