[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] CPP compile



Peter Bennett wrote:

What do I need to get to resolve this?
The directory/file/s do not exist on my machine.


[echo] Generating ./src/java/org/xmlBlaster/protocol/corba/xmlBlaster.idl TAO stubs and skeletons for os=unix
[if] Error in class net.sf.antcontrib.logic.IfTask


BUILD FAILED
file:///home/pb/xmlBlaster/build.xml:1509: Execute failed: java.io.IOException: /opt/ACE_wrappers/TAO/TAO_IDL/tao_idl: not found


On my machine i have installed TAO under /opt:

  /opt/ACE_wrappers/TAO/TAO_IDL/tao_idl

My settings in $HOME/build.properties:

 XMLCPP_HOME   = /opt/xerces-c-src2_2_0-bin
 XMLCPP_VER    =
 corba.product = TAO
 CORBACPP_HOME = /opt/ACE_wrappers/TAO
 CORBACPP_VER  =

If you look into build.xml you find these settings for UNIX or WIN:

<switch value="${os.family}" caseinsensitive="true">
<case value="unix">
<property name="idl.cmd" value="${CORBACPP_HOME}/TAO_IDL/tao_idl" />
</case>
<default>
<property name="idl.cmd" value="${CORBACPP_HOME}/../bin/tao_idl.exe" />
</default>
</switch>


regards,

Marcel

PS: My favourite ORB is omniOrb, it is small and fast.