Re: Maven core plugins: 2.0.x vs 3.0.x?

2008-10-24 Thread Brett Porter
On 25/10/2008, at 12:26 PM, Barrie Treloar wrote: I'm investigate maven-artifact and I checked out: maven/artifact Having only worked on plugins, it took me a moment to realise I needed to build a local dev copy of maven 2.0.x to get my changes to maven-artifact in. Following http://maven.apa

Maven core plugins: 2.0.x vs 3.0.x?

2008-10-24 Thread Barrie Treloar
I'm investigate maven-artifact and I checked out: maven/artifact Having only worked on plugins, it took me a moment to realise I needed to build a local dev copy of maven 2.0.x to get my changes to maven-artifact in. Following http://maven.apache.org/guides/development/guide-building-m2.html I

maven-artifact: DefaultWagonManagerTest: suffers windows timestamp resolution issues

2008-10-24 Thread Barrie Treloar
DefaultWagonManagerTest has timestamp resolution issues as the test cases create new files which then have their timestamps checked to see if the downloaded file is newer than the one on disk. I know the eclipse:eclipse plugin had similar issues. I've hacked around it by refactoring the newfile c

Re: Could anyone give me some idea what is the difference bwteen ant and maven?

2008-10-24 Thread Oleg Gusakov
Daniel, The difference if that with Ant you write an Assembler-like program: you can do a lot, but maintainability is like current economy - very low. And here you always have to write what to do and how to do it, like for you have to tell it where the sources are, where the output should go

Re: svn commit: r707689 - in /maven/mercury/trunk: mercury-artifact/src/main/java/org/apache/maven/mercury/artifact/ mercury-artifact/src/main/java/org/apache/maven/mercury/artifact/version/ mercury-a

2008-10-24 Thread Benjamin Bentmann
Hi Oleg, Author: ogusakov Date: Fri Oct 24 10:24:28 2008 New Revision: 707689 URL: http://svn.apache.org/viewvc?rev=707689&view=rev Log: converted VersionRange to pluggable component Added: maven/mercury/trunk/mercury-artifact/src/main/java/org/apache/maven/mercury/artifact/version/Versio

Could anyone give me some idea what is the difference bwteen ant and maven?

2008-10-24 Thread dr2238
I have knowledge on ant, but doesn't have any knowledge on maven. I heard other say ant is kind of procedural language , while maven is an objected oriented language. Is that true? Could anyone explain it to me a little bit?It would be great if you can show me some small exam

Re: Could I use maven to create a build script for C# project?

2008-10-24 Thread Shane Isbell
Hi Daniel, I'm not sure about using maven for C# build scripts, but you could check out http://incubator.apache.org/nmaven/ to see if it meets your needs. Shane On Fri, Oct 24, 2008 at 9:43 AM, dr2238 <[EMAIL PROTECTED]> wrote: >Of course, I know maven is mainly for java.

Could I use maven to create a build script for C# project?

2008-10-24 Thread dr2238
Of course, I know maven is mainly for java. But want about C#?Could anyone give me some idea how to use maven to create a build script for C# projects? your help is highly appreciated daniel

What is core-it-suite/src/test/resources/pom.xml made for?

2008-10-24 Thread Benjamin Bentmann
Hi, there is an aggregator POM in the core IT suite at core-it-suite/src/test/resources/pom.xml that looks outdated. Can somebody tell me what was the use case for this POM? If it is still useful, it should be updated, otherwise it can just be deleted. Benjamin ---