did precisely as outlined below.

From nuxeo-portlet-generic -
org.nuxeo:nuxeo-http-client:jar:0.0.1 is missing

settings.xml has been edited per the nuxeo docs.

should I be trying to build the portlets using Maven? The repositories don't seem to be ready to try this. If this is the case, versus my own fat-fingers, either way I'm willing to work through this.

Can someone confirm nuxeo-http-client jar is in the repository and which repository it might be in? In the mean-time I'm comparing my settings to the doc.

--knoxy



Julien CARSIQUE wrote:
Ok, I read the mail thread. What Stefane Fermigier said is that we didn't yet deploy the nuxeo-portlet-* modules. You so have to locally deploy them from the source code using "mvn install" at each module root.

Try something like this :
|svn co http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlet-generic/trunk nuxeo-portlet-generic svn co http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlets/trunk/nuxeo-portlet-sample nuxeo-portlet-sample svn co http://svn.nuxeo.org/nuxeo/nuxeo-addons/nuxeo-portlets/trunk/nuxeo-portlet-search nuxeo-portlet-search
cd nuxeo-portlet-generic
mvn install
cd ../nuxeo-portlet-sample
mvn install
cd ../nuxeo-portlet-search
mvn install
cd ..
|
You need a valid settings.xml file in your maven repository as explained in the Nuxeo book.

David Knox a écrit :
I've tried it several ways, including the recommended syntax, and still get the same result

[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.nuxeo.portlet:nuxeo-portlet-generic:jar:1.0-SNAPSHOT

I'm building some of the other projects to see if it is related to order or a dependency I haven't seen before.

--knoxy

begin:vcard
fn:David Knox
n:Knox;David
email;internet:[EMAIL PROTECTED]
tel;work:303-748-8906
x-mozilla-html:FALSE
version:2.1
end:vcard

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

Reply via email to