Re: [New Hotness] classpath broken in 3.4.5473

From: Kieran Kelleher (kieran_list..ac.com)
Date: Fri Sep 12 2008 - 13:33:39 EDT

  • Next message: Kieran Kelleher: "Re: status"

    OK, so I did an echo %APPDATA% to see what that was and for
    Administrator user, it points to:
    C:\Documents and Settings\Administrator\Application Data

    ... and sure enough there is the the WOLips folder and
    wolips.properties exactly where WOLips created it automatically this
    morning:

    #Fri Sep 12 09:31:58 EDT 2008
    wo.system.root=c\:\\apple
    wo.user.frameworks=C\:\\Documents and Settings\\Administrator\\Library\
    \Frameworks
    wo.system.frameworks=c\:\\apple\\Library\\Frameworks
    wo.bootstrapjar=c\:\\apple\\Library\\Application\\wotaskd.woa\
    \WOBootstrap.jar
    wo.network.frameworks=c\:\\apple\\Network\\Library\\Frameworks
    wo.api.root=/Developer/ADC%20Reference%20Library/documentation/
    WebObjects/Reference/API/
    wo.network.root=c\:\\apple\\Network
    wo.extensions=c\:\\apple\\Extensions
    wo.user.root=C\:\\Documents and Settings\\Administrator
    wo.local.frameworks=c\:\\apple\\Local\\Library\\Frameworks
    wo.apps.root=c\:\\apple\\Applications
    wo.local.root=c\:\\apple\\Local

    So, obviously the build.xml does not look for that .... it has this
    line in init.properties target:
    <property name="wolips.properties" value="${user.home}$
    {file.separator}Library${file.separator}Application Support$
    {file.separator}WOLips${file.separator}wolips.properties" />

    On Sep 12, 2008, at 12:55 PM, Mike Schrag wrote:

    >> I don't care for Windows either, but I have some WO projects that
    >> depend on 3rd party Windows native binaries, so here is what I
    >> found today when I set up Eclipse 3.4 with latest nightly from
    >> scratch.
    >>
    >> The wolips.properties file is not automatically created so ant
    >> builds fail initially. It needs to be at:
    >> C:\Documents and Settings\${USER}\Library\Application Support\WOLips
    >> \wolips.properties
    > Based on a previous email from someone, we are now using:
    >
    > this.wolipsPropertiesFile = new
    > File(System.getenv("APPDATA") + "\\WOLips\\" +
    > WOVariables.WOLIPS_PROPERTIES_FILE_NAME);
    >
    > Can someone on windows confirm that this generates a valid path, and
    > if not, provide the correct way to do this?
    >
    > ms



    This archive was generated by hypermail 2.0.0 : Fri Sep 12 2008 - 13:34:36 EDT