hi there

I'm trying to debug my gwt application using the plugin and I've read
the article http://www.screaming-penguin.com/node/7353 with no succes.

Here is my configuration
OS:Mac OS X Leopard
Eclipse Ganymede 3.4.1
Gwt 1.5.3
Maven 2.0.9
Version of gwt-maven plugin: beta 26.

This is a piece of the configuration:

 <plugin>
                                <groupId>com.totsp.gwt</groupId>
                                
<artifactId>maven-googlewebtoolkit2-plugin</artifactId>
                                <version>2.0-beta26</version>
                                <configuration>
                                        <compileTargets>
                                                
<value>com.gpa.ui.gwt.Application</value>
                                        </compileTargets>
                                        
<runTarget>com.gpa.ui.gwt.Application/Application.html</
runTarget>
                                        <logLevel>INFO</logLevel>
                                        <style>DETAILED</style>
                                        <noServer>false</noServer>
                                        <!-- 
<extraJvmArgs>-Xmx512m</extraJvmArgs> -->
                                        <extraJvmArgs>-XstartOnFirstThread 
-Xmx512m  -Xdebug -Xnoagent -
agentlib:jdwp=transport=dt_socket,server=y,address=8013,suspend=y</
extraJvmArgs>
                                        <gwtVersion>${gwtVersion}</gwtVersion>
                                        <i18nConstantsNames>
                       <value>com.gpa.ui.gwt.client.GPAConstants</
value>
                       <value>com.gpa.ui.gwt.client.GPAConstants_es</
value>
                    </i18nConstantsNames>
                    <i18nMessagesNames>
                       <value>com.gpa.ui.gwt.client.GPAMessages</
value>
                    </i18nMessagesNames>

                                </configuration>
                                <executions>
                                        <execution>
                                                <goals>
                                                        <!-- 
<goal>mergewebxml</goal>-->
                                                    <goal>i18n</goal>
                                                    <goal>debug</goal>
                                                        <goal>compile</goal>
                            <goal>test</goal>
                                                </goals>
                                        </execution>
                                </executions>
                        </plugin>

and what happens is that when I run the goal debug, it shows the
following output but the gwtshell does not starts up.....

INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[INFO] Building gwt-maven-archetype-project
[INFO]    task-segment: [com.totsp.gwt:maven-googlewebtoolkit2-plugin:
2.0-beta26:debug]
[INFO]
------------------------------------------------------------------------
[INFO] Preparing gwt:debug
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [gwt:i18n {execution: default}]
[INFO] establishing classpath list (buildClaspathList - scope =
COMPILE)
[INFO] google.webtoolkit.home (gwtHome) *not* set, using project POM
for GWT dependencies
Listening for transport dt_socket at address: 8013


I'd really appreciate any help you can give !
thanks!
Patria
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"gwt-maven" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/gwt-maven?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to