You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/08/14 00:49:37 UTC

svn commit: r685719 - /activemq/activemq-cpp/trunk/pom.xml

Author: tabish
Date: Wed Aug 13 15:49:37 2008
New Revision: 685719

URL: http://svn.apache.org/viewvc?rev=685719&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-179

Fixing pom so it can gen V3 commands

Modified:
    activemq/activemq-cpp/trunk/pom.xml

Modified: activemq/activemq-cpp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/pom.xml?rev=685719&r1=685718&r2=685719&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/pom.xml (original)
+++ activemq/activemq-cpp/trunk/pom.xml Wed Aug 13 15:49:37 2008
@@ -106,9 +106,10 @@
         <dependency>
           <groupId>com.sun</groupId>
           <artifactId>tools</artifactId>
-          <version>5.0</version>
+          <version>1.4.2</version>
            <scope>system</scope>
-           <systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
+           <!-- Only a JDK of 1.5.0 B11 or greater seems to work. -->
+           <systemPath>/opt/local/jdk1.5.0_16/lib/tools.jar</systemPath>
         </dependency>
       </dependencies>
     </profile>
@@ -123,7 +124,7 @@
         <configuration>
         <tasks>
           <taskdef name="generate" classname="org.apache.activemq.openwire.tool.AmqCppGeneratorTask"/>
-          <generate version="2" source="${activemq-core-dir}" target="${basedir}"/>
+          <generate version="3" source="${activemq-core-dir}" target="${basedir}"/>
         </tasks>
         </configuration>
           <dependencies>