1 Reply Latest reply on Feb 13, 2005 2:05 PM by theprophet

    Duke's Bank app problems

    theprophet

      Hi all,

      I was hoping i could request a bit of help for a newbie.

      I am attempting to run the Duke bank applicaiton I have the extracted the jbossj2ee-src.zip into the j2eetutorial directory on C: drive I edit the properties file to point to the jboss directory "below"

      # Set the path to the JBoss directory containing the JBoss application server
      # (This is the one containing directories like "bin", "client" etc.)

      jboss.home=C:\jboss4.0.1 jboss.server=${jboss.home}/server/default
      jboss.deploy.dir=${jboss.server}/deploy

      I attempt to run the command from the tutorial
      ant -f jboss-build.xml compile
      and I get the following error message ..

      Property jboss.home was circularly defined

      any ideas? I really appreciate the help.