Re: [codenameone-discussions] Re: Mirah compile error using Java Templates.

2018-08-10 Thread remonkroep
Here is the Dto interface: public interface Dto { } Here is the class it complains about: public interface DtoClient { public T get(String url, Class type, long id) throws Exception; } Both are in the same package. Here is the error: interface Dto Failed to get signature for method pu

Re: [codenameone-discussions] Re: Mirah compile error using Java Templates.

2018-08-10 Thread Steve Hannah
Please install this new version here. https://github.com/shannah/mirah-nbm/blob/master/bin/ca-weblite-netbeans-mirah.nbm It won't fix the issue, but it will give a better error stack trace that will tell us which class it is choking on. Please post the new stack trace. If you can provide the rel