Re: Install and build Roller trunk source code failed

2012-02-07 Thread Greg Huber
Shelan, I unchecked the skip test and it does compile OK for me now. Initially it would not compile so I am not sure why it does now. I think it was something to do with the surefire plug-in. [INFO] Roller Project - Trunk SUCCESS [1.327s] [INFO] Roller Core - Trunk

Re: Install and build Roller trunk source code failed

2012-02-07 Thread Tiger Gui
May be my environment problems ? I will check it. Anyway, i can install and build it successful use command "mvn -e clean install -Dmaven.test.skip=true" 2012/2/7 shelan Perera : > Hi, > > I just built the trunk and it builds fine. Even the Continuous build has > not raised any errors. > > Thanks.

Re: Install and build Roller trunk source code failed

2012-02-06 Thread shelan Perera
Hi, I just built the trunk and it builds fine. Even the Continuous build has not raised any errors. Thanks. On Tue, Feb 7, 2012 at 9:51 AM, shelan Perera wrote: > Hi, > > Could you please send the complete log. To get a better idea we need the > log before what you have attached here. > > Than

Re: Install and build Roller trunk source code failed

2012-02-06 Thread shelan Perera
Hi, Could you please send the complete log. To get a better idea we need the log before what you have attached here. Thanks On Tue, Feb 7, 2012 at 9:32 AM, Tiger Gui wrote: > Hi Dave, > > When i use "mvn -e install" to build Roller trunk, there are indeed > unit test failures, logs below: > >

Re: Install and build Roller trunk source code failed

2012-02-06 Thread Tiger Gui
Hi Dave, When i use "mvn -e install" to build Roller trunk, there are indeed unit test failures, logs below: [INFO] [INFO] Reactor Summary: [INFO] [INFO] Roller Project - Trunk SUCCESS [0.305s] [

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Anil Gangolli
You should use the normal maven options. You can define the skipTests property via the command line: maven install -DskipTests or if the tests fail to build: maven install -Dmaven.test.skip For complete background, see http://maven.apache.org/plugins/maven-surefire-plugin/examples/skipping-

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Tiger Gui
Thank you for all your replies, there may be something wrong with my Eclipse, i will try the command line to build it 2012/2/5 Dave : > Current Roller trunk is build fine and passing 100% of unit tests (as you > can see here https://builds.apache.org/view/M-R/view/Roller/). If you are > experienci

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Dave
Current Roller trunk is build fine and passing 100% of unit tests (as you can see here https://builds.apache.org/view/M-R/view/Roller/). If you are experiencing test failures there must be some problem with your Java, Maven or Eclipse environment. - Dave On Sun, Feb 5, 2012 at 10:34 AM, Greg Hub

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Greg Huber
Hello, If you go to run as.. | run configurations | mavern builds locate your build launch and about half way down there are check boxes. Check skip tests. Then use this launch to start the build. Last picture on https://cwiki.apache.org/confluence/display/ROLLER/Build+and+Run+Roller+5+in+Ecli

Re: Install and build Roller trunk source code failed

2012-02-05 Thread shelan Perera
Hi, When i built using command line i did not get build failure. Roller builds fine with Maven2 and Maven3 both. I suggest you to try building using command line. To skip the test you need to give an argument. -Dmaven.test.skip=true So it would look like, mvn clean install -Dmaven.test.skip=tr

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Tiger Gui
Sorry, i am not very clear how to build it with the tests skipped, i use Eclipse run as -> maven install to build the trunk, how to skip the tests ? Thank you 2012/2/5 Greg Huber : > Hello, > > Try building it with the tests skipped. > > . > > [INFO] Reactor Summary: > [INFO] > [INFO] Roller P

Re: Install and build Roller trunk source code failed

2012-02-05 Thread Greg Huber
Hello, Try building it with the tests skipped. . [INFO] Reactor Summary: [INFO] [INFO] Roller Project - Trunk SUCCESS [1.046s] [INFO] Roller Core - Trunk ... SUCCESS [5.184s] [INFO] Roller Test Utilities - Trunk . S

Install and build Roller trunk source code failed

2012-02-05 Thread Tiger Gui
Hi all, I want to install and build Roller trunk source code follow the guide [1], but failed, error messages: [INFO] Roller Project - Trunk SUCCESS [14.322s] [INFO] Roller Core - Trunk ... SUCCESS [2:37.355s] [INFO] Roller Test Utilities -