B4J Question SLC duplicate

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Hi!

Working with SLC library, evereything is compiled fine, the xml and jar files are created and i can see the library in my IDE, i use refresh before marking in it, and then do so.

An error occurs, ERROR PARSING LIBRARY, path.to.subtotal already exists

i opened the xml and found that the subtotal was a property as well as a field, commented the fields and the IDE let me pass (with some other duplicates corrected)

Is there a way to tell SLC to create only properties and leave aside the fields? or should it be the other way? will my code fail brutally if i modify the xml?

thank you!
 
Top