seam settings in projects ?
by Max Rydahl Andersen
Hi Denis,
I saw this in the war project generated by seam:
action.package=org.domain.xam.session
eclipse.preferences.version=1
model.package=org.domain.xam.entity
seam.project.connection.profile=max
seam.project.deployment.type=war
seam.runtime.name=seam 1.2.1.AP
seam.test.project=xam-test
test.package=org.domain.xam.test
and when it's as an ear it's:
n.xyz.session
eclipse.preferences.version=1
model.package=org.domain.xyz.entity
seam.ear.project=xyz-ear
seam.ejb.project=xyz-ejb
seam.project.connection.profile=max
seam.project.deployment.type=ear
seam.runtime.name=Seam 1.2.AP
seam.test.project=xyz-test
test.package=org.domain.xyz.test
Got a cpl questions about that:
1) Where is the src destinations stored for entity/test/etc. ? is that
hardcoded ?
2) It doesn't look like the other projects have a setting for which seam
project they are related to. How do I find that out ? Is there any api
for it ?
This is mainly to have a way to based on a selection, find it's project
and then the "parent" seam project to use in default selection in e.g.
wizards.
/max
17 years, 1 month