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.
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 .
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
-
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
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
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---