]
Steve Ebersole closed HBX-40.
-----------------------------
Closing stale resolved issues
hbm2java should exit with error on failure
------------------------------------------
Key: HBX-40
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-40
Project: Hibernate Tools
Issue Type: Patch
Components: hbm2java
Affects Versions: 2.1
Environment: hibernate-extensions-2.1.3
Reporter: Aaron Read
Assignee: Max Rydahl Andersen
For Makefiles and shell scripts:
diff -ruNb
hibernate-extensions-2.1.3/tools/src/java/net/sf/hibernate/tool/hbm2java/CodeGenerator.java
hibernate-extensions-2.1.3-new/tools/src/java/net/sf/hibernate/tool/hbm2java/CodeGenerator.java
---
hibernate-extensions-2.1.3/tools/src/java/net/sf/hibernate/tool/hbm2java/CodeGenerator.java
2004-11-22 14:20:02.000000000 -0800
+++
hibernate-extensions-2.1.3-new/tools/src/java/net/sf/hibernate/tool/hbm2java/CodeGenerator.java
2004-12-06 09:24:50.000000000 -0800
@@ -127,6 +127,7 @@
}
catch (Exception e) {
e.printStackTrace();
+ System.exit(1);
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: