Dont forget: Ant is a command line tool. Every output goes to STDOUT which usually doesnt support links. Eclipse uses its own implementations for handling in- and output to Ant. Maybe there links are supported.
Jan >-----Ursprüngliche Nachricht----- >Von: David Weintraub [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 8. Dezember 2008 05:15 >An: Ant Users List >Betreff: Re: Generating Hyperlink with Ant > >I don't think the console on Windows will make the link >active, but you can >use the file:// protocol to point to this particular file. >Make sure the >suffix for the file is *.htm or *.html, so Windows understands >that this is >a web page. People can cut and paste this link into IE to open >the file. > >On Sun, Dec 7, 2008 at 5:24 PM, Zmaj <[EMAIL PROTECTED]> wrote: > >> >> Yes i know this but i want to provide a hyperlink inside the >console to >> such >> a file. ? >> >> >> >> >> David Weintraub wrote: >> > >> > 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-tp20881270p >20881270.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] >> >> >> >> >> > >> > >> >> -- >> View this message in context: >> >http://www.nabble.com/Generating-Hyperlink-with-Ant-tp20881270p >20886717.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] >> >> > > >-- >-- >David Weintraub >[EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
