When I am generating a process I'll get a jar file, I have a path in init task of build.xml file. I wanted to append the jar generated in another task to the path in init.
Please suggest a way to add the jar generated to the path.
Reference "${build.dir}/${build.jar}" when building the JAR the first time and "${dist.dir}/${build.jar}" later. You can play with the properties a lot to get this stuff set the way you like it and propogate a hierarchy of values thru each property. I like creating layers of properties to enable easy changes, but that tends to make the property structure a bit harder to understand at first.
Hope this helps.
________________________________________
Michael Flanakin
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.