Hi,

I get 'scriptmapper doesn't support the "setbeans" attribute'

It says it does here:
http://ant.apache.org/manual/CoreTypes/mapper.html

    <target name="pylinttest">
        <pathconvert pathsep=" " property="python.modules">
            <fileset refid="python.files"/>
            <mapper>
                <chainedmapper>
                    <scriptmapper language="jep" setbeans="false">
print 'hi'
                    </scriptmapper>
                </chainedmapper>
            </mapper>
        </pathconvert>
    </target>

Thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to