[
https://issues.jboss.org/browse/JBDS-2460?page=com.atlassian.jira.plugin....
]
Mickael Istria commented on JBDS-2460:
--------------------------------------
On this branch:
https://svn.jboss.org/repos/devstudio/workspace/mistria/JBDS-2460
I have a copy of the tweaked p2-director which can be built with a simple "mvn clean
verify", and then one can consume it (in installer for instance) by referencing Maven
artifact com.jboss.jbds.installer.p2-director:p2-director:7.0.0-SNAPSHOT:dist. As the
director does not need any platform-specific fragment to run (pure Java, no UI or other
platform specific capabilities), the output of the the build is a multi-platform zip that
can be used with the usual "java" command of the installer.
[~dgolovin]: Would you like to have a look? I'd like to merge this into the
"installer" module first, and then replace p2-director.zip by usage of
maven-dependency-plugin.
Build p2-director in reactor to include it in installer "the
Maven way"
-----------------------------------------------------------------------
Key: JBDS-2460
URL:
https://issues.jboss.org/browse/JBDS-2460
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: 3rdPartyDependencies, Build, installer
Affects Versions: 7.0.0.Alpha1
Reporter: Nick Boldt
Assignee: Mickael Istria
Fix For: 7.0.0.Beta1
To build JBDS installer we need p2-director.zip [0], which is 9M and doesn't include
sources. Ideally, we could just use something from
Eclipse.org at build-time, and COULD
include sources.
[0]
https://svn.jboss.org/repos/devstudio/trunk/product/installer/p2-director...
I looked at tycho-standalone-p2-director [1,2] but it's only an update site -- it
lacks equinox.launcher fragments for the various platforms on which we run.
[1]
https://github.com/eclipse/tycho/tree/master/tycho-bundles/tycho-standalo...
[2]
http://search.maven.org/remotecontent?filepath=org/eclipse/tycho/tycho-st...
So... maybe we need to do something similar but include the binary bits too, so that we
can produce something similar to what's in this zip [3] ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira