Hi, I updated Tellurium Configuration parser to allow Tellurium to load up TelluriumConfig.groovy from class path.
The configuration loading process works as follows, 1) Check if there is TelluriumConfig.groovy in project root directory, if true, use it. 2) Otherwise, try to load the TelluriumConfig.groovy from class path, i,e., you can put TelluriumConfig.groovy under the resources directory. 3) If still not available, use the predefined default values. Please use 0.7.0 latest snapshot from our Maven repo or download it directly from, http://kungfuters.org/nexus/content/repositories/snapshots/tellurium/tellurium-core/0.7.0-SNAPSHOT/tellurium-core-0.7.0-20091009.015100-30.jar Let us know if this works for you. Thanks, Jian On Oct 8, 3:15 pm, Jian Fang <[email protected]> wrote: > Hi Erwan, > > TelluriumConfig.groovy was created before we maventized the project and > thus, you > may not be able to put it under the resources folder. We can try to update > the core so that > it can load up the configuration file from either the project root or the > resources directory. > > Thanks, > > Jian > > On Thu, Oct 8, 2009 at 10:09 AM, Erwan Lacoste <[email protected]>wrote: > > > > > Hi all, > > > Sorry if this question has been posted, but I'm wandering if the > > TelluriumConfig.groovy file could be put elsewhere. > > > In order to integrate the tellurium test sources elegantly in our > > project, it would be nice if we could have the TelluriumConfig.groovy > > file inside the resources directory rather than directly at the root > > of the project. Therefore Tellurium would look for this file inside > > the classpath, along with the .classes files. > > > Thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "tellurium-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tellurium-users?hl=en -~----------~----~----~----~------~----~------~--~---
