>>>>> "m" == michael young <[EMAIL PROTECTED]> writes:

    m> How does turbine know where to locate
    m> TurbineResources.properties? Can it be passed in as a parameter
    m> somehow?

This is where the DOS people have a right to be jealous of us Unix
types:  To find any identifier in Unix, all we need do is

        grep -r TurbineResources.properties .

and instantly find several dozen references; in Emacs, I would step
through these with C-x` until I find

./conf/build.xml:21:  <property name="copy" 
value="${target.dir}/TurbineResources.properties"/>

./docs/services/resources-service.html:228:    
.setPropertiesFileName(&quot;d:/path/to/TurbineResources.properties&quot;);

./src/java/org/apache/turbine/Turbine.java:102: * <li><code>properties</code> the path 
to TurbineResources.properties file

./src/java/org/apache/turbine/util/TurbineConfig.java:85: *   TurbineConfig config = 
new TurbineConfig(".","/conf/TurbineResources.properties");

So ... to answer your question, the location is hard-coded in TurbineConfig

-- 
Gary Lawrence Murphy <[EMAIL PROTECTED]> TeleDynamics Communications Inc
Business Innovations Through Open Source Systems: http://www.teledyn.com
"Computers are useless.  They can only give you answers."(Pablo Picasso)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to