[
https://issues.jboss.org/browse/JBIDE-11047?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-11047:
------------------------------------
SOLVED:
{code}
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-source-feature-plugin</artifactId>
<version>${tychoExtrasVersion}</version>
<executions>
<execution>
<id>source-feature</id>
<phase>package</phase>
<goals>
<goal>source-feature</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<plugin
id="org.jboss.tools.vpe.browsersim.eclipse"/>
<!-- <feature
id="sourcefeature.feature.nosource"/> -->
</excludes>
</configuration>
</plugin>
...
{code}
BrowserSim: the features should be disabled for 64-bit Java on 64-bit
Windows
-----------------------------------------------------------------------------
Key: JBIDE-11047
URL:
https://issues.jboss.org/browse/JBIDE-11047
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.3.0.Beta1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Priority: Blocker
Fix For: 3.3.0.Beta3
Attachments: JBIDE11047.patch.platform.filter.manifest.mf.and.feature.xml.txt,
screenshot-1.png, windows7-duplicate-plugin-references.png
BrowserSim cannot be run with 64-bit Java on 64-bit Windows (JBIDE-11046). The platform
filters of plugins should be changed to disable BrowserSim there.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira