I am creating a WAR file with the following command:

   <target name="IRSAGateway-war" depends="prepare, compile-java-src">
      <war warfile="${basedir}/deploy/IRSAGateway.war"
webxml="${basedir}/web/WEB-INF/web.xml">
      <webinf dir="${basedir}/web/WEB-INF" includes="jboss-web.xml"/>
         <fileset dir="${basedir}/web">
            <include name="**/*.jsp" />
            <include name="**/*.html" />
            <include name="*.jar" />
            <include name="**/*.xml" />
            <include name="**/*.dtd" />
            <exclude name="WEB-INF/*.*" />
         </fileset>
         <classes dir="${basedir}/web/classes">
            <include name="**/*.class" />
         </classes>
      </war>
   </target>

When I examine the generated WAR file the META-INF directory is in lower
case, 'meta-inf' for the web.xml and jboss-web.xml entries.  This is not a
problem in Windows2000, but causes a problem when I deploy to Linux.  Has
anyone run into this?

Thanks,

Sam
_______________________________________
Sam Santiago
mailto:[EMAIL PROTECTED]
Terrace Consulting, Inc.
(510) 836-3400 x106
page: mailto:[EMAIL PROTECTED]

http://www.terrace.com
Leading e-business solutions...
_______________________________________




Reply via email to