Community
Participate
Working Groups
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 ;-)
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.