Community
Participate
Working Groups
Build Identifier: If a Tigerstripe model project references a Facet and the Facet is modified, the changes are not picked up unless user removes Facet references and adds it back in. Reproducible: Always Steps to Reproduce: 1. Create a TS project with an Entity under com.mycompany package 2. Import attached generator project, which simply prints out entity names in a model project 3. Deploy generator and run it against your model. A file should be generated indicating the entity name 4. Now create a facet in your model project with the following entry under 'Excluded patterns': com.mycompany.* 5. Open tigerstripe.xml file > switch to Facets tab > Add facet to project 6. Run generation again > file is not created, which is GOOD. 7. Now open the Facet, remove the entry added under Excluded patterns. 8. Run generation again > notice the appropriate file is not created again. If you remove and re-add facet reference, it'll work again.
Created attachment 197309 [details] Attached generator project
Created attachment 197754 [details] 348229 patch
Done.
Verified. Thank you!!