I think thats not the page which is read so often :-)
BTW if you need the working directory inside ant this could be helpful:
@echo off
ant -buildfile c:\bin\antutil.xml %* -DcurDir=%CD%
I use that startup script for some nice basic features where I need the
current
directory. In the buil
Thanks; don't know how I missed that in the docs.
Regards,
Nick G
[EMAIL PROTECTED]
07/14/2004 01:47 AM
Please respond to "Ant Users List"
To: [EMAIL PROTECTED]
cc:
Subject:AW: Current dir w/ remote config file
Thats usual behaviour.
See manual "Using
> -Original Message-
> From: Alexey N. Solofnenko [mailto:[EMAIL PROTECTED]
>
> I am doing something like that, but not with XSLT. I have written a
> Jython (Java Python) script to generate ANT build files. Using a Java
> based scripting language does not add new requirements (Jython is ju
Hi there,
I use this simple ant target to retrieve a specific version from the CVS
repository:
Please provide the needed
revision as commond line paramaeter -Drev=...
Following commands are succes
Does ant have a task that creates unix solaris packages?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I am trying to help my friend Ron with a problem we were having on his
Windows 2000 machine yesterday. He has already posted about it but I just want
to review the basic concept in case I'm missing something conceptual. These
questions refer to Ant 1.6.1.
Am I right in assuming that a tas
Played a little bit:
path: ${v}
If 'prog' defines a path id=add, the path id=path will include that (and the
common.add will be
overwritten - see log message) otherwise the (empty) common.add will be
used.
Jan
> -Ursprüngl
Hi,
I am restructuring my build.xml structure using a common.xml with generic targets (
thanks for all the hints I got).
I got stuc with the following problem. In my common.xml 'compile' target use a common
classpath ( plattform for all my products) but
for each product I want to add classes, to
p.s.
I have no experience with InputHandlers. That only are ideas, knowledge
about Ant in
general and quick views into the sources.
So it wouldnt be easy to resolve deeper problems - especially with Swing
(which also
isnt by best part :). If you find some limits you cant work around, specify
them.