You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have an SPL file with only one runnable composite and multiple helper composites, the Build actions should not prompt me to choose which composite to build since there is only one executable.
For example:
I am asked to choose between Main and myhelper, whereas Main is the only executable composite. If you choose myhelper, the build fails: CDISP0522E ERROR: For the myhelper main composite, inputs or outputs must not be specified and all the parameters must have defaults.
The text was updated successfully, but these errors were encountered:
If I have an SPL file with only one runnable composite and multiple helper composites, the Build actions should not prompt me to choose which composite to build since there is only one executable.
For example:
I am asked to choose between
Main
andmyhelper
, whereasMain
is the only executable composite. If you choosemyhelper
, the build fails:CDISP0522E ERROR: For the myhelper main composite, inputs or outputs must not be specified and all the parameters must have defaults.
The text was updated successfully, but these errors were encountered: