0 Replies Latest reply on Sep 28, 2005 8:08 AM by jnbossy

    Tutorial The Duke?s Bank Application

    jnbossy

      Hallo,

      I've downloaded the files:

      j2ee-1_3-doc-tutorial-draft5.zip and
      jbossj2ee-src.zip

      I've copied the files in one directory and changed the jboss-build.properties.

      I get this error message after ant -f jboss-build.xml compile:



      F:\jbossj2ee-src\examples\bank>ant -f jboss-build.xml compile
      Buildfile: jboss-build.xml

      prepare:

      compile:
      [javac] Compiling 46 source files to F:\jbossj2ee-src\examples\bank\build
      [javac] F:\jbossj2ee-src\examples\bank\src\com\jboss\ebank\web\CustomerHackF
      ilter.java:50: cannot find symbol
      [javac] symbol : class CustomerBean
      [javac] location: class com.jboss.ebank.web.CustomerHackFilter
      [javac] CustomerBean customerBean = new CustomerBean();
      [javac] ^
      [javac] F:\jbossj2ee-src\examples\bank\src\com\jboss\ebank\web\CustomerHackF
      ilter.java:50: cannot find symbol
      [javac] symbol : class CustomerBean
      [javac] location: class com.jboss.ebank.web.CustomerHackFilter
      [javac] CustomerBean customerBean = new CustomerBean();
      [javac] ^
      [javac] Note: Some input files use unchecked or unsafe operations.
      [javac] Note: Recompile with -Xlint:unchecked for details.
      [javac] 2 errors

      BUILD FAILED
      F:\jbossj2ee-src\examples\bank\jboss-build.xml:59: Compile failed; see the compi
      ler error output for details.

      Total time: 4 seconds


      What it's wrong ?

      Thanks in advance,
      jnbossy