B4J Question Question about “folders ready”

tchart

Well-Known Member
Licensed User
Longtime User
Under B4J we have the custom builder action of “folders ready

When this is called has the B4X code already been parsed into the Java source files?

I’m looking at updating a project file eg Test.bas before the code is parsed. Is there an appropriate step for that?
 

bdunkleysmith

Active Member
Licensed User
Longtime User
You may like to look at this thread https://www.b4x.com/android/forum/threads/custombuildaction-types.148787/post-943058 where I tried to clarify the options for the custom builder and in Erel's reply he said "folders ready - after the code is parsed and the folders tree is ready. This is the only cross platform step."

So "folders ready" appears too late for your purpose and I don't have an alternative solution for you.
 
Upvote 0

tchart

Well-Known Member
Licensed User
Longtime User
You may like to look at this thread https://www.b4x.com/android/forum/threads/custombuildaction-types.148787/post-943058 where I tried to clarify the options for the custom builder and in Erel's reply he said "folders ready - after the code is parsed and the folders tree is ready. This is the only cross platform step."

So "folders ready" appears too late for your purpose and I don't have an alternative solution for you.
Thanks. Yes I read that thread already. My testing indicates it’s too late too. I was just confirming I hadn’t missed anything.
 
Upvote 0
Top