Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » [PDE Build] Feature builds question
[PDE Build] Feature builds question [message #334067] Sun, 18 January 2009 12:31 Go to next message
Eclipse UserFriend
Originally posted by: tina.young.nospam.hotmail.com

Hi,
As a part of a new assignment I need to update the way that our auto-build
system creates the output. The system is very stanard PDE build.

I have 2 problems / questions

1.
The output of the build is a ZIP file that contains the feature and all the
plugins
Is it possible to make the ZIP file to get the same version number as the
feature?
(is this the 'standard' naming convention - perhaps with builddate?)

2.
The ZIP file is created with the following layout
|-- eclipse
| --- features
| --- plugins

This layout seems to be very common when downloading ZIP files.
But we have also seeen a more flat structure (with the eclipse level
removed):
| --- features
| --- plugins

Is this possible to achive with PDE build ?
(e.g. without doing some re-packaging wiht own code?)

Wich layout / structure of the 2 above is to prefer?


Any help/comments/suggestions in this matter appreciated

regards,

Tina
Re: [PDE Build] Feature builds question [message #334083 is a reply to message #334067] Mon, 19 January 2009 18:23 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Tina wrote:
> Hi,
> As a part of a new assignment I need to update the way that our auto-build
> system creates the output. The system is very stanard PDE build.
>
> I have 2 problems / questions
>
> 1.
> The output of the build is a ZIP file that contains the feature and all the
> plugins
> Is it possible to make the ZIP file to get the same version number as the
> feature?
> (is this the 'standard' naming convention - perhaps with builddate?)

I added lines to my postBuild step:
<move
file=" ${buildDirectory}/${buildLabel}/${topLevelElementId}-${build Id}-group.group.group.zip "
tofile=" ${buildDirectory}/${buildLabel}/${topLevelElementId}-${build Label}.zip "
/>

But I had set groupConfigurations=true so I only got one big zip

> 2.
> The ZIP file is created with the following layout
> |-- eclipse
> | --- features
> | --- plugins
>
> This layout seems to be very common when downloading ZIP files.
> But we have also seeen a more flat structure (with the eclipse level
> removed):
> | --- features
> | --- plugins
>
> Wich layout / structure of the 2 above is to prefer?

Prefer the first one, unless you have a specific need for the second.
It is the most useful for external extension locations (<3.4) and
eclipse/dropins (>=3.4)

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:Turning on key bindings in an editor
Next Topic:Editor window persistence problem
Goto Forum:
  


Current Time: Sat Jul 20 23:32:09 GMT 2024

Powered by FUDForum. Page generated in 0.04011 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top