You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2005/12/12 00:45:46 UTC

[jira] Created: (CONTINUUM-508) Unable to add multimodule projects from CVS

Unable to add multimodule projects from CVS
-------------------------------------------

         Key: CONTINUUM-508
         URL: http://jira.codehaus.org/browse/CONTINUUM-508
     Project: Continuum
        Type: Bug

  Components: Core system  
    Versions: 1.0.2    
    Reporter: Carlos Sanchez
    Priority: Critical
     Fix For: 1.1


If you try to add a multimodule hosted in CVS you get things like

    *  Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core\pom.xml (The system cannot find the path specified)

Check the logs for more details.

    * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core-tiger/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core-tiger\pom.xml (The system cannot find the path specified)

Check the logs for more details.

    * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/adapters/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\adapters\pom.xml (The system cannot find the path specified)

Check the logs for more details.

    * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/domain/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\domain\pom.xml (The system cannot find the path specified)



You can try with http://cvs.sourceforge.net/viewcvs.py/*checkout*/acegisecurity/acegisecurity/pom.xml


-- 
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-508) Unable to add multimodule projects from CVS

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-508?page=comments#action_53286 ] 

Carlos Sanchez commented on CONTINUUM-508:
------------------------------------------

So seems that you have to install it first with maven? that doesn't sound very user friendly

> Unable to add multimodule projects from CVS
> -------------------------------------------
>
>          Key: CONTINUUM-508
>          URL: http://jira.codehaus.org/browse/CONTINUUM-508
>      Project: Continuum
>         Type: Bug

>   Components: Core system
>     Versions: 1.0.2
>     Reporter: Carlos Sanchez
>     Priority: Critical

>
>
> If you try to add a multimodule hosted in CVS you get things like
>     *  Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core-tiger/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core-tiger\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/adapters/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\adapters\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/domain/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\domain\pom.xml (The system cannot find the path specified)
> You can try with http://cvs.sourceforge.net/viewcvs.py/*checkout*/acegisecurity/acegisecurity/pom.xml

-- 
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-508) Unable to add multimodule projects from CVS

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-508?page=comments#action_53287 ] 

Emmanuel Venisse commented on CONTINUUM-508:
--------------------------------------------

Continuum can't find parent if it isn't in repository and it isn't in continuum projects list ;-) If you try to build it with maven, you will have the same problem if you don't have the parent pom in repository.
In acegi, parent pom version is 1.0-SNAPSHOT and module use 1.0-RC1, so you need to have 1.0-RC1 in your repo

> Unable to add multimodule projects from CVS
> -------------------------------------------
>
>          Key: CONTINUUM-508
>          URL: http://jira.codehaus.org/browse/CONTINUUM-508
>      Project: Continuum
>         Type: Bug

>   Components: Core system
>     Versions: 1.0.2
>     Reporter: Carlos Sanchez
>     Priority: Critical

>
>
> If you try to add a multimodule hosted in CVS you get things like
>     *  Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core-tiger/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core-tiger\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/adapters/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\adapters\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/domain/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\domain\pom.xml (The system cannot find the path specified)
> You can try with http://cvs.sourceforge.net/viewcvs.py/*checkout*/acegisecurity/acegisecurity/pom.xml

-- 
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] Closed: (CONTINUUM-508) Unable to add multimodule projects from CVS

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-508?page=all ]
     
Emmanuel Venisse closed CONTINUUM-508:
--------------------------------------

     Resolution: Won't Fix
    Fix Version:     (was: 1.1)

error message isn't explicit in web interface but it's in logs.

modules use a parent project that isn't in remote repository : 

jvm 1    | 2005-12-12 10:32:52,330 [SocketListener0-1] ERROR MavenBuilderHelper             - Cannot build maven project
 from C:\DOCUME~1\evenisse\LOCALS~1\Temp\continuum-32417.tmp.
jvm 1    | org.apache.maven.project.ProjectBuildingException: POM 'org.acegisecurity:acegi-security-parent' not found in
 repository: Unable to download the artifact from any repository
