The trunk has been cleaned up and the version of the custom selenium server has been increased to 1.0.1-te3.
If you update from our Maven repo and get some problems about your UI templates, i.e., Lists and Tables, please read and follow the instruction on the following wiki page. http://code.google.com/p/aost/wiki/Tellurium070Update#Tellurium_UID_Description_Language Apart from that, you need to have the UDL dependency in addition to tellurium core, i.e., <dependency> <groupId>org.telluriumsource</groupId> <artifactId>tellurium-udl</artifactId> <version>0.7.0-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.telluriumsource</groupId> <artifactId>tellurium-core</artifactId> <version>0.7.0-SNAPSHOT</version> <scope>compile</scope> </dependency> Please report back if you run into any problems. Thanks in advance, Jian On Apr 1, 9:23 am, John <[email protected]> wrote: > The merge is done and I am cleaning up the code now. Need to create > a wiki on how to use UDL. > > On Mar 31, 2:36 pm, Jian Fang <[email protected]> wrote: > > > Hi All, > > > After about two months' intensive coding and testing, the Tellurium UID > > description language (UDL) prototype is > > done. I am going to merge the udl branch back to trunk in the next couple > > days. After that, we do some > > clean up work and ready for RC2 release. > > > Will let you know once the merge is done. > > > Thanks, > > > Jian -- 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.
