Bug 87808 - Can't export a product to tar.gz from windows
Summary: Can't export a product to tar.gz from windows
Status: RESOLVED DUPLICATE of bug 142792
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on: 178717
Blocks:
  Show dependency tree
 
Reported: 2005-03-11 14:24 EST by Pascal Rapicault CLA
Modified: 2007-03-28 17:48 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Rapicault CLA 2005-03-11 14:24:37 EST
Exporting a product (where some plugins are coming from the target) is not 
working today because the archive is created in multiple steps and antTar does 
not have an "append" mode (like the tar has, or like antZip has).
The resulting jar contains only the jars that are coming from the target since 
instead of appending, antTar delete the existing file.
Comment 1 Pascal Rapicault CLA 2005-03-11 16:41:23 EST
A solution might be to use refIds.
For example, the assemble script could declare one refId, and the package script
would then use this refId in the call it does to tar or zip.
Comment 2 Andrew Niefer CLA 2007-03-28 17:48:47 EDT
This is really the same as 142792

*** This bug has been marked as a duplicate of bug 142792 ***