Hi,

Perhaps that "\" are escaping the next character... Did you tried using "/" instead ?
    mvn -Declipse.workspace="C:/Documents and Settings/FMN/workspace" eclipse:add-maven-repo

Your second example is wrong, the quotes are misplaced

You could also use "dos directory names" : "Docume~1" is the same as "Document and Settings"

Julien C.

[EMAIL PROTECTED] a écrit :

Hello,

I'm installing a new Nuxeo.

I have a problem in my sample project with :

mvn install
mvn -Declipse.workspace=/the/path/to/your/workspace eclipse:add-maven-repo
mvn eclipse:eclipse


because i'm not able to run the second line.

I try to use :
mvn -Declipse.workspace=C:\Documents and Settings\FMN\workspace eclipse:add-maven-repo
but spaces aren't allowed.

Then, I tried
mvn -Declipse.workspace="C:\Documents and Settings\FMN\workspace eclipse":add-maven-repo
and
mvn -Declipse.workspace=C:\Documents\ and\ Settings\FMN\workspace\ eclipse:add-maven-repo
but the problem is the same.

Do you have an idea ?

Thank you.

_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm


-- 
Julien CARSIQUE, Nuxeo (Paris, France)
Open Source Enterprise Content Management - http://www.nuxeo.org/
Nuxeo EP 5: extensible, Java EE and standards based ECM Platform
http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to