Community
Participate
Working Groups
The introduction of modelId seems to have made the 'name' attribute obsolete in the tigerstripe.xml file. However, there are lots of loose ends: 1) The created project has "" for a name attribute. 2) artifact.getProject().getName() returns "" Given were we are, I would suggest that getName() should return modelId. It would also be good to remove the XML stuff.
Bug#310049 is another defect that's effected by this.
another related defect: bug#311783
One problem area was that you cannot specify the modelId in the name of a global rule. I have updated the Expander to take the following syntax: ${modelId} or ${project.ModelId} So you can now do this effectively.
Fixed
Verified. Thanks!