Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 329324 - Greenpages build publish target needs reinstating
Summary: Greenpages build publish target needs reinstating
Status: CLOSED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: samples (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-03 04:40 EDT by Glyn Normington CLA
Modified: 2011-02-28 10:46 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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'.