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

Intégration Continue Discussion :

Configuration Clearcase


Sujet :

Intégration Continue

  1. #1
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut Configuration Clearcase
    Ma vue s'appelle omegabox_XMC_dev
    j'ai configurer mon pom.xml :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    <scm>
    <connection>scm:clearcase|omegabox_XMC_dev|\\MA0256225\vues\omegabox_XMC_dev\view.stg\config_spec</connection>
      </scm>
    et j'obtiens a chaque fois la meme erreur j'ai beau essayer plusieurs config différentes ca plante a chaque fois :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    cleartool: Error: A registry entry already exists for "omegabox_XMC_dev".
    j'aimerais bien savoir si j'ai tout configurer comme il faut, et si qq'un a déjà eu le meme genre d'erreur merci d'avance pour votre aide.
    ma version de continuum est 1.1-alpha-2
    Xav

  2. #2
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    j'ai réussi a régler mon précédent problème cependant maintenant, lorsque je lance directement avec maven tous marche bien.
    Cependant lorsque je lance avec continuum il ne me trouve plus aucun plugins de mon repository. je ne comprend pas trop pkoi il ne les trouve plus.
    Merci d'avance pour votre aide.
    Xav

  3. #3
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    dans la console continuum j'obtiens le message d'erreur suivant :
    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
    jvm 1    | 2007-06-13 13:17:41,086 [pool-1-thread-1] INFO  BuildController:default        - Starting build of omegabox
    jvm 1    | 2007-06-13 13:17:41,289 [pool-1-thread-1] INFO  BuildController:default        - Updating working dir
    jvm 1    | 2007-06-13 13:17:41,289 [pool-1-thread-1] INFO  BuildController:default        - Performing action check-working-directory
    jvm 1    | 2007-06-13 13:17:41,289 [pool-1-thread-1] INFO  BuildController:default        - Performing action update-working-directory-from-scm
    jvm 1    | 2007-06-13 13:17:41,320 [pool-1-thread-1] INFO  ContinuumScm:default           - Updating project: id: '78', name 'omegabox'.
    jvm 1    | 2007-06-13 13:18:02,181 [pool-2-thread-1] INFO  ContinuumScm:default           - Checked out 361 files.
    jvm 1    | 2007-06-13 13:18:03,712 [pool-1-thread-1] INFO  BuildController:default        - Merging SCM results
    jvm 1    | 2007-06-13 13:18:03,712 [pool-1-thread-1] INFO  BuildController:default        - Changes found, building
    jvm 1    | 2007-06-13 13:18:03,712 [pool-1-thread-1] INFO  BuildController:default        - Performing action update-project-from-working-directory
    jvm 1    | 2007-06-13 13:18:03,728 [pool-1-thread-1] INFO  Action:update-project-from-working-directory - Updating project 'omegabox' from checkout.
    jvm 1    | 2007-06-13 13:18:03,743 [pool-1-thread-1] ERROR BuildController:default        - Error executing action update-project-from-working-directory '
    jvm 1    | org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action 'update-project-from-working-directory'
    jvm 1    |      at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:432)
    jvm 1    |      at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:137)
    jvm 1    |      at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
    jvm 1    |      at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
    jvm 1    |      at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    jvm 1    |      at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
    jvm 1    |      at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
    jvm 1    |      at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
    jvm 1    |      at java.lang.Thread.run(Thread.java:534)
    jvm 1    | Caused by: org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Could not find Maven project descriptor.
    jvm 1    |      at org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:123)
    jvm 1    |      at org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.java:77)
    jvm 1    |      at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:406)
    jvm 1    |      ... 8 more
    tandis que dans les résultats j'obtiens :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no valid version could be found
    [INFO] ------------------------------------------------------------------------
    [INFO] Trace
    org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no valid version could be found
    Xav

  4. #4
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    quand je vais chercher les fichiers en local il me trouve bien tous mes plugins et le build se fait avec succès :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    <scm>
        <connection>scm:local|D:\|omegabox</connection>
      </scm>
    .
    cependant quand j'essai avec clearcase ca plante il ne trouve plus mon repository :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    <scm>
        <connection>scm:clearcase|\\MA0256225\vues\omegabox_XMC_dev\view.stg\config_spec</connection>
    	<developerConnection>scm:clearcase|omegabox_XMC_dev|\\MA0256225\vues\omegabox_XMC_dev\view.stg\config_spec</developerConnection>
      </scm>
    aidez moi s'il vous plait je croi que je craquer.
    Xav

  5. #5
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    As-tu définis le chemin vers le pom.xml dans la build definition? Généralement le pb viens de là avec clearcase

  6. #6
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    commen ca définir le chemin du pom.xml dans la build définition.
    Dans Continuum pour ajouter un projet je clique sur maven2 project et ensuite je recherche mon pom.xml avec le bouton parcourir donc le chemin est mis automatiquement.
    Je vois pas trop ce que tu veuw me dire.
    Xav

  7. #7
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    De plus il veux absolument me créer une autre vue a chaque build.
    Cependant je possède déjà une vue et je veux juste la mettre à jour avant chaque build.
    J'utilise la version 1.1-alpha-2 de continuum et je pensais que ce bug était corrigé??
    Xav

  8. #8
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    Le pb n'est pas lors de l'ajout du pom, mais lors de l'exécution du build, Continuum charge par défaut le pom.xml à partir de la racine de la working copy (.../working-directory/<id-projet>/pom.xml). or avec Clearcase, le pom.xml se trouve dans un sous répertoire, il faut donc éditer la build definition de ton projet et modifier le build file avec le chemin vers ton pom, c'est un chemin relatif qu'il faut saisir.

  9. #9
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    et sinon concernant la créaton de la nouvelle vue a chaque build?
    C'est un bug ou c'est moi qui ai mal paramétrer qq chose.
    Quand j'ajoute un projet il me renvoie directement une erreur dans la console continuum :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    jvm 1    | 2007-06-19 10:21:36,585 [SocketListener0-0] INFO  Continuum:default              - Created 1 projects.
    jvm 1    | 2007-06-19 10:21:36,585 [SocketListener0-0] INFO  Continuum:default              - Created 1 project groups.
    jvm 1    | 2007-06-19 10:21:36,585 [SocketListener0-0] INFO  Continuum:default              - 0 errors.
    jvm 1    | 2007-06-19 10:21:36,585 [SocketListener0-0] INFO  Continuum:default              - Creating project group with the group id: 'ITSRET'.
    jvm 1    | 2007-06-19 10:21:36,663 [pool-2-thread-1] INFO  ContinuumScm:default           - Checking out project: 'omegabox', id: '337' to 'D:\generated\projet\337'.
    jvm 1    | 2007-06-19 10:21:36,695 [SocketListener0-0] INFO  FileUploadInterceptor          - Removing file m2PomFile D:\Outils\continuum-1.1-alpha-2\bin\windows-x86-32\..\..\temp\Jetty_0_0_0_0_8070__continuum\upload_11d221e_113430c5428__7ff6_00000008.tmp
    jvm 1    | 2007-06-19 10:21:36,695 [SocketListener0-0] INFO  FileUploadInterceptor          - Removing file m2PomFile D:\Outils\continuum-1.1-alpha-2\bin\windows-x86-32\..\..\temp\Jetty_0_0_0_0_8070__continuum\upload_11d221e_113430c5428__7ff6_00000008.tmp
    jvm 1    | 2007-06-19 10:21:36,710 [pool-2-thread-1] INFO  ScmManager:default             - Executing: D:\generated\projet>>cleartool mkview -snapshot -tag A304627-MA0256225-maven-337 D:\generated\projet\337
    jvm 1    | 2007-06-19 10:21:43,773 [pool-2-thread-1] WARN  ContinuumScm:default           - Error while checking out the code for project: 'omegabox', id: '337' to 'D:\generated\projet\337'.
    jvm 1    | 2007-06-19 10:21:43,773 [pool-2-thread-1] WARN  ContinuumScm:default           - Command output: cleartool: Error: storage directory must be in UNC style (e.g. \\host\share\...)
    jvm 1    |
    jvm 1    | 2007-06-19 10:21:43,773 [pool-2-thread-1] WARN  ContinuumScm:default           - Provider message: The cleartool command failed.
    Xav

  10. #10
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    Ce n'est ni un bug, ni un pb de config, c'est le fonctionnement normal
    Actuallement, continuum n'autorize pas les checkout dans un autre répertoire que 'working-directory/<id-project>' donc la création d'une nouvelle est nécessaire. A moins que j'ai raté quelque chose.

  11. #11
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    j'obtiens toujours la meme erreur quand je rajoute un projet maven2 dans Continuum :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    - Command output: cleartool: Error: storage directory must be in UNC style (e.g. \\host\share\...)
    
    - Provider message: The cleartool command failed.
    Je ne vois pas comment y remédier je n'ai rien changer et ca m'as jamais ca avan?
    Xav

  12. #12
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    c'est bon je viens de régler le rpobleme du cleartool.
    Pour ce qui est de la déclaration du pom.xml.
    Sachant que mon working directory se trouve :
    D:\generated\projet
    et mon pom.xml une fois updater se trouve dans :
    D:\generated\projet\<id_projet>\omega\Omg\OmegaBox\Java\omegabox\pom.xml
    J'ai donc déclarer dans mon build definition le chemin:
    \omega\Omg\OmegaBox\Java\omegabox\pom.xml
    mais il me renvoie tjs une erreur mais plus dans la console dans les logs.
    il dit qu'il ne trouve plus mon repository.
    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
    55
    56
    57
    58
    59
    60
    + Error stacktraces are turned on.
    Maven version: 2.0.6
    [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\A304627\.m2\plugin-registry.xml'
    [DEBUG] Building Maven global-level plugin registry from: 'D:\Outils\maven-2.0.6\bin\..\conf\plugin-registry.xml'
    [INFO] Scanning for projects...
    [INFO] ----------------------------------------------------------------------------
    [INFO] Building Maven Default Project
    [INFO]    task-segment: [clean, install, site]
    [INFO] ----------------------------------------------------------------------------
    [DEBUG] maven-clean-plugin: using locally installed snapshot
    [DEBUG] Artifact not found - using stub model: Unable to determine the latest version
    
      org.apache.maven.plugins:maven-clean-plugin:pom:LATEST
    
    
    [DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-clean-plugin:pom:LATEST
    [DEBUG] maven-clean-plugin: using locally installed snapshot
    [DEBUG] Artifact not found - using stub model: Unable to determine the release version
    
      org.apache.maven.plugins:maven-clean-plugin:pom:RELEASE
    
    
    [DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-clean-plugin:pom:RELEASE
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no valid version could be found
    [INFO] ------------------------------------------------------------------------
    [DEBUG] Trace
    org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no valid version could be found
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1286)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor(DefaultLifecycleExecutor.java:1522)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForPackaging(DefaultLifecycleExecutor.java:1016)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycleMappings(DefaultLifecycleExecutor.java:980)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:458)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    	at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:324)
    	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The plugin 'org.apache.maven.plugins:maven-clean-plugin' does not exist or no valid version could be found
    	at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:228)
    	at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePluginVersion(DefaultPluginVersionManager.java:90)
    	at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager.java:166)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1257)
    	... 18 more
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: < 1 second
    [INFO] Finished at: Tue Jun 19 11:43:37 CEST 2007
    [INFO] Final Memory: 1M/254M
    [INFO] ------------------------------------------------------------------------
    aurai-je oublier de paramétrer qq chose??
    Xav

  13. #13
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    Utilises-tu un proxy pour te connecter à internet?

  14. #14
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    oui j'utilise le proxy de ma société, c'est un proxy http.
    je dois le déclarer qq part?
    Xav

  15. #15
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    Tu dois le déclarer dans ${user.home}/.m2/settings.xml

    http://maven.apache.org/guides/mini/guide-proxies.html

  16. #16
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    Je n'ai plus d'erreur dans la console Continuum. J'ai déclarer le proxy, le chemin dans mon build definition, mais il me renvoie toujours la meme erreur concernant le plugin maven-clean-plugin dans les résultats. Si qq'un voit comment y remédier.
    merci d'avance
    Xav

  17. #17
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    lors de ta précédente erreur, maven a dû stocker des metadata incorrectes dans le local repository, supprime-le et relance un build avec Continuum

  18. #18
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    j'obtiens toujours une erreur, j'ai essayé avec l'argument -e pour voir les erreurs :
    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
    + Error stacktraces are turned on.
    Maven version: 2.0.6
    [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settings\A304627\.m2\plugin-registry.xml'
    [DEBUG] Building Maven global-level plugin registry from: 'D:\Outils\maven-2.0.6\bin\..\conf\plugin-registry.xml'
    [INFO] Scanning for projects...
    [INFO] ----------------------------------------------------------------------------
    [INFO] Building Maven Default Project
    [INFO]    task-segment: [clean, install]
    [INFO] ----------------------------------------------------------------------------
    [DEBUG] maven-clean-plugin: resolved to version 2.1.1 from repository central
    [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::3 for project: null:maven-clean-plugin:maven-plugin:2.1.1 from the repository.
    [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::4 for project: org.apache.maven.plugins:maven-plugins:pom:3 from the repository.
    [DEBUG] Retrieving parent-POM: org.apache:apache::3 for project: org.apache.maven:maven-parent:pom:4 from the repository.
    [INFO] ------------------------------------------------------------------------
    [ERROR] BUILD ERROR
    [INFO] ------------------------------------------------------------------------
    [INFO] Cannot execute mojo: clean. It requires a project with an existing pom.xml, but the build is not using one.
    [INFO] ------------------------------------------------------------------------
    [DEBUG] Trace
    org.apache.maven.lifecycle.LifecycleExecutionException: Cannot execute mojo: clean. It requires a project with an existing pom.xml, but the build is not using one.
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
    	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
    	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
    	at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    	at java.lang.reflect.Method.invoke(Method.java:324)
    	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
    	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
    	at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
    	at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
    Caused by: org.apache.maven.plugin.MojoExecutionException: Cannot execute mojo: clean. It requires a project with an existing pom.xml, but the build is not using one.
    	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:369)
    	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
    	... 16 more
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: < 1 second
    [INFO] Finished at: Thu Jun 21 10:42:24 CEST 2007
    [INFO] Final Memory: 1M/254M
    [INFO] ------------------------------------------------------------------------
    Xav

  19. #19
    Membre expérimenté

    Profil pro
    Inscrit en
    Mai 2006
    Messages
    1 172
    Détails du profil
    Informations personnelles :
    Âge : 49
    Localisation : France, Yvelines (Île de France)

    Informations forums :
    Inscription : Mai 2006
    Messages : 1 172
    Points : 1 524
    Points
    1 524
    Par défaut
    Qu'as-tu dans les log de Continuum?

  20. #20
    Membre habitué Avatar de marcxa44
    Profil pro
    Inscrit en
    Mai 2007
    Messages
    202
    Détails du profil
    Informations personnelles :
    Âge : 40
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations forums :
    Inscription : Mai 2007
    Messages : 202
    Points : 142
    Points
    142
    Par défaut
    le log de continuum :
    continuum.log.txt

    mon pom.xml :
    pom.xml

    et le fichier settings.xml :
    settings.xml
    Xav

Discussions similaires

  1. Problème configuration UCM clearcase
    Par doktor dans le forum Intégration Continue
    Réponses: 0
    Dernier message: 19/07/2011, 18h30
  2. [Hudson] Hudson et Plugin Base ClearCase : comment configurer ?
    Par 6BerYeti dans le forum Intégration Continue
    Réponses: 1
    Dernier message: 17/02/2010, 11h28
  3. [maven][continuum][clearcase] pb configuration
    Par gg_rhum dans le forum Maven
    Réponses: 33
    Dernier message: 05/07/2007, 09h42
  4. Configurer OpenGL/Glut avec C++Bluider
    Par MiGoN dans le forum OpenGL
    Réponses: 2
    Dernier message: 13/09/2002, 23h18
  5. BDE : Configurer automatiquement le NETDIR
    Par Harry dans le forum Paradox
    Réponses: 10
    Dernier message: 29/07/2002, 11h33

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