The TurbineConfig class requires a path to the TurbineResources.properties. This means that it's impossible to store the TurbineResources.properties file inside a jar file. It also means that I'm forced to use the same path on different machines or specify the path in some external way.
It would be better if TurbineConfig had an additional constructor which allows the user to specify a class location. TurbineConfig would then use the java.util.ResourceBundle.getBundle function to load the properties file. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
