Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-13 Thread Chris Stoughton
Thanks for the pointer.  I'll read the continuum docs and join that list if
necessary.


On Thu, Mar 12, 2009 at 10:47 PM, Wendy Smoak  wrote:

> On Thu, Mar 12, 2009 at 8:30 PM, Chris Stoughton
>  wrote:
> > I have continuum installed, but I need to install a Maven2 build.
> >
> > 1.  Does continuum detect that there is a change in cvs?
> > 2.  Given that there is a change, what phase of maven does the cvs
> > checkout?
>
> Probably best to come join us on us...@continuum then, instead of the
> maven list. :)
>
> Generally you add the project to the CI server, and it does the
> initial checkout.  Then periodically it wakes up and updates the
> checkout.  If there are changes, it builds.  If not, it waits for the
> next scheduled build time.
>
> --
> Wendy
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Wendy Smoak
On Thu, Mar 12, 2009 at 8:30 PM, Chris Stoughton
 wrote:
> I have continuum installed, but I need to install a Maven2 build.
>
> 1.  Does continuum detect that there is a change in cvs?
> 2.  Given that there is a change, what phase of maven does the cvs
> checkout?

Probably best to come join us on us...@continuum then, instead of the
maven list. :)

Generally you add the project to the CI server, and it does the
initial checkout.  Then periodically it wakes up and updates the
checkout.  If there are changes, it builds.  If not, it waits for the
next scheduled build time.

-- 
Wendy

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Chris Stoughton
I have continuum installed, but I need to install a Maven2 build.

1.  Does continuum detect that there is a change in cvs?
2.  Given that there is a change, what phase of maven does the cvs
checkout?

Sorry, this must be obvious once you see it -- thanks!




On Thu, Mar 12, 2009 at 9:35 PM, Wendy Smoak  wrote:

> On Thu, Mar 12, 2009 at 7:32 PM, Chris Stoughton
>  wrote:
>
> > I have a java project that is in cvs.  I want to use mvn to check whether
> > there are any change in the cvs repository and, if so, update, and build.
>
> The easiest way would be to install one of the many continuous
> integration servers (Continuum, Hudson, etc.) which do exactly that.
>
> --
> Wendy
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


Re: first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Wendy Smoak
On Thu, Mar 12, 2009 at 7:32 PM, Chris Stoughton
 wrote:

> I have a java project that is in cvs.  I want to use mvn to check whether
> there are any change in the cvs repository and, if so, update, and build.

The easiest way would be to install one of the many continuous
integration servers (Continuum, Hudson, etc.) which do exactly that.

-- 
Wendy

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



first use of Maven -- how to check cvs repository and build when something has changed

2009-03-12 Thread Chris Stoughton
I suspect this is a solved problem, but I can't find an example or
description.  I am starting to use Maven2.

I have a java project that is in cvs.  I want to use mvn to check whether
there are any change in the cvs repository and, if so, update, and build.

I managed to get the scm:bootstrap goal to get a local copy of the project,
in the targets directory.

Thanks.


Using a cvs repository for the sources

2007-01-25 Thread Julien Martin

Hello,

I am completely new to maven and would be grateful for some help. I
would like for my pom to point to a cvs repository so that:
1. Maven retrieves the sources for my app from distant cvs
2. Maven places the sources into the local repository
3. Maven compiles the sources and places the build into the local repository
Any pointer or help very welcome.
Thanks in advance,
Julien.

ps Unfortunately we cannot have a shared entreprise-wide remote repository.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: CVS Repository

2005-08-04 Thread Yann Le Du
Hi Nirmala,

Though this has not much to do with Maven :) you can probably find the solution
here :
http://cvsbook.red-bean.com/cvsbook.html
maybe here ?
http://cvsbook.red-bean.com/cvsbook.html#Getting%20Snapshots%20(Dates%20And%20Tagging)

Regards,

Yann

--- NIRMALA Manivasagam <[EMAIL PROTECTED]> a écrit :

