On 16 Nov 2001 [EMAIL PROTECTED] wrote: > Modified: jk/native build.xml > Log: > Added alternate targets (since NLM names are limited to 8.3).
What about using 8.3 names in the first place ? jk_jni jk_nsapi jk_isapi mod_jk Costin > <!-- Platform-specific tags --> > + <altSoFile value="jni_conn" if="netware" /> > + > <def name="N_PLAT_NLM" if="netware" > info="Building for NetWare platform" /> > <def name="NETWARE" if="netware" > @@ -272,6 +274,7 @@ > <include name="${java.home}/../include" /> > > <!-- Platform specific includes --> > + > <include name="${novellndk.dir}/include/nlm" if="netware" /> > <include name="${novellndk.dir}/include" if="netware" /> > <include name="${java.home}/../include/netware" if="netware" /> > @@ -285,6 +288,8 @@ > </depends> > > <!-- Platform-specific tags --> > + <altSoFile value="nsapi_rd" if="netware" /> > + > <def name="N_PLAT_NLM" if="netware" > info="Building for NetWare platform" /> > <def name="NETWARE" if="netware" > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>