Hi Reto, I finally found the cause of such an issue being a bug in Felix cache backward compatibility. So if you experience similar issues you should try removing $felixCache dir and restart Felix. Here's the related Jira issue: https://issues.apache.org/jira/browse/FELIX-2648 Regards, Tommaso
2010/10/8 Reto Bachmann-Gmuer <[email protected]> > it would certainly be a try to set -Dfile.encoding=UTF-8 > > otherwise I think it worth have a look at > org.apache.felix.framework.util.SecureAction.java:1310 and asking on > the felix mailing list. > > reto > > On Fri, Oct 8, 2010 at 2:49 PM, Tommaso Teofili > <[email protected]> wrote: > > Hi Reto, > > > > 2010/10/7 Reto Bachmann-Gmuer <[email protected]> > > > >> Hi Tommaso, > >> > >> - Did you compile the bundles of scala-scripting (I did a change there 2 > >> days ago)? > >> > > > > yes; I redid everything from scratch obtaining same failures. > > > > > >> - Are you compiling the launcher with "clean" (otherwise two versions of > a > >> bundle might be in the launcher)? > >> > > > > I'm doing this too. > > May the issue be related to platform settings? > > I'm on a Mac with Macroman, Maven 3.0b1 and Java 1.6 : > > > > Apache Maven 3.0-beta-1 (r935667; 2010-04-19 19:00:39+0200) > > > > Java version: 1.6.0_20 > > > > Java home: > /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home > > > > Default locale: it_IT, platform encoding: MacRoman > > > > OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac" > > > > > > Tommaso > > >
