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

From: Anjo Krank (anj..rank.net)
Date: Thu Oct 02 2008 - 02:27:58 EDT

  • Next message: Mike Schrag: "Re: Hints on converting old projects to new hotness"

    Mike, I was about to say that yesterday... you can kill the bin path,
    but only for WO projects. I really truly hate this CP stuff in
    Eclipse. There has not been one time where this hasn't been a serious
    PITA.

    Cheers, Anjo

    Am 02.10.2008 um 06:53 schrieb Q:

    >
    > 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 - 02:28:52 EDT