Sven Richter wrote:
Thank you for your quick answer.

But I generated a new jetspeed-application with the maven plugin (maven jetspeed:genapp) that I'm working with. Doesn't your answer not only import the settings from the original jetspeed into the database?



copy the maven import goal into your project
(you will need to update the class path below to include the jetspeed 1.5 jar)
it should then look at the psml files located in your psml directory tree



<goal name="import"
description="Import PSML">
<java fork="true" classname="org.apache.jetspeed.services.psmlmanager.PsmlImporter" >
<!-- comment this out to preserve existing profiles -->
<arg value="false"/>
<classpath>
<path refid="maven.dependency.classpath"/>
<pathelement path="${maven.build.dest}"/>
<pathelement path="${org.apache.jetspeed.test.jdbc.j1.drivers.path}"/>
<pathelement path="${org.apache.jetspeed.test.jdbc.j1.drivers.path2}"/>
<pathelement path="${org.apache.jetspeed.test.jdbc.j1.drivers.path3}"/>
</classpath>
</java>
</goal>


Thank you very much,
Sven.

Am Mon, 14 Mar 2005 15:05:01 -0800 schrieb David Sean Taylor <[EMAIL PROTECTED]>:

Sven Richter wrote:

Hello,
is there nobody who can help me with my problem? I need this to carry on.
Please help me!



you have to run import from the jetspeed source directory





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--
David Sean Taylor
Bluesunrise Software
[EMAIL PROTECTED]
[office] +01 707 773-4646
[mobile] +01 707 529 9194

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to