Hi,

So, in your case, building a module 'scripting' failed and/or
'deliver' command has not been executed in the module yet,
or the module has not been built at all.

What should I do now?
cd to the $SRC_ROOT/scripting directory and try to run "build" there

It didn't work. I got the same error ( could not find jar file ).

1. Do the ./configure in the directory config_office with appropriate
   options on the new terminal emulator.
2. source LinuxX86Env.Set.sh

3. cd $SRC_ROOT/scripting
4. mv unxlngi6.pro unxlngi6.pro-failed
  or
   build depend=1
5. cd $SRC_ROOT and then build OOo entirely.
  (date; time dmake; date) 2>&1 | tee dmake_`date +%Y%m%d_%H%M`.log

or

3. cd $SRC_ROOT/scripting
4. mv unxlngi6.pro unxlngi6.pro-failed
5. (date; time build.pl product=full; date) 2>&1 | tee build_`date 
+%Y%m%d_%H%M`.log
6. (date; time deliver.pl; date) 2>&1 | tee deliver_`date +%Y%m%d_%H%M`.log
7. cd $SRC_ROOT/instsetoo_native
8. (date; time build.pl --from scripting product=full; date) 2>&1 | tee 
build_`date +%Y%m%d_%H%M`.log

caio,
Tora

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to