tchart Well-Known Member Licensed User Longtime User Dec 29, 2024 #1 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?
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 Dec 29, 2024 #2 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
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.
tchart Well-Known Member Licensed User Longtime User Dec 29, 2024 #3 bdunkleysmith said: 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. Click to expand... 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
bdunkleysmith said: 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. Click to expand... Thanks. Yes I read that thread already. My testing indicates it’s too late too. I was just confirming I hadn’t missed anything.