Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Project source code is available at: https://github.com/Jasig/ContentManagementPortlet

Build
  • Adjust the paths in the build.properties file (portal, tomcat and maven directories)
  • On the command line inside the project source directory, use the following command:
Code Block
languagenone
titleApache Ant Deployment
> ant package

...

Once the build is successful, you should be able to browse to the "<tomcat-home>/webapps" and find the "ContentManagementPortlet.war" application file.

...