All Downloads are FREE. Search and download functionalities are using the official Maven repository.

res.AntActionsSpec.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<!--
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - JASMINe
  - Copyright (C) 2009 Bull S.A.S.
  - Contact: [email protected]
  -
  - This library is free software; you can redistribute it and/or
  - modify it under the terms of the GNU Lesser General Public
  - License as published by the Free Software Foundation; either
  - version 2.1 of the License, or any later version.
  -
  - This library is distributed in the hope that it will be useful,
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  - Lesser General Public License for more details.
  -
  - You should have received a copy of the GNU Lesser General Public
  - License along with this library; if not, write to the Free Software
  - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  - USA
  -
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  - $Id: AntActionsSpec.xml 5565 2009-10-21 16:50:14Z jlegrand $
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-->
<antactions>

  <pack name="Base">
    
    <antcall order="afterpacks" quiet="no" verbose="yes" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <target name="send_product_informations" />
      <target name="clean_deploy_directory" />
      <property name="jonas.base" value="$INSTALL_PATH" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
      <property name="user_agree" value="$user_agree" />
      <property name="user.email.address" value="$user.email.address" />
      <property name="installer.proxyaddress" value="$installer.proxyaddress" />
      <property name="installer.proxyport" value="$installer.proxyport" />
      <property name="installer.proxyuser" value="$installer.proxyuser" />
      <property name="installer.proxypwd" value="$installer.proxypwd" />
      
    </antcall>
  
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <target name="create_jonas_base_for_jasmine" />
      <target name="configure_eventswitch" />
      <target name="grants_jonas" />
      <property name="installation.type" value="$installation.type" />
      <property name="need_to_update" value="$useExistingJonasBase" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
      <property name="jonas.root" value="$INSTALL_PATH/jonas-root" />
      <property name="jonas.base" value="$INSTALL_PATH" />
      <property name="java.home" value="$JAVA_HOME" />
      <property name="rmi.port" value="$rmi.port" />
      <property name="jms.port" value="$jms.port" />
      <property name="http.port" value="$http.port" />
    </antcall>
  </pack>
  
  <pack name="EoS (web console)" >
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <!--<target name="configure_service_web" />-->
      <target name="configure_jaas" />
      <target name="configure_eventswitch_eos" />
      <property name="jonas.root" value="$INSTALL_PATH/jonas-root" />
      <property name="jonas.base" value="$INSTALL_PATH" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
      <property name="http.port" value="$http.port" />
      
    </antcall>
  </pack>
  
  <pack name="MBeanCmd" >
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <target name="configure_eventswitch_mbeancmd" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
      <property name="mbeancmd.port" value="$mbeancmd.port" />
    </antcall>
  </pack>
  
  <pack name="Database" >
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <!--<target name="configure_database" />-->
      <target name="configure_eventswitch_database" />
      <property name="jonas.root" value="$INSTALL_PATH/jonas-root" />
      <property name="jonas.base" value="$INSTALL_PATH" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
      <property name="database.use_default" value="$database.use_default" />
      <property name="database.url" value="$panel.config.database.url" />
      <property name="database.username" value="$panel.config.database.username" />
      <property name="database.password" value="$panel.config.database.password" />
    </antcall>
  </pack>
  
  <pack name="Log" >
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <target name="configure_log" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
    </antcall>
  </pack>
  
  <pack name="Notification system" >
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <target name="configure_eventswitch_notif" />
      <property name="INSTALL_PATH" value="$INSTALL_PATH" />
    </antcall>
  </pack>
  
  <pack name="E-mail notification" >
    <antcall order="afterpack" quiet="no" verbose="no" buildfile="$INSTALL_PATH/installer/ant/jasmine_installation.xml" >
      <target name="configure_mail" />
      <target name="configure_secure_mail" />
      <property name="jonas.root" value="$INSTALL_PATH/jonas-root" />
      <property name="jonas.base" value="$INSTALL_PATH" />
      <property name="smtp.server" value="$smtp.server" />
      <property name="smtp.port" value="$smtp.port" />
      <property name="smtp.need.authentication" value="$smtp.need.authentication" />
      <property name="smtp.username" value="$smtp.username" />
      <property name="smtp.password" value="$smtp.password" />
    </antcall>
  </pack>
  
</antactions>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy