From: <ras...@wi...> - 2007-08-22 03:54:47
|
=20 Hi, =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 =20 Total time: 52 seconds =20 jarsigner: unable to open jar file: /soamp/SSCorba/OpenORB-1.4.0/TransactionService/dist/openorb_ots-1.4.0.j ar =20 In PersistentStateService directory building the below mentioned are the errors thrown. =20 =20 =20 1.BUILD FAILED =20 /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/src/build.xml:835: The following error occurred while executing this line: =20 /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 =20 =20 Total time: 39 seconds =20 =20 =20 2.BUILD FAILED =20 /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 =20 =20 Total time: 15 seconds =20 jarsigner: unable to open jar file: /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/dist/openorb_pss-1.4 .0.jar =20 [rashmc@zcars12q:OpenORB-1.4.0]$ cd PersistentStateService =20 =20 =20 I am using below script to build the OpenORB pakage. Every time it will clean up the directories. =20 =20 =20 =20 =20 cd ${BUILD_HOME}/OpenORB =20 =20 =20 print "Building OpenORB Components" =20 sh ./build.sh jar-all =20 ${JARSIGNER} /soamp/SSCorba/OpenORB-1.4.0/OpenORB/dist/openorb-1.4.0.jar cs2kcert =20 cd ${BUILD_HOME} =20 =20 =20 cd ${BUILD_HOME}/TransactionService =20 print "Building TransactionService Components" =20 sh ./build.sh jar-all =20 ${JARSIGNER} /soamp/SSCorba/OpenORB-1.4.0/TransactionService/dist/openorb_ots-1.4.0.j ar cs2kcert =20 cd ${BUILD_HOME} =20 =20 =20 cd ${BUILD_HOME}/PersistentStateService =20 print "Building PersistentStateService Components" =20 sh ./build.sh jar-all =20 ${JARSIGNER} /soamp/SSCorba/OpenORB-1.4.0/PersistentStateService/dist/openorb_pss-1.4 .0.jar cs2kcert =20 cd ${BUILD_HOME} =20 =20 from the lib directory *.jar file are not copied into the dist directory please let me know how to correct this. =20 =20 Regards, Rashmi Chidambara Rao. =20 =20 Regards, Rashmi Chidambara Rao. =20 |