B4J Question SLC b4aignore not hiding BA object from XML

Starchild

Active Member
Licensed User
Longtime User
I have used B4j SLC to make my library.
My library XML always contains reference to "ba".

B4X:
<field>
     <name>ba</name>
     <comment></comment>
     <returntype>anywheresoftware.b4a.BA</returntype>
</field>

I have no such declare in the java code but I do
import anywheresoftware.b4a.BA

I have tried to use -b4aignore field with: anywheresoftware
but it has no effect.

How do I exclude this "ba" reference from my XML using the b4aignore field of SLC?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…