2014-10-02 4:55 GMT+04:00 Olivier Lamy <ol...@apache.org>:
> oh my bad it was just for testing purpose as I have some issues with
> the jsp classloader with the tomcat8 integration. (I will revert that)
> As I have limited time currently, I will appreciate any help :-)
>
> The problem is:
>
(...)
>
> To reproduce:
>
> git clone https://github.com/apache/tomcat-maven-plugin.git
> cd tomcat-maven-plugin
> git checkout tc8.x
> (or get the branch from svn)
>
> mvn clean install -pl :tomcat8-maven-plugin -am -Prun-its
>
> less tomcat8-maven-plugin/target/test-classes/tomcat-run-multi-config/foo.log


It fails to me on some earlier step,

[INFO] --- maven-invoker-plugin:1.8:run (integration-tests-invoker) @
tomcat8-maven-plugin ---
[INFO] Building: simple-war-exec-project\pom.xml
[INFO] run script verify.bsh
[INFO] ..FAILED (44.9 s)
[INFO]   The post-build script returned false.
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 0, Failed: 1, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] *  simple-war-exec-project\pom.xml
[INFO] -------------------------------------------------

In tomcat8-maven-plugin\target\it\simple-war-exec-project\build.log
I see the the following three lines at the end of the file:

[[[
Running post-build script:
<...>\tomcat8-maven-plugin\target\it\simple-war-exec-project\verify.bsh

conf/Catalina/localhost/manager.xml is missing.

Finished post-build script:
<...>\tomcat8-maven-plugin\target\it\simple-war-exec-project\verify.bsh
]]]

So the "verify.bsh" script complained that manager.xml file is missing
and returned false, causing the overall build to fail.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to