Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] The difference between "assemble" and "package"

On 3/1/07, Andrew Niefer <aniefer@xxxxxxxxxx> wrote:

Barrie,

these files are definately used by feature builds.  A product build is really just a feature build  with the feature generated for you.

The generated assemble and package scripts are called from the assemble and package targets in the main org.eclipse.pde.build/scripts/build.xml.  (This build.xml is imported by the productBuild.xml)

Let me clarify, the "main" target of the ../../assemble.* and package.* files are never called during a feature build.

The main target is the only one that is creating the destfile="${archiveFullPath}", which is used in a product build.


Back to the top