Have you seen the <junitreport> task? This specifically creates a webpage based upon the JUnit test outputs. Then, all you need to do is open up the output of the <juitreport> as a HTML document. -- David Weintraub [EMAIL PROTECTED]
On Sun, Dec 7, 2008 at 8:56 AM, Zmaj <[EMAIL PROTECTED]> wrote: > > Hello, > > is there a way to generate a hyperlink with an ant task in eclipse console > ? > I want to dynamiclly generate hyperlinks to files inside the eclipse > console when running the junit ant task. > > thanks > Ivan > -- > View this message in context: > http://www.nabble.com/Generating-Hyperlink-with-Ant-tp20881270p20881270.html > Sent from the Ant - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
