Export to GitHub

jslint4java - issue #3
The <jslint> type doesn't support the nested "fileset" element
Posted on Sep 13, 2007 by
Grumpy Rabbit
What steps will reproduce the problem? 1. create ant build with
<echo>Run JSLinkTask</echo> <jslint dir="${tempDir}/${jarfileTstamp}"> <fileset dir="${tempDir}/${jarfileTstamp}" includes="**/*.js"> <date datetime="${startDateTime}" when="after" /> </fileset> </jslint>
What is the expected output? What do you see instead? I would like to be able to filter out files in the dir.
Comment #1
Posted on Sep 15, 2007 by Massive OxThis will be implemented soon.
Comment #2
Posted on Oct 22, 2007 by Massive OxThis is implemented as of r125. I'll try to get the next release out ASAP.
Status: Fixed
Labels:
Type-Defect
Priority-High