RE: Build definitions which exceed the default length

2007-11-26 Thread Morgovsky, Alexander (US - Glen Mills)
all properties on the command line. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : > It is more than 300 characters of custom properties with their values set > using -D parameters. However, I decided to use less characters, thus I am > fine for now. Thank you. > >

RE: Build definitions which exceed the default length

2007-11-26 Thread Morgovsky, Alexander (US - Glen Mills)
: continuum-users@maven.apache.org Subject: Re: Build definitions which exceed the default length Can we know values you use in this screen? Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : > Sure. > > On the Add/Edit Build Definition page, after entering the definition, I

RE: Build definitions which exceed the default length

2007-11-24 Thread Morgovsky, Alexander (US - Glen Mills)
ength 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

Build definitions which exceed the default length

2007-11-24 Thread Morgovsky, Alexander (US - Glen Mills)
Continuum does not allow build definitions to be longer than a specified length. What is the suggested work-around for this issue? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If

RE: Finding Elapsed Time of a Build

2007-09-10 Thread Morgovsky, Alexander \(US - Glen Mills\)
I figured this out. Since the time is given in milliseconds, finding the difference below and diving by 1000 will result in the answer. Thanks. > _ > From: Morgovsky, Alexander (US - Glen Mills) > Sent: Monday, September 10, 2007

RE: Connecting to the Continuum Derby Database

2007-09-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
to the Continuum Derby Database On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > I would like to ask which file in the Continuum directory I should edit > for Continuum to use the Derby Network Server instead of the embedded > database. It should be pr

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
@maven.apache.org Subject: Re: Connecting to the Continuum Derby Database 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 t

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
] Sent: Saturday, September 08, 2007 4:19 PM To: continuum-users@maven.apache.org Subject: Re: Connecting to the Continuum Derby Database On 9/8/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Is there a way where I could connect to the Continuum DB while Conti

RE: Connecting to the Continuum Derby Database

2007-09-08 Thread Morgovsky, Alexander (US - Glen Mills)
/adminguide/cadminnetservsecurity.htm l Morgovsky, Alexander (US - Glen Mills) wrote: > I started the Derby Database server on the Continuum machine. It is > listening on port 1527. In my JSP page deployed on an Application > Server on another machine in the same network I have

Connecting to the Continuum Derby Database

