Romain created MJSLINT-1:
----------------------------

             Summary: Is there a way to set includes config through pom.xml ?
                 Key: MJSLINT-1
                 URL: https://jira.codehaus.org/browse/MJSLINT-1
             Project: Mojo's JSLint Maven Plugin
          Issue Type: Story
    Affects Versions: 1.0
            Reporter: Romain
            Assignee: Christopher Hunt


I'd like to do something like this in configuration :
<includes>init-utilities.js,init.js,localization.js</includes>

If I launch maven, i get this error :
[ERROR] Failed to execute goal 
org.codehaus.mojo:jslint-maven-plugin:1.0.0:jslint (default) on project 
formea-maquette: Unable to parse configuration of mojo 
org.codehaus.mojo:jslint-maven-plugin:1.0.0:jslint for parameter includes: 
Cannot assign configuration entry 'includes' with value 
'init-utilities.js,init.js,localization.js' of type java.lang.String to 
property of type java.util.List -> [Help 1]

So I'm guessing something is wrong, maybe in my way to configure this file or 
maybe in the way this plugin manage list parameter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to