David Le Strat wrote:
jetspeed2.home is only for building. I will change it
to org.apache.jetspeed.project.home tonight per
Scott's recommendation.
I noticed that Scott just committed a fix to the maven
pluign.
His comment:
Recent changes to the entity dependencies broke the
maven-plugin. I
have adjust the maven.xml and jelly.xml to compensate
for this.
I did not have any issues on tomcat 5 but obviously
missed something. What is the process that puts
OJB.properties in catalina\bin\OJB.properties?
It goes into the class path under the jetspeed webapp
For some reason its not copying for me
If you look at the portals/project.xml, this should get it:
<resources>
<resource>
<directory>${basedir}/src/java</directory>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
&db-ojb-resources;
</resources>
and then it should include via &db-ojb-resources:
<resource>
<directory>${jetspeed2.home}/etc/db-ojb</directory>
<includes>
<include>*.xml</include>
<include>*.dtd</include>
<include>*.properties</include>
</includes>
</resource>
--
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]