I found a bug with mapper that you might wanna a take a look at:
When I have the following snippet:
<copy todir="${ems.win.dir}/classes">
<fileset dir="${thirdparty.dest.dir}">
<include name="**/*.jar" />
</fileset>
<mapper type="flatten" />
</copy>
It works without a problem. But then when I add another fileset, as shown
below, I get the following error:
<copy todir="${ems.win.dir}/classes">
<fileset dir="${thirdparty.dest.dir}">
<include name="**/*.jar" />
</fileset>
<fileset dir="${lib.dir}">
<include name="**/*.jar" />
</fileset>
<mapper type="flatten" />
</copy>
Error Message:
AntRunner started
Current target 'make-runnable-win'
Buildfile: D:\testbed\dev.xml
make-runnable-win:
BUILD FAILED
D:\testbed\dev.xml:473: must not specify both type and classname attribute
Total time: 1 second
Please look into it,
Sibon Barman
SS8 Networks, Inc.
Suite 500
495 March Road, Kanata,
Ontario K2K 3G1
*: (613)592-2100 ext:3281
*: [EMAIL PROTECTED]
<<attachment: winmail.dat>>
