You'll probably get better traction on this issue by talking to the JBoss Microcontainer guys, considering this sounds like a bug in their code.
Since you're on Windows, you could also use "subst" to point c:\documents...\.m2 to another drive, say G:\, which has no spaces. Then configure settings.xml to use G:\ for your repo. I don't see this as being particularly "drastic". Wayne On Thu, Oct 9, 2008 at 8:40 AM, stug23 <[EMAIL PROTECTED]> wrote: > > One of our developers is using the exec:java plugin to launch a Java > application. Within the application the JBoss Microcontainer is used and a > java.net.MalformedURLException occurs. > > Apparently this is a known problem: > > > <http://web.aanet.com.au/persabi/andromda/faq.html#MalformedURLException_with_Tests> > > However the workaround recommended in the reference above is to move the > local .m2 repo to a directory with no spaces in the pathname. This seems > like a drastic approach to me. > > Does anyone here know of a way to use Spring and the JBoss Microcontainer on > a Windows platform without having to move the .m2 repo? > > TIA > -- > View this message in context: > http://www.nabble.com/URL-encoding-issues-on-Windows-platform-tp19901546p19901546.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
