In my project, I was able to use PBuilder when my web\webcontent folder was placed in the root (root\web\webcontent)
I have now moved the web\web content folder from the root to a user created folder (root\Userfolder\web\webcontent) and thereafter, I am unable to use the Pbuilder.
I get warning " All files to be converted into C source code have to be inside project folder web\webcontents"
Hello,
Please see the “PBuilder Tutorial” in DigiESP. Under “Help” search for “PBuilder” and select “PBuilder Tutorial”
NET+OS Project Structure:
PBuilder needs a folder structure to be launched. All PBuilder resources, input and output files must be inside a folder called “web” in the project “root” directory. This folder contains:
Folder “webcontents” contains files to be converted, PBuilder configuration file, PbSetUp.txt, and user dictionary file, RpUsrDct.txt.
A custom PBuilder batch file: *.pbb. If this file does not exist all webcontents folder will be compiled.
Folder result where PBuilder output files are stored. It is automatically generated when PBuilder is launched.
If folders web or webcontents do not exist, PBuilder cannot be launched.
To continue, click the Click when complete cheat sheet button.