Re: Importing Jetspeed settings into database

2005-03-17 Thread Sven Richter
Hello,
to where do I copy the maven import goal into your project  
(project.properties, project.xml)? Also where do I inlude the jetspeed 1.5  
jar into my path (path refid or one of the pathelements)? I just can't get  
it to work. I always get the error goal import dows not exist for this  
project. Is there any working example file for MySQL and Tomcat?

Thank you very much,
Sven Richter.
Am Mon, 14 Mar 2005 17:29:19 -0800 schrieb David Sean Taylor  
[EMAIL PROTECTED]:

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]


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


Re: Importing Jetspeed settings into database

2005-03-14 Thread Sven Richter
Hello,
is there nobody who can help me with my problem? I need this to carry on.
Please help me!
Thanks a lot,
Sven.
Am Wed, 23 Feb 2005 23:09:51 +0100 schrieb Sven Richter [EMAIL PROTECTED]:
Hello,
I so far made all the changes to Torque.properties.merge  
JetspeedResources.properties.merge and project.properties and created  
all tables in MySQL, as described on the Jetspeed homepage. The next  
step is (according to the website) to import the file-based settings to  
the database with maven import. Unfurtunately I get the error message  
that the goal import does not exist.

Could you please help me with this problem?
Thank you very much,
Sven.
-
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]


Re: Importing Jetspeed settings into database

2005-03-14 Thread David Sean Taylor
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
--
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]


Re: Importing Jetspeed settings into database

2005-03-14 Thread Sven Richter
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?

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]


Re: Importing Jetspeed settings into database

2005-03-14 Thread David Sean Taylor
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]


Re: Importing Jetspeed settings into database

2005-02-26 Thread Sven Richter
Hello,
I'm using Jetspeed 1.5 (src), maven 1.0.2. I used maven and generated an  
application with maven jetspeed:genapp, as you're supposed to (I guess).  
And in that application the problem accures.

Thank you very much,
Sven Richter
Am Thu, 24 Feb 2005 15:49:48 -0800 schrieb David Sean Taylor  
[EMAIL PROTECTED]:

Sven Richter wrote:
Hello,
 I so far made all the changes to Torque.properties.merge   
JetspeedResources.properties.merge and project.properties and created  
all  tables in MySQL, as described on the Jetspeed homepage. The next  
step is  (according to the website) to import the file-based settings  
to the  database with maven import. Unfurtunately I get the error  
message that  the goal import does not exist.
 Could you please help me with this problem?

What version are you using?
The import goal is clearly there in the cvs head and 1.5 im pretty sure

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


Re: Importing Jetspeed settings into database

2005-02-24 Thread David Sean Taylor
Sven Richter wrote:
Hello,
I so far made all the changes to Torque.properties.merge  
JetspeedResources.properties.merge and project.properties and created 
all  tables in MySQL, as described on the Jetspeed homepage. The next 
step is  (according to the website) to import the file-based settings to 
the  database with maven import. Unfurtunately I get the error message 
that  the goal import does not exist.

Could you please help me with this problem?
What version are you using?
The import goal is clearly there in the cvs head and 1.5 im pretty sure
--
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]


Importing Jetspeed settings into database

2005-02-23 Thread Sven Richter
Hello,
I so far made all the changes to Torque.properties.merge  
JetspeedResources.properties.merge and project.properties and created all  
tables in MySQL, as described on the Jetspeed homepage. The next step is  
(according to the website) to import the file-based settings to the  
database with maven import. Unfurtunately I get the error message that  
the goal import does not exist.

Could you please help me with this problem?
Thank you very much,
Sven.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]