[hibernate-issues] [Hibernate-JIRA] Closed: (HBX-40) hbm2java should exit with error on failure

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:01:15 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list