Paul Robinson created JBTM-1047:
-----------------------------------
Summary: Investigate need for checked-in generated artifacts
Key: JBTM-1047
URL:
https://issues.jboss.org/browse/JBTM-1047
Project: JBoss Transaction Manager
Issue Type: Task
Security Level: Public (Everyone can see)
Components: XTS
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 5.0.0.M3
A superficial search shows that we have 1076 places where Java code claims to be or use
generated artefacts:
{code}
grep -ir generated ./XTS | grep \.java | wc -l
1076
{code}
These include WS interfaces and JAX-B classes. There may be others too.
For those that are generated and un-modified, we should create them at build time. For
those that were generated and then modified, we should remove the generated label.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira