Thanks
@Erel, but is it possible to just list all current steps applicable to B4J with the associated number or label as I now see there is also a "folders ready" as well as "after packager" label.
It may be clear to those who understand what happens "under the hood", but when I search the Forum on this topic it seems the applicable/available steps has varied. For instance in a post in this thread
What are the #CustomBuildAction Steps supported by B4J? it says:
folders ready - after the code is parsed and the folders tree is ready. This is the only cross platform step.
1 - no reason to use.
2 - before the compiled program is run.
3 - after a library was compiled.
after packager - after a standalone package was built.
But many examples continue to use "1" (and indeed I do in some of my projects) and so should we not use "1"? If so, what to use instead?
Again for those of us who don't have knowledge of the compilation process, where does "folders ready" sit in the order of 1, 2, 3 and after packager?
Apologies if this is already documented in one of the many great
Guides, but I've not been able to find such a reference and so perhaps if it's not then it could be added.