You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Simon Richardson (JIRA)" <ji...@codehaus.org> on 2005/06/08 10:33:09 UTC

[jira] Created: (CONTINUUM-183) Should be able to build without using SCM.

Should be able to build without using SCM.
------------------------------------------

         Key: CONTINUUM-183
         URL: http://jira.codehaus.org/browse/CONTINUUM-183
     Project: Continuum
        Type: Wish
  Components: continuum-core  
    Versions: 1.0-alpha-2    
 Environment: x86
Windows NT 4.0
j2sdk1.4.2_05
maven 1.0.2
    Reporter: Simon Richardson
    Priority: Blocker


The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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-183) Should be able to build without using SCM.

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-183?page=comments#action_42979 ] 

Trygve Laugstol commented on CONTINUUM-183:
-------------------------------------------

The local SCM provider is now a part of the application and it works but it's definitely not optimal. I'm closing this issue and creating a new issue for tracking the required features.

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Assignee: Trygve Laugstol
>     Priority: Blocker
>      Fix For: 1.0-beta-1

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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-183) Should be able to build without using SCM.

Posted by "Simon Richardson (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-183?page=comments#action_40801 ]
     
Simon Richardson commented on CONTINUUM-183:
--------------------------------------------

This would certainly provide a workaround to my problem.  Could you point me in the right direction?

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Priority: Blocker

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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-183) Should be able to build without using SCM.

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-183?page=comments#action_40799 ]
     
Trygve Laugstol commented on CONTINUUM-183:
-------------------------------------------

I have a SCM type called "local" (should probably be named something like "fs" or "file") that can do this. I implemented at least checkout, checkin and update by simply looking at the last change timestamp on the files.

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Priority: Blocker

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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] Updated: (CONTINUUM-183) Should be able to build without using SCM.

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-183?page=all ]

Jason van Zyl updated CONTINUUM-183:
------------------------------------

    Fix Version: 1.0-beta-1

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Priority: Blocker
>      Fix For: 1.0-beta-1

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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-183) Should be able to build without using SCM.

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

    Resolution: Fixed

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Assignee: Trygve Laugstol
>     Priority: Blocker
>      Fix For: 1.0-beta-1

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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] Assigned: (CONTINUUM-183) Should be able to build without using SCM.

Posted by "Jason van Zyl (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-183?page=all ]

Jason van Zyl reassigned CONTINUUM-183:
---------------------------------------

    Assign To: Trygve Laugstol

Trygve, you seem to have a plan for this, maybe you can work with Simon to get this going.

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Assignee: Trygve Laugstol
>     Priority: Blocker
>      Fix For: 1.0-beta-1

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

-- 
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-183) Should be able to build without using SCM.

Posted by "Trygve Laugstol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-183?page=comments#action_40805 ]
     
Trygve Laugstol commented on CONTINUUM-183:
-------------------------------------------

Beware that if you want to do this you will have to build stuff from subversion and might not be very easy. The local SCM provider can be checked odut with

$ svn co http://svn.apache.org/repos/asf/maven/scm/trunk/maven-scm-providers/maven-scm-provider-local/

and built with

$ m2 install

Then copy the jar file over to Continuum under apps/continuum/lib, or if you build Continuum from SVN just add a dependency on it un continuum-plexus-application and it will be bundeled. Start Continuum and you should see that it's listed when starting up. The SCM provider is identified with "local" so IIRC a SCM URL will look like this: "scm:local:/home/foo/dev/project"

> Should be able to build without using SCM.
> ------------------------------------------
>
>          Key: CONTINUUM-183
>          URL: http://jira.codehaus.org/browse/CONTINUUM-183
>      Project: Continuum
>         Type: Wish
>   Components: continuum-core
>     Versions: 1.0-alpha-2
>  Environment: x86
> Windows NT 4.0
> j2sdk1.4.2_05
> maven 1.0.2
>     Reporter: Simon Richardson
>     Priority: Blocker

>
>
> The scm module does not support our version control system and I wondered if there was a way to circumvent the scm aspect of continuum so that it only builds what is on the file system?

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