Hello, I have a few questions about the maven2 plugin for jetspeed. I created a new portlet app using the portal-application archetype. The directory structure created is not standard for maven2. I get src/java instead of src/main/java as the source directory. Why is this? This makes it difficult to use this project outside of the jetspeed build. If I move everything to src/main, it complains about not being a web app. It does the same with the component-archetype.
Also, I added my new app to the app-server pom and the tomcat-build.xml so that it will be deployed with the portal. All I get is a failed to retrieve portlet definition/access denied error(the only security constraint I have is user). Looking at the logs, I never see the "JetspeedContainerServlet: starting initialization of Portlet Application" notification. Also manually deploying my app to WEB-INF/deploy does nothing. If I remove my app from the app-server pom and tomcat-build.xml and then redeploy the portal and manually deploy my app, it works fine. Also, after deploying my portal I try to log in as manager and I all the admin portlets I get access denied. The admin account works just fine. The plugin looks great, if I can get these things worked out it will greatly simplify my deployment process. Thanks, Brice --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
