1 Reply Latest reply on Feb 2, 2005 11:06 AM by jarva55

    Problems Unzipping Bank example

    jarva55

      Hi!!
      Sorry because of my last message, it's on busy moments.

      I'm trying to do the "Jboss Getting Started Documentation". When I unzip the "j2ee-1_4-doc-tutorial_4.zip", my directory structure is like that:

      j2eetutorial14/doc
      examples/bank


      And when I unzip "jbossj2ee-src.zip" into "j2eetutorial14", the result is:

      j2eetutorial14/bank
      doc
      examples/bank
      build.properties

      The Getting Started Guide sais that:

      "All the Duke?s Bank code is in a the examples/bank subdirectory. If you've unpacked the JBoss extensions correctly, you will see a jboss-build.xml there."

      But in my "examples/bank" there isn't a "jboss-buid.xml". It's on "bank"...and if i try to ant with this, i've some errors.

      Am I wrong unzipping??