[jira] Created: (CONTINUUM-2401) Unable to import the parent pom.xml to continuum

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (CONTINUUM-2401) Unable to import the parent pom.xml to continuum

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Unable to import the parent pom.xml to continuum
------------------------------------------------

                 Key: CONTINUUM-2401
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2401
             Project: Continuum
          Issue Type: Bug
          Components: Integration - Maven 2
    Affects Versions: 1.1
         Environment: Windows Server 2003 SP2, JDK 1.4 , clearcase
            Reporter: Aswini Ray
            Priority: Critical
         Attachments: Continuum_Error.JPG

Hi,

I am using Maestro for Build management where Maven 2, Continuum and Archival were already integrated. Continuum is taking sources from Clearcase M: (Mapped)drive. Everything is working fine, But suddenly it is behaving a different manner. When I am importing parent pom.xml in continuum, it is giving me the error that "POM file does not exist. Either the POM you specified or one of its modules does not exist"(I have attached the screenshot). while importing the project, my POM URL is file:///M:/Build_Platform_View/vob010/build/pom.xml . Even i have enabled the file protocol in continuum application.xml. I am using Dynamic view in clearcase.

if you check the continuum log, it says

[SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/pom.xml
[SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/build-resource/pom.xml
[SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/external-jars/pom.xml
[SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/build-number-plugin/pom.xml
[SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/cobertura-maven-plugin/pom.xml
[SocketListener0-0] INFO  Continuum:default              - Created 1 projects.
[SocketListener0-0] INFO  Continuum:default              - Created 1 project groups.
[SocketListener0-0] INFO  Continuum:default              - 4 errors.
[SocketListener0-0] INFO  Continuum:default              - 4 errors during project add:
[SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
[SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
[SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
[SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error

Please help me in solving the issue. Is it something to do with OS setup or is there any issue in Continuum configuration??

Regards,
Aswini



--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (CONTINUUM-2401) Unable to import the parent pom.xml to continuum

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


    [ http://jira.codehaus.org/browse/CONTINUUM-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=197510#action_197510 ]

Wendy Smoak commented on CONTINUUM-2401:
----------------------------------------

I haven't tried Continuum with ClearCase.  Does the file:// url you mentioned return the pom in plain text?

For further questions about Maestro, please use the forum at http://www.maestrodev.com/forum .  


> Unable to import the parent pom.xml to continuum
> ------------------------------------------------
>
>                 Key: CONTINUUM-2401
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2401
>             Project: Continuum
>          Issue Type: Bug
>          Components: Integration - Maven 2
>    Affects Versions: 1.1
>         Environment: Windows Server 2003 SP2, JDK 1.4 , clearcase
>            Reporter: Aswini Ray
>            Priority: Critical
>         Attachments: Continuum_Error.JPG
>
>
> Hi,
> I am using Maestro for Build management where Maven 2, Continuum and Archival were already integrated. Continuum is taking sources from Clearcase M: (Mapped)drive. Everything is working fine, But suddenly it is behaving a different manner. When I am importing parent pom.xml in continuum, it is giving me the error that "POM file does not exist. Either the POM you specified or one of its modules does not exist"(I have attached the screenshot). while importing the project, my POM URL is file:///M:/Build_Platform_View/vob010/build/pom.xml . Even i have enabled the file protocol in continuum application.xml. I am using Dynamic view in clearcase.
> if you check the continuum log, it says
> [SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/pom.xml
> [SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/build-resource/pom.xml
> [SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/external-jars/pom.xml
> [SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/build-number-plugin/pom.xml
> [SocketListener0-0] INFO  ContinuumProjectBuilder:maven-two-builder - Downloading file:/M:/Build_Platform_View/vob010/build/cobertura-maven-plugin/pom.xml
> [SocketListener0-0] INFO  Continuum:default              - Created 1 projects.
> [SocketListener0-0] INFO  Continuum:default              - Created 1 project groups.
> [SocketListener0-0] INFO  Continuum:default              - 4 errors.
> [SocketListener0-0] INFO  Continuum:default              - 4 errors during project add:
> [SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
> [SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
> [SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
> [SocketListener0-0] INFO  Continuum:default              - add.project.missing.pom.error
> Please help me in solving the issue. Is it something to do with OS setup or is there any issue in Continuum configuration??
> Regards,
> Aswini

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira