Build toolkit antlib
Does RTC/Jazz provide an antlib for the tasks provided by the build system toolkit?
I know that I can import BuildToolkitTaskDefs.xml but I would prefer to use Ant's namespace/antlib binding mechanism instead: http://ant.apache.org/manual/Types/antlib.html#antlibnamespace
I know that I can import BuildToolkitTaskDefs.xml but I would prefer to use Ant's namespace/antlib binding mechanism instead: http://ant.apache.org/manual/Types/antlib.html#antlibnamespace
Accepted answer
We don't supply an antlib configuration currently, but we should. Normally JBE invokes Ant with -lib {build toolkit directory}, but we should also support the antlib mechanism, to make it easier to avoid classpath conflicts with other tools.
I've filed: 141185: Provide antlib configuration for build toolkit
and will investigate it in the coming days.
I've filed: 141185: Provide antlib configuration for build toolkit
and will investigate it in the coming days.