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);
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
> struts-2.3.4\src\apps\processing-forms\
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 on
3 matches
Mail list logo