Skip to content

New csslint-rhino.js file failing build integration #410

Open
@akhumsaard

Description

@akhumsaard

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>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions