Re: svn commit: r280755 - in /maven/components/trunk: maven-core-it/ maven-core-it/it0068/ maven-core-it/it2001/ maven-core-it/it2001/a/ maven-core-it/it2001/a/src/ maven-core-it/it2001/a/src/main/ maven-

2005-09-14 Thread Kenney Westerhof
On Wed, 14 Sep 2005 [EMAIL PROTECTED] wrote:

Hi,

I've also worked on the it0068 you sent me yesterday, and added
two custom repo's that display the behaviour better. See
http://gods.nl/~forge/it0068.tgz. The problem with this it test is
that it uses the default snapshot repo, which is already present within
maven poms (specified in the root pom). Using non-builtin repo's seems
to demonstrate problems better.

However, even this new version can't reproduce the problem.

Btw, i needed a plugin and a normal artifact in 2 repo's. I've included
the source for a dummy plugin, and just added an empty jar in the artifact
repo. Since you've looked into it into more detail yesterday, you decide
if you want to take my changes. Also, I didn't know how to build the
dummy plugin and deploy it in the test repo in 1 it test (unless I
was using maven-it-plugin in the sandbox :))


-- Kenney

> Author: jdcasey
> Date: Tue Sep 13 20:40:17 2005
> New Revision: 280755
>
> URL: http://svn.apache.org/viewcvs?rev=280755&view=rev
> Log:
> Re-resolving: MNG-757
>
> o Added it0068 to guard against regressions of the type causing MNG-836
>
> o Added it2001, which must be run manually, to verify the test case laid out 
> in MNG-757
>
> o Reinstated the repository accumulation for successive traversal down the 
> transitivity chain, so that transitively resolved artifacts can be found in 
> repositories declared by POMs up the chain.
>
> o Added a check for 'file:' at the beginning of the 
> Settings.getLocalRepository() result, before prepending 'file://' to allow 
> for relative definition of the local repository in test cases
>
>
> Added:
> maven/components/trunk/maven-core-it/it0068/
> maven/components/trunk/maven-core-it/it0068/expected-results.txt   (with 
> props)
> maven/components/trunk/maven-core-it/it0068/goals.txt   (with props)
> maven/components/trunk/maven-core-it/it0068/pom.xml   (with props)
> maven/components/trunk/maven-core-it/it0068/prebuild-hook.txt   (with 
> props)
> maven/components/trunk/maven-core-it/it0068/test.mdo   (with props)
> maven/components/trunk/maven-core-it/it2001/
> maven/components/trunk/maven-core-it/it2001/a/
> maven/components/trunk/maven-core-it/it2001/a/pom.xml   (with props)
> maven/components/trunk/maven-core-it/it2001/a/src/
> maven/components/trunk/maven-core-it/it2001/a/src/main/
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/
> 
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/
> 
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/it2001/
> 
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/it2001/a/
> 
> maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/it2001/a/Client.java
>(with props)
> maven/components/trunk/maven-core-it/it2001/b/
> maven/components/trunk/maven-core-it/it2001/b/pom.xml   (with props)
> maven/components/trunk/maven-core-it/it2001/b/src/
> maven/components/trunk/maven-core-it/it2001/b/src/main/
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/
> 
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/
> 
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/it2001/
> 
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/it2001/b/
> 
> maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/it2001/b/Layer.java
>(with props)
> maven/components/trunk/maven-core-it/it2001/c/
> maven/components/trunk/maven-core-it/it2001/c/pom.xml   (with props)
> maven/components/trunk/maven-core-it/it2001/c/src/
> maven/components/trunk/maven-core-it/it2001/c/src/main/
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/
> 
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/
> 
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/it2001/
> 
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/it2001/c/
> 
> maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/it2001/c/Core.java
>(with props)
> maven/components/trunk/maven-core-it/it2001/settings.xml   (with props)
> maven/components/trunk/maven-core-it/it2001/test.sh   (with props)
> Modified:
> maven/components/trunk/maven-core-it/README.txt
> 
> maven/components/trunk/maven-core/src/ma

Re: svn commit: r280755 - in /maven/components/trunk: maven-core-it/ maven-core-it/it0068/ maven-core-it/it2001/ maven-core-it/it2001/a/ maven-core-it/it2001/a/src/ maven-core-it/it2001/a/src/main/ maven-core-it/it2001/a/src/main/java/ maven-core-it/it2001...

2005-09-14 Thread Emmanuel Venisse



[EMAIL PROTECTED] wrote:

Author: jdcasey
Date: Tue Sep 13 20:40:17 2005
New Revision: 280755

