[Users] problems with JORAM and ActiveMQ with classpath

veraniego franki.verano at gmail.com
Wed Mar 16 10:40:37 CET 2011


I found this ant file to include the petals-activemq-sl (shared library) into petlas-bc-jms calsspath.

<project name="ant tasks" default="install"> 

   <taskdef resource="org/ow2/petals/ant/petals-ant.properties" /> 

   <!-- properties --> 

   <property name="repo.url" value="repo" /> 

   <property name="host1.port" value="7700" /> 
   <property name="host1.ip" value="localhost" /> 
   <property name="host1.username" value="petals" /> 
   <property name="host1.password" value="petals" /> 


   <!-- Targets --> 

   <target name="install"> 

      <!-- server 1 --> 
      <!-- Example of a configuration of a component that need a shared library--> 
      <jbi-install-shared-library file="${repo.url}${file.separator}sls${file.separator}petals-sl-activemq-5.3.0.zip" 
         port="${host1.port}" 
         host="${host1.ip}" 
         username="${host1.username}" 
         password="${host1.password}" /> 

      <petals-configure-component file="${repo.url}${file.separator}components${file.separator}petals-bc-jms-3.1.1.zip" 
                         outputFile="${repo.url}${file.separator}temp${file.separator}petals-bc-jms-3.1.1.zip"> 
         <sharedlibrary file="${repo.url}${file.separator}sls${file.separator}petals-sl-activemq-5.3.0.zip" /> 
      </petals-configure-component> 

      <jbi-install-component file="${repo.url}${file.separator}temp${file.separator}petals-bc-jms-3.1.1.zip" 
         port="${host1.port}" 
         host="${host1.ip}" 
         username="${host1.username}" 
         password="${host1.password}" /> 

      <jbi-start-component name="petals-bc-jms" 
         port="${host1.port}" 
         host="${host1.ip}" 
         username="${host1.username}" 
         password="${host1.password}" /> 
   </target> 
</project>




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=30532#30532

-------------------- m2f --------------------


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://forum-list.petalslink.org/pipermail/users/attachments/20110316/86521c88/attachment.htm>


More information about the Users mailing list