Hello Srujana, At this time, none of these testing scripts are needed to run a mirror. They are used internally for release testing. This includes the <dbname>.props file.
Also, the specific failed test that you mention (someTest) is not something that we actually run. It is only an example/template. I hope this helps to clarify (and simplify) your activities regarding maintaining a mirror site. Jennifer Jackson UCSC Genome Bioinformatics Group On Fri, Jan 30, 2009 at 11:31 AM, srujana g <[email protected]> wrote: > Hi, >> >> >> I have one question regarding ant build.... >> Most of ant <option> commands are working except ant someTest. >> >> In build.xml .... >> >> I want to know about the "test.props" file (see below).but other > props files are present (Ex. full.props) >> >> <target name="someTest"> >> <java > classname="edu.ucsc.genome.qa.cgiCheck.TrackCheck" >> classpathref="qa.classpath"> >> <arg value="${test.props}"/> >> </java> >> <java > classname="edu.ucsc.genome.qa.cgiCheck.HGGeneCheck" >> classpathref="qa.classpath"> >> <arg value="${test.props}"/> >> </java> >> <java > classname="edu.ucsc.genome.qa.cgiCheck.PBGeneCheck" >> classpathref="qa.classpath"> >> <arg value="${test.props}"/> >> </java> >> </target> >> >> >> the command ant someTest is giving error. >> >> Another question is in <dbname>.props file... >> >> server hgw1.cse.ucsc.edu >> machine hgwbeta.cse.ucsc.edu >> quick false >> dbSpec mm5 >> table all >> zoomCount 4 >> >> How to replace my server name? licalhost is enough? >> Can I use my computer name as machine name? >> >> Thanks, >> Srujana > > > > > _______________________________________________ > Genome-mirror mailing list > [email protected] > http://www.soe.ucsc.edu/mailman/listinfo/genome-mirror > _______________________________________________ Genome maillist - [email protected] http://www.soe.ucsc.edu/mailman/listinfo/genome
