[jboss-user] [JBoss Seam] - Re: @debug@ - what does this do exactly?
asookazian
do-not-reply at jboss.com
Tue Jan 22 14:07:19 EST 2008
I'm seeing the following snippet at the top of my build.xml:
| <property name="profile" value="dev" />
| <property file="build-${profile}.properties" />
component.properties (runtime):
jndiPattern \#{ejbName}/local
| debug true
build-dev.properties (buildtime):
debug=true
| action.dir=WEB-INF/dev
So I guess it makes sense now. The @...@ is basically a variable that is plugged in from the *.properties files above at different times.
cool, thx.
The explanation in the Seam 2.0.0.GA ref pdf can be more specific: "The funny @ symbols are there because our Ant build script puts the correct JNDI pattern in when we deploy the application." - pg. 7
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122338#4122338
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122338
More information about the jboss-user
mailing list