Re: IvyDE sources

2008-01-07 Thread Xavier Hanin
On Jan 7, 2008 12:59 PM, Nicolas Lalevée <[EMAIL PROTECTED]> wrote: > Hi, > > The IvyDE sources are not very patch friendly because of the space vs > tabs indentation and the missing svn:eol-style property. The following > command just return nothing within the IvyDE trunk. > find . -iname "*.java

IvyDE sources

2008-01-07 Thread Nicolas Lalevée
Hi, The IvyDE sources are not very patch friendly because of the space vs tabs indentation and the missing svn:eol-style property. The following command just return nothing within the IvyDE trunk. find . -iname "*.java" -exec svn pl {} \; So could a developer make a big "Format" on every Iv

AW: Updating information on current external task

2008-01-07 Thread Jan.Materne
> However, this site has been down for a while, and I cannot > control when it > will be up and running again, so I have created a new website, at > http://www.byteslooser.com/idldepend > > I would like, therefore, to update the information related to > this task, to > point to that web address

Proposed patch for XMLResultAggregator and junit-frames.xsl

2008-01-07 Thread s p
Hi, I've just created a patch for the Ant source code repository which will introduce the possibility to link to external log files from generated JUnit test reports. Our tests do not output to stderr or stdout but use Log4J to output all of the debug information needed to find out which even