<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">They just have to be in the classpath somewhere.<div><br></div><div>Depends on what project you are doing.</div><div>E.g. in a web project it could be webapps/yourapp/WEB-INF/classes/</div><div><br></div><div>Or you could manually load them in a lifecycle listener from a given file:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">MondrianProperties.instance().load(&lt;reader/stream&gt;<u>)</u></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><u><br></u></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><u><br></u></div><div><div>On Aug 21, 2012, at 4:29 PM, Pedro Salgueiro wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi!<br><br>We use Mondrian together with olap4j and we are having some problems <br>with the location of the files mondrian.properties and locale.properties.<br><br>At the moment, we have the files inside the project, under <br>'src/main/resouces/', which works ok.<br><br>The problem is that we would like to put this files outside of the <br>project, since they will be shared between several projects, and it <br>makes no sense to have multiple copies of these files.<br><br>Is there any way of specifying the location of the property files? If <br>not, any idea on how to externalize these files, so they can be shared <br>between several projects?<br><br>Best regards,<br>Pedro Salgueiro<br><br><br>_______________________________________________<br>Mondrian mailing list<br><a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br>http://lists.pentaho.org/mailman/listinfo/mondrian<br></div></blockquote></div><br></div></body></html>