Hello Philip, Thanks for pointing me in the right direction, I will dig through and try to find it. Cheers Mohan
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip Mark Donaghy Sent: Monday, May 14, 2007 9:25 PM To: Jetspeed Users List Subject: Re: Maven 2 Custom Portal Archetype and seeding the database Hi Mohan, On 5/14/07, Mohan K <[EMAIL PROTECTED]> wrote: > Greetings, > > I am using Maven2 as my build environment. I built a custom portal with the > (mvn archetype). Everything builds fine, but when I deploy it the database > doesn't get seeded and hence the startup fails. Is there a binding to a > phase in maven2 archetype project on how to seed the db? I could not find > any reference. The database is created and populated when you build the portal. Check that the output from the command 'mvn -P tomcat' (or any variation) contains the text POPULATE-DB with no errors. > > Also, how does one "import" the Jetspeed XML seed file into a db? Is there > an external tool? Thanks Yes, the Jetspeed Serializer component does all this. See the etc/build.xml targets to see how this works. Philip > > Cheers > > mohan > > > > > > > > -- Philip Donaghy Apache Portals (portals.apache.org) PMC member Skype: philipmarkdonaghy Office: +33 5 56 60 88 02 Mobile: +33 6 20 83 22 62 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
