[jbosstools-issues] [JBoss JIRA] (JBIDE-11244) Auto-discover all the modules and add them to the configuration on GWT project import

Denis Golovin (JIRA) jira-events at lists.jboss.org
Tue Apr 10 17:37:48 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-11244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682847#comment-12682847 ] 

Denis Golovin commented on JBIDE-11244:
---------------------------------------

For Burr's demo adding
{code}<module>org.jboss.tools.gwt.kitchensink.KitchenSink</module>{code}
in pom.xml into gwt-maven-plugin configuration below
{code}<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>gwt-maven-plugin</artifactId>
        <version>${version.org.codehaus.mojo.gwt.maven.plugin}</version>
        <configuration>
          <inplace>true</inplace>
          <logLevel>INFO</logLevel>
          <extraJvmArgs>-Xmx512m</extraJvmArgs>
          <!-- Configure GWT's development mode (formerly known as hosted 
            mode) to not start the default server (embedded jetty), but to download the 
            HTML host page from the configured runTarget. -->
          <noServer>true</noServer>
          <runTarget>http://localhost:8080/gwt-kitchensink2/KitchenSink.html</runTarget>
        </configuration>{code}
would eliminate extra configuration in GWT preferences for the project
                
> Auto-discover all the modules and add them to the configuration on GWT project import
> -------------------------------------------------------------------------------------
>
>                 Key: JBIDE-11244
>                 URL: https://issues.jboss.org/browse/JBIDE-11244
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: GWT, maven
>            Reporter: Jonathan Fuerth
>            Assignee: Denis Golovin
>              Labels: new_and_noteworthy
>             Fix For: 3.3.0.Beta3
>
>         Attachments: EntryPointConfiguration.png, JBIDE-11244.patch, MavenIntegrationPrefsAfterPatch.png
>
>
> You can see why this would be desirable at 2:45 of the screencast at http://www.screencast.com/t/sFmXVlaBUvW
> !EntryPointConfiguration.png!
> Note that Errai Maven builds are configured to auto-discover modules too, so this would match existing users' expectations.

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

        


More information about the jbosstools-issues mailing list