2 Replies Latest reply on Nov 15, 2004 12:24 PM by microneering

    4.1.3. Package the EJBs

    microneering

      expected result

      4.1.3. Package the EJBs
      The application has one EJB jar, bank-ejb.jar, which contains the code and descriptors (ejb-jar.xml and
      15
      jboss.xml) for the entity beans and associated controller session beans which the clients interact with. The pacakge-
      ejb Ant target will create them in the jar directory.
      ant -f jboss-build.xml package-ejb

      actual result

      C:\j2eetutorial14\examples\bank>C:\apache\apache-ant-1.6.2\bin\ant -f jboss-buil
      d.xml package-ejb
      Buildfile: jboss-build.xml

      prepare:

      compile:

      package-account:

      BUILD FAILED
      C:\j2eetutorial14\examples\bank\jboss-build.xml:56: Warning: Could not find file
      C:\j2eetutorial14\examples\bank\dd\account-ejb.xml to copy.

      Total time: 0 seconds