On 25/01/2008, Patrick Shea <[EMAIL PROTECTED]> wrote: > > Unless I don't fully understand, when I deploy my bundle to my maven > remote repository, the repository.xml file still refers to the file in my > local repository. > > So when I try to install my bundle through servicemix runtime it gets the > repository.xml and tries to get the file from the uri that point to the > local repo and not the remote... > > Any ideas?
this is a known bug, again related to how the PathFile class behaves on Windows: http://issues.apache.org/jira/browse/FELIX-457 I'm going to replace that class with some Plexus utilities, as they're more proven. Patrick > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Cheers, Stuart

