2.1.1-SNAPSHOT archetype created JUnit gwt.xml file has wrong parent.
---------------------------------------------------------------------
Key: MGWT-254
URL: http://jira.codehaus.org/browse/MGWT-254
Project: Maven 2.x GWT Plugin
Issue Type: Bug
Affects Versions: 2.1.x
Environment: mvn
Ubuntu
Netbeans 6.9
Reporter: hanasaki
Priority: Minor
The below is the commented __JUnit.gwt.xml
The commented out line is the line that was created. It has the same suffix
"gwtdemo" as the artifactId. The module specified to the archetype was
"gwtmodule"
* after the edits by hand. The project builds and runs fine.
==
<?xml version="1.0" encoding="UTF-8"?>
<module>
<!-- Inherit our applications main module. -->
<!-- <inherits name='com.hanaden.demo.gwtdemo.gwtdemo'/> LOOK HERE from
archetype : looks like it used the artifactId not the module name from the
archetype -->
<inherits name='com.hanaden.demo.gwtdemo.gwtmodule'/> <!-- hand edited -->
<!-- Specify the path to any remote services. -->
<servlet path="/gwtmodule/greet"
class="com.hanaden.demo.gwtdemo.server.GreetingServiceImpl" />
</module>
--
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