Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • paw-persistance
  • paw-core
  • paw-authentication
  • paw-widgets
  • paw-execute
  • paw-search
  • paw-publish
  • edu.uiuc.ncsa.cet.bean
  • edu.uiuc.ncsa.cet.bean.tupelo

Wiki MarkupTo build each project, right click on the project in Eclipse and go to Run As > "Maven Install". This will download any required jar's and build the jar file. The jar may take some time to build depending on the speed/memory of your machine. When it is finished, you should see: \ [INFO\] BUILD SUCCESS and a few build statistics. Once you see that, build the next project until you have completed building all of the above jar's. If any of the projects do not have a "Maven Install" option, you might need to configure the project as a Maven project. To do so, right click on the project and go to Configure > Convert to Maven Project

After building the jars (in the order listed), the last step is to build to war file. The project that will build the war file is:

...