"gavin.king(a)jboss.com" wrote : Re-check-out jboss-seam. I promise you that CVS
can be compiled.
|
|
Is there some information on what is required to do that? I've been trying for a
couple of weeks, and always get the same error.
Can Apache Ant 1.7.0 compile it ok? That's what I'm using. My compiler is
Sun's 1.5.0_11. Am I missing some configuration? All I'm doing is CO from CVS,
change build.properties to point to the installation of jboss-4.2.0.GA.
Here's the compile error I always get:
[javac] Compiling 407 source files to /opt/jboss-seam/build/classes
| [javac] /opt/jboss-seam/src/main/org/jboss/seam/core/Expressions.java:6: package
org.jboss.seam.el does not exist
| [javac] import static org.jboss.seam.el.EL.EL_CONTEXT;
| [javac] ^
| [javac] /opt/jboss-seam/src/main/org/jboss/seam/core/Expressions.java:6: static
import only from classes and interfaces
| [javac] import static org.jboss.seam.el.EL.EL_CONTEXT;
| [javac] ^
| [javac] /opt/jboss-seam/src/main/org/jboss/seam/core/Expressions.java:23: package
org.jboss.seam.el does not exist
| [javac] import org.jboss.seam.el.SeamExpressionFactory;
| [javac] ^
| [javac] /opt/jboss-seam/src/main/org/jboss/seam/contexts/PassivatedEntity.java:15:
package org.jboss.seam.transaction does not exist
|
... etc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053662#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...