Skip to content

EclipseME generated build scripts and classpath

Yesterday I’ve found out that when I generated build script in EclipseMe by doing:

  • right click on project
  • J2ME/Export Antenna Build FileseclipseME screenshot

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.

Technorati Tags:  j2meunit  eclipseme mobile  j2me  antenna

2 Comments

  1. 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.

    Tuesday, March 14, 2006 at 5:21 am | Permalink
  2. alexey wrote:

    Craig, I will definitely do that.

    Tuesday, March 14, 2006 at 9:34 am | Permalink

Post a Comment

You must be logged in to post a comment.