Re: Does ant 1.8.0 compile on Solaris 10 SPARC?

2010-04-02 Thread J. Joseph Felten
Here you go. Hot off the press. -bash-3.00$ ./build.sh ... Bootstrapping Ant Distribution rm: Unable to remove directory build/classes: Permission denied rm: Unable to remove directory build: File exists ... Compiling Ant Classes src/main/org/apache/tools/ant/types/AbstractFileSet.java:52: cannot

Re: Does ant 1.8.0 compile on Solaris 10 SPARC?

2010-04-02 Thread Stefan Bodewig
On 2010-04-02, J. Joseph Felten wrote: > -bash-3.00$ ./build.sh > ... Bootstrapping Ant Distribution > rm: Unable to remove directory build/classes: Permission denied sounds suspicious. Why is that? > ... Compiling Ant Classes > src/main/org/apache/tools/ant/types/AbstractFileSet.java:52: cann

Re: FailureRecorder design issue or bug

2010-04-02 Thread Stefan Bodewig
I know its been a long time since you asked this (and I initially hoped Jan would jump in since FailureRecorder is mostly his baby 8-). On 2010-03-13, Clark Archer wrote: > During implementing my previously mentioned test history recorder, I > discovered an issue with the current FailureRecorder