[jboss-dev] testsuite/src/jdk15 build errors

Dimitris Andreadis dimitris at jboss.org
Fri Jan 26 14:23:18 EST 2007


AFAIK, remy is still working on this and so the snapshot.

I had to completely nuke thirdparty and rebuilt to fix this. 

> -----Original Message-----
> From: jboss-development-bounces at lists.jboss.org 
> [mailto:jboss-development-bounces at lists.jboss.org] On Behalf 
> Of Scott M Stark
> Sent: Friday, January 26, 2007 8:39 PM
> To: JBoss.org development list
> Subject: Re: [jboss-dev] testsuite/src/jdk15 build errors
> 
> 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/te
> st/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/te
> st/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/te
> st/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/te
> st/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/te
> st/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/te
> st/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
> 
> _______________________________________________
> 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