Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-4765

Allows a build.xml file in hot-deploy folder to build components in a specific order

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Trunk
    • Trunk
    • None
    • None

    Description

      In the current build.xml in the ofbiz-Home-folder, the build target is executed for each subdirectory (framework, application, specialpurpose) with the fileset:

      <filelist dir="." files="specialpurpose/build.xml"/>

      Only for the hot-deploy folder the fileset is quite different:

      <fileset dir="${basedir}/hot-deploy" casesensitive="no">
      <exclude name="disabled/**"/>
      <include name="*/build.xml"/>
      </fileset>

      This is calling the build.xml directly in the hot-deploy components, which is an error, if you do have several dependent components in there, which needs to get build in the right order. I propose to use the following filelist:

      <filelist dir="." files="hot-deploy/build.xml"/>

      Problem could be, that not every project do have an build.xml file in this folder (or is this already a requirement?). If it is not then we would need to check, if this build.xml is there, then execute this, and otherwise use the already existing one.

      A patch will be applied for the first solution.

      Attachments

        Activity

          People

            jleroux Jacques Le Roux
            mmay@apache.org Markus M. May
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: