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
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
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
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
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
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
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.
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
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
---