Hi,
I a ant-lib with the following presetdef
<presetdef name="javac">
<javac deprecation="true" debug="true"
srcdir="src" destdir="classes">
</javac>
</presetdef>
Then I got a build file using this lib:
<hermeslib:javac classpathref="classpath"
destdir="${dir.build}${lib.hadv.hadvgui}/bin"
srcdir="./src"
debug="${debug}"
debuglevel="lines,vars,source"
fork="true"
deprecation="true">
<include name="**/*.java" />
<exclude name="**/*_old.java" />
</hermeslib:javac>
I got the following message: The <hermeslib:javac> type doesn't support the
nested "include" element.
The ant-lib has other presetdefs and macrodefs, which i integrate
successfully, but all without any nested elements.
I prefer to use the nested element, because it is more readable
Any ideas ?
Kind regards Andr�
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]