RE: Maven Has Some Nice Features, But...

2003-06-21 Thread Michal Maczka
Maven primary target is java world. From the one hand Maven is a superset of ant functionality and there are some extension to ant which are supporting C, C# (haven't used them). From the other hand the power of maven lays in centralized artifact management and in it's plugins, which make dirty

Re: Maven Has Some Nice Features, But...

2003-06-21 Thread Jason van Zyl
On Fri, 2003-06-20 at 14:50, Brian Hall wrote: How does Maven handle a mixed development world? How easy (if it can be done at all) is it for Maven's features be used to manage a project that contains Java, C/C++, tcl/tk, etc.? Kasper created a plugin for dealing with native code but the

Re: Maven Has Some Nice Features, But...

2003-06-21 Thread Colin Sampaleanu
If you are doing mostly C/C++ with some Java, you might want to look at SCons. It's _way_better thank makefiles, and now has some knowledge of Java, although nothing on the level of Maven. Presumably you could have SCons call out to Maven or Ant for more complicated Java work.