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:
parent
f2cdf64b40
commit
5315bbaf4a
|
@ -12,7 +12,8 @@
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This tutorial is intended for new users of Hibernate but requires Java and
|
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>
|
</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -673,7 +674,7 @@ public class EventManager {
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<programlisting><![CDATA[<target name="run" depends="compile">
|
<programlisting><![CDATA[<target name="run" depends="compile">
|
||||||
<java classname="EventManager" classpathref="libraries">
|
<java fork="true" classname="EventManager" classpathref="libraries">
|
||||||
<classpath path="${targetdir}"/>
|
<classpath path="${targetdir}"/>
|
||||||
<arg value="${action}"/>
|
<arg value="${action}"/>
|
||||||
</java>
|
</java>
|
||||||
|
|
Loading…
Reference in New Issue