Hi,

That is because the switch to maven is not complete. We still use ant for deployment. So what yous should do to deploy is from the command line go to the root directory where you have all your projects ant type "*ant*". Also if you have minor changes in your projects you should drag an drop the build.xml file from that project into the ant view and try to run "*standalone-deploy-ecm*". Sometimes you need to restart JBoss in order to see your modifications, and sometimes even redeploy the whole project from the root as I described before.
It takes more time but I'm sure it's just temporary :)

Regards,
Narcis Paslaru

Mirto Silvio Busico wrote:
From
http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt

430
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L430>
        Deploying from eclipse
431
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L431>
        ======================
432
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L432>
        
433
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L433>
        Once all the NX* projects build correctly in eclipse, you can deploy
them on
434
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L434>
        your JBoss instance manually directly from the IDE. To do so you need
respect
435
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L435>
        the following order:
436
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L436>
        
437
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L437>
        In eclipse, add the ant view::
438
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L438>
        
439
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L439>
          Window > Show View > Ant
440
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L440>
        
441
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L441>
        Then for each module to deploy, drag and drop the ``build.xml`` to the
ant view
442
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L442>
        and then trigger the following target::
443
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L443>
        
444
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L444>
          - Nuxeo build.xml -> deploy-all-ecm
445
<http://svn.nuxeo.org/trac/nuxeo/browser/doc/nuxeo5-dev-quickstart-howto.txt#L445>



I tried this but...
In the ant view:

    expand Nuxeo entry
    select deploy-ecm-all [default]
    click on the "run the default target of the selected build file"

I receive an error on the org.nuxeo.ecm.webapp stating that line 6 of
the build.xml file has an error.

The line is:
     <artifact:pom file="${basedir}/pom.xml" id="maven.project"/>

Here is the error log:
______________________________________________________________________________________________________

Buildfile: /MySw/Deb/Nuxeo/svn/nuxeo-ep/org.nuxeo.ecm.webapp/build.xml

BUILD FAILED
/MySw/Deb/Nuxeo/svn/nuxeo-ep/org.nuxeo.ecm.webapp/build.xml:6: Could not create 
task or type of type: urn:maven-artifact-ant:pom.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual solutions are to read the manual pages then download and install needed JAR files, or fix the build file: - You have misspelt 'urn:maven-artifact-ant:pom'.
   Fix: check your spelling.
 - The task needs an external JAR file to execute
     and this is not found at the right place in the classpath.
   Fix: check the documentation for dependencies.
   Fix: declare the task.
 - The task is an Ant optional task and the JAR file and/or libraries
     implementing the functionality were not found at the time you
     yourself built your installation of Ant from the Ant sources.
   Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
     task and make sure it contains more than merely a META-INF/MANIFEST.MF.
     If all it contains is the manifest, then rebuild Ant with the needed
     libraries present in ${ant.home}/lib/optional/ , or alternatively,
     download a pre-built release version from apache.org
 - The build file was written for a later version of Ant
   Fix: upgrade to at least the latest release version of Ant
- The task is not an Ant core or optional task and needs to be declared using <taskdef>. - You are attempting to use a task defined using <presetdef> or <macrodef> but have spelt wrong or not defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

Total time: 248 milliseconds
__________________________________________________________________________________

What can I do?


Also in the ant view there are three projects marked with "< default target deploy does 
not exist in this project >"

    NXAuditApi
    NXAuditClient
    NXAuditFacade

Is this normal?

Thanks
        Mirto




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

Reply via email to