The ant.jar file is still in the Referenced Libraries of the project and the generated .classpath file is referencing the right location, but I still get this error.
The latest update (348) only distributed a new sample app and documentation. I’m not seeing anything in the update that would cause this problem.
Out of interest, is there a reason Ant classes are being used in the application runtime code? This API won’t be present under a platform like iOS, for example.
You’re right… I’m not sure why that class was imported in the first place. I commented it out.
In any case, for some reason, the mobile app classes in one package is now having trouble referencing classes in another package in the src folder… which was not a problem last night.
OK, I think I found the source of my issues… completely unrelated to anything I speculated before.
I had my Mobile Designer instance of eclipse open AS WELL AS an instance of wM Designer where I was working on IS services someplace else. The two were sharing a workspace and clashing with each other. Closing Designer and reimporting the project into “plain” eclipse cleared up my issues.