On Oct 15, 2008, at 11:28 AM, David Dyer wrote:

I understand where to put the xml bean information, but the java code itself, does this belong in the jetspeed-api jar or anywhere in particular?


Its a simple Jetspeed component jar as described here:

http://portals.apache.org/jetspeed-2/maven-2-custom.html

"
A simple component to be used by other component and application modules:

mvn archetype:create -DarchetypeGroupId=org.apache.portals.jetspeed-2 - DarchetypeArtifactId=component-archetype -DarchetypeVersion=2.1.3 - DgroupId=myportalgroup -DartifactId=myportal-component -Dversion=1.0
"

You can build it with Maven-2 without the old plugin, just make sure to put a dependency in the jetspeed-api
Once its built, drop it in the Jetspeed WEB-INF/lib directory


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to