Eclipse RCP Product for AIX ppc64 using Maven and Tycho -
We are based on RCP product for Eclipse Indigo (3.7) Windows and Linux GTK 32 and 64 bit platform, now we need it To make products for Ax ppc64 bit, we have made the following changes:
We added environment in pom.xml
& lt; Environment & gt; & Lt; OS & gt; Aix & lt; / OS & gt; & Lt; Ws> GTK & lt; / Ws & gt; & Lt; Arch & gt; PPC & lt; / Arches & gt; & Lt; / Environment & gt; & Lt; Environment & gt; & Lt; OS & gt; Aix & lt; / OS & gt; & Lt; Ws> GTK & lt; / Ws & gt; & Lt; Arch & gt; Ppc64 & lt; / Arches & gt; & Lt; / Environment & gt; And in feature.xml we have added the following plugins
& lt; Plugin ID = "org.eclipse.swt.gtk.aix.ppc" os = "Aix" ws = "gtk" arch = "ppc" download-size = "0" install-size = "0" version = "0.0" 0 "piece =" true "unpack =" wrong "/> & Lt; Plugin ID = "org.eclipse.swt.gtk.aix.ppc64" os = "aix" ws = "gtk" arch = "ppc64" download-size = "0" install-size = "0" version = "0.0" 0 "piece =" true "unpack =" false "/> and
& lt; Plugin ID = "org.eclipse.core.filesystem.aix.ppc" os = "aix" arch = "ppc" download size = "0" install-size = "0" version = "0.0.0" section = "true "Unpack =" wrong "/> & Lt; Plugin ID = "org.eclipse.core.filesystem.aix.ppc64" os = "aix" arch = "ppc64" download-size = "0" install-size = "0" version = "0.0.0" piece = " True "unpack =" wrong "/> Whenever we are using MAM, we are getting the error below:
: java.lang.RuntimeException: no problem Because the problem is dissatisfied: Unable to complete dependence from [com.client.gui.feature.feature.feature.group 6.0.0.qualifier org.eclipse.core.filesystem.aix.ppc64 0.0.0 .; No solution was found because the problem is unsatisfied. Maven is not able to resolve dependencies for the org.eclipse.core.filesystem.aix.ppc64 plugin and work only for org.eclipse.core.filesystem.aix.ppc Does, please let me know that the plugin is not part of the org.eclipse.core.filesystem.aix.ppc64 Eclipse 3.7 repository and the external repository path should be added to pom.xml, or should I add any other than the above Remembering the configuration?
I have searched through the artifacts.xml index file to issue Indigo and when it has Org.eclipse.core.filesystem.aix.ppc :
& Lt; / Processing & gt; & Lt; Property size = "3" & gt; & Lt; Property Name = "artifact.size" value = "8770" /> & Lt; Property name = "download sign" value = "737 9" /> & Lt; Property Name = "Format" Value = "Pack" /> & Lt; / Properties & gt; & Lt; / Artifact & gt; There is no related entry for org.eclipse.core.filesystem.aix.ppc64 in this . Kepler Index is an entry for that bundle, unless you can not get the bundle from anywhere, it seems that your options are not creating 64-bit releases or are not transferred to the new version of Eclipse.
Comments
Post a Comment