cobertura

2007-03-21 Thread Tilman.Rossmy
Anybody knows how to make the cobertura test coberage report generation work? Right now the site plugin seems to generate the reports with a wrong cobertura.ser file so that test coverage is always 0 % Kind regards Tilman

RE: cobertura

2007-03-21 Thread Tilman.Rossmy
thanks, version 2.0 works...but only on our solaris boxes, on windows I get the following exception: [ERROR] Exception in thread main java.lang.NullPointerException at net.sourceforge.cobertura.coveragedata.ProjectData.getSourceFiles(Pro jectData.java:105) at

RE: site plugin fails

2007-03-20 Thread Tilman.Rossmy
ok thanks, yes somehow the following repository sneaked in to the master pom: pluginRepository idmavenSnapshots/id nameMaven Snapshots/name snapshots enabledtrue/enabled updatePolicynever/updatePolicy

unlock account

2007-03-20 Thread Tilman.Rossmy
One of our developers has tried 3 times to enter the continuum webapp with a wrong password, now the admin account is locked. How can I unlock it?

RE: unlock account

2007-03-20 Thread Tilman.Rossmy
no that's not the case, I guess I have to access the database... -Original Message- From: Doug Tanner [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 12:55 PM To: continuum-users@maven.apache.org Subject: RE: unlock account I would imagine that a restart of the service would do

RE: unlock account

2007-03-20 Thread Tilman.Rossmy
allright,thanx, for those who don't want to get the latest snapshot and are courageous enough to access continuum users database: update jdouser set locked = 'N' -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 1:49 PM To:

site plugin fails

2007-03-19 Thread Tilman.Rossmy
Hi! This morning I out of the blue the site plugin fails with this exception [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin

handling missing *.pom files

2007-03-12 Thread Tilman.Rossmy
With a lot of libs I seem to get this kind of error: Downloading: http://repo1.maven.org/maven2/wss4j/wss4j/1.5.0/wss4j-1.5.0.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org /maven2) [ERROR] BUILD ERROR [INFO]

build hangs with exception stack trace 8192 chars

2007-03-12 Thread Tilman.Rossmy
in column EXCEPTIONSTRING that has maximum length of 8192. Please correct your data! Tilman Rossmy MC-TO-CPT-POA-IMD Swisscom Mobile Waldeggstrasse 51 3097 Liebefeld BE Phone: +41795932871

RE: build hangs with exception stack trace 8192 chars

2007-03-12 Thread Tilman.Rossmy
sorry hit the send button by mistake, so one more time: I get this exception in a build Caused by: javax.jdo.JDOFatalUserException: Attempt to store value org.apache.axis.InternalException: ...in column EXCEPTIONSTRING that has maximum length of 8192. Please correct your data! then continuum

RE: stop a build from GUI in version 1.1

2007-03-12 Thread Tilman.Rossmy
so what's the way to stop the build now? I'm asking because I can't get rid of my hanging builds (see my build hangs with exception stack trace 8192 chars mail) Do I have to delete them from the database? If so, maybe you can post the sql -Original Message- From: L. J. [mailto:[EMAIL

continuum error after killing the application

2007-03-08 Thread Tilman.Rossmy
I had to kill the container process, that hosts the continuum webapp, now after a reboot continuum does not find the the old derby schema anymore (no admin user, no project groups nothing). Is there a file lock that I have to remove? Or a database table record that locks the schema? I?ve checked

RE: continuum error after killing the application

2007-03-08 Thread Tilman.Rossmy
well apart from the jdo warnings (like schema sa not found which seem to appear all the time anyway) there is this fatal error: 2007-03-07 18:07:27,372 INFO [STDOUT] [FATAL ERROR] 2007-03-07 18:07:27,372 INFO [STDOUT] EnvironmentCheck Failure.

RE: continuum error after killing the application

2007-03-08 Thread Tilman.Rossmy
found the solution to my problem, rather trivial: Started the JBoss that hosts our Continuum from $JBOSS_HOME/bin thus the Continuum database was installed at $JBOSS_HOME/bin/database. After I had to kill the JBoss Instance I restarted it with the following script from $USER_HOME: #!/bin/sh

derby error

2007-03-07 Thread Tilman.Rossmy
Maybe someone can help me with this derby error (from the derby.log file): 2007-02-27 07:10:05.092 GMT: Booting Derby version The Apache Software Foundation - Apache Derby - 10.1.3.1 - (417277): instance

server side includes for site

2007-03-06 Thread Tilman.Rossmy
Is there something like server side includes for site/xdocs? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

site and ms word

2007-03-05 Thread Tilman.Rossmy
How does one handle ms word documents with the site goal? Can I use the word2html plugin with maven2? How? Thanx Tilman - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

The packaging for this project did not assign a file to the build artifact

2007-02-28 Thread Tilman.Rossmy
Where do I have to assign a file to a build artifact?

proxy 4 scm

2007-02-16 Thread Tilman.Rossmy
where can I set a proxy for scm activities of continuum if i'm behind a firewall? starting jboss with -Dhttp.proxyHost=somehost etc. don't succeed