well this is where intellij put them.

im fine with this since each form-file belongs exactly to one java file. they are tied to each other and putting them to src clarifies that fact.
i also put hibernate-mappings into src.

all other resources i put into src/main/resources

however this had no impact on the build so why do you ask?

Dirk Olmes schrieb:
Norbert Lazzeri wrote:
hi,

ive used intellij to write a swing-application. i also used the jgoodies
plugin.

for each form i created, the builder created 2 files: TheClass.form
(xml-data), TheClass.java

Where do you put the .form files? In Maven philosophy they're
application resources and belong into src/main/resources, not src/main/java.

-dirk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to