编译相关

编译JSP

cd $FND_TOP/patch/115/bin

./ojspCompile.pl --compile --flush -s "test2.jsp"

编译form

cd $AU_TOP/forms/US

f60gen userid=apps/apps module=$AU_TOP/forms/US/POXPOVPO_STD.fmb output_file=$BMC_TOP/forms/US/POXPOVPO_STD.fmx

编译库文件

cd $AU_TOP/resource

frmcmp_batch userid=apps/apps module=CUXCUSTOM.pll output_file=$AU_TOP/resource/CUXCUSTOM.plx module_type=library

frmcmp_batch userid=apps/apps module=CUSTOM.pll output_file=$AU_TOP/resource/CUSTOM.plx module_type=library

PS:r11 跟r12的 编译 命令 不同 ,r11是 f60gen,r12是 frmcmp

posted @ 2021-05-11 23:22  Deo2021  阅读(52)  评论(0编辑  收藏  举报