eclipse-archived / antenna

SW360 Antenna project
Other
22 stars 19 forks source link

Source zip writer can only handle sources which are itself a zip file #625

Open neubs-bsi opened 3 years ago

neubs-bsi commented 3 years ago

This is copied from an internal repository. Original reporter: @maxhbr

See: https://github.com/eclipse/antenna/blob/55e9a0d9fb7243d0b8e3e0485b78fb3d7706891d/antenna-workflow-steps/generators/antenna-source-zip-generator/src/main/java/org/eclipse/sw360/antenna/workflow/generators/SourceZipWriter.java#L171

Plain text or .tar.gz are not supported.

Acceptance Criteria:

Comments from previous issue: Suggestions from Refinement:

Do not unpack zip files at all
In the end, have a folder of sources and just zip this folder (which may contain zips, tar.gz, etc.)