Community
Participate
Working Groups
To build a release of Greenpages, I had to delete the following line from build.xml to stop Ant complaining about a missing target: <import file="${basedir}/publish-top-level.xml"/> The problem this avoids is the publish target depending on the non-existent publish-package target.
Due to the changes to publish to Eclipse Greenpages fell behind. Now fixed. There are a couple of targets depending on what you want to do. ant package - will produce the package then call either 'publish' and/or 'publish-download' depending on what you want to do. All targets are described in the 'ant -p'.