Hi people, I got problems reestructuring my project to be more Apache compliant. Now nothing works and portlets got deployed but not initialized. I spent two weeks on this issue and finally I decided to redo all configuration and project reassembly.
I have a few questions though... I have to overly my own webcontent to be able to deploy my own themes and contents. Also I have different small projects (portlet applications) that will go to the jetspeed if customer decides to include them. So I build, and maintain separated. But this makes difficult to build the whole solution because you don't know what got updated since last build so I have to rebuild by hand every project before deploying the application. Now I will build one big project that will contain submodules. The problem here is that if I import project with submodules as explained below only one big project is created at top level and submodules archetypes are not recognized under eclipse. So no jars or wars are build under eclipse. So every time I want to test my development I have to build, deploy with maven, and restart the server. This is quite time consuming... Do you work that way? ---- Other way is materializing the projects and deploying to jetspeed with eclipse but it works different than with maven... The good of this approach is that eclipse manages inter project dependencies and projects got built when needed. In brief... I got problems when I have something that this: project A pom.xml | +---- Component 1 | | pom.xml | +------- component-1-jar ( pom.xml) | +------- component-1-war( pom.xml) | +---- Component 2 | pom.xml +------- component-2-jar( pom.xml) +------- component-2-war( pom.xml) I my case Project A got imported to eclipse but not war nor jar are built under eclipse. I have to perform mvn install to make them build Also, does it make sense to create custom build plugin? Your experience building big projects will be of a great help... Thank you very much. El mar, 17-11-2009 a las 12:55 +0100, Gonzalo Aguilar Delgado escribió: > > > > > Do you use the Maven Integration for Eclipse to import the project? > > > Yes. It worked well until now. I use it for all my projects. > > > > > > Thats what I've been using ... its dog slow at starting up though the > > first time > > When importing make sure to unclick the advanced options > > > I'm not sure if I unclicked advanced options... That was the problem!!! > I reloaded everything > and unchecked the advanced options and everything worked!!! > > Great! > > Thank you! > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: jetspeed-dev-unsubscr...@portals.apache.org > > For additional commands, e-mail: jetspeed-dev-h...@portals.apache.org > >