Re: Problem with using the property task

2009-03-14 Thread Scott Stark
>i test your files and my output is: >[echo] component name is vti >Test in Eclipse. >I have attached an zip-file containing my test. Henning, it is working now, thank you. I must have had the syntax wrong. Scott

Re: Problem with using the property task

2009-03-13 Thread Henning Lötsch
Hello Scott, look at: http://ant.apache.org/manual/CoreTasks/property.html Section "Property Files". your property file syntax is wrong. in your case the file vti-new.properties must look like this: component=vti Scott Stark schrieb: > I'm trying to import a set of properties from a property f

Problem with using the property task

2009-03-13 Thread Scott Stark
I'm trying to import a set of properties from a property file into my build when using the call. My property file looks something like this: My build file contains this target: The that it's calling (buildfile.xml) contains this target:. component name is ${compone