Skip to Main Content

SQLcl: MCP Server & SQL Prompt

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is there a current equivalent to the -split option for generate-apex-object?

Alistair RedpathNov 22 2022

Hi, I'm following Shay Shmeltzer's blogs (e.g. https://www.youtube.com/watch?v=gUUGqqFsj2w&t=303s&ab_channel=ShayJDev) to set up a git for Apex using Visual Builder Studio. I've got a build working which includes the line of code below (in line with the attached blog):
Lb generate-apex-object -applicationid {my app id} -skipExportDate -expOriginalIds -dir {code dir}
This all works, but I've had to omit the -split option which used to be possible with the 'genobject' command. When the option is included (either with 'genobject' or 'generate-apex-object') I get the error 'The supplied parameter "split" is not a part of command'.
This is important because it should allow me to version control individual pages within Apex Applications. At present, it just exports the entire application as a single .xml file.
Happy to provide any details that might help, thanks in advance.

Comments

thatJeffSmith-Oracle
Answer

it's a Java Swing application and Windows Remote Desktop not playing well together issue

your workaround is probably the best avenue

Marked as Answer by user13430807 · Sep 27 2020
1 - 1

Post Details

Added on Nov 22 2022
3 comments
455 views