Is anybody experiencing the following, I have done a clean build with "maven m:clean". Also, is there a way to enable ANT in verbose mode? I tried to set the ANT_ARGS=-verbose.

Thanks
Mark

+----------------------------------------
| Executing default ActiveMQ :: Core
| Memory: 14M/17M
+----------------------------------------
Attempting to download activecluster-1.0-SNAPSHOT.jar.

jar:install:

build:end:
   [copy] Copying 1 file to D:\geronimo\geronimo\activemq\etc
Plugin 'maven-deploy-plugin' in project 'ActiveMQ :: Core' is not available

build:start:

java:prepare-filesystem:

java:compile:
[depend] Deleted 0 out of date files in 0 seconds
[echo] Compiling to D:\geronimo\geronimo\activemq\modules\core/target/classes
[javac] Compiling 360 source files to D:\geronimo\geronimo\activemq\modules\core\target\classes
D:\geronimo\geronimo\activemq\modules\core\src\java\org\codehaus\activemq\ActiveMQConnection.java:48: package javax.jms does not exist
import javax.jms.*;
^
D:\geronimo\geronimo\activemq\modules\core\src\java\org\codehaus\activemq\ActiveMQConnection.java:49: package javax.jms does not exist
import javax.jms.IllegalStateException;
^
D:\geronimo\geronimo\activemq\modules\core\src\java\org\codehaus\activemq\ActiveMQConnection.java:50: package javax.management.j2ee.statistics does not exist
import javax.management.j2ee.statistics.Stats;
^
D:\geronimo\geronimo\activemq\modules\core\src\java\org\codehaus\activemq\ActiveMQConnection.java:117: cannot resolve symbol
symbol : class Connection
location: class org.codehaus.activemq.ActiveMQConnection
Connection,

Reply via email to