From: <ras...@wi...> - 2007-08-20 13:57:25
|
Hi, =20 Thank you for the inputs. =20 I could able to compile the OpenORB directory. For Transaction service = directory it is not building the dist directory. please let me know How = to solve this error. =20 In TransactionSevice directory. =20 BUILD SUCCESSFUL Total time: 52 seconds jarsigner: unable to open jar file: = /soamp/SSCorba/OpenORB-1.4.0/TransactionService/dist/openorb_ots-1.4.0.ja= r In PersistentStateService directory building the below mentioned are the = errors thrown. =20 1.BUILD FAILED /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/src/build.xml:835: = The following error occurred while executing this line: /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/src/build.xml:509: = taskdef A class needed by class = org.openorb.pss.compiler.taskdefs.Psdl2Java cannot be found: = org/openorb/compiler/taskdefs/GenericTask =20 Total time: 39 seconds =20 2.BUILD FAILED /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/src/build.xml:509: = taskdef A class needed by class = org.openorb.pss.compiler.taskdefs.Psdl2Java cannot be found: = org/openorb/compiler/taskdefs/GenericTask =20 Total time: 15 seconds jarsigner: unable to open jar file: = /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/dist/openorb_pss-1.4.= 0.jar [rashmc@zcars12q:OpenORB-1.4.0]$ cd PersistentStateService =20 I am using below script to build the OpenORB pakage. Every time it will = clean up the directories. =20 =20 cd ${BUILD_HOME}/OpenORB =20 print "Building OpenORB Components" sh ./build.sh jar-all ${JARSIGNER} = /soamp/SSCorba/OpenORB-1.4.0/OpenORB/dist/openorb-1.4.0.jar cs2kcert cd ${BUILD_HOME} =20 cd ${BUILD_HOME}/TransactionService print "Building TransactionService Components" sh ./build.sh jar-all ${JARSIGNER} = /soamp/SSCorba/OpenORB-1.4.0/TransactionService/dist/openorb_ots-1.4.0.ja= r cs2kcert cd ${BUILD_HOME} =20 cd ${BUILD_HOME}/PersistentStateService print "Building PersistentStateService Components" sh ./build.sh jar-all ${JARSIGNER} = /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/dist/openorb_pss-1.4.= 0.jar cs2kcert cd ${BUILD_HOME} =20 Regards, Rashmi Chidambara Rao. =20 =20 -----Original Message----- From: Lars K=FChne [mailto:lak...@t-...]=20 Sent: Saturday, August 18, 2007 12:09 AM To: Rashmi Chidambara Rao (WT01 - TES-Mobility & Carrier Infrastructure) Cc: ope...@li... Subject: Re: [openorb-devel] how to compilation error for OpenORB1.4.0 =20 =20 rashmi.chidambara =20 > [rashmc@zcars12q:OpenORB]$ ./build.sh =20 =20 You need to use some build target, like "./build.sh release". Without a=20 build target specification the available build targets should be=20 displayed once you set TCOO_HOME =20 =20 =20 > [...] >=20 > BUILD FAILED >=20 > /soamp/SSCorba/OpenORB-1.4.0/OpenORB/src/build.xml:175: The following=20 > error occurred while executing this line: >=20 > Target `${default-target}' does not exist in this project. >=20 > =20 >=20 > Total time: 4 seconds >=20 > [...] >=20 > =20 >=20 > =20 >=20 > v *to use TCCO_HOME and BOOTCLASSPATH variable what path do I=20 > needs to set. Please provide the information.* >=20 > * * >=20 > Inputs on this will help. >=20 =20 =20 Try =20 TCOO_HOME=3D/soamp/SSCorba/OpenORB-1.4.0/ =20 It should not be necessary to set BOOTCLASSPATH in your build=20 environment, only later when you launch a jvm that runs openorb. =20 Regards, Lars =20 |