Hi Hiram.
Thanks, that fixed the current problem. On to bigger and better things, I hope...
{{{;-)
-Steve
Hiram Chirino wrote:
>
> Try again.. I fixed this last night.
>
>> From: Stephen Davidson <[EMAIL PROTECTED]>
>> To:
>> [EMAIL PROTECTED],[EMAIL PROTECTED]
>> Subject: [JBoss-dev] Re: [JBoss-user] JBoss 3.0 Branch 3_0 cvs HEAD
>> not building
>> Date: Fri, 10 May 2002 11:17:15 -0500
>>
>> Stephen Davidson wrote:
>>
>>> Greetings.
>>>
>>> JDK 1.4.0
>>> Linux 2.4.10
>>> jboss-all
>>> CVS Branch 3_0 Head.
>>>
>>> Not building....
>>>
>>> -Steve
>>>
>>>
>>> _______________________________________________________________
>>>
>>> Have big pipes? SourceForge.net is looking for download mirrors. We
>>> supply
>>> the hardware. You get the recognition. Email Us:
>>> [EMAIL PROTECTED]
>>> _______________________________________________
>>> JBoss-user mailing list
>>> [EMAIL PROTECTED]
>>> https://lists.sourceforge.net/lists/listinfo/jboss-user
>>>
>>
>>
>> Greetings.
>>
>> More Details;
>>
>> java version "1.3.1"
>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24)
>> Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
>>
>> <---Snip from compile run--->
>> [execmodules]
>>
>> ======================================================================
>> == Executing 'all' in module 'messaging'...
>> ==
>>
>> _buildmagic:init:
>>
>> configure:
>>
>> init:
>>
>> compile-mbean-sources:
>> [mkdir] Created dir: /home/jboss/jboss-all/messaging/output/gen-src
>> sourcepath is deprecated. the preferred way to design sources is via
>> nested <fileset>
>> Running xdoclet.XDocletMain loaded by
>> sun.misc.Launcher$AppClassLoader. Forked:true
>> [xdoclet] Running <mbeanInterface/>
>> [xdoclet] Generating output for 'org.jboss.mq.pm.file.CacheStore'
>> using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.file.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.jdbc.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.jdbc2.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.rollinglogged.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.sm.file.DynamicStateManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.sm.file.OldStateManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>>
>> compile-parsers:
>> [mkdir] Created dir:
>> /home/jboss/jboss-all/messaging/output/parsers/org/jboss/mq/selectors
>> [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
>> [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
>> [javacc] Copyright (c) 1997-2000 Metamata, Inc.
>> [javacc] (type "javacc" with no arguments for help)
>> [javacc] Reading from file
>> /home/jboss/jboss-all/messaging/src/main/org/jboss/mq/selectors/SelectorParser.jj
>> . . .
>> [javacc] Warning: Lookahead adequacy checking not being performed
>> since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to
>> true to force checking.
>> [javacc] File "TokenMgrError.java" does not exist. Will create one.
>> [javacc] File "ParseException.java" does not exist. Will create one.
>> [javacc] File "Token.java" does not exist. Will create one.
>> [javacc] File "ASCII_CharStream.java" does not exist. Will create
>> one.
>> [javacc] Parser generated with 0 errors and 1 warnings.
>> [mkdir] Created dir: /home/jboss/jboss-all/messaging/output/classes
>> [javac] Compiling 8 source files to
>> /home/jboss/jboss-all/messaging/output/classes
>>
>> compile-classes:
>> [javac] Compiling 157 source files to
>> /home/jboss/jboss-all/messaging/output/classes
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:28:
>
>> cannot resolve symbol
>> symbol : class Stats
>> location: package j2ee
>> import javax.management.j2ee.Stats;
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:29:
>
>> cannot resolve symbol
>> symbol : class JMSResource
>> location: package j2ee
>> import org.jboss.management.j2ee.JMSResource;
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:30:
>
>> cannot resolve symbol
>> symbol : class JMSStats
>> location: package j2ee
>> import org.jboss.management.j2ee.JMSStats;
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:236:
>
>> cannot resolve symbol
>> symbol : class Stats
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> public Stats getStats() {
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:208:
>
>> cannot resolve symbol
>> symbol : variable JMSResource
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> mManagementProxy = JMSResource.create( getServer(), "JBossMQ",
>> getServiceName() );
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:238:
>
>> cannot resolve symbol
>> symbol : class JMSStats
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> return new JMSStats( null );
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:246:
>
>> cannot resolve symbol
>> symbol : variable JMSResource
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> JMSResource.destroy( getServer(), "JBossMQ" );
>> ^
>> 7 errors
>>
>> BUILD FAILED
>>
>> /home/jboss/jboss-all/messaging/build.xml:376: Compile failed,
>> messages should have been provided.
>>
>> Total time: 2 minutes 23 seconds
>>
>> ###########################################
>> <===JDK1.4.0===>
>> ###########################################
>> jboss@davidson:~/jboss-all> java -version
>> java version "1.4.0"
>> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-b92)
>> Java HotSpot(TM) Client VM (build 1.4.0-b92, mixed mode)
>>
>> <---snip from build run--->
>> _module-security-all:
>> [mkdir] Created dir:
>> /home/jboss/jboss-all/build/output/jboss-3.0.0RC3/docs/api/security
>> [copy] Copying 288 files to
>> /home/jboss/jboss-all/build/output/jboss-3.0.0RC3/docs/api/security
>> [execmodules]
>>
>> ======================================================================
>> == Executing 'all' in module 'messaging'...
>> ==
>>
>> _buildmagic:init:
>>
>> configure:
>>
>> init:
>>
>> compile-mbean-sources:
>> [mkdir] Created dir: /home/jboss/jboss-all/messaging/output/gen-src
>> sourcepath is deprecated. the preferred way to design sources is via
>> nested <fileset>
>> Running xdoclet.XDocletMain loaded by
>> sun.misc.Launcher$AppClassLoader. Forked:true
>> [xdoclet] Running <mbeanInterface/>
>> [xdoclet] Generating output for 'org.jboss.mq.pm.file.CacheStore'
>> using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.file.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.jdbc.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.jdbc2.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.pm.rollinglogged.PersistenceManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.sm.file.DynamicStateManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>> [xdoclet] Generating output for
>> 'org.jboss.mq.sm.file.OldStateManager' using template file
>> 'jar:file:/home/jboss/jboss-all/tools/lib/xdoclet.jar!/xdoclet/jmx/mbean.j'.
>>
>>
>> compile-parsers:
>> [mkdir] Created dir:
>> /home/jboss/jboss-all/messaging/output/parsers/org/jboss/mq/selectors
>> [javacc] Java Compiler Compiler Version 2.0 (Parser Generator)
>> [javacc] Copyright (c) 1996-2000 Sun Microsystems, Inc.
>> [javacc] Copyright (c) 1997-2000 Metamata, Inc.
>> [javacc] (type "javacc" with no arguments for help)
>> [javacc] Reading from file
>> /home/jboss/jboss-all/messaging/src/main/org/jboss/mq/selectors/SelectorParser.jj
>> . . .
>> [javacc] Warning: Lookahead adequacy checking not being performed
>> since option LOOKAHEAD is more than 1. Set option FORCE_LA_CHECK to
>> true to force checking.
>> [javacc] File "TokenMgrError.java" does not exist. Will create one.
>> [javacc] File "ParseException.java" does not exist. Will create one.
>> [javacc] File "Token.java" does not exist. Will create one.
>> [javacc] File "ASCII_CharStream.java" does not exist. Will create
>> one.
>> [javacc] Parser generated with 0 errors and 1 warnings.
>> [mkdir] Created dir: /home/jboss/jboss-all/messaging/output/classes
>> [javac] Compiling 8 source files to
>> /home/jboss/jboss-all/messaging/output/classes
>>
>> compile-classes:
>> [javac] Compiling 157 source files to
>> /home/jboss/jboss-all/messaging/output/classes
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:28:
>
>> package javax.management.j2ee does not exist
>> import javax.management.j2ee.Stats;
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:29:
>
>> package org.jboss.management.j2ee does not exist
>> import org.jboss.management.j2ee.JMSResource;
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:30:
>
>> package org.jboss.management.j2ee does not exist
>> import org.jboss.management.j2ee.JMSStats;
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:236:
>
>> cannot resolve symbol
>> symbol : class Stats
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> public Stats getStats() {
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:208:
>
>> cannot resolve symbol
>> symbol : variable JMSResource
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> mManagementProxy = JMSResource.create( getServer(), "JBossMQ",
>> getServiceName() );
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:238:
>
>> cannot resolve symbol
>> symbol : class JMSStats
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> return new JMSStats( null );
>> ^
>>
>/home/jboss/jboss-all/messaging/src/main/org/jboss/mq/server/jmx/DestinationManager.java:246:
>
>> cannot resolve symbol
>> symbol : variable JMSResource
>> location: class org.jboss.mq.server.jmx.DestinationManager
>> JMSResource.destroy( getServer(), "JBossMQ" );
>> ^
>> 7 errors
>>
>> BUILD FAILED
>>
>> /home/jboss/jboss-all/messaging/build.xml:376: Compile failed,
>> messages should have been provided.
>>
>> Total time: 2 minutes 26 seconds
>>
>>
>> _______________________________________________________________
>>
>> Have big pipes? SourceForge.net is looking for download mirrors. We
>> supply
>> the hardware. You get the recognition. Email Us:
>> [EMAIL PROTECTED]
>> _______________________________________________
>> Jboss-development mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-development
>
>
>
>
>
> _________________________________________________________________
> Chat with friends online, try MSN Messenger: http://messenger.msn.com
>
>
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development