Author: ssmiweve
Date: 2008-02-18 19:49:23 +0100 (Mon, 18 Feb 2008)
New Revision: 6136
Modified:
branches/2.16/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
Log:
don't have write permissions into the subversion repository then you don't have
permissions to update server environments
Modified:
branches/2.16/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
===================================================================
--- branches/2.16/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
2008-02-18 18:47:33 UTC (rev 6135)
+++ branches/2.16/mojo/src/main/java/no/sesat/mojo/DeploySesatWarfilesMojo.java
2008-02-18 18:49:23 UTC (rev 6136)
@@ -528,7 +528,7 @@
"sesat " + profile + " deployment");
if(!result.isSuccess()){
- getLog().error(result.getCommandOutput());
+ throw new ScmException(result.getCommandOutput());
}
}
_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits