Allow to add custom classpath 
------------------------------

                 Key: MGWT-120
                 URL: http://jira.codehaus.org/browse/MGWT-120
             Project: Maven 2.x GWT Plugin
          Issue Type: New Feature
    Affects Versions: 1.1
         Environment: When using the plugin in a multi-projects application (ie 
with the reactor and multi gwt artifacts), we need to use the java source 
folder of the other artifacts into the hosted browser.

            Reporter: pkernevez
         Attachments: patchPourGwtMavenPlugin1.1

We have a multiproject gwt application. 
Like : 

Root 
  | 
  |--> project A (GUI framework) 
  |--> project B ( customer gwt module) 
  |--> project C ( contract gwt module) 
  |--> project Final (packaging of the webapp) 

I would like to be able to launch the hosted browser on my Final module and 
work on the source of the project A, B and C. 
We can simply do that with GWT by add the project source folder to the 
classpath, and we only have to click on the Refresh button of the hosted 
browser to see the last modifications. 

I take a look on the plugin code, I saw a mechanism for doing that in the class 
: ClasspathBuilder.addSourcesWithActiveProjects() but that don't seems to my 
request. 
This is due to the fact that it's done for compiling only (not for the hosted 
browser) and it need to be in the reactor mode. 
The full build (reactor) is a good way for a full compilation but it doesn't 
have sens for the hosted browser. 

( I tried to have information about this feature, but I didn't have any 
response 
http://www.nabble.com/gwt-maven-plugin-Using-multiproject-with-gwt-to25508253.html#a25508253
 )

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