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

2003-06-30 Thread Kasper Nielsen
Jason van Zyl wrote: 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 nativ

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. http://www.scons

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 go

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

2003-06-21 Thread Michal Maczka
ustomized builds it is simpler to use Ant as it gives you more flexibility. Michal > -Original Message- > From: Brian Hall [mailto:[EMAIL PROTECTED] > Sent: Friday, June 20, 2003 8:51 PM > To: '[EMAIL PROTECTED]' > Subject: Maven Has Some Nice Features, But..

Maven Has Some Nice Features, But...

2003-06-21 Thread Brian Hall
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.? ~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Brian Hall