Hi
We use a property file named build.properties.
This file stores some properties.
# /Sample line in the build.propertes/
servlet.jar=build/lib/Tomcat5.0/servlet-api.jar
jsp-api.jar=build/lib/Tomcat5.0/jsp-api.jar
In the main file (build.xml), we reference the build.properties
//
correct!!
David Weintraub wrote:
>
> Just to understand what you're trying to do:
>
> You have various references to paths. There could be one or more of
> these references. What you want is a combined path of all of these
> references. Is that correct?
>
> On Thu, Jul 9, 2009 at 3:44 AM, kle
Just to understand what you're trying to do:
You have various references to paths. There could be one or more of
these references. What you want is a combined path of all of these
references. Is that correct?
On Thu, Jul 9, 2009 at 3:44 AM, kleinfisch wrote:
>
> example:
> i have a property as fo
clever idea, but as testing the following "echo" is used for listing the
contents of build.path, and an error
classpath.contents=${classpath.contents}
ERROR:
This data type contains a circular reference.
--
View this message in context:
http://www.nabble.com/for-task-inside-path-task-tp2440