| Summary: | Greenpages build publish target needs reinstating | ||
|---|---|---|---|
| Product: | [RT] Virgo | Reporter: | Glyn Normington <glyn.normington> |
| Component: | samples | Assignee: | Project Inbox <virgo-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | eclipse, zteve.powell |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X - Carbon (unsup.) | ||
| Whiteboard: | |||
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'. |
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.