Would
<hermeslib:javac xmlns="hermes-uri">
<include/>
work?
Jan
> -----Original Message-----
> From: Peter Reilly [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, April 20, 2004 11:56 AM
> To: Ant Users List
> Subject: Re: Presetdef and nested element
>
>
> Due to namespace issues, you need to do the following:
>
> <hermeslib:javac classpathref="classpath"
> destdir="${dir.build}${lib.hadv.hadvgui}/bin"
> srcdir="./src"
> debug="${debug}"
> debuglevel="lines,vars,source"
> fork="true"
> deprecation="true">
> <hermeslib:include name="**/*.java" />
> <hermeslib:exclude name="**/*_old.java" />
> </hermeslib:javac>
>
> Peter
>
>
> [EMAIL PROTECTED] wrote:
>
> >
> >
> >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]
> >
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>