> -----Message d'origine----- > De : Pierre Henry [mailto:phenry@;proconcept.ch] > Envoy� : vendredi 8 novembre 2002 11:31 > � : Jetspeed User List (E-mail) > Objet : build/deploy/war file and PSML database > > > Hi all ! > > (...) > > My first question is, is this the right method ? Is there > another way to do > it ? I guess I should now do all my changes to the src > release, then build > and deploy the new war... I know this is more a general question about > bulding/deploying a web app, ant etc, but I would be grateful > to any help or > pointers to doc about this.
I've been confronted to this issue too. And didn't do your way. Indeed if Jetspeed comes with a newer version you'll have to compare all files to put yours instead of old ones. Finally I came with this solution : I've used ant to deploy the jetspeed "official" war (or the one I created to use database) and then modify it for my needs (changing properties file, xreg, ...). I never do changes to Jetspeed src directly, cause it means a lot of work when a newer version comes. (Of course my methods also implies to check the changes between versions of jetspeed cause default templates or xreg can change ! But didn't find any better solution. > My second question is, I cannot do the psml-db importation. > The build.xml > file doesn't contain any import target. Which build file > should I use ? > (same question than Karen Davies in the "ant import command" thread). This is fixed in the cvs, personnaly I managed to do it by uncommenting the following line in Jetspeedresources.properties one jetspeed installed : #services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanag er.CastorPsmlManagerService Then run tomcat, look at the console, the import goes ok. Aurelien -- To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>
