Development tools : Massive build UDTT project : Programmatic build for UDTT projects : BTTBuildTask class : Modifying BTTBuildTask class behavior
  
Modifying BTTBuildTask class behavior
As explained previously, BTTBuildTask class is an example that can be used as a reference and it can be modified in a customer project if necessary. When modifying the class, it is necessary to take into account the following:
The new code must be updated in BTTBuildTask.jar. This file should be created manually. Refer to section 2 for details.
BTTBuildTask.jar file must be updated in AntBuildSample/jars folder
The new AntBuildSample.jar must be updated in OSGI environment (refer to Appendix A for ss command to get the bundleId and to update command to update the plugin).
Go up to
BTTBuildTask class