[OS-JIRA] Created: (WOL-1085) Build.xml should include jars in sub-directories of Libraries

From: John Huss (JIRA) ("John)
Date: Fri Sep 18 2009 - 20:36:00 EDT

  • Next message: John Huss (JIRA): "[OS-JIRA] Created: (WOL-1086) New->EOModel throws NPE if nothing is selected in the explorer"

    Build.xml should include jars in sub-directories of Libraries
    -------------------------------------------------------------

                     Key: WOL-1085
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1085
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: wolips
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
             Environment: WOLips 3.4.5950
                Reporter: John Huss
                Priority: Minor

    Build.xml should include jars in sub-directories of Libraries. The other folders, Resources, and WebServerResources all include subdirectories by default, and Libraries should too. Currently only jars in the top level of Libraries are included. Adding '**/' to the include will fix the problem.

    target: build.woapp

    <lib dir="Libraries">
            <include name="**/*.jar" />
    </lib>

    target: compile

    <fileset dir="Libraries">
            <include name="**/*.jar" />
    </fileset>

    -- 
    This message is automatically generated by JIRA.
    -
    If you think it was sent incorrectly contact one of the administrators: http://issues.objectstyle.org/jira/secure/Administrators.jspa
    -
    For more information on JIRA, see: http://www.atlassian.com/software/jira
    



    This archive was generated by hypermail 2.0.0 : Fri Sep 18 2009 - 20:37:10 EDT