-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: HibernateTools and graphviz on *nix
PostPosted: Tue Jan 29, 2008 5:34 pm 
Newbie

Joined: Tue Jun 26, 2007 3:08 am
Posts: 10
hello,
I have problem with HibernateTools in Maven (Ant Task). Error which appears:
[hibernatetool] org.hibernate.HibernateException: Problem while generating DOT graph for Configuration
[hibernatetool] java.io.IOException: Cannot run program ""/usr/local/bin/dot"": java.io.IOException: error=2, No such file or directory
[hibernatetool] java.io.IOException: java.io.IOException: error=2, No such file or directory

Everything works on Windows perfectly.
Part of Maven task config:
Code:
<tasks>
                        <taskdef name="hibernatetool" classname="org.hibernate.tool.ant.HibernateToolTask"
                           classpathref="maven.compile.classpath" />
                        <hibernatetool destdir="target/hbm2doc">
                           <annotationconfiguration
                              configurationfile="src/main/webapp/WEB-INF/conf/hibernate.cfg.xml" />
                           <hbm2doc>
                              <property key="dot.executable" value="${graphviz}" />
                           </hbm2doc>
                        </hibernatetool>
                     </tasks>


in profiles set:
Code:
<graphviz>/usr/local/bin/dot</graphviz>


What's wrong anyway? Anybody have similar problem?

Best regards,
Adr


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.