Problem with pages encoding

2008-03-05 Thread MATHUS Baptiste
Hi all, I am configuring continuum-1.1, and there seems to be a problem with encoding. I guess this might be because no french people use continuum (or those frenchies only have qwerty keyboards? :o)). Just joking. In fact, I created the admin account. In the admin name, I typed "Systèmes et M

Ant project build stuck in queue

2008-03-05 Thread Cheng Wei Lee
I'd downloaded & installed standalone Continuum 1.1, configured an Ant project. There's a build.xml file in the project. The project is checked-out from a remote Subversion server. When I do a force-build, the status of the project is stuck on the build queue and doesn't proceed. Had followed the F

Re: Problem with pages encoding

2008-03-05 Thread Emmanuel Venisse
File an issue and the french team will look at it. What is your db? On Wed, Mar 5, 2008 at 2:25 PM, MATHUS Baptiste <[EMAIL PROTECTED]> wrote: > Hi all, > > I am configuring continuum-1.1, and there seems to be a problem with > encoding. > I guess this might be because no french people use conti

Re: Problem with pages encoding

2008-03-05 Thread Emmanuel Venisse
On Wed, Mar 5, 2008 at 5:09 PM, MATHUS Baptiste <[EMAIL PROTECTED]> wrote: > The default one. > I guess this is derby? Yes. > > > Ok, I'll file an issue. > I'm having some small other issues, I think I'll file some. ok. > > > Cheers. > > -Message d'origine- > De : Emmanuel Venisse

Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

2008-03-05 Thread Cheng Wei Lee
I'm seeing the following exception when first starting Continuum, can it be safely disregarded? 66516 [SocketListener0-1] WARN JPOX.RDBMS - Error initialising derby schema : Schema 'SA' does not exist ERROR 42Y07: Schema 'SA' does not exist at org.apache.derby.iapi.error.StandardException.ne

Re: Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

2008-03-05 Thread Maria Odea Ching
Hi, On Thu, Mar 6, 2008 at 10:24 AM, Cheng Wei Lee <[EMAIL PROTECTED]> wrote: > I'm seeing the following exception when first starting Continuum, can it > be > safely disregarded? > > 66516 [SocketListener0-1] WARN JPOX.RDBMS - Error initialising derby > schema : Schema 'SA' does not exist > ER

Re: Errors in startup Continuum, generate email, unable to send MSN notification and stuck in Queue

2008-03-05 Thread Cheng Wei Lee
Hi, Thanks for your reply. So could I safely disregard all other exceptions related to derby? I'm behind a corporate firewall and proxy. So for MSN notification to work, do I need to configure proxy? Had done that in the config file though. Or I need to add it into the wrapper.conf? Thanks! On

Can I integrate PMD and FindBugs to Continuum?

2008-03-05 Thread Cheng Wei Lee
If yes, how? Any documents or wiki on the net? Thanks!

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 pro

Re: Can I integrate PMD and FindBugs to Continuum?

2008-03-05 Thread Mick Knutson
I have seen some documents on creating Checkstyle limits that would fail a build as in Continuum, but is there anything for PMD threshold failing? On Wed, Mar 5, 2008 at 8:40 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Wed, Mar 5, 2008 at 9:32 PM, Cheng Wei Lee <[EMAIL PROTECTED]> > wrote: >

Re: Can I integrate PMD and FindBugs to Continuum?

2008-03-05 Thread Wendy Smoak
On Wed, Mar 5, 2008 at 9:51 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > I have seen some documents on creating Checkstyle limits that would fail a > build as in Continuum, but is there anything for PMD threshold failing? I'm not that familiar with it, but the docs talk about failing the build

Re: Can I integrate PMD and FindBugs to Continuum?

2008-03-05 Thread Mick Knutson
But it looks like it just fails if there is a violation. I think it is never going to be zero. We try to standardize on <50 but I don';t see anything like that in the docs. On Wed, Mar 5, 2008 at 8:55 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Wed, Mar 5, 2008 at 9:51 PM, Mick Knutson <[EMA