anonsvn trunk build fails
-------------------------
Key: JBSEAM-3973
URL:
https://jira.jboss.org/jira/browse/JBSEAM-3973
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.1.CR2
Environment: Environment details:
OS: Win XP and Mac OS X
Ant: 1.7.0
Java: 5 and 6
Reporter: Nicolae Tabusca
Priority: Blocker
Fix For: 2.1.2.CR1
Steps to reproduce:
1. Check out from
http://anonsvn.jboss.org/repos/seam/trunk
2. Run ant build
Expected result:
Build successfully
Actual Result:
Build fails with the following error:
compilecore:
[javac] Compiling 618 source files to c:\Work\seam-2.1.2-SNAPSHOT\classes\coreclasses
[javac]
c:\Work\seam-2.1.2-SNAPSHOT\src\main\org\jboss\seam\util\ProxyFactory.java:805: cannot
find symbol
[javac] symbol : method setAttribute(javassist.bytecode.StackMapTable)
[javac] location: class javassist.bytecode.CodeAttribute
[javac] ca.setAttribute(writer.toStackMapTable(cp));
[javac] ^
[javac]
c:\Work\seam-2.1.2-SNAPSHOT\src\main\org\jboss\seam\util\ProxyFactory.java:897: cannot
find symbol
[javac] symbol : method setAttribute(javassist.bytecode.StackMapTable)
[javac] location: class javassist.bytecode.CodeAttribute
[javac] ca.setAttribute(writer.toStackMapTable(cp));
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira