Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009482Openbravo ERPA. Platformpublic2009-06-15 14:522022-02-01 08:08
galderromo 
Triage Platform Base 
normalmajoralways
newopen 
20Gentoo 2.6.24
 
 
No
Core
No
0009482: Copying files to Tomcat only cares about html, xml, fo, srpt, jrxml, jasper but not xls, doc, etc.
If I have a new development that reads xls files (for example), when I execute ant this file is not copied to tomcat or included on WAR file.
Copy a xls or doc file into a module sources folder.
Build a WAR
Deploy it on Tomcat
Check there are no xls or doc files on tomcat.
ant configuration should allow getting this files to deployment. Therefore, build.xml structure should change instead of repeating same code lines as many times as different document types.

    <copy todir="${base.design}/design">
      <fileset dir="${build.AD}" includes="**/*.xml" />
    </copy>
No tags attached.
Issue History
2009-06-15 14:52galderromoNew Issue
2009-06-15 14:52galderromoAssigned To => rafaroda
2009-06-15 14:52galderromoOBNetwork customer => No
2009-06-17 10:35rafarodaAssigned Torafaroda => pjuvara
2011-02-04 09:14jpabloaeAssigned Topjuvara => rmorley
2018-04-08 16:46shuehnerAssigned Tormorley => platform
2022-02-01 08:08alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.