[JBoss JIRA] (JDF-129) admin_layer.fsh modifies SectionAllocationBean in a way that it does not compile
by Hardy Ferentschik (JIRA)
Hardy Ferentschik created JDF-129:
-------------------------------------
Summary: admin_layer.fsh modifies SectionAllocationBean in a way that it does not compile
Key: JDF-129
URL: https://issues.jboss.org/browse/JDF-129
Project: JBoss Developer Framework
Issue Type: Feature Request
Components: ticket-monster
Reporter: Hardy Ferentschik
Assignee: Marius Bogoevici
Running _admin_layer.fsh_ without applying the patches modifies _SectionAllocationBean_ in a way that it does not compile:
{noformat}
[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)
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira