Fork, otherwise Ant foobars with SAX parsers

git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6739 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Christian Bauer 2005-05-10 17:55:31 +00:00
parent f2cdf64b40
commit 5315bbaf4a
1 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@
<para>
This tutorial is intended for new users of Hibernate but requires Java and
SQL knowledge. It is based on a tutorial by Michael Gloegl.
SQL knowledge. It is based on a tutorial by Michael Gloegl, the third-party
libraries we name are for JDK 1.4 and 5.0. You might need others for JDK 1.3.
</para>
</sect1>
@ -673,7 +674,7 @@ public class EventManager {
</para>
<programlisting><![CDATA[<target name="run" depends="compile">
<java classname="EventManager" classpathref="libraries">
<java fork="true" classname="EventManager" classpathref="libraries">
<classpath path="${targetdir}"/>
<arg value="${action}"/>
</java>