]
Denis Golovin commented on JBDS-4377:
-------------------------------------
But I am really curious, why it is working with GUI installer and does-not working with
automated approach
installer jar does not contain both the patched and unpatched version
of org.eclipse.wst.common.modulecore
----------------------------------------------------------------------------------------------------------
Key: JBDS-4377
URL:
https://issues.jboss.org/browse/JBDS-4377
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Feature Request
Components: build, installer, target-platform
Affects Versions: 10.4.0.AM3
Environment: Windows: DevSuite Installer v1.4 AM3
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 10.4.0.GA
Attachments: devstudio104am3-installer-missing-unpatched-plugin.png
Denis reports a problem using the installer jar in automated mode (using .xml script).
Works fine when run `java -jar \*installer\*.jar` and `echo 1 | java -jar
\*installer\*.jar -console` but fails when run against an xml install script.
Seems to be caused by the fact that the installer only contains the patched version of
org.eclipse.wst.common.modulecore 1.2.501, and not the 1.2.500 version that's in the
TP as well.
!devstudio104am3-installer-missing-unpatched-plugin.png|thumbnail!
So we need to figure out how to include BOTH versions in the installer jar.