AW: AW: Current dir w/ remote config file

2004-07-14 Thread Jan . Materne
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

Re: AW: Current dir w/ remote config file

2004-07-14 Thread Nick_Gianakas
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

RE: Ant+xslt question

2004-07-14 Thread Dominique Devienne
> -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

cvs [update aborted]: no such tag

2004-07-14 Thread david . vandenbrande
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

unix pkg task in ant

2004-07-14 Thread Kieran Buckley (AT/LMI)
Does ant have a task that creates unix solaris packages? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Basic Questions about Classpath

2004-07-14 Thread Rhino
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

AW: import classpath

2004-07-14 Thread Jan . Materne
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

import classpath

2004-07-14 Thread Mikael Petterson (KI/EAB)
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

AW: AW: Creating custom InputHandler

2004-07-14 Thread Jan . Materne
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.