AW: Generating Hyperlink with Ant

2008-12-07 Thread Jan.Materne
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 PROTECT

Re: Generating Hyperlink with Ant

2008-12-07 Thread David Weintraub
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.

Re: Generating Hyperlink with Ant

2008-12-07 Thread Zmaj
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 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 as a HTML document. > --

[about exec and eclipse!?]

2008-12-07 Thread rageice
Hello everybody, sorry for my bad englsh. Until a few time, a problem appears with eclipse and ant (I don't know what has changed...) This is the problem. A simple script:

Re: Generating Hyperlink with Ant

2008-12-07 Thread David Weintraub
Have you seen the 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 as a HTML document. -- David Weintraub [EMAIL PROTECTED] On Sun, Dec 7, 2008 at 8:56 AM, Zmaj <[EMAIL PROTECTED]> wrote: > > Hello, > > is there

Generating Hyperlink with Ant

2008-12-07 Thread Zmaj
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-t