Re: build.properties input select

2006-10-14 Thread Edward Mann
Mathieu, Thanks for your answer it works. I am posting my code here just in case anyone else is looking for this solution. in my build.properties file i put the ant-contrib.jar file ant-contrib.jar=/path/to/ant-contrib.jar Then in my build.xml file i have the following code

Re: build.properties input select

2006-10-14 Thread Mathieu Champlon
Hello, Edward Mann a écrit : (...) (...) Right here you probably want instead something like However you cannot do this as the properties are only evaluated once. To solve this you can use the task from ant-contrib : http://ant-contrib.sourceforge.net/ta

Re: Running build file which runs toolspecifc ant tasks

2006-10-14 Thread tharanga wijethilake
Thank you for the assistance people. I modified the build.xml file as follows. classname="com.ibm.ive.eccomm.bde.ui.tooling.ant.SubmitJarBundle" classpath="${ant.classpath}/smfbdTasks.jar"/> webapp="/smf"/> Again the build is failed and it generates the following exception.