On 10/09/2014 08:08, Olivier Lamy wrote:
> I tried to get this working but got this error:
> https://analysis.apache.org/jenkins/job/tomcat-trunk/10/console
> 
> Any help will be appreciate :-)

Disable the unit tests until you get this working. They add about an
hour to the build time. Use "clean deploy" rather than "clean test".

Looking at the Sonar config you have the following:
-Dsonar.sources=java,modules/jdbc-pool,modules/tomcat-lite,modules/bayeux

I'd change that to:
-Dsonar.sources=java,modules/jdbc-pool

Neither tomcat-lite nor bayeux are part of the standard Tomcat distribution.

Try that and see what happens.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to