]
Nick Boldt commented on JBDS-1641:
----------------------------------
Someone appears to have removed the org.jboss.tools.equinox.transforms.xslt plugin from
the pom reactor, which avoids the compilation problem but introduced this problem:
{code}
[INFO] [Software being installed: com.jboss.jbds.product.feature.feature.group
5.0.0.qualifier, Missing requirement: com.jboss.jbds.product.feature.feature.group
5.0.0.qualifier requires 'org.jboss.tools.equinox.transforms.xslt 0.0.0' but it
could not be found]
{code}
So, I've removed the ref to that plugin from that feature.
Respin:
compile failed for
org/jboss/tools/equinox/transforms/xslt/Activator.java (at line 24)
--------------------------------------------------------------------------------------
Key: JBDS-1641
URL:
https://issues.jboss.org/browse/JBDS-1641
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: Build, updatesite
Affects Versions: 5.0.0.M1
Reporter: Nick Boldt
Assignee: Denis Golovin
Priority: Blocker
Fix For: 5.0.0.M1
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/devstudio-5.0_...
[ERROR] Failed to execute goal
org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project
org.jboss.tools.equinox.transforms.xslt: Compilation failure: Compilation failure:
[ERROR]
/mnt/hudson_workspace/workspace/devstudio-5.0_trunk.updatesite/transforms/plugins/org.jboss.tools.equinox.transforms.xslt/src/org/jboss/tools/equinox/transforms/xslt/Activator.java
(at line 24):[-1,-1]
[ERROR] registration = context.registerService(URL.class.getName(),
context.getBundle().getEntry("/jboss.csv"), properties); //$NON-NLS-1$
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] The method registerService(String, Object, Dictionary<String,?>) in the
type BundleContext is not applicable for the arguments (String, URL, Properties)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: