Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 313897

Summary: [BUILD_SCRIPT] enable building single packages
Product: [Technology] EPP Reporter: Markus Knauer <mknauer>
Component: PackagerAssignee: Project Inbox <epp.packager-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mknauer
Version: 1.3.0   
Target Milestone: later   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Markus Knauer CLA 2010-05-21 07:27:29 EDT
The startEPP36.sh parses the content from CVS (more specifically the .../packages subdirectory) and generates the list of packages to build from this directory content. In the past it was necessary to re-build single packages which is with the above automated way not possible; it was the build-all-packages approach.

This build script should be reworked in order to enable the build of single packages. Maybe we can even run parallel package build in the future ;-)
Comment 1 Markus Knauer CLA 2010-05-23 04:49:36 EDT
Done and tested.

The start36.sh build script is now able to take command line parameters and interprets them as root IU's.
Example that builds two packages:

  start36sh epp.package.java epp.package.javascript
  
If not argument is given, it uses the old method (generate package names from CVS .../packages/... directory) as fallback.