What I did was comment out this package in the pom.xml file located just
under the src directory. Things starts building afterwards. If you run
into this problem, try doing that. I still can't get the optional to build.
<modules>
<module>activemq-core</module>
<module>activemq-console</module>
<module>activemq-jaas</module>
<!-- <module>activemq-jpa-store</module> -->
<module>activemq-openwire-generator</module>
<!--<module>activemq-optional</module>-->
<module>activemq-ra</module>
<module>activemq-rar</module>
<module>activemq-test-atomikos</module>
<module>activemq-tooling</module>
<module>activemq-web</module>
<module>activemq-web-demo</module>
<module>activemq-web-console</module>
<module>activemq-xmpp</module>
<module>assembly</module>
</modules>
co wrote:
>
> Anyone have success with this? I downloaded maven has instructed, but
> getting a lot of errors when running with the pom file that comes with the
> source (pom.xml). If you have successfully build this, please contact me.
> I will document the process used and post it once I have confirmed it
> working. Thanks.
>
> C:\apache-activemq-4.1.1\src\activemq-optional\src\main\java\org
> \apache\activemq\util\JndiJmsLogAppender.java:[163,12] cannot find symbol
> symbol : variable LogLog
> location: class org.apache.activemq.util.JndiJmsLogAppender
>
--
View this message in context:
http://www.nabble.com/Bulding-ActiveMQ-4.1.x-tp17759826p17765790.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.