Church Michael R wrote:
I have just re-installed Jetspeed 2 on my Windows system, using the Multi-DB installer. All is well.However, I'm now trying to write a portlet that extends upon the GenericVelocityPortlet class. Accordingly, I have included the line: import org.apache.portals.bridges.velocity.GenericVelocityPortlet; in the portlet source. I have included portals-bridges-velocity-1.0.jar in my class path (as you might expect I'd have to), but the thing won't compile. It complains: cannot access org.apache.portals.bridges.common.GenericServetPortlet file org\apache\portals\bridges\common\GenericServetPortlet.class not found This is obviously because I need another jar file in my class path. But which one? There's nothing obvious in the lib directory of the Jetspeed2 installation. Bear in mind that my development PC is NOT connected to the internet (it's not allowed to be), so I'm compiling everything directly (i.e. no use of maven, which hates not being connected to the internet).
How are developing your new portlet? Is it in a new portlet app? Are you using the genapp method of portlet development? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
