I prefer on Windows to use forward slashes in file paths. Java and Windows
are both agnostic (except on command lines), so either can be used. That way
you don't have to escape a bunch of backslashes.

-- 
Kathryn Huxtable
Middleware Architect
Core Middleware
Information Technology, a division of Information Services
The University of Kansas
+1 785 864 0420



On 4/24/06 3:40 PM, "Wendy Smoak" <[EMAIL PROTECTED]> wrote:

> On 4/24/06, William Simons <[EMAIL PROTECTED]> wrote:
>> I've
>> done some searching and found a few similar bugs reported for surefire that
>> basically say that the problem is having the m2 repository in Documents and
>> Settings/user/.m2/repository.
>> 
>> Unfortunately, I couldn't locate a bug reported on this issue in JIRA. Is
>> there already a bug on this?  Better yet, is there a workaround?
> 
> If the problem is having the m2 repository in a directory name with
> spaces, then a simple workaround is to move it.  For example, mine is
> in c:\java\m2-repository.
> 
> In ~/.m2/settings.xml:
> <settings>
>     <localRepository>c:\\java\\m2-repository</localRepository>
>     ...
> </settings>
> 
> HTH,
> --
> Wendy
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to