jvm 1    |   org.acegisecurity:acegi-security-parent:1.0.0-RC1:pom
jvm 1    |
jvm 1    | from the specified remote repositories:
jvm 1    |   central (http://repo1.maven.org/maven2)
jvm 1    |
jvm 1    |      at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilde
r.java:423)
jvm 1    |      at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:9
55)
jvm 1    |      at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
jvm 1    |      at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.ja
va:298)
jvm 1    |      at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:283)
jvm 1    |      at org.apache.maven.continuum.execution.maven.m2.DefaultMavenBuilderHelper.getMavenProject(DefaultMavenB
uilderHelper.java:260)
jvm 1    |      at org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilder.readModules(MavenTwo
ContinuumProjectBuilder.java:100)
jvm 1    |      at org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilder.readModules(MavenTwo
ContinuumProjectBuilder.java:209)
jvm 1    |      at org.apache.maven.continuum.project.builder.maven.MavenTwoContinuumProjectBuilder.buildProjectsFromMet
adata(MavenTwoContinuumProjectBuilder.java:83)
jvm 1    |      at org.apache.maven.continuum.core.action.CreateProjectsFromMetadata.execute(CreateProjectsFromMetadata.
java:63)
jvm 1    |      at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:1809)
jvm 1    |      at org.apache.maven.continuum.DefaultContinuum.executeAddProjectsFromMetadataActivity(DefaultContinuum.j
ava:674)
jvm 1    |      at org.apache.maven.continuum.DefaultContinuum.addMavenTwoProject(DefaultContinuum.java:582)
jvm 1    |      at org.apache.maven.continuum.web.action.AddMavenTwoProject.uponSuccessfulValidation(AddMavenTwoProject.
java:52)
jvm 1    |      at org.codehaus.plexus.formica.action.AbstractEntityAction.execute(AbstractEntityAction.java:136)
jvm 1    |      at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionValve.java:68)
jvm 1    |      at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(AbstractPipeline.java:70)
jvm 1    |      at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54)
jvm 1    |      at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108)
jvm 1    |      at javax.servlet.http.HttpServlet.service(HttpServlet.java:615)
jvm 1    |      at javax.servlet.http.HttpServlet.service(HttpServlet.java:688)
jvm 1    |      at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
jvm 1    |      at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
jvm 1    |      at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
jvm 1    |      at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
jvm 1    |      at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
jvm 1    |      at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
jvm 1    |      at org.mortbay.http.HttpServer.service(HttpServer.java:879)
jvm 1    |      at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
jvm 1    |      at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
jvm 1    |      at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806)
jvm 1    |      at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
jvm 1    |      at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331)
jvm 1    |      at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520)
jvm 1    | Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from
 any repository
jvm 1    |   org.acegisecurity:acegi-security-parent:1.0.0-RC1:pom
jvm 1    |
jvm 1    | from the specified remote repositories:
jvm 1    |   central (http://repo1.maven.org/maven2)
jvm 1    |
jvm 1    |      at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
jvm 1    |      at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
jvm 1    |      at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilde
r.java:380)
jvm 1    |      ... 33 more
jvm 1    | Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any rep
ository
jvm 1    |      at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
jvm 1    |      at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
jvm 1    |      ... 35 more

> Unable to add multimodule projects from CVS
> -------------------------------------------
>
>          Key: CONTINUUM-508
>          URL: http://jira.codehaus.org/browse/CONTINUUM-508
>      Project: Continuum
>         Type: Bug

>   Components: Core system
>     Versions: 1.0.2
>     Reporter: Carlos Sanchez
>     Priority: Critical

>
>
> If you try to add a multimodule hosted in CVS you get things like
>     *  Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/core-tiger/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\core-tiger\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/adapters/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\adapters\pom.xml (The system cannot find the path specified)
> Check the logs for more details.
>     * Could not download file:/C:/apps/continuum-1.0.2/bin/../temp/summit-1/domain/pom.xml: C:\apps\continuum-1.0.2\bin\..\temp\summit-1\domain\pom.xml (The system cannot find the path specified)
> You can try with http://cvs.sourceforge.net/viewcvs.py/*checkout*/acegisecurity/acegisecurity/pom.xml

-- 
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