Re: for task inside path task

2009-07-19 Thread Roland Brassous
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 //

Re: for task inside path task

2009-07-17 Thread kleinfisch
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

Re: for task inside path task

2009-07-09 Thread David Weintraub
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

Re: for task inside path task

2009-07-09 Thread kleinfisch
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