[OS-JIRA] Created: (WOL-1003) Incorrect Classpath file generated when dir attribute of frameworks used

From: Chuck Hill (JIRA) ("Chuck)
Date: Mon Apr 20 2009 - 19:20:19 EDT

  • Next message: David Avendasora: "WOLips Project Template Template"

    Incorrect Classpath file generated when dir attribute of frameworks used
    ------------------------------------------------------------------------

                     Key: WOL-1003
                     URL: http://issues.objectstyle.org/jira/browse/WOL-1003
                 Project: WOProject/WOLips
              Issue Type: Bug
              Components: woproject
        Affects Versions: WOLips 3.3.2.* (nightly build please specify)
             Environment: 3.4.5693
                Reporter: Chuck Hill

    In the WOApplication task, if you use the frameworks type like this:
    <frameworks dir="${wonder.lib.root}" if="wonder.lib.root.bundles"
        bundles="${wonder.lib.root.bundles}"
        embed="${wonder.lib.root.bundles.embed}"
        deploymentDir="${wonder.local.deployment.dir}"/>

    Results in correctly embedded frameworks, but an incorrect classpath file with entries like:
    /Library/Frameworks/Ajax.framework/Resources/Java/jabsorb-1.2.2.jar
    WOROOT/Library/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar

    instead of

    APPROOT//Frameworks/Ajax.framework/Resources/Java/jabsorb-1.2.2.jar
    APPROOT/Frameworks/JavaFoundation.framework/Resources/Java/javafoundation.jar

    -- 
    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 : Mon Apr 20 2009 - 19:21:08 EDT