0 Replies Latest reply on Jul 8, 2005 2:44 AM by artemis

    ant won't build hello2 application

    artemis

      I want to build hello2 application (J2EE1.4 tutorial) by using ant1.6.5.
      Error message is something like:

      ......n\targets.xml:10: The j2ee.home property is not properly set in /j2eetutorial14/examples/common/build.properties.
      :::::
      j2ee.home is currently set to: C:\Program Files\jboss-4.0.3RC1


      I defined
      j2ee.home=C:\\Program Files\\jboss-4.0.3RC1
      in /j2eetutorial14/examples/common/build.properties

      and ant gets it... but does not like it. Any ideas why?