Re: class BuildTimeoutException extends BuildException

2010-10-27 Thread Antoine Levy-Lambert
On 10/27/10 12:33 PM, Steve Loughran wrote: > > I'm thinking of being ruthless and doing the move on the basis that > that funtest task was never documented (my fault) and therefore > doesn't exist, we can move it without guilt. Therefore I am now > thinking of > > -move the existing BuildTimeoutEx

Re: svn commit: r1028013 - in /ant/ivy/core/trunk: ./ doc/ doc/use/ src/java/org/apache/ivy/ant/ test/java/org/apache/ivy/ant/ test/repositories/1/org2/mod2.1/ivys/ test/repositories/1/org2/mod2.1/jar

2010-10-27 Thread Nicolas Lalevée
Le 27 oct. 2010 à 23:47, Maarten Coene a écrit : > Nicolas, > > Very nice :-) > Is this related to https://issues.apache.org/jira/browse/IVY-334 ? I didn't knew about this issue, but it is definitively related. What I have implemented is for an inline mode only, but it can definitively be impr

Re: ReviewBoard for Ant?

2010-10-27 Thread Nicolas Lalevée
Le 26 oct. 2010 à 16:36, Jesse Glick a écrit : > Would this be useful? > > https://blogs.apache.org/infra/entry/reviewboard_instance_running_at_the > > It seems we often have in-progress patches that need to be tweaked a bit > before use. I think it can be useful for complex patch too. > (I

Re: Ivy and IvyDE release notes

2010-10-27 Thread Nicolas Lalevée
I almost forgot myself I have suggest this change. As there were no objection, I have put it into place for IvyDE. Nicolas Le 20 août 2010 à 15:49, Nicolas Lalevée a écrit : > I would like to make the release of Ivy and IvyDE easier. > > Today the release notes of IvyDE are in different places:

Re: class BuildTimeoutException extends BuildException

2010-10-27 Thread Jesse Glick
On 10/27/2010 06:01 AM, Steve Loughran wrote: 4. we leave the error strings alone for fear of [...fear itself?] #4 irritates me, I'd like some details about which subprocess got killed, but if we are searching for the string in Ant's own codebase, then we can be confident that others will be doi

Re: class BuildTimeoutException extends BuildException

2010-10-27 Thread Stefan Bodewig
On 2010-10-27, Steve Loughran wrote: > On 27/10/10 11:01, Steve Loughran wrote: >> I'm thinking we need a specific class BuildTimeoutException that extends >> BuildException >> I'll do the coding... > Of course, there is a well documented exception of just that name in > org.apache.tools.ant.tas

Re: class BuildTimeoutException extends BuildException

2010-10-27 Thread Steve Loughran
On 27/10/10 11:01, Steve Loughran wrote: I'm thinking we need a specific class BuildTimeoutException that extends BuildException I'll do the coding... Of course, there is a well documented exception of just that name in org.apache.tools.ant.taskdefs.optional.testing Which implies that I shoul

class BuildTimeoutException extends BuildException

2010-10-27 Thread Steve Loughran
I'm thinking we need a specific class BuildTimeoutException that extends BuildException -Java.java looks for the specific error message "Timeout: killed the sub-process" in Exec.java to recognise a timeout, and doesn't even share the constant string across classes. -my own code looks for "Pa

Re: ReviewBoard for Ant?

2010-10-27 Thread Stefan Bodewig
On 2010-10-26, Jesse Glick wrote: > On 10/26/2010 11:12 AM, Stefan Bodewig wrote: >> I've never used it, but nothing stops us from giving it a try. > OK, I filed: https://issues.apache.org/jira/browse/INFRA-3104 Seems to be there now, although I have no idea what to do with it now. Wait for a c

Re: support for symlinks

2010-10-27 Thread Stefan Bodewig
On 2010-10-27, Max Birkoff wrote: > I would like to add support for symlinks to: > org.apache.tools.tar.TarEntry and friends. I'd recommend you'd put that effort into the tar classes in Apache Commons Compress instead. The tar and zip classes of Ant are re