> Hi All,
> 
> I want to get the latest version of a file using the tags...in CVS...what cmd
> should i give for that?
> 
> Can anyone help me?iam having the following tags...
> 
> 
> D:\AprTest\work>cvs status -v Final/TMEnvironmentTimerStartWork.java
> ===
> File: TMEnvironmentTimerStartWork.java  Status: Up-to-date
> 
>Working revision:1.3 Thu Aug  4 07:12:55 2005
>Repository revision: 1.3
> D:\cvsnt\source/Final/TMEnvironmentTimerStartWor
> k.java,v
>Expansion option:kv
>Commit Identifier:   75c42f1bff62e30
>Sticky Tag:  (none)
>Sticky Date: (none)
>Sticky Options:  -kkv
>Merge From:  (none)
> 
>Existing Tags:
> gel-1-4 (revision: 1.2)
> gel-1-3 (revision: 1.1.1.2)
> rel-3-4 (revision: 1.1.1.2)
> start   (revision: 1.1.1.1)
> source  (branch: 1.1.1)
> 
> Thanks,
> Nirmala
> 
> Confidentiality Statement:
> 
> This message is intended only for the individual or entity to which it is
> addressed. It may contain privileged, confidential information which is
> exempt from disclosure under applicable laws. If you are not the intended
> recipient, please note that you are strictly prohibited from disseminating or
> distributing this information (other than to the intended recipient) or
> copying this information. If you have received this communication in error,
> please notify us immediately by return email.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 







___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



CVS Repository

2005-08-04 Thread NIRMALA Manivasagam
Hi All,

I want to get the latest version of a file using the tags...in CVS...what cmd 
should i give for that?

Can anyone help me?iam having the following tags...


D:\AprTest\work>cvs status -v Final/TMEnvironmentTimerStartWork.java
===
File: TMEnvironmentTimerStartWork.java  Status: Up-to-date

   Working revision:1.3 Thu Aug  4 07:12:55 2005
   Repository revision: 1.3 D:\cvsnt\source/Final/TMEnvironmentTimerStartWor
k.java,v
   Expansion option:kv
   Commit Identifier:   75c42f1bff62e30
   Sticky Tag:  (none)
   Sticky Date: (none)
   Sticky Options:  -kkv
   Merge From:  (none)

   Existing Tags:
gel-1-4 (revision: 1.2)
gel-1-3 (revision: 1.1.1.2)
rel-3-4 (revision: 1.1.1.2)
start   (revision: 1.1.1.1)
source  (branch: 1.1.1)

Thanks,
Nirmala

Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient, 
please note that you are strictly prohibited from disseminating or distributing 
this information (other than to the intended recipient) or copying this 
information. If you have received this communication in error, please notify us 
immediately by return email.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: CVS repository

2005-08-02 Thread Jan Tanis

Hi,

For using remote checkout (maven scm:checkout-project) I setted this in 
my properties file:


maven.scm.method=cvs
maven.scm.cvs.module=$modulename
maven.scm.cvs.root=:pserver:[EMAIL PROTECTED]:/home/cvspublic
maven.scm.checkout.dir=.

For changelogging I use the following tag in my project.xml file:

 
scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:$modulename

 http://viewcvs.coas.com/cgi/viewcvs.cgi/$modulename


Good luck!

NIRMALA Manivasagam wrote:


Hi,

How should i connect to remote repository using CVS

Thanks,
Nirmala
Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient,

please note that you are strictly prohibited from disseminating or distributing
this information (other than to the intended recipient) or copying this information. 
If you have received this communication in error, please notify us immediately 
by return email.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




--
Met Vriendelijke Groet/Kindest Regards
Jan Tanis (mailto:[EMAIL PROTECTED])
COAS The Netherlands 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



CVS repository

2005-08-02 Thread NIRMALA Manivasagam
Hi,

How should i connect to remote repository using CVS

Thanks,
Nirmala
Confidentiality Statement:

This message is intended only for the individual or entity to which it is 
addressed. It may contain privileged, confidential information which is exempt 
from disclosure under applicable laws. If you are not the intended recipient,
please note that you are strictly prohibited from disseminating or distributing
this information (other than to the intended recipient) or copying this 
information. 
If you have received this communication in error, please notify us immediately 
by return email.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]