DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5866>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5866

support fileset of ejbjar restricts to one include

           Summary: support fileset of ejbjar restricts to one include
           Product: Ant
           Version: 1.4.1
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Optional Tasks
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Support does not recognises any 'includes' beyond the initial one.
In the example below onlys files found in the expression ${inc_support.files.1}
will be included. This bug currently restricts the location of support files.


for example consider :-

    <include name="*-ejb-jar.xml"/> 
       <exclude name="*-weblogic-ejb-jar.xml"/>
       <weblogic destdir="${dist.dir}" 
                 keepgeneric="false"
                 suffix=".jar"
                 rebuild="false">
        <classpath>
            <pathelement path="${build.classpath}"/>
        </classpath>
        <wlclasspath>
           <pathelement path="${build.classpath}"/>
        </wlclasspath>
        
      </weblogic>
      <support dir="${build.dir}">
          <include name="${inc_support.files.1}"/> 
          <include name="${inc_support.files_2}"/> 
      </support> 
      <dtd publicId="-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN"
            location="${cfg.dir}/weblogic600-ejb-jar.dtd"/>
      <dtd publicId="-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 
2.0//EN"
            location="${cfg.dir}/ejb-jar_2_0.dtd"/>
    </ejbjar>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to