[jboss-jira] [JBoss JIRA] (AS7-2064) TS: Discuss resources location - next to .java files?
Ondrej Zizka (Created) (JIRA)
jira-events at lists.jboss.org
Mon Oct 10 20:22:16 EDT 2011
TS: Discuss resources location - next to .java files?
-----------------------------------------------------
Key: AS7-2064
URL: https://issues.jboss.org/browse/AS7-2064
Project: Application Server 7
Issue Type: Sub-task
Components: Test Suite
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Priority: Minor
Having resources in completely different dir tree makes sense for business apps where they are often maintained by different teams (css, images, ...).
For a testsuite, where all resources are maintained by devs, usually even the same as sources which use them, there's no real reason to keep them separated.
Many devs prefer having resources as close to the sources as possible, which sometime leads to putting text content to .java sources - especially with Arquillian. See ejb/descriptor/AS835TestCase.java at https://github.com/stuartwdouglas/jboss-as/compare/master...tests#diff-20 .
Maven allows to keep sources and resources in the same dir tree.
TODO: Discuss with devs how they'd like this.
--
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
More information about the jboss-jira
mailing list