2007-09-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
I started the Derby Database server on the Continuum machine. It is listening on port 1527. In my JSP page deployed on an Application Server on another machine in the same network I have the code: Connection connection = DriverManager.getConnection("jdbc:derby://:1527/ on port 1527 with message

Continuum Build Reporting

2007-09-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
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? If not, what tables in the database should I query for this information? Thank y

Continuum Dependency Changes

2007-08-13 Thread Morgovsky, Alexander \(US - Glen Mills\)
When a dependency change is detected in the 1.1 latest version, does Continuum both look at the local repository and remote repository for changes? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is prote

RE: Continuum Emails

2007-08-09 Thread Morgovsky, Alexander (US - Glen Mills)
- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 5:18 PM To: continuum-users@maven.apache.org Subject: Re: Continuum Emails the jndi conf must be done in conf/plexus.xml Morgovsky, Alexander (US - Glen Mills) a écrit : > I am using Continuum 1.1-alpha-2. I h

Continuum Emails

2007-08-09 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am using Continuum 1.1-alpha-2. I have noticed that my Continuum instance is not sending out emails. In the logs I found the error: [pool-1-thread-1] ERROR org.apache.maven.continuum.notification.ContinuumNotificationDispatcher: default - Error while trying to use the mailnotifier. org.codeha

Subject Line of Continuum Email

2007-08-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is there a way to change the subject line of a Continuum-generated email? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete th

RE: Continuum 1.1-beta-1 profile does not seem to work

2007-08-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
When will 1.1-beta-2 be released? -Original Message- From: fherrerav [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 08, 2007 2:39 PM To: continuum-users@maven.apache.org Subject: RE: Continuum 1.1-beta-1 profile does not seem to work Yes the NPE is when i click the save button.

Re: Java for Continuum 1.1-beta-2

2007-08-08 Thread Morgovsky, Alexander (US - Glen Mills)
-users@maven.apache.org Subject:Re: Java for Continuum 1.1-beta-2 The version you want. Do you have an issue with a specific version? Morgovsky, Alexander (US - Glen Mills) a écrit : > Which version of Java 1.5 should I use with Continuum 1.1-beta-2? Thank > you. > > &g

Build Fresh option

2007-08-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
It appears that the Build Fresh option does not fully work. I found a Jira issue #1156. Is it recommended to not use the Build Fresh option until later? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and i

RE: 1.1-alpha-beta questions

2007-08-05 Thread Morgovsky, Alexander (US - Glen Mills)
ou've given. If you can come up with some reproducible steps we can see, and put them in JIRA, we'll certainly look into it. On 06/08/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Yes, I expected the order to be the same as if I were running the build >

RE: 1.1-alpha-beta questions

2007-08-05 Thread Morgovsky, Alexander \(US - Glen Mills\)
1.5 I may use for 1.1-beta-1 to work? Thank you. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sunday, August 05, 2007 5:21 PM To: continuum-users@maven.apache.org Subject: Re: 1.1-alpha-beta questions On 06/08/07, Morgovsky, Alexander (US - Glen Mills) <[EM

1.1-alpha-beta questions

2007-08-05 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hello. I have worked with 1.0.3 for some time, and after moving to the newer versions, I have some questions. What is the "fresh build" option? What is the "release" option? I was successfully able to install 1.1-alpha-1, and I saw an issue where I tried to build the group with all the module

RE: Continuum 1.1-alpha-2

2007-08-02 Thread Morgovsky, Alexander (US - Glen Mills)
use those with the profile setup, just register those > > installations of maven and the jdk and you'll be in good shape > > > > ping here if you have issues > > > > cheers! > > > > jesse > > > > On 8/2/07, Morgovsky, Alexander (US - Glen Mil

RE: Continuum while building maven 2 project does not recognise package javax.servlet.http

2007-06-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is javax.servlet.http in the servlet-api jar? Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 9:17 AM To: continuum-users@maven.apache.org Subject: FW: Continuum while building maven 2 project does not recognise package javax.se

RE: Build hanging in 1.1-alpha-2

2007-06-18 Thread Morgovsky, Alexander (US - Glen Mills)
correctly. jesse On 6/18/07, Madsen,Bryan <[EMAIL PROTECTED]> wrote: > Issue logged http://jira.codehaus.org/browse/CONTINUUM-1317. I did not > see this with the same project in 1.0.3. > > > -Original Message----- > From: Morgovsky, Alexander (US - Glen Mills) > [mail

Specifying Profile

2007-06-17 Thread Morgovsky, Alexander \(US - Glen Mills\)
When I try to add a new Maven 2 project using Continuum 1.1-alpha-2, I am not able to see specify the profile. I have the version of the project specified in the profile, and when I try to add this project, the version in the GUI does not become resolved because the correct profile was not specifi

RE: Multiple Continuum instances on a single server

2007-06-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
? :-) On 6/16/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > 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 specifi

RE: Specifying Profile for Continuum Build

2007-06-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
, 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

Specifying Profile for Continuum Build

2007-06-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
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 since I have multiple profiles which I need to manage, I would like to know how to

RE: Multiple Continuum instances on a single server

2007-06-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
-users@maven.apache.org Subject: Re: Multiple Continuum instances on a single server you got to the right place, did you even try? :-) On 6/16/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 6/16/07, Morgovsky, Alexander (US - Glen Mills) > <[EMAIL PROTECTED]> wrote: > >

RE: Multiple Continuum instances on a single server

2007-06-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
information I can provide. Thank you. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Saturday, June 16, 2007 4:27 PM To: continuum-users@maven.apache.org Subject: Re: Multiple Continuum instances on a single server On 6/16/07, Morgovsky, Alexander (US - Glen Mills

RE: Multiple Continuum instances on a single server

2007-06-16 Thread Morgovsky, Alexander (US - Glen Mills)
/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > > Is it possible to set up multiple Windows services for the multiple > Continuum instances? If yes, what file(s) need to be modified so that > \bin\win32\InstallService.bat runs correctly? Thank you.

RE: Multiple Continuum instances on a single server

2007-06-16 Thread Morgovsky, Alexander (US - Glen Mills)
server dig deeper, you will find it :-) On 6/15/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > > Is it possible to set up multiple Windows services for the multiple > Continuum instances? If yes, what file(s) need to be modified so that > \bin\win32\Insta

RE: Multiple Continuum instances on a single server

2007-06-15 Thread Morgovsky, Alexander (US - Glen Mills)
t; -Original Message----- > From: Morgovsky, Alexander (US - Glen Mills) > [mailto:[EMAIL PROTECTED] > Sent: Friday, June 15, 2007 2:01 PM > To: continuum-users@maven.apache.org > Subject: Multiple Continuum instances on a single server > > Is it possible to have multiple Continuum in

Multiple Continuum instances on a single server

2007-06-15 Thread Morgovsky, Alexander \(US - Glen Mills\)
Is it possible to have multiple Continuum instances on a single server? Has this set-up been tested and shown to work correctly? Thank you. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If y

RE: Adding a Maven 2 Project to Continuum 1.0.3

2007-06-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
to Continuum 1.0.3 On 6/7/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > If I add a new Maven 2 project to Continuum 1.0.3 using the SVN POM > location, and the POM for the project is changed in SVN, will Continuum > 1.0.3 check out the latest POM? Try

Adding a Maven 2 Project to Continuum 1.0.3

2007-06-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
If I add a new Maven 2 project to Continuum 1.0.3 using the SVN POM location, and the POM for the project is changed in SVN, will Continuum 1.0.3 check out the latest POM? Also, what is the latest stable version of Continuum? Thank you. This message (including any attachments) contains confide

RE: Building Dependencies in 1.1.alpha.1

2007-05-21 Thread Morgovsky, Alexander (US - Glen Mills)
, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Based on what I have read, Continuum will build a project if its > dependencies have changed. Also, Continuum will follow the Maven build > hiearachy when building all projects using the "Build All" f

Building Dependencies in 1.1.alpha.1

2007-05-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Based on what I have read, Continuum will build a project if its dependencies have changed. Also, Continuum will follow the Maven build hiearachy when building all projects using the "Build All" function. Are both these observations correct? Thanks. This message (including any attachments) con

RE: Non-terminating Builds

2007-05-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
erminating Builds In the Build Result table, you should have a endTime field. Morgovsky, Alexander (US - Glen Mills) a écrit : > I am using 1.0.3. I have three builds running in a particular project. The > "end date" filed in the database is not set for any projects. Thus, what i

RE: Non-terminating Builds

2007-05-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
al Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 10:01 AM To: continuum-users@maven.apache.org Subject: Re: Non-terminating Builds No, it only the "end date" field in the database that isn't set. Morgovsky, Alexander (US - Glen Mills) a écrit

RE: Non-terminating Builds

2007-05-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you, I will do this. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 9:33 AM To: continuum-users@maven.apache.org Subject: Re: Non-terminating Builds On 5/17/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: &g

RE: Non-terminating Builds

2007-05-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
I think the build is still running because the time elapsed for the build is constantly increasing. -Original Message- From: Tomislav Stojcevich [mailto:[EMAIL PROTECTED] Sent: Friday, May 18, 2007 8:28 AM To: continuum-users@maven.apache.org Subject: Re: Non-terminating Builds It doesn

RE: Non-terminating Builds

2007-05-17 Thread Morgovsky, Alexander \(US - Glen Mills\)
questions in the future, as for some reason my last question was not answered. Thanks in advance. -Original Message- From: Morgovsky, Alexander (US - Glen Mills) Sent: Thursday, May 17, 2007 9:51 PM To: 'continuum-users@maven.apache.org' Subject: RE: Non-terminating Builds I am u

RE: Non-terminating Builds

2007-05-17 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am using 1.0.3. Thank you. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Thursday, May 17, 2007 9:50 PM To: continuum-users@maven.apache.org Subject: Re: Non-terminating Builds On 5/17/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]>

RE: Non-terminating Builds

2007-05-17 Thread Morgovsky, Alexander \(US - Glen Mills\)
May someone please help me? I am in need of assistance. Thank you in advance. > _ > From: Morgovsky, Alexander (US - Glen Mills) > Sent: Wednesday, May 16, 2007 7:16 PM > To: 'continuum-users@maven.apache.org

Non-terminating Builds

2007-05-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
I have 3 builds running from 1 project, all three builds have been running without terminating. I tried terminating the Java processes of Continuum and its child processes, but this did not help. I open the Continuum Database, but the table with the build results did not have IDs that went as hig

RE: All builds failing suddenly

2007-04-26 Thread Morgovsky, Alexander \(US - Glen Mills\)
question though, why would it suddenly stop working?? Thanks, Doug Tanner > -Original Message- > From: Morgovsky, Alexander (US - Glen Mills) > [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 26, 2007 10:19 AM > To: continuum-users@maven.apache.org > Subject: RE:

RE: All builds failing suddenly

2007-04-26 Thread Morgovsky, Alexander \(US - Glen Mills\)
This may help, thanks. -Original Message- From: Doug Tanner [mailto:[EMAIL PROTECTED] Sent: Thursday, April 26, 2007 10:12 AM To: continuum-users@maven.apache.org Subject: All builds failing suddenly All of our builds running on Continuum are suddenly failing due to the following error:

RE: Error running Continuum as a server

2007-04-24 Thread Morgovsky, Alexander \(US - Glen Mills\)
Try adding projects like this: http://:@/. Thanks. -Original Message- From: Williamson, James L [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 24, 2007 12:45 PM To: continuum-users@maven.apache.org Subject: Error running Continuum as a server Hey there you smart guys, I'm running

Maven failing on checksum failure

2007-04-23 Thread Morgovsky, Alexander \(US - Glen Mills\)
The Continuum Maven build is falling on a project with a checksum failure. This build does not fail if run from the command line. The question I have is how do I ask Continuum to ignore warning like this? Thanks. This message (including any attachments) contains confidential information inten

Re: 1.1 alpha 1 release?

2007-04-21 Thread Morgovsky, Alexander \(US - Glen Mills\)
Thank you. I am looking forward to this release. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copyi

Continuum Dependency Management

2007-04-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
In Continuum 1.0.3, how is dependency management handled, in that if project A needs to be built before project B, how does Continuum handle this? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected

RE: Exception: Cannot checkout sources. 7

2007-04-20 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. Are there any latest release dates? I personally am very interested in procuring the latest version. Thanks. -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 4:14 PM To: continuum-users@maven.apache.org Subject: Re: Exception: Canno

RE: Using XML-RPC client to trigger builds

2007-04-19 Thread Morgovsky, Alexander \(US - Glen Mills\)
trigger builds Just to have it build as soon as a project is updated in SVN and only then. On Apr 19, 2007, at 4:35 PM, Morgovsky, Alexander ((US - Glen Mills)) wrote: > If Continuum can be set up for any schedule, and it detects changes in > your source code repository, what is the purp

RE: How can I stop a build if I don't see the Java processes for it?

2007-04-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
g the "build all" button might clear this. Andy On 18 Apr 2007, at 12:52, Morgovsky, Alexander ((US - Glen Mills)) wrote: > Please help, we are at the point of uninstalling Continuum and again > installing everything. I sincerely hope you can provide a solution > for > th

How can I stop a build if I don't see the Java processes for it?

2007-04-17 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am running Continuum as a service (1.0.3). I have a hung build which has been running for over 5 hours. I do not see any Java processes in the Processes window. How do I figure out which Java processes I need to kill to stop this build? I am stumped by this issue, I tried recycling the servic

Deleting Foreign Keys

2007-04-10 Thread Morgovsky, Alexander \(US - Glen Mills\)
When I connect to the Continuum Database directly using Squirrel to delete projects, I receive FK violations. How do I delete the Foreign Keys? Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected b

Continuum DB analysis

2007-03-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
I successfully connected to the Derby DB for my Continuum instance. I am looking to create a set of statistics for each project, like total number of builds, percentage of successful builds and average build time. I am guessing that I need to query against SA.PROJECT and SA.BUILDRESULT. Could you

RE: Continuum DB access

2007-03-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
-t3136881s177.htm l Wayne On 3/11/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Hello. I would like to know how I can access the DB for my local > Continuum instance. I am interested in having access to the build > tables, for the purpose of querying them to

Continuum DB access

2007-03-11 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hello. I would like to know how I can access the DB for my local Continuum instance. I am interested in having access to the build tables, for the purpose of querying them to generate build statistics like average build time / per project, mode of failed project, etc. Please let me know of any he

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
ml".. Then, go to the "Start>Run...>" , type "services.msc" and press enter.. This will bring up a window with services settings.. You can now assign the "continuum" user to service "continuum", enter the password for the user, and voila.. it wor

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
omised and losing all your data since the damage would be limited to only the data your Continuum instance has access to. This is a best practice on any operating system for a server. Wayne On 3/1/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > Excellent, than

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
ne > interface. > > Check who is running the continuum service, and simply put the > > settings.xmlfile in the ".m2" directory relative to that user's home > > directory. > > I have no other way of explaining it, it's just like that.. > > > > G

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
" , type "services.msc" and press enter.. This will bring up a window with services settings.. You can now assign the "continuum" user to service "continuum", enter the password for the user, and voila.. it works.. Good luck Jo On 3/1/07, Morgovsky, Alexande

RE: Settings.xml not being recognized by Continuum

2007-03-01 Thread Morgovsky, Alexander \(US - Glen Mills\)
have no other way of explaining it, it's just like that.. > > Good luck > Jo > > On 3/1/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> > wrote: > > > > Hi. I am running Continuum as a service. I put in active profile into > > the sett

RE: Settings.xml not being recognized by Continuum

2007-02-28 Thread Morgovsky, Alexander \(US - Glen Mills\)
l the time, activate it in the settings.xml file. ... dev-mine ... Cheers Jo On 2/28/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote: > > I have a profile called which contains version specific > information and scm specific information which

RE: JAVA_HOME

2007-01-08 Thread Morgovsky, Alexander \(US - Glen Mills\)
Well, could you try to do a ps -ef and see what user the Continuum process is running under? This way, you could be sure that the right profile has the JAVA_HOME variable. -Original Message- From: Tony Heal [mailto:[EMAIL PROTECTED] Sent: Monday, January 08, 2007 10:00 AM To: continuum-

RE: How can I do

2007-01-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. When will 1.1 be released? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 9:11 AM To: continuum-users@maven.apache.org Subject: Re: How can I do It isn't possible in 1.0.3, this feature is implemeted in 1.1. Emmanuel Christoph

RE: Newbie Question

2006-12-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
Maybe you should see which settings.xml file your Continuum instance is using and make sure that your repositories are properly defined in there. From: Randall Fidler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 4:33 PM To: continuum-users@maven.ap

Configuring tasks

2006-11-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
How should one configure Continuum to run specific goals for each project? For example, when Continuum builds, which task does it run? Also, how should one configure Continuum to call deploy for each project? Thanks. This message (including any attachments) contains confidential information i

Metric tools

2006-11-16 Thread Morgovsky, Alexander \(US - Glen Mills\)
Are there any tools which mine the continuum build results and produce charts? This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this mess

RE: configuring email nofifiers

2006-11-07 Thread Morgovsky, Alexander \(US - Glen Mills\)
: configuring email nofifiers I think this bug is fixed in maven-scm trunk but not sure. File an issue about it (http://jira.codehaus.org/browse/SCM) and I'll look at it later. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : > It looks like the checkout is jumbling my svn

Subversion connectivity issue

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am adding the pom.xml like this: http://user:[EMAIL PROTECTED]/a/b/c/pom.xml However, I am getting a 405 forbidden error. I verified that user/password is able to check out by using TortoiseSVN. What else do I need to do to overcome this problem of authentication? This message (including an

Site generation and reporting

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
What is the best way to maintain site generation and reporting with Continuum? Should the location of the sites be somewhere inside the Continuum directory? Also, for a task like checkstyle, how could I add MAVEN_OPTS to the Continuum configuration? Thanks. This message (including any attachm

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
children projects in three sources repositories, you'll need to add three projects in Continuum (one by child) Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : > Right, but if I have separate projects which cannot be tied to one parent > project because the same svn informat

RE: Diverse Repositories

2006-11-06 Thread Morgovsky, Alexander \(US - Glen Mills\)
Venisse [mailto:[EMAIL PROTECTED] Sent: Monday, November 06, 2006 11:38 AM To: continuum-users@maven.apache.org Subject: Re: Diverse Repositories Continuum find the correct order for the build with the dependencies list. Emmanuel Morgovsky, Alexander (US - Glen Mills) a écrit : > If I have th