Re: How to retrieve IP address

2011-02-01 Thread Martijn Kruithof
On 31-1-2011 9:03, hezjing wrote: Hi May I know if it is possible to retrieve the IP address of the running server in Ant? http://ant.apache.org/manual/Tasks/hostinfo.html using the standard ant task the ADDR4 property is set, which will contain the address of the host ant is running on.

Re: Multiple JVM

2006-04-12 Thread Martijn Kruithof
Hi Is it an option to use JDK 1.5 completely and specify the source ant target attributes Martijn Bandaru, Jaysheel wrote: Hi - I have a build file which uses JDK1.4 to compile(javac) and run the java tasks , in the build file I have task which executes a jar file compiled using JDK1.5 .

IContract

2006-04-04 Thread Martijn Kruithof
Hello, IContract doesn't seem to be available anymore on the internet, therefore I have some questions. 1) Is anyone still using IContract? 2) Anyone knows if IContract is still available somewhere. 3) What is the licence on IContract (especially does it allow redistribution)? BR Martijn -

Re: Cygwin, Ant, and java.class.path Weirdness

2005-03-18 Thread Martijn Kruithof
I recently fixed bug 31245. The problems seem to emerge from the way cygwin, the jvm, windows and the ant script expect the CLASSPATH to be. : being the path separator on cygwin and the drive letter separation on windows gives not so nice effects when paths are normalized using the utilities of

Re: fixing crlf without changing timestamp

2005-03-03 Thread Martijn Kruithof
Matt Benson wrote: I have applied this patch to CVS HEAD and plan to put it in for Ant 1.6.3 . Would've been even better with docs and tests, ;) Thanks, Matt --- Yuji Yamano <[EMAIL PROTECTED]> wrote: "michael sorens" <[EMAIL PROTECTED]> writes: Is it possible to run without changing a

Re: Ant+JUnit

2004-11-13 Thread Martijn Kruithof
Igor A. Deruga wrote: I know that this question has been asked hundreds times, but I can't find a single document on it... Maybe you can redirect me? I'm using Eclipse+Ant. I've added these lines into build.xml: //--XML---