DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
Build instructions
Budiling a portlet WAR, step by step.
- Run
antfrom thewebappproject directory - cd to
webappsdirectory - To build a portlet webapp, run:
ant build-portlet
- Use the
containersystem property to target a specific container, e.g. '-Dcontainer=exo'.- Several containers are supported.
- Example command:
ant build-portlet \-Dcontainer=jboss-portal-2.2
- Check the
etc/yourcontainerdirectory for a README file. If available, check for further instructions. - Deploy the WAR to your portal server
The referenced Ant bjuild file is not yet available for Struts 2