WO 10.5.2, most recent Eclipse with stable WOLips. Running WO 5.3.3
I renamed a WO project in Eclipse in three steps:
1. File –> Rename
2. Changed the project name in build.xml
3. Changed the project name in build.properties
All seems well except when I build and run inside Eclipse.
Building from the command line, using ant, works too, but the class path in the dist is incomplete. Even though my .classpath is correct, the resulting MacOSXServerClassPath.txt and MacOSXClassPath.txt do not have all of the dependent frameworks.
If I manually add the frameworks to those two txt files, the app deploys fine.
What am I missing?
Thanks, Joe |