ndw / xmlcalabash1

XML Calabash, an XProc processor
http://xmlcalabash.com/
108 stars 41 forks source link

Possibly incorrect warning from ant task #167

Open alexmilowski opened 10 years ago

alexmilowski commented 10 years ago

When I run ant in verbose mode (-v), I get:

[c:calabash] 'in' and/or 'out' cannot be used with implicit fileset: ignoring implicit file set.

for:

<c:calabash in="syllabus.xhtml" out="${web.dir}/index.xhtml" pipeline="wrapper.xpl"/>

but it works just fine. I don't know what the warning means.

MenteaXML commented 10 years ago

It's a bug. That <c:calabash> doesn't contain any elements that would form an implicit fileset.