Noel,
>Is SAR-INF/ the new home for config.xml, or will it move back to conf/ ? If
>SAR-INF/ is going to stay the new home, we need to provide migration
>instructions to users.
>
>
Inside the SAR file? yes it is the new home.
It should not be hard to write a small page describing the new <sar> ant
task ...
<sar sarfile="${build.lib}/${name}.sar"
config="src/conf/james-config.xml"
environment="src/conf/james-server.xml"
assembly="src/conf/james-assembly.xml">
<lib dir="${build.lib}/">
<include name="*.jar"/>
</lib>
<lib dir="lib">
<include name="cornerstone.jar"/>
<include name="dnsjava-1.2.3.jar"/>
<include name="activation.jar"/>
<include name="mail_1_2.jar"/>
<include name="jakarta-oro-2.0.1.jar"/>
</lib>
<zipfileset dir="${conf.dir}" fullpath="conf/sqlResources.xml">
<include name="sqlResources.xml"/>
</zipfileset>
</sar>
- Paul
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>