[jira] Updated: (CONTINUUM-25) Add the possibility to define a branch/tag for a build.

2005-06-19 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-25?page=all ]

Jason van Zyl updated CONTINUUM-25:
---

Description: 
Fix Version: (was: 1.0-alpha-3)
 1.0-beta-1
Environment: 

> Add the possibility to define a branch/tag for a build.
> ---
>
>  Key: CONTINUUM-25
>  URL: http://jira.codehaus.org/browse/CONTINUUM-25
>  Project: Continuum
> Type: Bug
>   Components: continuum-web
> Reporter: Emmanuel Venisse
> Assignee: Trygve Laugstol
>  Fix For: 1.0-beta-1

>
>


-- 
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-59) Support for multiple JDK versions

2005-06-19 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-59?page=all ]

Jason van Zyl updated CONTINUUM-59:
---

Version: 1.0-beta-1
Fix Version: (was: 1.0-alpha-3)
 1.0-beta-1
Environment: 

> Support for multiple JDK versions
> -
>
>  Key: CONTINUUM-59
>  URL: http://jira.codehaus.org/browse/CONTINUUM-59
>  Project: Continuum
> Type: New Feature
> Versions: 1.0-beta-1
> Reporter: Jason van Zyl
>  Fix For: 1.0-beta-1

>
>
> Need to be able to build for any desired JDK

-- 
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-34) Keep trying till build works, notify via email what is required

2005-06-19 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-34?page=all ]

Jason van Zyl updated CONTINUUM-34:
---

Description: 
I don't know if this is relevant to continuum's style of building, but

I have a script that scm updates then builds an m1 project with the default, 
i.e. using just 'maven' with no goals supplied.  This works the majority of 
time, but every once in a while someone refactors something and i need to do a 
clean build to really get everything to build.

The idea:
Have the concept of escalating the depth of the build till it works (or until 
you've tried everything).  If you find one that works send an email that lists 
the exact steps (or maven command) required to get your build to work again.

Example scenario 1:
 $ cvs update -dP
 $ maven

BUILD FAILED
 
 $ maven clean default

BUILD SUCCESSFUL

(email sent suggesting people do a 'maven clean default' after updating)


Example scenario 2:
 $ cvs update -dP
 $ maven

BUILD FAILED
 
 $ maven clean default

BUILD FAILED

 $ cvs co alanparsons
 $ cd alanparsons
 $ maven

BUILD SUCCESSFUL

(email sent suggesting people get a clean checkout of the alanparsons project 
before attempting to build)

  was:
I don't know if this is relevant to continuum's style of building, but

I have a script that scm updates then builds an m1 project with the default, 
i.e. using just 'maven' with no goals supplied.  This works the majority of 
time, but every once in a while someone refactors something and i need to do a 
clean build to really get everything to build.

The idea:
Have the concept of escalating the depth of the build till it works (or until 
you've tried everything).  If you find one that works send an email that lists 
the exact steps (or maven command) required to get your build to work again.

Example scenario 1:
 $ cvs update -dP
 $ maven

BUILD FAILED
 
 $ maven clean default

BUILD SUCCESSFUL

(email sent suggesting people do a 'maven clean default' after updating)


Example scenario 2:
 $ cvs update -dP
 $ maven

BUILD FAILED
 
 $ maven clean default

BUILD FAILED

 $ cvs co alanparsons
 $ cd alanparsons
 $ maven

BUILD SUCCESSFUL

(email sent suggesting people get a clean checkout of the alanparsons project 
before attempting to build)

Version: (was: 1.0-alpha-3)
Fix Version: (was: 1.0-alpha-3)
Environment: 

We have no notion of escalation in Continuum right now. We'll save the issue 
for reference for now but I don't see this being implemented at least until 
post first release.

> Keep trying till build works, notify via email what is required
> ---
>
>  Key: CONTINUUM-34
>  URL: http://jira.codehaus.org/browse/CONTINUUM-34
>  Project: Continuum
> Type: Wish
> Reporter: David Blevins
> Priority: Minor

>
>
> I don't know if this is relevant to continuum's style of building, but
> I have a script that scm updates then builds an m1 project with the default, 
> i.e. using just 'maven' with no goals supplied.  This works the majority of 
> time, but every once in a while someone refactors something and i need to do 
> a clean build to really get everything to build.
> The idea:
> Have the concept of escalating the depth of the build till it works (or until 
> you've tried everything).  If you find one that works send an email that 
> lists the exact steps (or maven command) required to get your build to work 
> again.
> Example scenario 1:
>  $ cvs update -dP
>  $ maven
> 
> BUILD FAILED
>  
>  $ maven clean default
> 
> BUILD SUCCESSFUL
> (email sent suggesting people do a 'maven clean default' after updating)
> Example scenario 2:
>  $ cvs update -dP
>  $ maven
> 
> BUILD FAILED
>  
>  $ maven clean default
> 
> BUILD FAILED
>  $ cvs co alanparsons
>  $ cd alanparsons
>  $ maven
> 
> BUILD SUCCESSFUL
> (email sent suggesting people get a clean checkout of the alanparsons project 
> before attempting to build)

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