Re: Blank app fails to build

2016-11-20 Thread Java House
The change indeed fixes the issue thank you 2016-11-20 18:28 GMT+02:00 Lukasz Lenart : > Open HelloWorldTest.java and replace this > > HelloWorld hello_world = new HelloWorld(); > > with this > > HelloWorld hello_world = container.inject(HelloWorld.class);

Re: Blank app fails to build

2016-11-20 Thread Java House
2016-11-20 17:17 GMT+02:00 Martin Gainty : > > MG>possible maven-jetty-plugin is not copying .properties to expected > WEB-INF\classes\example > MG>when operational struts war expects HelloWorld.properties to be in > .\WEB-INF\classes\example > > ls -al >

Re: Blank app fails to build

2016-11-20 Thread Lukasz Lenart
Open HelloWorldTest.java and replace this HelloWorld hello_world = new HelloWorld(); with this HelloWorld hello_world = container.inject(HelloWorld.class); I will fix that with the next release Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-11-20 17:20 GMT+01:00 Lukasz

Re: Blank app fails to build

2016-11-20 Thread Lukasz Lenart
It's a bug in the test, when you use `mvn jetty:run` it will start Jetty properly. 2016-11-20 10:51 GMT+01:00 Java House : > Hello > > this is my first attempt with Struts. > I am trying to run the Blank App sample application. I tried first by > creating it using the maven

Re: Blank app fails to build

2016-11-20 Thread Martin Gainty
From: Java House <java4...@gmail.com> Sent: Sunday, November 20, 2016 4:51 AM To: user@struts.apache.org Subject: Blank app fails to build Hello this is my first attempt with Struts. I am trying to run the Blank App sample application. I tried first by cr

Blank app fails to build

2016-11-20 Thread Java House
Hello this is my first attempt with Struts. I am trying to run the Blank App sample application. I tried first by creating it using the maven archetype and also tried it through the struts-examples-master. I am using JDK 1.8.0_111, mvn 3.3.9 Struts 2.5.5 when doing mvn clean install test fails