Re: stopping jetty

2012-02-05 Thread Greg Huber
OK, thanks. I have already spent time on this, so its not worth spending any more. I will kill the task until I find another solution, somewhere down the line. Cheers Greg On 5 February 2012 16:58, shelan Perera wrote: > Hi, > > On Sun, Feb 5, 2012 at 10:17 PM, Greg Huber wrote: > > > S

Re: stopping jetty

2012-02-05 Thread shelan Perera
Hi, On Sun, Feb 5, 2012 at 10:17 PM, Greg Huber wrote: > Shelan, > > I am running the task from eclipse, I get the launch window in the console > but it does not let you enter the ctrl + c or ctrl +space etc, maybe I am > missing something? > This option you get when you run it in pure terminal

Re: stopping jetty

2012-02-05 Thread Greg Huber
Shelan, I am running the task from eclipse, I get the launch window in the console but it does not let you enter the ctrl + c or ctrl +space etc, maybe I am missing something? I did not want to start running it outside of eclipse! Cheers Greg On 5 February 2012 16:38, shelan Perera wrote: > H

Re: stopping jetty

2012-02-05 Thread shelan Perera
Hi Greg, Does this happen when you try to run it using IDE? I am using Linux and ctrl + c simply breaks the operations which stops Jetty. Do you have any specific use case that i can try as well. I am not sure on how to test it when i run it in command line. On Sun, Feb 5, 2012 at 9:51 PM, Greg H

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 -