Patrick McCabe wrote:
On another note, how would I use the database page manager ? How is it
that
I can get a psml file into the database easily ?
You need the source to run impor.
From the Maven-1 build, you can run:
maven import
or
maven export
Recommend reviewing the maven.xml, specifically the import and export
goals to see how to set up properties
With Maven-2, you just run the "dbpsml" profile, for example:
mvn -P tomcat,dbpsml
See docs on maven-2 build:
http://wiki.apache.org/portals/Jetspeed2/Maven2BuildSupport
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]