[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[pde-build-dev] Ant driven headless feature export build
|
- From: "Glenn Gilbert" <glenn2041@xxxxxxxxx>
- Date: Fri, 3 Oct 2008 16:41:02 +1300
- Delivered-to: pde-build-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=dx7bTUAxr09EtikUhy5NBqFP64U8LCSaU/2U1hH8hBI=; b=rzIncoBc3TZPI9izw6aWc9wxV+BL5IHZbplLFbHmQV7G8fYd36a0+m9N8OXgpVdN00 uNNBjBhpuXDhXi0AYXiP3IZjxZvNPa7cvHdpSO3NoiZojeUJFwXPTY9whbsqNiLwHLzO +vKtQwR+ZsgcsJmsJ/Z9hg98oqkTtduevg6es=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=bmmssb/1dm4BYPOzmeMKGmWFxJoUnJ+raS1UJE1fVN/FfHnkwohM9fGUS9u77S/5s+ DiEjfzguS4/dq8GpeHakU/K6MGAOpU5Rvz4rLtqbGCmDxpRkYdQGj/zbI2kYFFGqRfxi j9Foz9BvAqFU8Q5DeUgJ/DthgqPSVuhE+tgbw=
Hi all,
I'm trying to automate the export of my feature/plugins ready for jnlp
deployment via ant
I've followed the instructions here:
http://help.eclipse.org/ganymede/topic/org.eclipse.pde.doc.user/tasks/pde_feature_build.htm
Problem is that this exports into a zipped Product
(EnergyReconcilation-win32.win32.x86.zip). I can extract the feature &
plugins from this to sign and use with web start, but want to avoid
this step.
Can I just generate the feature & plugins?
Cheers
Glenn