IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

ANT Java Discussion :

probleme avec Ant


Sujet :

ANT Java

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Nouveau candidat au Club
    Inscrit en
    Février 2010
    Messages
    1
    Détails du profil
    Informations forums :
    Inscription : Février 2010
    Messages : 1
    Par défaut probleme avec Ant
    Bonjour...

    je suis un débutant en java. et je travaille sur un projet de GED (Gestion électronique de Document). J'ai vu un très bon outils OpenSource dans ce domaine qui me convient parfaitement. il s'agit de NUXEO EP la version 5.1.3.
    J'ai trouver un très bon tuto pour son installation à partir de la récupération du code source via IDE éclipse (http://www.slideshare.net/JM.Pascal/...n-avec-eclipse). je travaille avec Eclipse Europa Version: 3.3.2
    j'ai suivi le tuto sans probleme jusqu'à la partie de l'outils Ant et precisement à l'etape de la commande patch. Et lorsque je lance cette commande j'ai des erreurs dans la console que je ne comprend vraiment pas. Voici l'erreur qui s'affiche:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    Buildfile: C:\opt\Workspace-Nuxeo\Nuxeo-5.1.3\build.xml
    patch-unix:
    patch-windows:
         [echo] Running maven script jboss-patch/pom.xml
         [exec] [INFO] Scanning for projects...
         [exec] WAGON_VERSION: 1.0-beta-2
         [exec] [INFO] ------------------------------------------------------------------------
         [exec] [INFO] Building Nuxeo Platform: JBoss patch
         [exec] [INFO]    task-segment: [clean, package]
         [exec] [INFO] ------------------------------------------------------------------------
         [exec] [INFO] artifact org.codehaus.mojo:xml-maven-plugin: checking for updates from central_proxy
         [exec] [INFO] artifact org.codehaus.mojo:xml-maven-plugin: checking for updates from nuxeo_release
         [exec] [INFO] [clean:clean]
         [exec] [INFO] snapshot org.nuxeo.build:nuxeo-apt-extensions:1.0-SNAPSHOT: checking for updates from external_snapshot
         [exec] [INFO] snapshot org.nuxeo.build:nuxeo-apt-extensions:1.0-SNAPSHOT: checking for updates from nuxeo_snapshot
         [exec] Downloading: <a href="http://archiva.nuxeo.org/archiva/repository/external_snapshot/org/nuxeo/build/nuxeo-apt-extensions/1.0-SNAPSHOT/nuxeo-apt-extensions-1.0-SNAPSHOT.pom" target="_blank">http://archiva.nuxeo.org/archiva/rep...0-SNAPSHOT.pom</a>
         [exec] Downloading: <a href="http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot/org/nuxeo/build/nuxeo-apt-extensions/1.0-SNAPSHOT/nuxeo-apt-extensions-1.0-SNAPSHOT.pom" target="_blank">http://archiva.nuxeo.org/archiva/rep...0-SNAPSHOT.pom</a>
         [exec] Downloading: <a href="http://archiva.nuxeo.org/archiva/repository/external_snapshot/org/nuxeo/build/nuxeo-apt-extensions/1.0-SNAPSHOT/nuxeo-apt-extensions-1.0-SNAPSHOT.jar" target="_blank">http://archiva.nuxeo.org/archiva/rep...0-SNAPSHOT.jar</a>
         [exec] Downloading: <a href="http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot/org/nuxeo/build/nuxeo-apt-extensions/1.0-SNAPSHOT/nuxeo-apt-extensions-1.0-SNAPSHOT.jar" target="_blank">http://archiva.nuxeo.org/archiva/rep...0-SNAPSHOT.jar</a>
         [exec] [INFO] ------------------------------------------------------------------------
         [exec] [ERROR] BUILD ERROR
         [exec] [INFO] ------------------------------------------------------------------------
         [exec] [INFO] Failed to resolve artifact.
         [exec] Missing:
         [exec] ----------
         [exec] 1) org.nuxeo.build:nuxeo-apt-extensions:jar:1.0-SNAPSHOT
         [exec]   Try downloading the file manually from the project website.
         [exec]   Then, install it using the command: 
         [exec]       mvn install:install-file -DgroupId=org.nuxeo.build -DartifactId=nuxeo-apt-extensions -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
         [exec]   Alternatively, if you host your own repository you can deploy the file there: 
         [exec]       mvn deploy:deploy-file -DgroupId=org.nuxeo.build -DartifactId=nuxeo-apt-extensions -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
         [exec]   Path to dependency: 
         [exec]   	1) org.nuxeo.ecm.platform:jboss-patch:pom:4.0.5.GA-SNAPSHOT
         [exec]   	2) org.nuxeo.build:nuxeo-apt-extensions:jar:1.0-SNAPSHOT
         [exec] ----------
         [exec] 1 required artifact is missing.
         [exec] for artifact: 
         [exec]   org.nuxeo.ecm.platform:jboss-patch:pom:4.0.5.GA-SNAPSHOT
         [exec] from the specified remote repositories:
         [exec]   central_proxy (http://archiva.nuxeo.org/archiva/repository/central),
         [exec]   external_snapshot (http://archiva.nuxeo.org/archiva/repository/external_snapshot),
         [exec]   nuxeo_snapshot (http://archiva.nuxeo.org/archiva/repository/nuxeo_snapshot),
         [exec]   nuxeo_release (http://archiva.nuxeo.org/archiva/repository/nuxeo_release),
         [exec]   central (http://repo1.maven.org/maven2)
         [exec] [INFO] ------------------------------------------------------------------------
         [exec] [INFO] For more information, run Maven with the -e switch
         [exec] [INFO] ------------------------------------------------------------------------
         [exec] [INFO] Total time: 9 seconds
         [exec] [INFO] Finished at: Sat Feb 20 10:09:55 GMT 2010
         [exec] [INFO] Final Memory: 17M/254M
         [exec] [INFO] ------------------------------------------------------------------------
     
    BUILD FAILED
    C:\opt\Workspace-Nuxeo\Nuxeo-5.1.3\build.xml:107: exec returned: 1
    Aidez moi s'il vous plait.

  2. #2
    Futur Membre du Club
    Profil pro
    Inscrit en
    Décembre 2007
    Messages
    4
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2007
    Messages : 4
    Par défaut
    Bonjour GIMPOLO,

    Je ne comprends pas pourquoi tu veux passer par le patch de jboss !!
    Je te conseille d'aller sur le site de Nuxeo et de télécharger la dernière version (5.3.1 GA) ici.

    Pour faire un projet (plugins) autour de Nuxeo, voila un book où tu trouveras ton bonheur ici
    Si tu as besoin d'aide n'hésites pas à poser des questions !!

Discussions similaires

  1. probleme avec ant zip destfile
    Par luckyluc. dans le forum ANT
    Réponses: 0
    Dernier message: 28/05/2009, 13h07
  2. probleme avec ant
    Par darkgenesis dans le forum Windows XP
    Réponses: 1
    Dernier message: 15/05/2008, 14h42
  3. Probleme avec ANT
    Par bouzaidi dans le forum ANT
    Réponses: 5
    Dernier message: 30/04/2008, 10h06
  4. probleme avec ant deploy
    Par olfaajmi dans le forum Maven
    Réponses: 2
    Dernier message: 14/03/2008, 14h09
  5. Réponses: 3
    Dernier message: 09/04/2006, 13h04

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo