Why runClasspathExcludes doesn't work with all servers?
-------------------------------------------------------

                 Key: MGWT-286
                 URL: http://jira.codehaus.org/browse/MGWT-286
             Project: Maven 2.x GWT Plugin
          Issue Type: Bug
    Affects Versions: 2.2.0
            Reporter: Yegor Bugayenko


Why this code in {{RunMojo.java:407-411}}?

{noformat}
boolean isAppEngine = 
"com.google.appengine.tools.development.gwt.AppEngineLauncher".equals( server );
if ( !isAppEngine )
{
    return;
}
{noformat}

Documentation doesn't say anything about this restriction. Maybe it's better to 
remove it?

-- 
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


Reply via email to