Sorry about Ate, just got mixed up with the instructions. This is now working. I am testing your branch.
Regards, David Le Strat. --- Ate Douma <[EMAIL PROTECTED]> wrote: > David Le Strat wrote: > > Ate, > > > > I am trying to test your branch. I decided to > build > > with the unit test. So I start my DB - maven > > j2:start.test.server after running maven > > initMavenPlugin and get: > > > > BUILD FAILED > > File...... C:\Program Files\Apache Software > > Foundation\Maven > > > 1.0\cache\maven-jetspeed2-plugin-2.0-M4-SNAPSHOT\plugin.jelly > > Element... fail > > Line...... 570 > > Column.... 42 > > Required property org.apache.jetspeed.server.home > > undefined. See > > > http://portals.apache.org/jetspeed-2/getting-started.html > > Total time: 25 seconds > > Finished at: Thu Aug 04 20:59:19 EDT 2005 > > > > Now, this used to be in build.properties. Am i > > missing something here? > Sorry David, I'm not exactly sure what the problem > is. > > The check for org.apache.server.home isn't new. > So yes, you should have it defined in *your* > build.properties. > As that is under your own control, you should add it > (and already have it?) yourself. > > > > > > Regards, > > > > David Le Strat. > > --- Ate Douma <[EMAIL PROTECTED]> wrote: > > > > > >>A first comment I'd forgot to add to the info > >>provided below: > >>The JS2-319 branch was created a few days ago and > >>does not yet contain the recent changes > >>for JS2-281, JS2-231 or JS2-233, but contains the > >>fix for JS2-232 as I detected that problem > >>while working on this branch. > >>Furthermore, I've tested out the fix for JS2-233 > on > >>this branch and confirmed it works. > >> > >>Regards, > >> > >>Ate > >> > >>Ate Douma wrote: > >> > >>>All, > >>> > >>>Below is a copy of the comment I posted on > >>>http://issues.apache.org/jira/browse/JS2-319 > which > >> > >>I send to > >> > >>>the jetspeed mailing lists because its much > easier > >> > >>to comment to. > >> > > > ----------------------------------------------------------------------------------------------------------- > > > >>>Although its already (too) late today, I just > >> > >>realized I probably won't > >> > >>>have time for a proper description > >>>of this until later tomorrow or even not until > >> > >>this weekend ... > >> > >>>So, here comes a short summary of my changes as > >> > >>well as first some > >> > >>>instructions how one can already test out > >>>the new plugin and the genapp goal (note: I'm > >> > >>gonna send a copy of this > >> > >>>comment to the mailing lists): > >>> > >>>a) Checkout the JS2-319 branch from: > >>> > >> > > > http://svn.apache.org/repos/asf/portals/jetspeed-2/branches/JS2-319 > > > >>>b) Run: > >>>- maven initMavenPlugin > >>>- maven allClean allBuild > >>> > >>>c) Define the following properties in you > >> > >>$USER_HOME/build.properties > >> > >>>(forget/remove the old ones): > >>>org.apache.jetspeed.portal.home=<target folder > for > >> > >>the new custom portal > >> > >>>project> > >>>org.apache.jetspeed.portal.groupId=<custom portal > >> > >>maven groupId> > >> > >>>org.apache.jetspeed.portal.artifactId=<custom > >> > >>portal maven artifactId> > >> > >>>org.apache.jetspeed.portal.name=<friendly maven > >> > >>name for you custom portal> > >> > >>>org.apache.jetspeed.portal.currentVersion=<version > >> > >>of your custom portal> > >> > >>>Note the change from > >> > >>org.apache.jetspeed.portal.name (trunk) to > >> > >>>org.apache.jetpseed.portal.artifactId (JS2-319)! > >>> > >>>For the default jetspeed build, these properties > >> > >>are set in > >> > >>>jetspeed.properties as follows: > >>> > >> > > > org.apache.jetspeed.portal.home=${org.apache.jetspeed.project.home} > > > >>> org.apache.jetspeed.portal.groupId=jetspeed2 > >>> org.apache.jetspeed.portal.artifactId=jetspeed > >>> org.apache.jetspeed.portal.name=Jetspeed 2 > >> > >>Enterprise Portal > >> > >>> > >> > > > org.apache.jetspeed.portal.currentVersion=${jetspeed.version} > > > >>>d) Run: > >>>- maven j2:portal.genapp > >>>- cd ${org.apache.jetspeed.portal.home} > >>>- maven war:install > >>>- maven j2:quickStart > >>> > >>>e) Done. > >>> > >>>You now will have a custom portal installed in > >> > >>Tomcat (note, you still > >> > >>>need to set the required properties for that as > >> > >>before). > >> > >>>Where the plugin installs/configures your custom > >> > >>portal is defined by > >> > >>>the following plugin.properties > >>>which you can override in your build.properties > if > >> > >>you want: > >> > >>> # where the filtered tomcat/context.xml is > >> > >>stored > >> > >>> > >> > > > org.apache.jetspeed.portal.conf.dir=target/portal-conf > > > >>> # where the generated and static sql scripts > are > >> > >>stored > >> > >>> > === message truncated === ________________________ David Le Strat Blogging @ http://dlsthoughts.blogspot.com __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
