Maven Running or Debugging as WO Application

Version 6.1 by Lachlan Deck on 2008/11/20 15:45

When running a WO Application in WOLips the following steps currently need to be followed in order for WOLips to resolve components and resources on the classpath.

  1. Follow this tutorial http://wiki.objectstyle.org/confluence/display/WOL/Run+or+Debug+a+WO+Application. Note, the application may fail to start.
  2. Stop the application and open the run/debug configuration OpenConfigurations.png
  3. Switch to the classpath tab ClasspathTab.png
  4. Click on Advanced... selecting Folders AdvancedOptions.png
  5. Add your application and dependant framework's build/.../'Java' folders FolderSelection.png
  6. Your results will look something like this ClasspathTabResult.png

Now you can apply changes and run/debug. You may from time to time need to use Project > Clean... when WOLips gets into a weird state.