Posted By:
Nischal_Topno
Posted On:
Wednesday, July 13, 2005 01:08 AM
The "clean" target does not gets executed in the following build.xml even though the verbose output says: ============================================================== Build sequence for target `build' is [init, compile, dist, build] Complete build sequence is [init, compile, dist, build, clean, ] ============================================================== Unless i specify both the default target & "clean" target as argument it does not gets executed. Build.xml
More>>
The "clean" target does not gets executed in the following build.xml even though the verbose output says:
==============================================================
Build sequence for target `build' is [init, compile, dist, build]
Complete build sequence is [init, compile, dist, build, clean, ]
==============================================================
Unless i specify both the default target & "clean" target as argument it does not gets executed.
Build.xml
destdir="${build}"
compiler="jvc">
Nischal
<<Less