[
https://jira.jboss.org/browse/JBIDE-6581?page=com.atlassian.jira.plugin.s...
]
Nick Boldt commented on JBIDE-6581:
-----------------------------------
Why do you need JDK5? Can't you run everything w/ JDK6, since JDK5 is no longer
supported?
As to setting a version of java to use when compiling a given plugin, check your
MANIFEST.MF files and add/edit this line:
Bundle-RequiredExecutionEnvironment: J2SE-1.5
You can also tweak your project's .classpath file:
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
org.jboss.tools.ws.creation.core.test takes more than 15 mins to run
- break into smaller pieces?
-------------------------------------------------------------------------------------------------
Key: JBIDE-6581
URL:
https://jira.jboss.org/browse/JBIDE-6581
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Webservices
Affects Versions: 3.2.0.M1
Reporter: Nick Boldt
Assignee: Feng Qian
Fix For: 3.2.0.Beta2
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test
(default-test) on project org.jboss.tools.ws.creation.core.test: Error while executing
platform: Error while executing external command, process killed. Process timeout out
after 900 seconds -> [Help 2]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.sonatype.tycho:maven-osgi-test-plugin:0.9.0:test (default-test) on project
org.jboss.tools.ws.creation.core.test: Error while executing platform
at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:141)
Does this test need more time? can it be broken into smaller pieces?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira