Yesterday I’ve found out that when I generated build script in EclipseMe by doing:
- right click on project
- J2ME/Export Antenna Build Files
the project’s classpath is populated correctly everywhere, or better to say it is correctly defined and is referenced everywhere except wtkrun. For some strange reason wtkrun does not reference project’s classpath at all, so I had to add it myself, even though it is not recommended by EclipseME to change eclipse-build.xml.
So I had to add classpathref to the wtkrun task myself.
2 Comments
If there is a bug in EclipseME, we would appreciate it if you could create a Sourceforge bug report to track it so that we can get it fixed.
Thanks.
Craig, I will definitely do that.
Post a Comment