How to generate TestNG report?

2009-05-26 Thread HHB
Hey, How to generate TestNG report with Maven 2? Thanks. -- View this message in context: http://www.nabble.com/How-to-generate-TestNG-report--tp23724692p23724692.html Sent from the Maven - Users mailing list archive at Nabble.com.

Error while trying to generate the site

2009-05-18 Thread HHB
Hey, I get the following exception when trying mvn site ++ [INFO] Generating Dependencies report. [WARNING] Unable to process class com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class in JarAnalyzer File /home/hhb/.m2/repository/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar

Why I get ClassNotFoundException ?

2009-04-06 Thread HHB
Hey, I have an application that is built upon Wicket 1.3, Spring 2.5 and Hibernate 3 When I run the command: mvn jetty:run I got the following exception: WARN - DriverManagerDataSource- Could not load driverClass com.jdbc.mysql.Driver java.lang.ClassNotFoundException: com.jdbc.mysql.Driver

Re: Sharing Maven-based project

2009-03-31 Thread HHB
:08 schrieb HHB: Hey, I use Maven as the build tool for our project. Now my team mates want to checkout the project from the SVN and I want to add the project to out continuous integration server (Hudson). I'm not sure but should I create a central repository in our unit? or let each

Sharing Maven-based project

2009-03-29 Thread HHB
Hey, I use Maven as the build tool for our project. Now my team mates want to checkout the project from the SVN and I want to add the project to out continuous integration server (Hudson). I'm not sure but should I create a central repository in our unit? or let each mate (and CI server) download

How to rerun failed TestNG tests?

2009-02-08 Thread HHB
Hey, How to rerun failed TestNG tests in Maven? For Ant, we have this target: target name=failed-tests depends=compiletests description=Run TestNG unit tests testng classpathref=runtests.classpath outputDir=${test.reports} verbose=2 haltonfailure=true xmlfileset

Sharing my Maven repository

2009-01-26 Thread HHB
Hey, My laptop is loaded with a respectful local Maven repository, is it possible to share it with my friends? I mean does copy and past the folder serve the purpose? Thanks. -- View this message in context: http://www.nabble.com/Sharing-my-Maven-repository-tp21663284p21663284.html Sent from

Re: Sharing my Maven repository

2009-01-26 Thread HHB
to transform it (i.e. add the right metadata) to make it a remote repository. Cheers. 2009/1/26 HHB hubaghd...@yahoo.ca Hey, My laptop is loaded with a respectful local Maven repository, is it possible to share it with my friends? I mean does copy and past the folder serve the purpose