[
https://issues.jboss.org/browse/JBDS-2270?page=com.atlassian.jira.plugin....
]
Denis Golovin commented on JBDS-2270:
-------------------------------------
Problem is in parent/pom.xml. win32.win32.x86_64 and macosx.cocoa.x86_64 are missing in
configuration for
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tychoVersion}</version>
I apparently fixed that in 3.3.x branch and didn't merge that into trunk (see patch
for Alpha1 below)
{code}
Index: parent/pom.xml
===================================================================
--- parent/pom.xml (revision 43471)
+++ parent/pom.xml (working copy)
@@ -152,11 +152,21 @@
<arch>x86</arch>
</environment>
<environment>
+ <os>macosx</os>
+ <ws>cocoa</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
</environment>
<environment>
+ <os>win32</os>
+ <ws>win32</ws>
+ <arch>x86_64</arch>
+ </environment>
+ <environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86</arch>
{code}
Cannot install JBDS 6.0.0.Alpha1 on x86_64 Win
-----------------------------------------------
Key: JBDS-2270
URL:
https://issues.jboss.org/browse/JBDS-2270
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: installer
Affects Versions: 6.0.0.Alpha1
Environment: Win XP x86_64, Win 7 x86_64
Reporter: Pavol Srna
Assignee: Denis Golovin
Priority: Blocker
Labels: respin-a
Fix For: 6.0.0.Alpha2
Attachments: scr-failure.png
----------------------------------------------------------
Cannot complete the install because one or more required items could not be found.
Software being installed: JBoss Developer Studio (Branded Product)
6.0.0.Alpha1-v20120904-0259-H12 (com.jboss.jbds.all 6.0.0.Alpha1-v20120904-0259-H12)
Missing requirement for filter properties ~= $0: Equinox p2 Core Function
1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38
(org.eclipse.equinox.p2.core.feature.feature.group
1.1.0.v20120524-0542-8297FncFWmE7h4Asq1cgrz-i38) requires
'org.eclipse.equinox.security.win32.x86_64 \[1.0.100.v20120522-2049\]' but it
could not be found
Cannot satisfy dependency:
From: JBoss Developer Studio (Branded Product) 6.0.0.Alpha1-v20120904-0259-H12
(com.jboss.jbds.all 6.0.0.Alpha1-v20120904-0259-H12)
To: com.jboss.jbds.product.feature.feature.group \[6.0.0.Alpha1-v20120904-0259-H12\]
Cannot satisfy dependency:
From: JBoss Developer Studio (Core Features) 6.0.0.Alpha1-v20120904-0259-H12
(com.jboss.jbds.product.feature.feature.group 6.0.0.Alpha1-v20120904-0259-H12)
To: org.eclipse.equinox.p2.core.feature.feature.group 0.0.0
Application failed, log file location:
C:\hudson\workspace\devstudio-installation-6.x\jdk\sunjdk1.6\os\winos64xp\devstudio-installer.test\target\jbds\studio\p2\director\configuration\1346852817531.log
--
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