Interesting. It seems that the maven ant task don't respect Ant proxy settings. You probably have to configure the proxy in maven2 way http://maven.apache.org/guides/mini/guide-proxies.html
Marc. Michael Habbert wrote: > > Hi Marc, > > I did as you suggested, but: > (Btw: previously i added our proxy for ant - so that can't the reason of > the: "Connection refused", I am right?) > > --- ship --- > [EMAIL PROTECTED] svn_webtest> bin/webtest.sh full > Will use /usr/local/java/j2sdk1.4.2_10/bin/java > Buildfile: build.xml > > clean: > [echo] cleaning ... > [delete] Deleting directory > /usr/local/projekte/common/svn_webtest/build > [delete] Deleting directory > /usr/local/projekte/common/svn_webtest/deploy > [mkdir] Created dir: /usr/local/projekte/common/svn_webtest/build > [mkdir] Created dir: /usr/local/projekte/common/svn_webtest/deploy > > checkForJavadocChanges: > > checkUpToDates: > > fetchDependencies: > [artifact:dependencies] Downloading: > groovy/groovy-all-1.0-jsr/06/groovy-all-1.0-jsr-06.pom > [artifact:dependencies] [WARNING] Unable to get resource from repository > webtest_dependencies_snapshot > (file:///usr/local/projekte/common/svn_webtest/m2/repository/) > [artifact:dependencies] Downloading: > groovy/groovy-all-1.0-jsr/06/groovy-all-1.0-jsr-06.pom > [artifact:dependencies] An error has occurred while processing the Maven > artifact tasks. > [artifact:dependencies] Diagnosis: > [artifact:dependencies] > [artifact:dependencies] Unable to resolve artifact: Unable to get > dependency information: Unable to read the metadata file for artifact > 'groovy:groovy-all-1.0-jsr:jar': Error getting POM for > 'groovy:groovy-all-1.0-jsr' from the repository: Error transferring file > [artifact:dependencies] groovy:groovy-all-1.0-jsr:pom:06 > [artifact:dependencies] > [artifact:dependencies] from the specified remote repositories: > [artifact:dependencies] central (http://repo1.maven.org/maven2), > [artifact:dependencies] webtest_dependencies_snapshot > (file:///usr/local/projekte/common/svn_webtest/m2/repository/) > [artifact:dependencies] > [artifact:dependencies] groovy:groovy-all-1.0-jsr:jar:06 > [artifact:dependencies] > [artifact:dependencies] from the specified remote repositories: > [artifact:dependencies] central (http://repo1.maven.org/maven2), > [artifact:dependencies] webtest_dependencies_snapshot > (file:///usr/local/projekte/common/svn_webtest/m2/repository/) > [artifact:dependencies] Path to dependency: > [artifact:dependencies] 1) > com.canoo.webtest:webtest:jar:development > [artifact:dependencies] > [artifact:dependencies] > [artifact:dependencies] Connection refused > > BUILD FAILED > /usr/local/projekte/common/svn_webtest/build.xml:56: Unable to resolve > artifact: Unable to get dependency information: Unable to read the > metadata file for artifact 'groovy:groovy-all-1.0-jsr:jar': Error getting > POM for 'groovy:groovy-all-1.0-jsr' from the repository: Error > transferring file > groovy:groovy-all-1.0-jsr:pom:06 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > webtest_dependencies_snapshot > (file:///usr/local/projekte/common/svn_webtest/m2/repository/) > > groovy:groovy-all-1.0-jsr:jar:06 > > from the specified remote repositories: > central (http://repo1.maven.org/maven2), > webtest_dependencies_snapshot > (file:///usr/local/projekte/common/svn_webtest/m2/repository/) > Path to dependency: > 1) com.canoo.webtest:webtest:jar:development > > Total time: 3 seconds > --- snip --- > > [..] >> >> Hi Michael, >> >> this is a classpath issue. To be sure to have it set >> correctly, use the >> provided script: >> >> bin/webtest.sh full >> >> Marc. > [...] > > > Mit freundlichen Grüßen > ------------------------------------------------------------------------ > Michael Habbert > > Senior Developer > Netpioneer GmbH, Beiertheimer Allee 18, D-76137 Karlsruhe > > Tel: 0721 / 920 60 21 > Fax: 0721 / 920 60 30 > E-Mail: [EMAIL PROTECTED] > www: http://www.netpioneer.de > _______________________________________________ > WebTest mailing list > [email protected] > http://lists.canoo.com/mailman/listinfo/webtest > > -- View this message in context: http://www.nabble.com/webtest-cannot-handle-the-lack-of-a-secure-certificate-in-our-test-environment-tf2791697.html#a7989521 Sent from the WebTest mailing list archive at Nabble.com. _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

