Doesn't ant have a -emacs option that changes the way links like that are displayed? I don't use the option myself, but I seem to recall it doing something like that.
K.C. At 11:18 AM 1/24/02, you wrote: > > -----Original Message----- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > I'm hoping this is my final question on the subject. I'm in > > the final steps > > of integrating the maudit task in Netbeans (NB). My last > > problem is to have > > the output be recognised by NB. The output looks something like this: > > > > file:/a/path/a/file.java:nn > > > > I've been told that this line isn't recognised because of the > > file: prefix. > > I want to remove it. It looks to me like this comes from the > > LogOutputStream > > or something, dep in the ant code. I've tried to locate it > > but I haven't > > found it so I'm not even sure I'm right at this point. > > > A pointer in the right direction would be appreciated. > >MAudit is called with -fullpath to obtain the fullpath rather than the File >only. >This is the systemid format sent by MAudit. > >Obviouslly it would be better to refactor MAudit to allow for different >output handlers to be plugged. > >Stephane > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
