[jboss-dev] testsuite/src/jdk15 build errors
Scott M Stark
sstark at redhat.com
Fri Jan 26 13:38:53 EST 2007
This is due to a snapshot release not being updated:
<componentref name="jboss/web" version="2.0.0.snapshot"/>
why are we referencing a snapshot in the 4.2 branch?
Scott M Stark wrote:
> The 4.2 testsuite is not compiling for me currently.
>
> compile-annotated-classes-50:
> [javac] Compiling 7 source files to
> /home/svn/JBoss4.2/Branch_4_2/testsuite/output/classes
> [javac]
> /home/svn/JBoss4.2/Branch_4_2/testsuite/src/jdk15/org/jboss/test/jsf/webapp/InjectionBean.java:29:
> package javax.el does not exist
> [javac] import javax.el.ELContext;
> [javac] ^
> [javac]
> /home/svn/JBoss4.2/Branch_4_2/testsuite/src/jdk15/org/jboss/test/jsf/webapp/InjectionBean.java:30:
> package javax.el does not exist
> [javac] import javax.el.ExpressionFactory;
> [javac] ^
> [javac]
> /home/svn/JBoss4.2/Branch_4_2/testsuite/src/jdk15/org/jboss/test/jsf/webapp/InjectionBean.java:31:
> package javax.el does not exist
> [javac] import javax.el.ValueExpression;
> [javac] ^
> [javac]
> /home/svn/JBoss4.2/Branch_4_2/testsuite/src/jdk15/org/jboss/test/jsf/webapp/InjectionBean.java:89:
> cannot find symbol
> [javac] symbol : class ELContext
> [javac] location: class org.jboss.test.jsf.webapp.InjectionBean
> [javac] private ELContext elContext() {
> [javac] ^
> [javac]
> /home/svn/JBoss4.2/Branch_4_2/testsuite/src/jdk15/org/jboss/test/jsf/webapp/InjectionBean.java:93:
> cannot find symbol
> [javac] symbol : class ExpressionFactory
> [javac] location: class org.jboss.test.jsf.webapp.InjectionBean
> [javac] private ExpressionFactory expressionFactory() {
> [javac] ^
> [javac]
> /home/svn/JBoss4.2/Branch_4_2/testsuite/src/jdk15/org/jboss/test/jsf/webapp/InjectionBean.java:84:
> cannot find symbol
> [javac] symbol : class ValueExpression
> [javac] location: class org.jboss.test.jsf.webapp.InjectionBean
> [javac] ValueExpression preDestroyVe =
> expressionFactory().createValueExpression(elContext(),
> "#{mySessionBean}", MySessionBean.class);
> [javac] ^
> [javac] 6 errors
>
> BUILD FAILED
> /home/svn/JBoss4.2/Branch_4_2/testsuite/build.xml:342: Compile failed;
> see the compiler error output for details.
>
>
> Why do we still have a testsuite/src/jdk15 tree?
> _______________________________________________
> jboss-development mailing list
> jboss-development at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-development
More information about the jboss-development
mailing list