Re: JVM Appears to be hung

2007-12-02 Thread Dan Tran
I had one case where continuum's jvm spined. I had to killl the jvm and restart continuum. my system is jvm 1.5, windows running in non service mode. -D On Dec 2, 2007 10:13 PM, Hemant Malik [EMAIL PROTECTED] wrote: Hi, Has anyone come across a similar problem? I am not able to cope up with

m2 group project is not efficient?

2007-11-21 Thread Dan Tran
changes in any sub module triggers full builds ( ie all projects are built), the main reason is a change will trigger the master/root project to build and therefore triggers the rest. Is it the intended behavior? -D

Re: m2 group project is not efficient?

2007-11-21 Thread Dan Tran
oh cool, and voted On Nov 21, 2007 7:20 AM, Tomislav Stojcevich [EMAIL PROTECTED] wrote: http://jira.codehaus.org/browse/CONTINUUM-1312 vote for it --tom

Re: Continuum don't show the author and messages commit in the changes section

2007-10-20 Thread Dan Tran
i finally figured it out!!! our svn server clock is out of sync with the network. -D On 7/26/07, Dan Tran [EMAIL PROTECTED] wrote: Emmanuel, Do you have instructions on how to enable debug on maven-scm classes? Thanks -Dan On 7/26/07, Emmanuel Venisse [EMAIL PROTECTED] wrote

Re: Get a build when I force but not when I schedule 1.0.3