URL: http://svn.apache.org/viewcvs?rev=280755&view=rev
Log:
Re-resolving: MNG-757

o Added it0068 to guard against regressions of the type causing MNG-836

o Added it2001, which must be run manually, to verify the test case laid out in 
MNG-757



jdcasey,

Can you add this test to the ci script?

Emmanuel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r280755 - in /maven/components/trunk: maven-core-it/ maven-core-it/it0068/ maven-core-it/it2001/ maven-core-it/it2001/a/ maven-core-it/it2001/a/src/ maven-core-it/it2001/a/src/main/ maven-core-it/it2001/a/src/main/java/ maven-core-it/it2001...

2005-09-13 Thread jdcasey
Author: jdcasey
Date: Tue Sep 13 20:40:17 2005
New Revision: 280755

URL: http://svn.apache.org/viewcvs?rev=280755&view=rev
Log:
Re-resolving: MNG-757

o Added it0068 to guard against regressions of the type causing MNG-836

o Added it2001, which must be run manually, to verify the test case laid out in 
MNG-757

o Reinstated the repository accumulation for successive traversal down the 
transitivity chain, so that transitively resolved artifacts can be found in 
repositories declared by POMs up the chain.

o Added a check for 'file:' at the beginning of the 
Settings.getLocalRepository() result, before prepending 'file://' to allow for 
relative definition of the local repository in test cases


Added:
maven/components/trunk/maven-core-it/it0068/
maven/components/trunk/maven-core-it/it0068/expected-results.txt   (with 
props)
maven/components/trunk/maven-core-it/it0068/goals.txt   (with props)
maven/components/trunk/maven-core-it/it0068/pom.xml   (with props)
maven/components/trunk/maven-core-it/it0068/prebuild-hook.txt   (with props)
maven/components/trunk/maven-core-it/it0068/test.mdo   (with props)
maven/components/trunk/maven-core-it/it2001/
maven/components/trunk/maven-core-it/it2001/a/
maven/components/trunk/maven-core-it/it2001/a/pom.xml   (with props)
maven/components/trunk/maven-core-it/it2001/a/src/
maven/components/trunk/maven-core-it/it2001/a/src/main/
maven/components/trunk/maven-core-it/it2001/a/src/main/java/
maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/
maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/

maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/

maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/it2001/

maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/it2001/a/

maven/components/trunk/maven-core-it/it2001/a/src/main/java/org/apache/maven/it2001/a/Client.java
   (with props)
maven/components/trunk/maven-core-it/it2001/b/
maven/components/trunk/maven-core-it/it2001/b/pom.xml   (with props)
maven/components/trunk/maven-core-it/it2001/b/src/
maven/components/trunk/maven-core-it/it2001/b/src/main/
maven/components/trunk/maven-core-it/it2001/b/src/main/java/
maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/
maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/

maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/

maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/it2001/

maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/it2001/b/

maven/components/trunk/maven-core-it/it2001/b/src/main/java/org/apache/maven/it2001/b/Layer.java
   (with props)
maven/components/trunk/maven-core-it/it2001/c/
maven/components/trunk/maven-core-it/it2001/c/pom.xml   (with props)
maven/components/trunk/maven-core-it/it2001/c/src/
maven/components/trunk/maven-core-it/it2001/c/src/main/
maven/components/trunk/maven-core-it/it2001/c/src/main/java/
maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/
maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/

maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/

maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/it2001/

maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/it2001/c/

maven/components/trunk/maven-core-it/it2001/c/src/main/java/org/apache/maven/it2001/c/Core.java
   (with props)
maven/components/trunk/maven-core-it/it2001/settings.xml   (with props)
maven/components/trunk/maven-core-it/it2001/test.sh   (with props)
Modified:
maven/components/trunk/maven-core-it/README.txt

maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java

maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/artifact/MavenMetadataSource.java

Modified: maven/components/trunk/maven-core-it/README.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/README.txt?rev=280755&r1=280754&r2=280755&view=diff
==
--- maven/components/trunk/maven-core-it/README.txt (original)
+++ maven/components/trunk/maven-core-it/README.txt Tue Sep 13 20:40:17 2005
@@ -256,7 +256,7 @@
 different lifecycle phases and/or goals on multiple projects within each test
 directory in order to accomplish their aims. 
 
-NOTE: Currently, there is no verification process...
+NOTE: Currently, there is no automatic verification process for these...
 ---
 it2000: Test resolution of plugin by prefix from the first plugin repository
 in a list. This is accomplished by creating a local