You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Pushpendra (JIRA)" <ji...@codehaus.org> on 2010/05/19 11:18:12 UTC

[jira] Created: (CONTINUUM-2523) Build from source failing

Build from source failing
-------------------------

                 Key: CONTINUUM-2523
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2523
             Project: Continuum
          Issue Type: Bug
          Components: SCM
         Environment: Maven 2.2.1, J2SE 6.0 , WINDOWS XP
            Reporter: Pushpendra


I  used <a href="http://continuum.apache.org/development/building.html">link</a> to build the continuum. 

cd /path/to/continuum-all/parent
mvn install
This is working fine.

cd /path/to/continuum-all/continuum
mvn install
This is not working as the above checkout is not downloading all (mentioned below) the modules of the continuum.



 <!--module>continuum-commons</module>
	<module>continuum-distributed</module>
	<module>continuum-api</module>
    <module>continuum-store</module>    
    <module>continuum-reports</module>    
    <module>continuum-core</module>
   
    <module>continuum-notifiers</module>
    <module>continuum-test</module>
    <module>continuum-webapp</module>
    <module>continuum-xmlrpc</module>
    <module>continuum-release</module>
    <module>continuum-data-management</module>
    <module>continuum-docs</module>
    <module>continuum-jetty</module>
   
    <module>continuum-buildagent</module>
  
    <module>continuum-builder</module-->

If comment the modules and try to build without them SCM project gives compilation error.



-- 
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-2523) Build from source failing

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter closed CONTINUUM-2523.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Brett Porter

looks to me like your SVN checkout was not complete.

> Build from source failing
> -------------------------
>
>                 Key: CONTINUUM-2523
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2523
>             Project: Continuum
>          Issue Type: Bug
>          Components: SCM
>         Environment: Maven 2.2.1, J2SE 6.0 , WINDOWS XP
>            Reporter: Pushpendra
>            Assignee: Brett Porter
>
> I  used <a href="http://continuum.apache.org/development/building.html">link</a> to build the continuum. 
> cd /path/to/continuum-all/parent
> mvn install
> This is working fine.
> cd /path/to/continuum-all/continuum
> mvn install
> This is not working as the above checkout is not downloading all (mentioned below) the modules of the continuum.
>  <!--module>continuum-commons</module>
> 	<module>continuum-distributed</module>
> 	<module>continuum-api</module>
>     <module>continuum-store</module>    
>     <module>continuum-reports</module>    
>     <module>continuum-core</module>
>    
>     <module>continuum-notifiers</module>
>     <module>continuum-test</module>
>     <module>continuum-webapp</module>
>     <module>continuum-xmlrpc</module>
>     <module>continuum-release</module>
>     <module>continuum-data-management</module>
>     <module>continuum-docs</module>
>     <module>continuum-jetty</module>
>    
>     <module>continuum-buildagent</module>
>   
>     <module>continuum-builder</module-->
> If comment the modules and try to build without them SCM project gives compilation error.

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