[jira] Created: (MGWT-89) Support for -whitelist and -blacklist

View: New views
3 Messages — Rating Filter:   Alert me  

[jira] Created: (MGWT-89) Support for -whitelist and -blacklist

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Support for -whitelist and -blacklist
-------------------------------------

                 Key: MGWT-89
                 URL: http://jira.codehaus.org/browse/MGWT-89
             Project: Maven 2.x GWT Plugin
          Issue Type: New Feature
    Affects Versions: 1.1
            Reporter: Jason Thrasher
         Attachments: RunMojo.patch

Patch adds support to allow -whitelist and -blacklist regex values from either the pom.xml, or on the command line.

on the command line:
mvn clean gwt:run -Dgwt.blacklist=.*google\.com

in the pom.xml:
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>1.2-SNAPSHOT</version>
        <configuration>
          [SNIP]
          <whitelist>.*amazon\.com</whitelist>
        </configuration>
        [SNIP]
      </plugin>


Jason


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.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



[jira] Updated: (MGWT-89) Support for -whitelist and -blacklist

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MGWT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nicolas de loof updated MGWT-89:
--------------------------------

    Issue Type: Sub-task  (was: New Feature)
        Parent: MGWT-87

> Support for -whitelist and -blacklist
> -------------------------------------
>
>                 Key: MGWT-89
>                 URL: http://jira.codehaus.org/browse/MGWT-89
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Sub-task
>    Affects Versions: 1.1
>            Reporter: Jason Thrasher
>         Attachments: RunMojo.patch
>
>
> Patch adds support to allow -whitelist and -blacklist regex values from either the pom.xml, or on the command line.
> on the command line:
> mvn clean gwt:run -Dgwt.blacklist=.*google\.com
> in the pom.xml:
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>gwt-maven-plugin</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <configuration>
>           [SNIP]
>           <whitelist>.*amazon\.com</whitelist>
>         </configuration>
>         [SNIP]
>       </plugin>
> Jason

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.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



[jira] Closed: (MGWT-89) Support for -whitelist and -blacklist

by JIRA jira@codehaus.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/MGWT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nicolas de loof closed MGWT-89.
-------------------------------

         Assignee: nicolas de loof
       Resolution: Fixed
    Fix Version/s: 1.2

patch applied, thanks

> Support for -whitelist and -blacklist
> -------------------------------------
>
>                 Key: MGWT-89
>                 URL: http://jira.codehaus.org/browse/MGWT-89
>             Project: Maven 2.x GWT Plugin
>          Issue Type: Sub-task
>    Affects Versions: 1.1
>            Reporter: Jason Thrasher
>            Assignee: nicolas de loof
>             Fix For: 1.2
>
>         Attachments: RunMojo.patch
>
>
> Patch adds support to allow -whitelist and -blacklist regex values from either the pom.xml, or on the command line.
> on the command line:
> mvn clean gwt:run -Dgwt.blacklist=.*google\.com
> in the pom.xml:
>       <plugin>
>         <groupId>org.codehaus.mojo</groupId>
>         <artifactId>gwt-maven-plugin</artifactId>
>         <version>1.2-SNAPSHOT</version>
>         <configuration>
>           [SNIP]
>           <whitelist>.*amazon\.com</whitelist>
>         </configuration>
>         [SNIP]
>       </plugin>
> Jason

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.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