1688516885
Programmer
Hi guys,
I am a newbie and currently need to work on CORBA using JacORB. I have downloaded and installed everything, but when I am trying to execute a demo program, I am getting the following error:
############################
C:\JacORB\demo\hello>ant
Buildfile: build.xml
Warning: 'file:../../etc/common.xml' in C:\JacORB\demo\hello\build.xml should be
expressed simply as '../../etc/common.xml' for compliance with other XML tools
base-init:
set-architecture:
init:
hello.init:
load-taskdef:
BUILD FAILED
C:\JacORB\etc\common.xml:107: taskdef class org.jacorb.idl.JacIDL cannot be foun
d
Total time: 0 seconds
#############################
My Paths and Classpaths are:
ANT_HOME C:\Program Files\Ant
CLASSPATH .;%classpath%.;.;C:\JacORB\lib\jacorb.jar;.;C:\JacORB\lib\avalon-framework-4.1.5.jar;.;C:\JacORB\lib\logkit-1.2.jar;.;C:\JacORB\lib\antlr-2.7.2.jar
JACORB_HOME C:\JacORB
PATH %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Ant\bin;C:\Program Files\Maven\bin;C:\Program Files\Java\jdk1.6.0_04\bin;C:\Program Files\Ant\bin;C:\JacORB\bin;
Please help me. Thanking you,
Regards - Shravan
I am a newbie and currently need to work on CORBA using JacORB. I have downloaded and installed everything, but when I am trying to execute a demo program, I am getting the following error:
############################
C:\JacORB\demo\hello>ant
Buildfile: build.xml
Warning: 'file:../../etc/common.xml' in C:\JacORB\demo\hello\build.xml should be
expressed simply as '../../etc/common.xml' for compliance with other XML tools
base-init:
set-architecture:
init:
hello.init:
load-taskdef:
BUILD FAILED
C:\JacORB\etc\common.xml:107: taskdef class org.jacorb.idl.JacIDL cannot be foun
d
Total time: 0 seconds
#############################
My Paths and Classpaths are:
ANT_HOME C:\Program Files\Ant
CLASSPATH .;%classpath%.;.;C:\JacORB\lib\jacorb.jar;.;C:\JacORB\lib\avalon-framework-4.1.5.jar;.;C:\JacORB\lib\logkit-1.2.jar;.;C:\JacORB\lib\antlr-2.7.2.jar
JACORB_HOME C:\JacORB
PATH %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Program Files\Ant\bin;C:\Program Files\Maven\bin;C:\Program Files\Java\jdk1.6.0_04\bin;C:\Program Files\Ant\bin;C:\JacORB\bin;
Please help me. Thanking you,
Regards - Shravan