Re: [New Hotness] classpath broken in 3.4.5473

From: Mike Schrag (mschra..dimension.com)
Date: Fri Sep 12 2008 - 12:55:44 EDT

  • Next message: Mike Schrag: "status"

    > 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 - 12:56:56 EDT