[jboss-user] [JBoss Seam] - Re: could not execute seam commands.
squ1rr3l
do-not-reply at jboss.com
Tue Jun 12 12:43:01 EDT 2007
"gavin.king at 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#4053662
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053662
More information about the jboss-user
mailing list