Alexis Agahi
Sat, 26 Jan 2002 16:42:07 -0800
On phoenix.tools.installer
We can read in method:
Installation install( final URL url,
final File file,
final ZipFile zipFile )
//Don't expand anything below SAR-INF directory unless they
//are the config.xml or server.xml files which will be expanded
//as a special case atm.
//NOTE: We expand everything at this time now but this will change
//in the future
In fact, only libs/*.jar & config.xml & server.xml & environment.xml files
are extracted.
So if we split a Phoenix config.xml file in many parts using
<config-include location="subconf1.xml"/>
declaration, the installer wont install the subconf1.xml when extracting
sar file...
Is there a way to avoid this?
An easy solution could be "allow all other .xml in SAR-INF/ directory".
Cheers,
--
Al
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>