2007-09-29 Thread Dan Tran
I have seen this behavior on continuum 1.0.3, but have not confirmed with 1.1 beta. -D On 9/28/07, Alex Boyer [EMAIL PROTECTED] wrote: Hi, When I force a build I get a build in failure for a project, which is what I expect. But if I then allow the default_schedule to start scheduling

Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-19 Thread Dan Tran
I now have svn.exe on both of my system and local path and run continuum nt service using my account. But still see the same problem :( -D On 9/14/07, Dan Tran [EMAIL PROTECTED] wrote: it is a good news, now I can migrate my build from 1.0.3 to 1.1 Huge thanks -D On 9/14/07, mgifos

Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-14 Thread Dan Tran
it is a good news, now I can migrate my build from 1.0.3 to 1.1 Huge thanks -D On 9/14/07, mgifos [EMAIL PROTECTED] wrote: Dan Tran wrote: One more user sees this as well, so i am not alone. Any one else? Me too... But I have a good news... You need %SVN_HOME%\bin entry

Re: Strange Behaviors in Continuum 1.1-betas as windows service

2007-09-12 Thread Dan Tran
. I am trying to figure out if there is a workaround, where I can still use the service. -Alan On 8/17/07, Dan Tran [EMAIL PROTECTED] wrote: any one? or is it just me seeing this behavior? -D On 8/16/07, Dan Tran [EMAIL PROTECTED] wrote: Hello, I am seeing some strange behaviors

Re: Multiple Continuum instances on a single server

2007-06-15 Thread Dan Tran
and make sure each using its own local repository On 6/15/07, McNaught, Duncan [EMAIL PROTECTED] wrote: You can have multiple continuum instances on a single server, just change the port in apps/continuum/conf/application.xml and the paths in the configuration (you have to start the server to

Re: Multiple Continuum instances on a single server

2007-06-15 Thread Dan Tran
? Thank you. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Friday, June 15, 2007 4:32 PM To: continuum-users@maven.apache.org Subject: Re: Multiple Continuum instances on a single server and make sure each using its own local repository On 6/15/07, McNaught, Duncan

Re: Error running Continuum as a server

2007-04-24 Thread Dan Tran
did you run NT service under a known user id? On 4/24/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Try adding projects like this: http://username:password@svn ip/url of project. Thanks. -Original Message- From: Williamson, James L [mailto:[EMAIL PROTECTED]

Re: Error running Continuum as a server

2007-04-24 Thread Dan Tran
credentials on me without telling me. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 12:26 PM To: continuum-users@maven.apache.org Subject: Re: Error running Continuum as a server did you run NT service under a known user id? On 4/24/07, Morgovsky

Re: Problems scheduling a project in SVN

2006-09-28 Thread dan tran
not in 1.0.3. workaround is to create a cron job and remove one of your working area files -D On 9/28/06, Bruno Cavaler Ghisi [EMAIL PROTECTED] wrote: Hi all! I am using Continuum 1.0.3, Subversion as repository and I have 4 ant projects. Sometimes it seems that Continuum stops building

Re: Newbie question about features of continuum

2006-06-29 Thread dan tran
Continuum give you access to your project checkout area, so that you can download it try this http://ci.gbuild.org/continuum/servlet/continuum click on any project, then click on working area of that project. -Dan On 6/29/06, Karr, David [EMAIL PROTECTED] wrote: I've yet to install

Re: Continuum property space reference?

2006-06-06 Thread dan tran
search for wrapper.conf -D On 6/6/06, Smythe, Steve [EMAIL PROTECTED] wrote: Is there a Continuum property space reference where I can see what properties are passed to the called Maven2 build? Steve

Re: forced build notifications stopped in 1.0.3

2006-05-08 Thread dan tran
Yes it will be in 1.1 . However, I dont recall forced build sent notification in 1.0.2. I had 3 1.0.2 + some patches Continuum server, and never see this behavior -D On 5/8/06, Davidson, Alexander [EMAIL PROTECTED] wrote: Can someone please let me know if this is the case and/or if this is

Re: build no matter if there is no change? 1.0.3

2006-04-25 Thread dan tran
not possilble until Continuum 1.1 However, I have the same requirement and the trick is to write a cron job to delete one of file under the source tree. I would pick a dummy file thou. it is a hack job, since your cronjob must know the exact location of source tree using its assigned id. -D

Re: Modules Best Practices

2006-04-24 Thread dan tran
create shell project with scm url points to the directory containing your parent + the 2 children modules Then create a build definition : command: mvn arguramtent -f parent/pom.xml install ( what ever goal you like) -Dan On 4/24/06, Ryan Wynn [EMAIL PROTECTED] wrote: Hi, I have

Re: m2 Best way to copy the complete build tree to remote directory

2006-04-20 Thread dan tran
You mean source + build artifact? If you only need the source , then use scm:check mojo ( I think i already answered this on your duplicate email) -D On 4/20/06, Gautham Pamu [EMAIL PROTECTED] wrote: Thanks Wayne for responding to my question. Yes, I meant the full working directory. Whats

Re: Continuum mvn release

2006-03-22 Thread dan tran
you can write a mojo to invoke release:prepare and then release:prepare. use plexus-util's CLI interface to invoke those 2 mvn commands -D On 3/22/06, Alex Boisvert [EMAIL PROTECTED] wrote: Hi, I'm wondering if anybody has experience to share about setting up Continuum for doing Maven2

Re: [1.0.2] Continuum as a service in Windows?

2006-03-13 Thread dan tran
make sure to run it under a known account On 3/13/06, Mang Jun Lau [EMAIL PROTECTED] wrote: Hi, I did some searching on the website and through google but haven't come up with instructions on how to set up Continuum to run as a service on Windows. Right now I have it installed regularly by

Re: [1.0.2] Continuum as a service in Windows?

2006-03-13 Thread dan tran
as a service? Thanks again. _Mang Lau dan tran [EMAIL PROTECTED] 03/13/2006 03:49 PM Please respond to continuum-users@maven.apache.org To continuum-users@maven.apache.org cc Subject Re: [1.0.2] Continuum as a service in Windows? make sure to run it under a known account

Re: [1.0.2] Continuum as a service in Windows?

2006-03-13 Thread dan tran
on another machine. _Mang Lau dan tran [EMAIL PROTECTED] 03/13/2006 04:02 PM Please respond to continuum-users@maven.apache.org To continuum-users@maven.apache.org cc Subject Re: [1.0.2] Continuum as a service in Windows? by default, continuum nt server runs under system account

Re: [1.0.2] Continuum as a service in Windows?

2006-03-13 Thread dan tran
Lau dan tran [EMAIL PROTECTED] 03/13/2006 04:28 PM Please respond to continuum-users@maven.apache.org To continuum-users@maven.apache.org cc Subject Re: [1.0.2] Continuum as a service in Windows? no, you may have accidentally run the service install script On 3/13/06

Re: Mail Notifiers not working

2006-03-08 Thread dan tran
how did you solve it? ;-) -D On 3/8/06, Nigel Canonizado [EMAIL PROTECTED] wrote: It's working now. Thanks for the quick response. - Original Message - From: dan tran [EMAIL PROTECTED] To: continuum-users@maven.apache.org Sent: Wednesday, March 08, 2006 2:09 PM Subject: Re

Re: Mail Notifiers not working

2006-03-07 Thread dan tran
If you dont receive email when buidl fails then mostly likely you have not configured the mail server in your apps/continuum/conf/application.xml correctly. -D On 3/7/06, Nigel Canonizado [EMAIL PROTECTED] wrote: Hi , I am using Continuum-1.0.2 and the project is a Maven 2 project. I

Re: Same state, not sending message.

2006-03-04 Thread dan tran
do i have the option to disable this new feature? I rather wait for 1.1. -D On 3/4/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: No, it will be for all projects for this release. Emmanuel dan tran a écrit : it is configurable per project right? -D On 3/3/06, Emmanuel

Re: Same state, not sending message.

2006-03-03 Thread dan tran
it is configurable per project right? -D On 3/3/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: This issue isn't fixed, i'll do it next week Emmanuel [EMAIL PROTECTED] a écrit : I'm using 1.0.3 SNAPSHOT but i do see the same, is there some configuration i need to change?

Re: newbie questions

2005-12-30 Thread dan tran
there are 2 possible ways that a schedule does not get invoked that I know of 1. No changes in your SCM, at scheduled time continuum wakes up and performs scm:update if there is no new changes in SCM, the build is skipped. Check continuum's log 2.

Re: Ant build in subdirectory

2005-12-06 Thread dan tran
Place a batch file which will change directory to subDirectory and call your ant build file. Then configure continuum to add a shell build type to call batch file. -Dan On 12/6/05, Alex Boisvert [EMAIL PROTECTED] wrote: Howdy, I have a project where the Ant build file is located in a

Re: composite build w/maven continuum

2005-12-05 Thread dan tran
Edwin, how about introduce another project which will uses maven-assembly-plugin to combine those components into one single jar, send use a custom plugin to deploy the big jar. ( I can send you the mojo, which i call deployable-assembly-maven-plugin). However, there is the problem, the big jar

Re: Compile error doesn't cause build failure on M2

2005-12-02 Thread dan tran
opps, sorry i posted onthe wrong topic -Dan On 12/2/05, dan tran [EMAIL PROTECTED] wrote: I think we should reverse the changes and put it back when maven 2.0.1 is released. It is hard for me to ask my user to use 2.0.1 bootstrap, inorder to do release and maven:scm-bootstrap -Dan

Re: Compile error doesn't cause build failure on M2

2005-12-02 Thread dan tran
I think we should reverse the changes and put it back when maven 2.0.1 is released. It is hard for me to ask my user to use 2.0.1 bootstrap, inorder to do release and maven:scm-bootstrap -Dan On 12/2/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: comments below Eric Pugh (OSC2) a écrit :