12 Replies Latest reply on Aug 16, 2006 6:43 AM by tfennelly

    Error on Windows in trailblazer during ant configure step

    marklittle

      Ant runFileBank fails due to the following line in the properties file:
      file.monitored.directory=C:\Tools\JBossESB4.0_Beta1\docs\samples\trailblazer\bankloanbrokerdemo/./TrailBlazer-rtfiles/BankInput

      Which was generated during the ant configure step.

      It should read
      file.monitored.directory=C:/Tools/JBossESB4.0_Beta1/docs/samples/trailblazer/bankloanbrokerdemo/TrailBlazer-rtfiles/BankInput

      Apparently the mixing of the path separators throws it off.

      The error message is
      [java] Treying to create the directory.

      Where does ?Treying? come from?