Re: Can I integrate PMD and FindBugs to Continuum?

2008-03-05 Thread Wendy Smoak
On Wed, Mar 5, 2008 at 9:32 PM, Cheng Wei Lee [EMAIL PROTECTED] wrote: If yes, how? Any documents or wiki on the net? Thanks! The answer depends on how you're building your code. If you're using Maven 2, there are plugins for both of those tools. You can configure it to fail the build if

Re: Password expiration

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 11:18 AM, Johnathan Gifford [EMAIL PROTECTED] wrote: Hmm... I've now ran into this issue. I changed the password(s) for the accounts I have, but Continuum keeps indicating 'Account Locked'. Where is this security.properties file suppose to be placed for Continuum

Re: Password expiration

2008-02-29 Thread Wendy Smoak
On Fri, Feb 29, 2008 at 11:28 AM, Johnathan Gifford [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: If you're running Continuum standalone, then you can put it in /path/to/continuum/conf/security.properties . So the fact that this file doesn't currently exist means I need to create it

Re: Unknown error trying to build POM

2008-02-22 Thread Wendy Smoak
On Fri, Feb 22, 2008 at 7:39 PM, Amish Shah [EMAIL PROTECTED] wrote: I am new to using Continuum and Maven. I've installed Continuum and am trying add a Maven 2.0 project, but am getting an Unknown error trying to build POM. Not sure why. Just glancing at it, I don't see a scm element,

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 9:39 AM, Patrick Shea [EMAIL PROTECTED] wrote: Yes that's for maven, but continuum will still call svn up on the entire branch. What I'm trying to avoid is to have multiple checked out projects with the same code. I need to pass -N to subversion on projects of type pom.

Re: Recursive maven projects

2008-01-23 Thread Wendy Smoak
On Jan 23, 2008 10:51 AM, Patrick Shea [EMAIL PROTECTED] wrote: I'm not sure I follow you, In my case I don't use the maven scm plugin to synchronize the source code, continuum dos this for me (which is the default behavior). The maven build is fine, the non-recursive parameter is used by

Re: [m2] continuum dashboard integration?

2008-01-20 Thread Wendy Smoak
On Jan 18, 2008 12:25 PM, Mick Knutson [EMAIL PROTECTED] wrote: How do I run more than one goal in a series? Can anyone help me? Not until you clearly tell us what you did, what happened, and how that differed from what you expected to happen. I see you've linked to some instructions, but you

Re: [c 1.1, archiva 1] Deployment Repository directory parameter

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:37 PM, Mick Knutson [EMAIL PROTECTED] wrote: I wnat to know what I should set this to: * Deployment Repository Directory: * * Enter the deployment repository directory of the Continuum web application * Should I set this to the path for my archive repository?

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-15 Thread Wendy Smoak
On Jan 15, 2008 12:29 PM, Mick Knutson [EMAIL PROTECTED] wrote: I have been running derby almost file. But when I bounce Tomcat, the db.lckfiles are not removed, thus giving me an error when I re-start Tomcat as the DB is already in use, which it is not. It is only because the lck files are

Re: Configure the notifier?

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 9:16 AM, Bjørn T Johansen [EMAIL PROTECTED] wrote: How do I configure the notifier? I.e. From address, what to include, etc? Does this help? http://maven.apache.org/continuum/docs/1.1/user_guides/notification/index.html -- Wendy

Re: [c1.1] derby issue with .lck files not being cleaned up

2008-01-14 Thread Wendy Smoak
On Jan 14, 2008 4:41 PM, Mick Knutson [EMAIL PROTECTED] wrote: I am running tomcat 5.5.25 with continuum-1.1.war and a Derby DB. ... Every time run shutdown.sh to stop tomcat, then try to restart running startup.sh, the following files where not cleaned up:

Re: Search list archives

2008-01-02 Thread Wendy Smoak
On Jan 2, 2008 10:03 AM, Tony França [EMAIL PROTECTED] wrote: Is it possible to *search* the mail list archives? I can only browse them at http://mail-archives.apache.org/mod_mbox/maven-continuum-dev/ Google has the official archives indexed, and you can restrict your search by specifying

Re: How to control stack size available to ant build?

2007-12-24 Thread Wendy Smoak
On Dec 24, 2007 10:57 AM, Sasha Ovsankin [EMAIL PROTECTED] wrote: Hi-- I am having trouble with Ant build -- it terminates with java.lang.StackOverflowError. Is there a way to increase stack size available to Ant builds? I think it's -Xss to set the stack size. (See the output of java -X

Re: Maven Site, No Anonymous Access to Source Repository

2007-12-19 Thread Wendy Smoak
On Dec 18, 2007 9:08 PM, Roger Ye [EMAIL PROTECTED] wrote: and if I try to remove the scm.connection element from my pom.xml, then I can not add my project into continuum using the pom, continuum reports I think Continuum ought to work with just an anonymous connection. Can you check JIRA and

Re: [c-1.1] Anyone have Activa and CI running on the same Tomcat instance?

2007-12-15 Thread Wendy Smoak
On Dec 15, 2007 3:59 PM, Mick Knutson [EMAIL PROTECTED] wrote: Thanks. Sorry, but I am new the the Derby DB. Are there dirctions on setting up the external DB? I.e. do I need a users DB and an application DB? And if I need 2, can the Users DB be shared between the 2? It depends on what DBMS

Re: Continuum Profile during release?

2007-12-08 Thread Wendy Smoak
On Dec 6, 2007 8:44 AM, Wendy Smoak [EMAIL PROTECTED] wrote: If I define a Continuum Profile (CP) [1] for scheduled builds, for example to build with a different JDK than the one Continuum is running under, how do I make sure that CP is used when I release the project? Discussed

Re: Build definitions which exceed the default length

2007-11-24 Thread Wendy Smoak
On Nov 24, 2007 7:23 PM, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Continuum does not allow build definitions to be longer than a specified length. What is the suggested work-around for this issue? Thank you. There are several fields on the add/edit build definition

Re: scm in pom?

2007-10-25 Thread Wendy Smoak
On 10/25/07, deckrider [EMAIL PROTECTED] wrote: It appears that I have to put scm information into my pom.xml in order to use a Maven 2 project in Continuum. Is this true? Yes. That's how Continuum knows how to find the source code to check it out. I can't imagine why you would add code from

Re: scm in pom?

2007-10-25 Thread Wendy Smoak
On 10/25/07, deckrider [EMAIL PROTECTED] wrote: Only Continuum uses scmconnection/connection/scm within pom.xml? Thus if its no longer valid, everything else would still work in the case that we needed to rebuild some artifacts from their original tags? It gets used when you generate the

Re: How to compile a project in svn?

2007-10-23 Thread Wendy Smoak
On 10/23/07, ichasco [EMAIL PROTECTED] wrote: I have just had a new question, if for example i want to do: mvn site... how can i do to copy the files that this action makes into ther repository https://.../svn/projectA/site (for example)? Is it possible? I believe that i have read in the

Re: The svn command failed ... Server certificate verification failed: issuer is not trusted

2007-10-14 Thread Wendy Smoak
On 10/14/07, Bill Brown [EMAIL PROTECTED] wrote: This issue still exists for me. I run continuum with the user I created continuum . I am able to check out code with the continuum user from the command line. I have already manually accepted the certificate verification permenantly from the

Re: continuum with oracle

2007-09-29 Thread Wendy Smoak
On 9/29/07, I am Who i am [EMAIL PROTECTED] wrote: Is there anywhere any documenation for switching continuum database to something different than the default one?/ i want to have oracle db, is there any migration scritps, or anything It doesn't look like we have docs on it, but you might

Re: Error while starting continuum beta-2

2007-09-25 Thread Wendy Smoak
On 9/25/07, I am Who i am [EMAIL PROTECTED] wrote: I could n't start continuum coz of following error, any one has any idea jvm 1| The JVM option is invalid: -XX:MaxPermSize=128m jvm 1| Could not create the Java virtual machine. Please provide more information about your environment

Re: Connecting to the Continuum Derby Database

2007-09-08 Thread Wendy Smoak
On 9/8/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: Correct. However, I have started Derby Network Server only when having Continuum be shut down. My concern is that I need to be able to generate reports on the builds while Continuum is running. Would this be a

Re: Continuum Build Reporting

2007-09-01 Thread Wendy Smoak
On 9/1/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: What is the best practice of reporting on Continuum builds? I am interesting in calculating the average of builds per project group, the average success rate, and the average build time. Is there a plugin for this?

Re: monitoring builds

2007-08-23 Thread Wendy Smoak
On 8/23/07, Ionut S [EMAIL PROTECTED] wrote: Hi, I want to implement a system of lava lamps for our continuum server and I need a way to find out when a build was done and the result. I know about the notifications mechanism, but my lava lamps will not be located on the same computer that

Re: How to import all modules of Maven 2 project

2007-08-18 Thread Wendy Smoak
On 8/18/07, Grzegorz Kossakowski [EMAIL PROTECTED] wrote: I noticed that Continuum can do a mass import of modules by scanning recursively pom files. That's really nice feature! However, I found limitation that is quite annoying for me: I can't tell Continuum to use other than default

Re: Can not startup Continuum 1.1-beta-1

2007-07-27 Thread Wendy Smoak
On 7/27/07, L. J. [EMAIL PROTECTED] wrote: Get below exception during startup Exception in thread main java.lang.UnsupportedClassVersionError: org/apache/maven/continuum/xmlrpc/server/ContinuumXmlRpcServlet (Unsupported major.minor version 49.0) Continuum requires JDK 1.5 or later. I fixed

Re: Run different goals on different schedules for a project group

2007-07-08 Thread Wendy Smoak
On 6/20/07, Olivier Dehon [EMAIL PROTECTED] wrote: The problem I am facing is that the daily build will never get kicked off because the scm changes have already been consumed by the hourly build. Has this been resolved in 1.1-alpha-2 ? CONTINUUM-686 suggests a separate working copy per

Re: Can't add M2 project in Continuum 1.1alpha2

2007-07-08 Thread Wendy Smoak
On 7/8/07, blixt [EMAIL PROTECTED] wrote: I'm trying to set up Continuum as my CI server. But no luck so far. When trying to add my Maven2 project to Continumm 1.1alpha2 all I get is an error (The specified resource isn't a file or the protocol used isn't allowed.). What does the scm

What settings.xml files does Continuum use?

2007-06-26 Thread Wendy Smoak
When adding a new project to Continuum I've determined that it sees ~/.m2/settings.xml (for the user under which Continuum is running) but not $M2_HOME/conf/settings.xml. Are there any other settings.xml (or similar) files that Continuum uses, where I could configure repositories? -- Wendy

Re: SCM Changes missing attribution 1.1-alpha2

2007-06-19 Thread Wendy Smoak
On 6/19/07, Jerry DuVal [EMAIL PROTECTED] wrote: The author, date, and comment columns are always blank on the SCM Changes grid. Do I need to configure something to make it display? If it's Subversion, check whether there's a trailing slash on the scm url. See comments on

Re: Multiple Continuum instances on a single server

2007-06-16 Thread Wendy Smoak
On 6/16/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: The closest I went to was the wrapper.conf file in \bin\win32. In there I found these settings which I set to specific values. However, I was not successful. Is this feature of installing multiple services on a single

Re: Specifying Profile for Continuum Build

2007-06-16 Thread Wendy Smoak
On 6/16/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: When I try to add a build definition for a project in Continuum 1.0.3, I am not able to specify which should be active. I am able to solve this problem if I only have one active profile by setting it to default, but

Re: Unable to install Continuum as a service

2007-06-16 Thread Wendy Smoak
On 6/16/07, Suneet Shah [EMAIL PROTECTED] wrote: Hello, I am trying to install continuum as a service on Windows 2003, but it fails to start. In the log file, I get the following error: STATUS | wrapper | 2007/06/16 21:29:28 | -- Wrapper Started as Service STATUS | wrapper | 2007/06/16

Re: Remote API for 1.1

2007-06-15 Thread Wendy Smoak
On 6/15/07, Wendy Smoak [EMAIL PROTECTED] wrote: [1] http://maven.apache.org/continuum/guides/mini/guide-xmlrpc-api.html Emmanuel confirmed that that page is for 1.0.3 and 1.1-alpha-2. Oops. The page is for 1.0.3 and 1.1-alpha-1. In alpha-2, things changed-- for example, now xmlrpc

Re: Using properties in continuum scm module

2007-06-09 Thread Wendy Smoak
On 6/9/07, Raúl Arabaolaza Barquín [EMAIL PROTECTED] wrote: How can I specify this properties for the continuum´s scm module to use it? With the arguments tab in my project I can use it in maven calls but continuum is not using it in the first checkout and so the checkout command failed ...

Re: Manual or automated Reload button with 1.1

2007-05-29 Thread Wendy Smoak
On 5/23/07, Shaun Barriball [EMAIL PROTECTED] wrote: One suggested improvement for 1.1 is an explicit button to reload the Project Group Summary page or some form of automated reload based on a timer in the page. I think we've got that one covered in JIRA, it's jus waiting for someone to have

Re: Maven 2 - POM Hookup Question

2007-05-22 Thread Wendy Smoak
On 5/22/07, Randall Fidler [EMAIL PROTECTED] wrote: When providing Continuum with a Maven POM via URL, what URL? POM's sitting on a local Maven repository? The pom which is located in/on the projects website (i.e. website generated by site goal in maven)? Where is this POM located? Also,

Continuum enhancement requests

2007-05-20 Thread Wendy Smoak
I want to toss out some enhancement requests I got last week in a meeting, and see if there is any feedback before I open issues. 1. The 'use cached credentials' checkbox should default to 'on'. When adding a project, we always want that box checked. (I'd like to have a configurable default

Re: Non-terminating Builds

2007-05-17 Thread Wendy Smoak
On 5/17/07, Morgovsky, Alexander (US - Glen Mills) [EMAIL PROTECTED] wrote: May someone please help me? I am in need of assistance. Thank you in advance. FWIW, I read your original message and skipped over it because you didn't mention what version of Continuum you're using. -- Wendy

Re: Two instances of Continuum

2007-04-11 Thread Wendy Smoak
On 4/11/07, Lee Meador [EMAIL PROTECTED] wrote: Can you run two instances of continuum on the same server if you change the two ports? Is there anything special that needs to be configured to make this work? Consider whether you want the two instances to share a local repository. You might

Re: Running Continuum WAR on JBoss 4.0.5

2006-12-19 Thread Wendy Smoak
On 12/18/06, Emmanuel Venisse [EMAIL PROTECTED] wrote: This pb is a conflict between the wagon version we use in continuum and the wagon version used by maven because the jetty plugin doens't fork the process Thanks. I didn't see anything already in JIRA, and I still can't run it from trunk,

Continuum webapp on Tomcat 4?

2006-12-07 Thread Wendy Smoak
CONTINUUM-539 talks about running the webapp on Tomcat 4 and is resolved as fixed. http://jira.codehaus.org/browse/CONTINUUM-539 But the webapp has a Servlet 2.4 web.xml, which implies Tomcat 5 at least. Is continuum-webapp going to be supported on Servlet 2.3/Tomcat 4? -- Wendy

Re: Continuum and svn://

2006-10-20 Thread Wendy Smoak
On 10/20/06, Carlos Sanchez [EMAIL PROTECTED] wrote: $ find . -name application.xml ./src/main/resources/META-INF/plexus/application.xml that's fine ./src/main/webapp/WEB-INF/classes/META-INF/plexus/application.xml this doesn't exist in svn