1 Reply Latest reply on Dec 30, 2004 12:06 PM by astormnen

    ant properties integration with java app

    astormnen

      Hi
      I'm using JBoss 3. something, ant 1.6 something. Running on windows XP professional(yes, for developement I use windows)
      I set properties within the ant build.xml. I have the path and classpath configured and ant runs the build file, compiles the code, builds the ear and deploys to jboss. All is fine with the application. But running unit testing with jwebunit, I can't seem to read the properties set in the ant build file. Does anyone know my problem or a possible solution? anyone, anyone?