Continuum 1.0.3 error adding m2 project

2006-04-26 Thread Malcolm Wong Ho
I'm getting this error with Continuum 1.0.3 after upgrading from 1.0.2. INFO | jvm 1| 2006/04/25 23:04:57 | 2006-04-25 23:04:57,883 [SocketListener0-1] INFO Continuum - Could not download http://faspoc1/fnb/trunk/APPS/BuildRasOnline/rasonlineutilities/pom.xml:

Re: Upgrading from 1.0.2: one step missing

2006-04-26 Thread Emmanuel Venisse
Are you sure it's necessary? it's a comment written by derby. Emmanuel Carlos Henriquez a écrit : I just download and follow the instructions from the upgrade pagehttp://maven.apache.org/continuum/upgrade.htmlto install 1.0.3 but one step is missing. After you replace your database folder,

Re: Problem with continuum-1.0.3

2006-04-26 Thread Emmanuel Venisse
Thibaut, Can you answer to my questions? Emmanuel Thibaut Cazenave a écrit : Emmanuel Venisse : Is it a big file? How many files do you have in your project? The best place for continuum question is the continuum mailing list, thanks. Emmanuel Thibaut CAZENAVE a écrit : Hi, I just

Re: [Continuum 1.0.3] Is Changes section broken again?

2006-04-26 Thread Emmanuel Venisse
You don't have committer and date because your modifications aren't a scm change. We get username/date for all files modified since last build and in your case files aren't modified in scm. If you do a real change in your scm, you'll see username/date. Emmanuel Mang Jun Lau a écrit : I just

Re: Continuum 1.0.3 error adding m2 project

2006-04-26 Thread Emmanuel Venisse
Normally, you have an error before this line. What is it? Continuum can't open the file. Perhaps a connection problem. Emmanuel Malcolm Wong Ho a écrit : I'm getting this error with Continuum 1.0.3 after upgrading from 1.0.2. INFO | jvm 1| 2006/04/25 23:04:57 | 2006-04-25 23:04:57,883

Re: 1.0.3 Artifacts

2006-04-26 Thread Emmanuel Venisse
we'll do it today. Emmanuel Ryan C. Payne a écrit : When will the 1.0.3 artifacts be available in the global repository on Ibiblio? I am trying to continue work on my notifier and would like to use the latest 1.0.3 jar files. Thanks, Ryan -- View this message in context:

RE: Continuum 1.0.3 error adding m2 project

2006-04-26 Thread Malcolm Wong Ho
I use the same url for 1.0.2 and it works, is there proxy settings i have to use? -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Wed 4/26/2006 9:46 AM To: continuum-users@maven.apache.org Subject: Re: Continuum 1.0.3 error adding m2 project Normally, you

Re: Problem with continuum-1.0.3

2006-04-26 Thread Thibaut Cazenave
Yes sorry, I've got to come back to work to check these points. This file on which continuum blocked is not that big : 23533 o on my CVS repository There are bigger files on my project. When checkouted on Windows, this file sizes 20 ko. I've got 1596 files and 2876 folders in my project. And

RE: Continuum 1.0.3 error adding m2 project

2006-04-26 Thread Malcolm Wong Ho
There is one error and one warning: Warning - INFO | jvm 1| 2006/04/26 01:31:11 | 2006-04-26 01:31:11,372 [WrapperSimpleAppMain] WARN RDBMS - Column BUILDDEFINITION.LATEST_BUILD_ID should not allow nulls but does. You can prevent nulls by specifying

Re: Problem with continuum-1.0.3

2006-04-26 Thread Emmanuel Venisse
Can you do some tests? 1- Remove your database 2- start continuum and configure it 3- add all your projects 4- wait the checkout of files (without browsing continuum web interface, so logs will be clean) 5- Send me logs What is the OS that host Continuum? Emmanuel Thibaut Cazenave a écrit :

Re: Continuum 1.0.3 error adding m2 project

2006-04-26 Thread Emmanuel Venisse
Normally, you must have an exception in logs with a stacktrace. Emmanuel Malcolm Wong Ho a écrit : There is one error and one warning: Warning - INFO | jvm 1| 2006/04/26 01:31:11 | 2006-04-26 01:31:11,372 [WrapperSimpleAppMain] WARN RDBMS - Column

Re: Continuum wiki

2006-04-26 Thread Carlos Henriquez
Great!! I think a lot of people will aprecciate that and you will rest a little bit more from all our asking ;-)

Re: running Continuum 1.0.3 without wrapper

2006-04-26 Thread Trygve Laugstøl
On Wed, 2006-04-26 at 17:49 +0200, Reinhard Spisser wrote: Hi all, I cannot start Continuum using the run.sh command because I'm using it on a platform that is not supported (debian sarge on sparc). I get errors when I use the run.sh command stating that it is not possibile to start the

Re: [Continuum 1.0.3] How does Deployment Repository work?

2006-04-26 Thread Mang Jun Lau
Thanks for your response. Is that how it works? Sorry I don't see the purpose of the feature though because if the goal is deploy, then Maven will already deploy it to a remote repository, I don't see a need to store the build again in another location. I thought it was to make the build

Re: [Continuum 1.0.3] How does Deployment Repository work?

2006-04-26 Thread Emmanuel Venisse
It works only for maven2 projects because for other types, we don't know what is the artifact generated and where it is. Emmanuel Mang Jun Lau a écrit : Not working still. I think I should mention I'm using a Shell script. Does it work for that? _Mang Emmanuel Venisse [EMAIL