Fwd: Re: [DISCUSS] EasyAnt: Ant based pre packaged build system for java projects

2008-01-14 Thread Markus M. May
Hello, I have build a large automatic and generic build system using ANT. This build system got very complex, especially due to dependencies. I definitly do like the before/after approach, but the already suggested depends usage will add another step of complexity. Furthermore, up until now, I t

Ivy Repository

2007-12-30 Thread Markus M. May
Hello, I got IVYDE from the repository and tried to build it. It tries to find IVY in the repository http://repo1.maven.org/maven2/apache which is non-existant. I think as one of the primary projects using the reposoitory, we should definitly put IVY in the repository, right? Anyway, I wi

IVY Checkstyle

2007-12-29 Thread Markus M. May
Hello, I thought it is wothwhile to checkout some checkstlye stuff in Ivy. I de-activated the "Hide default constructor in Util Classes", because I got far too many false positives. Furthermore I activated the JAVADoc check, since I find Javadocs very helpful, if you are new to code. Furht

Fwd: Re: Ivy trunk doesn't compile

2007-12-28 Thread Markus M. May
Hello, I just created a small diff to fix this problem. R, Markus Index: src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java === --- src/java/org/apache/ivy/core/retrieve/RetrieveEngine.java (Revision 607324) +++ src/ja