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

Bug 329324

Summary: Greenpages build publish target needs reinstating
Product: [RT] Virgo Reporter: Glyn Normington <glyn.normington>
Component: samplesAssignee: 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:

Description Glyn Normington CLA 2010-11-03 04:40:41 EDT
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.
Comment 1 Chris Frost CLA 2010-11-25 12:40:40 EST
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'.