OSM - Cannot deploy O2A via windows cmd
edited Aug 26, 2013 7:13PM in Order and Service Management (Communications Industry) (MOSC) 1 commentAnswered
Hello!
I am trying to deploy O2A environment to my OSM environtment with SimpleSolution and Configuration cartrdiges, but not via Design Studio, but just via cmd.
I have done ant -f c:/Users/User/Cartridges/OracleComms_O2A_COMSOM_SimpleSolution/SolutionConfig.xml
My env file from Configuration Cartridge:
<project name="OSM.O2A.Env" basedir=".">
<!-- set global properties for this build -->
<property environment="env"/>
<property name="pip.basedir" value="${basedir}/.."/>
<property name="saf.configuration.indicator.file" value="${basedir}/.saf.configured"/>
<property name="o2a.architecture.type" value="s"/>
<property name="o2a.runtime.mode" value="d"/>
<property name="o2a.deploy.emulators.mode" value="d"/>
0