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
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
> 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
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