generateAsync does not always genereate Service asyncs if the Service has a
nested interface.
---------------------------------------------------------------------------------------------
Key: MGWT-80
URL: http://jira.codehaus.org/browse/MGWT-80
Project: Maven 2.x GWT Plugin
Issue Type: Bug
Affects Versions: 1.1
Environment: Maven version: 2.0.10
Java version: 1.5.0_16
OS name: "mac os x" version: "10.5.7" arch: "i386" Family: "unix"
Reporter: David Peterson
I had a service which defined a non-Service sub-interface and this would often
cause 'generateAsync' to fail without an error message. The MyServiceAsync
would simply not get generated. Eg, this service will usually not get generated:
{noformat}
public interface MyService extends RemoteService {
public interface MySubInterface {
}
public void doSomething();
}
{noformat}
The weird thing is that _sometimes_ it does generate. I haven't figured out
when or why yet.
It also usually fails on our linux-based build server.
--
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