robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

Eclipse Luna #253

Closed hannesa2 closed 10 years ago

hannesa2 commented 10 years ago

With Eclipse Luna, generated Net PATH is wrong Net.mechnet:

post postEvent /Server/rest/events/createWithID {
    body RESTevent
    response BaseResponse
}

with Eclipse Luna:

public class PostEventRequest extends EntityEnclosedServiceRequest {
    private static final String PATH = "/Server";

with Eclipse Kepler:

public class PostEventRequest extends EntityEnclosedServiceRequest {
   private static final String PATH = "/Server/rest/events/createWithID";