RE: XmlPropertiesUpdater.java:16: package org.apache.tools.ant does not exist

2011-06-03 Thread Echlin, Robert
Hi shiplu, What package are you trying to build? Does this package have a readme or other text file that describes what packages you need and where to put them, and how to tell the build script where to find them? They should be in the top level folder of the package when you untar/unzip i

XmlPropertiesUpdater.java:16: package org.apache.tools.ant does not exist

2011-06-03 Thread shiplu
Hello list, I am getting this error. There are a lot of errors like this. I dont know how to resolve it. It seems Its related to some package which is missing. I have very limited knowledge about Java technology. Could anyone help me? Full error log http://pastie.org/2014838 -- Shiplu Mokadd.im

RE: references id names stored in properties

2011-06-03 Thread Echlin, Robert
Hi Juergen, Thanks for the correction. Refid does link to only one id. Rob > -Original Message- > From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] > Sent: Friday, June 03, 2011 9:56 AM > To: Ant Users List > Subject: AW: references id names stored in properties > > Thank

AW: references id names stored in properties

2011-06-03 Thread Knuplesch, Juergen
Thanks Rob! I did not see this! I changed now from location to value and now it works! Refid did not help finally, because I want a list of fileset ids. Jürgen -Ursprüngliche Nachricht- Von: Echlin, Robert [mailto:robert.ech...@windriver.com] Gesendet: Freitag, 3. Juni 2011 15:22 An: An

RE: references id names stored in properties

2011-06-03 Thread Echlin, Robert
Hi Juergen, Read the docs on the property task. You want "refid" instead of "location". Quote: "location - Sets the property to the absolute filename of the given file." "refid - Reference to an object defined elsewhere. Only yields reasonable results for references to PATH like structures o

references id names stored in properties

2011-06-03 Thread Knuplesch, Juergen
Hello, I want to call Ant from another Ant File and send some filsets: sth like this: The variable local.filesetlist stores now a list of two filset ids. In antfile2 I want to do sth. like this (using antcontrib):

Re: I need the comments in the scripts to be omitted at the time of building war files

2011-06-03 Thread Andy Stevens
Run the file through a javascript compressor and include the compressed versions in the war instead of the originals? For example, the YUI Compressor (http://developer.yahoo.com/yui/compressor/) can be run with a task, or there's an Ant task wrapper for it at http://code.google.com/p/javaflight-co