I need help in compiling JBoss Nukes.  I downloaded the source tree from CVS. When I 
ran the build.sh from the build directory, I received errors.  I have set the 
JBOSS_HOME and JAVA_HOME locations.  Here is the partial listing from build.log:

_default:compile-classes:
    [mkdir] Created dir: /home/jboss/nukes-snapshot/nukes/output/classes
   [depend] Deleted 0 out of date files in 0 seconds
    [javac] Compiling 201 source files to 
/home/jboss/nukes-snapshot/nukes/output/classes
[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/component/NukesBuilder.java:14:
 cannot resolve symbol
[execmodules] symbol  : class MBeanAttributeInterceptor
[execmodules] location: package interceptor
[execmodules] import org.jboss.mx.interceptor.MBeanAttributeInterceptor;
[execmodules]                                 ^
[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:12:
 cannot resolve symbol
[execmodules] symbol  : class Invocation
[execmodules] location: package interceptor
[execmodules] import org.jboss.mx.interceptor.Invocation;
[execmodules]                                 ^
[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:13:
 cannot resolve symbol
[execmodules] symbol  : class InvocationException
[execmodules] location: package interceptor
[execmodules] import org.jboss.mx.interceptor.InvocationException;
[execmodules]                                 ^
[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:46:
 cannot resolve symbol
[execmodules] symbol  : class Invocation
[execmodules] location: class org.jboss.nukes.mx.LifeCycleInterceptor
[execmodules]    public Object invoke(Invocation invocation) throws 
InvocationException[execmodules]                         ^[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:46:
 cannot resolve symbol
[execmodules] symbol  : class InvocationException[execmodules] location: class 
org.jboss.nukes.mx.LifeCycleInterceptor
[execmodules]    public Object invoke(Invocation invocation) throws InvocationException
[execmodules]                                                       ^[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:120:
 cannot resolve symbol
[execmodules] symbol  : class Invocation
[execmodules] location: class org.jboss.nukes.mx.LifeCycleInterceptor[execmodules]    
private void create(Invocation invocation) throws Exception
[execmodules]                        ^[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:126:
 cannot resolve symbol
[execmodules] symbol  : class Invocation
[execmodules] location: class org.jboss.nukes.mx.LifeCycleInterceptor[execmodules]    
private void start(Invocation invocation) throws Exception
[execmodules]                       ^[execmodules] 
/home/jboss/nukes-snapshot/nukes/src/main/org/jboss/nukes/mx/LifeCycleInterceptor.java:137:
 cannot resolve symbol
[execmodules] symbol  : class Invocation
[execmodules] location: class org.jboss.nukes.mx.LifeCycleInterceptor[execmodules]    
private void stop(Invocation invocation) throws Exception
[execmodules]


I'm running JBoss 3.2.4 and RedHat 9.0.

Any suggestions will be greatly thankful.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840840#3840840

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840840


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to