Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Werid ANT bug

Options
  • 12-07-2002 11:04am
    #1
    Registered Users Posts: 21,264 ✭✭✭✭


    at least I think it's an ANT bug.

    I am referencing a properties file in my build file to set my variables like so.

    <property reference="vars.properties"/>

    Now I have run this on three different machines, but two of them work and the third one gives me "[property] Unable to find resource vars.properties".

    I've checked the paths and classpaths and they appear to be fine? Anyone seen anything like this before?


Comments

  • Registered Users Posts: 21,264 ✭✭✭✭Hobbes


    :/ Copped it. You have to have "." in the classpath or it won't find the properties file (Ant V1.5).


Advertisement