Re: Cactus 1.8 / Ant 1.8 Integration

2008-02-12 Thread Petar Tahchiev
Well, this solution is my really last plan for this :-). But thanks, anyway. Some other proposals? rigel wrote: > > Hello Peter, > > I know you probably know ;-) > that this fast solution which I post now is not so well appreciated due > to its possible privileges unconvenients, but in the

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

2008-02-12 Thread Xavier Hanin
On Feb 11, 2008 8:35 PM, limbicsystem <[EMAIL PROTECTED]> wrote: > > What Xavier is describing is exactly what I thought Maven should have > been- a > standard way to lay out projects, with Ant underneath to use as needed. > And > once your projects become non-trivial there is always the "as need

DO NOT REPLY [Bug 41201] - [jar-task] wrong name for services folder

2008-02-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Cactus 1.8 / Ant 1.8 Integration

2008-02-12 Thread Steve Loughran
Petar Tahchiev wrote: Sorry for the formating :-(. Hi guys, it's Petar Tahchiev from the Jakarta Cactus Team (again :-)). I am trying to integrate the CactusTask with Ant 1.8-alpha. The CactusTask does: 0) Extends the JUnitTask from Ant. 1) Gets all the tests from JUnitTask 2) Iterates over th

Re: Cactus 1.8 / Ant 1.8 Integration

2008-02-12 Thread Petar Tahchiev
Hi Steve, actually I want 2 getter and 2 setter methods. Please review the applied patch I supply and say if everything is OK. Thanks, Petar. http://www.nabble.com/file/p15434717/JUnitTask_getters_setters.patch JUnitTask_getters_setters.patch Steve Loughran wrote: > > Petar Tahchiev wrote:

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

2008-02-12 Thread kkckkc
A year ago I started implemented something with similar ideas. The idea is to describe your module metadata in a separate file and provide ant tasks to process that data. It supports multi-module builds and it also supports fetching dependencies from maven repositories. A module might be describ