Uploaded image for project: 'JBoss Developer Materials'
  1. JBoss Developer Materials
  2. JDF-129

admin_layer.fsh modifies SectionAllocationBean in a way that it does not compile

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • None
    • ticket-monster
    • None

      Running admin_layer.fsh without applying the patches modifies SectionAllocationBean in a way that it does not compile:

      [INFO] ------------------------------------------------------------------------
      [INFO] Building ticket-monster 2.0.0-SNAPSHOT
      [INFO] ------------------------------------------------------------------------
      [INFO] 
      [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ ticket-monster ---
      [INFO] 
      [INFO] --- gwt-maven-plugin:2.4.0:clean (gwt-clean) @ ticket-monster ---
      [INFO] auto discovered modules [org.jboss.jdf.example.ticketmonster.BookingMonitor]
      [INFO] 
      [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ ticket-monster ---
      [debug] execute contextualize
      [INFO] Using 'UTF-8' encoding to copy filtered resources.
      [INFO] Copying 7 resources
      [INFO] 
      [INFO] --- gwt-maven-plugin:2.4.0:resources (default) @ ticket-monster ---
      [INFO] auto discovered modules [org.jboss.jdf.example.ticketmonster.BookingMonitor]
      [INFO] 26 source files from GWT module org.jboss.jdf.example.ticketmonster.BookingMonitor
      [INFO] 
      [INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ ticket-monster ---
      [INFO] Compiling 62 source files to /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/target/classes
      [INFO] -------------------------------------------------------------
      [ERROR] COMPILATION ERROR : 
      [INFO] -------------------------------------------------------------
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,34] class expected
      
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,41] ')' expected
      
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,42] not a statement
      
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,47] ';' expected
      
      [INFO] 4 errors 
      [INFO] -------------------------------------------------------------
      [INFO] ------------------------------------------------------------------------
      [INFO] BUILD FAILURE
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 12.887s
      [INFO] Finished at: Mon Oct 22 17:59:06 CEST 2012
      [INFO] Final Memory: 9M/81M
      [INFO] ------------------------------------------------------------------------
      [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project ticket-monster: Compilation failure: Compilation failure:
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,34] class expected
      [ERROR] 
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,41] ')' expected
      [ERROR] 
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,42] not a statement
      [ERROR] 
      [ERROR] /Users/hardy/work/hibernate/git/misc/ticket-monster/demo/src/main/java/org/jboss/jdf/examples/view/SectionAllocationBean.java:[262,47] ';' expected
      [ERROR] -> [Help 1]
      [ERROR] 
      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
      [ERROR] Re-run Maven using the -X switch to enable full debug logging.
      [ERROR] 
      [ERROR] For more information about the errors and possible solutions, please read the following articles:
      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
      ***ERROR*** Exception encountered: Build failed. (type "set VERBOSE true" to enable stack traces)
      

            marius.bogoevici Marius Bogoevici (Inactive)
            hardy.ferentschik_jira Hardy Ferentschik (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: