Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] please test staged tycho 0.14.0

Do you have framework extension bundle that exports sun.misc package?

Also, please test staged 0.14.0 non-snapshot build available from

https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/

--
Regards,
Igor

On 12-02-09 8:29 AM, Mickael Istria wrote:
Forgot to mention: I'm using
tycho-compiler-plugin-0.14.0-20120206.160552-69.jar (which should
contains fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=367431 )

On 02/09/2012 02:25 PM, Mickael Istria wrote:
Hi,

I experienced that:

[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:0.14.0-SNAPSHOT:compile
(default-compile) on project org.jboss.tools.forge.runtime.ext:
Compilation failure: Compilation failure:
[ERROR]
/home/mistria/workspaceJBossTools/trunk/forge/plugins/org.jboss.tools.forge.runtime.ext/src/org/jboss/tools/forge/runtime/ext/CtrlCAction.java:[8,0]
[ERROR] import sun.misc.Signal;
[ERROR] ^^^^^^^^^^^^^^^
[ERROR] Access restriction: The type Signal is not accessible due to
restriction on classpath entry /usr/lib/jvm/java-6-openjdk/jre/lib/rt.jar
....

BREE is set to JavaSE-1.6
$ java -version
java version "1.6.0_23"
OpenJDK Runtime Environment (IcedTea6 1.11pre)
(6b23~pre11-0ubuntu1.11.10.1)
OpenJDK 64-Bit Server VM (build 20.0-b11, mixed mode)

It works fine with 0.13.

Is there another magic option to know ? ;)

Regards

On 02/07/2012 08:32 AM, Sievers, Jan wrote:
tycho 0.14.0 has been staged to [1], see release notes [2] for details.

Please test it by adding the snippet [3] to your parent pom or settings.xml.
Report problems on this mailing list or in bugzilla [4].

We will promote the release to the Maven central repository sometime next week
if no major regressions are found.

--
Tycho Team


[1]https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/
[2]http://wiki.eclipse.org/Tycho/Release_Notes/0.14
[3]

<pluginRepositories>
	<pluginRepository>
		<id>tycho-0.14.0-staged</id>
		<url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-004/</url>
	</pluginRepository>
</pluginRepositories>

[4]https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Tycho&rep_platform=All&op_sys=All&version=0.14.0
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
Mickael Istria
Eclipse developer at JBoss, by RedHat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets
<http://twitter.com/mickaelistria>


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


--
Mickael Istria
Eclipse developer at JBoss, by RedHat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets
<http://twitter.com/mickaelistria>


_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top