Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 1.0-rc2
-
Component/s: None
-
Labels:None
-
Environment:Maven HEAD (20030830)
-
Number of attachments :
Description
Cactus plugin should report server HTTP response code.
Now it does not, and when server responds with e.g. 401 (Authorization required) plugin displays:
BUILD FAILED
File...... file:/home/user/.maven/plugins/maven-cactus-plugin-3.1/
Element... cactus
Line...... 265
Column.... 53
Failed to start the container after more than [180000] ms.
Total time: 4 minutes 20 seconds
Finished at: Fri Oct 03 11:03:27 CEST 2003
which misleading, because problem is not with starting container but
with starting tests.
Ok. Actually you're right. The problem is in deploying your webapp, not in starting the container. Do you think you could raison a bug in Cactus's bugzilla? (otherwise, I'll try to remember it, no guarantee though
).
WRT the error code you can get it by running Maven in debug mode.
Thanks
-Vincent