Re: Maven - Aether - Repositories from settings.xml

2011-04-27 Thread Karl Heinz Marbaise
Hi Benjamin, Benjamin Bentmann wrote: > > Let's start with the clarification that this exception is logged and not > thrown up. > Outch...sorry...that could be found by myself..But thanks for the clarifiaction... Benjamin Bentmann wrote: > > VersionRangeResult.getExceptions(). > Thanks for

Re: Maven - Aether - Repositories from settings.xml

2011-04-27 Thread Benjamin Bentmann
Karl Heinz Marbaise wrote: I observed a little thing which i didn't understand... If i run the example the first time i got the following exception: Let's start with the clarification that this exception is logged and not thrown up. Furthermore in the interface RepositorySystem the method

Re: Maven - Aether - Repositories from settings.xml

2011-04-27 Thread Karl Heinz Marbaise
Hi Benjamin, first many thanks for your hints But now i working on a small test program (FindAvailableVersions from Aether Demo) to check how Aether is working and how i have to use it... I observed a little thing which i didn't understand... If i run the example the first time i got the fol

Re: Maven - Aether - Repositories from settings.xml

2011-04-20 Thread Benjamin Bentmann
Karl Heinz Marbaise wrote: Isn't there a better solution to the information about the repositories from the current settings.xml file or from the system configuration settings.xml file. http://maven.apache.org/ref/3.0.3/maven-settings-builder/apidocs/org/apache/maven/settings/building/Settings

Maven - Aether - Repositories from settings.xml

2011-04-20 Thread Karl Heinz Marbaise
Hi, i'm using Aether to get the available versions of an artifact so far so good...but currently i have line in the code which i would like to solve in a different way instead of hard coding it: Artifact artifact = new DefaultArtifact( "com.soebes.subversion.sapm", "sapm", null, "[0,)");