Re: r5497 - trunk/woproject/woenvironment/src/java/org/objectstyle/woenvironment/frameworks

From: Q (qdola..mail.com)
Date: Thu Oct 02 2008 - 00:53:22 EDT

  • Next message: Anjo Krank: "Re: r5497 - trunk/woproject/woenvironment/src/java/org/objectstyle/woenvironment/frameworks"

    Aarrrgghhh!!!! you bit me. You can't do that, it breaks project deps
    that are coming from non WO projects.

    On 02/10/2008, at 2:21 AM, mschra..bjectstyle.org wrote:

    > Author: mschrag
    > Date: 2008-10-01 12:21:23 -0400 (Wed, 01 Oct 2008)
    > New Revision: 5497
    >
    > Modified:
    > trunk/woproject/woenvironment/src/java/org/objectstyle/
    > woenvironment/frameworks/DependencyOrdering.java
    > Log:
    > don't include /bin in the WO build path (it will be picked up from
    > the build folder)
    >
    > Modified: trunk/woproject/woenvironment/src/java/org/objectstyle/
    > woenvironment/frameworks/DependencyOrdering.java
    > ===================================================================
    > --- trunk/woproject/woenvironment/src/java/org/objectstyle/
    > woenvironment/frameworks/DependencyOrdering.java 2008-09-30 01:30:34
    > UTC (rev 5496)
    > +++ trunk/woproject/woenvironment/src/java/org/objectstyle/
    > woenvironment/frameworks/DependencyOrdering.java 2008-10-01 16:21:23
    > UTC (rev 5497)
    >.. -158,7 +158,8 @@
    > if (!processedDeps.contains(dependency)) {
    > String frameworkName = dependencyFramework.get(dependency);
    > if (dependency.isProject()) {
    > - projectDeps.add(dependency);
    > + // Don't double-add project deps -- Remove the /bin
    > folder, because the build/App.woa/Contents/Resources/Java version
    > will also be in there
    > + //projectDeps.add(dependency);
    > }
    > // If the framework was added as a project, don't add it as
    > a /Frameworks
    > // folder framework. This is cleaning up from the case
    > where we got, for
    >.. -213,11 +214,6 @@
    > //
    > System.out.println("WORuntimeClasspathProvider.resolveClasspath:
    > final = " + entry);
    > // }
    >
    > - //System.out.println("DependencyOrdering.orderDependencies:
    > ordered");
    > - //for (T dep : sortedDependencies) {
    > - // System.out.println("DependencyOrdering.orderDependencies:
    > " + dep.getLocation());
    > - //}
    > -
    > return sortedDependencies;
    > }
    >
    >

    -- 
    Seeya...Q
    

    Quinton Dolan - qdola..mail.com Gold Coast, QLD, Australia (GMT+10) Ph: +61 419 729 806



    This archive was generated by hypermail 2.0.0 : Thu Oct 02 2008 - 00:54:20 EDT