Open
Description
js: cannot convert /["&><]/g to java.lang.Character.
This is the setup I have. It was working before the update to the file.
<apply executable="java" failonerror="true" parallel="true" output="results.xml">
<fileset dir="${src.dir}" includes="**/*.css" />
<arg line="-jar"/>
<arg path="${lib.dir}/js.jar"/>
<arg path="${lib.dir}/csslint-rhino.js" />
<arg line="--format=checkstyle-xml"/>
<srcfile/>
</apply>