QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How do I use Ant to create HTML test reports?

JUnit FAQ
Ensure that Ant's optional.jar file is either in your CLASSPATH or exists in your $ANT_HOME/lib directory. lt;target name="test-html"> <junit fork="yes" printsummary="no" haltonfailure="no"> <batchtest fork="yes" todir="${test.reports}" > <fileset dir="${classes}"> <include name="**/*Test.class" /> </fileset> </batchtest> <formatter type="xml" /> <classpath refid="test.classpath" /> </junit> <junitreport todir="${test.

Is there a basic template I can use to create a test?

JUnit FAQ
The following templates are a good starting point. Copy/paste and edit these templates to suit your coding style. import org.junit.*; import static org.junit.Assert.*; public class SampleTest { private java.util.List emptyList; /** * Sets up the test fixture. * (Called before every test case method.) */ @Before public void setUp() { emptyList = new java.util.ArrayList(); } /** * Tears down the test fixture. * (Called after every test case method.

Q Can I use Microsoft FrontPage 98 to create my HTML files for my domain?

Internet Texoma FAQ
A Yes, Internet Texoma places domains on a Windows NT Server running IIS with FrontPage 98/2000 extensions.

How do I create HTML reports on a server and send the results back to a user?

Set the TextFileName to a unique session id (i.e. serverpath\reports\xxxx.htm where xxx is replaced with a session id

Can I use HTML in my messages?

QuickTopic Frequently Asked Questions
Yes, you can use a selected set of HTML tags to format your message. Also, if you just type a web address into your message as, for example, http://www.quicktopic.com, that link gets made "live". This works for email addresses too if you type them starting with "mailto:", for example mailto:contact@quicktopic.com.

Can I use HTML in my posts?

SpiritBoard - FAQ (Frequently Asked Questions)
There are 2 ways that this can be configured on a per board basis. If HTML is On then you will see HTML is On and you can use normal HTML in your posts. If Markup is on you will see Markup is On. The following tags are available for your use if Markup is enabled: quote]text[/quote] = Surrounds the given text with blockquote and hr's. This markup tag is used for quoting a reply. For more smilies, please see our Smilies Collection page.

How can I use Ant tasks in Maven 2?

FAQs-1 - Maven User - Codehaus
For use in a plugin written in Java, Beanshell or other Java-like scripting language, you can construct the Ant tasks using the instructions given in the Ant documentation If you have very small amounts of Ant script specific to your project, you can use the AntRun plugin.

Is it possible to use XDoclet without Ant?

jGuru: XDoclet FAQ Home Page
It's not possible to use XDoclet without Ant, for some good reasons. But anyway you should be able to invoke Ant from make for example. Obviously it's...

Can I create my own reports?

OnTime Biometric Time Clock System
OnTime runs on an Access 2000 database which will allow you to create your own reports and customize the included reports all you want. However, please note that our support is limited to the original OnTime software and we cannot support any changes you make to the program.

How do I create reports?

NetCraft Communications
Reports can be created from each page in the Hosts section. There is a link in the top right corner of the frame which says CSV or PDF. By clicking on either of these links you will be able to create a report in the corresponding format CSV (comma separated values) or PDF (Adobe Acrobat Reader). Is your host behind a firewall (either hardware or software)? If so then you must setup the firewall to allow port 9050/tcp through to your host.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact