Your message dated Mon, 12 Nov 2007 05:27:17 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#449188: fixed in wagon 1.0-beta-2-2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: libwagon-java Version: 1.0-beta-2-1 Severity: important -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The jar file "/usr/share/java/wagon-ssh.jar" doesn't have the package org.apache.maven.wagon.providers.ssh.knownhost which is needed by the wagon implementations in that jar. This problem causes a NoClassDefFoundError when trying to use the wagon: org.apache.maven.lifecycle.LifecycleExecutionException: Error deploying artifact: Unsupported Protocol: 'sftp': Cannot find wagon which supports the requested protocol: sftp at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: Error deploying artifact: Unsupported Protocol: 'sftp': Cannot find wagon which supports the requested protocol: sftp at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:174) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) ... 16 more Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: Error deploying artifact: Unsupported Protocol: 'sftp': Cannot find wagon which supports the requested protocol: sftp at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:94) at org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:162) ... 18 more Caused by: org.apache.maven.wagon.TransferFailedException: Unsupported Protocol: 'sftp': Cannot find wagon which supports the requested protocol: sftp at org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:184) at org.apache.maven.artifact.manager.DefaultWagonManager.putArtifact(DefaultWagonManager.java:153) at org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:80) ... 19 more Caused by: org.apache.maven.wagon.UnsupportedProtocolException: Cannot find wagon which supports the requested protocol: sftp at org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:128) at org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:178) ... 21 more Caused by: org.codehaus.plexus.component.repository.exception.ComponentLookupException: Unable to lookup component 'org.apache.maven.wagon.Wagonsftp', it could not be created at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:335) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440) at org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:124) ... 22 more Caused by: org.codehaus.plexus.component.factory.ComponentInstantiationException: Could not instanciate component: role: 'org.apache.maven.wagon.Wagon', implementation: 'org.apache.maven.wagon.providers.ssh.jsch.SftpWagon', role hint: 'sftp' at org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeException(JavaComponentFactory.java:77) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:62) at org.codehaus.plexus.DefaultPlexusContainer.createComponentInstance(DefaultPlexusContainer.java:1464) at org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:93) at org.codehaus.plexus.component.manager.PerLookupComponentManager.getComponent(PerLookupComponentManager.java:48) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331) ... 24 more Caused by: java.lang.NoClassDefFoundError: org/apache/maven/wagon/providers/ssh/knownhost/UnknownHostException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at java.lang.Class.getConstructor0(Class.java:2699) at java.lang.Class.newInstance0(Class.java:326) at java.lang.Class.newInstance(Class.java:308) at org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:44) ... 28 more - -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.22 (SMP w/2 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libwagon-java depends on: ii libcommons-httpclient-ja 3.1-1 A Java(TM) library for creating HT ii libcommons-net-java 1.4.1-1 internet protocol suite Java libra ii libcommons-openpgp-java 0+svn533492-1 a common and simple interface for ii libganymed-ssh2-java 210-2 pure Java implementation of the SS ii libjsch-java 0.1.34ds1-1 java secure channel ii libjtidy-java 7+svn20070309-1 a Java port of HTML Tidy, a HTML s ii libplexus-classworlds-ja 1.2+svn5720-1 Class loading utilities for the Pl ii libplexus-component-api- 1.0+svn6316-1 utilities for the Plexus framework ii libplexus-interactivity- 1.0-alpha-6-2 interactivity API for the Plexus f ii libplexus-utils-java 1:1.4.1-1 utilities for the Plexus framework ii libslide-webdavclient-ja 2.1+dfsg-2 WebDAV client library for Java libwagon-java recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHLPxWtHQW4HWNftkRAqdiAJwJzzgIYBS1KHhkrmkdFM7Zsc1h1wCgkxHY d7KxNat69knL4T6pXzvIC48= =6JaK -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: wagon Source-Version: 1.0-beta-2-2 We believe that the bug you reported is fixed in the latest version of wagon, which is due to be installed in the Debian FTP archive: libwagon-java-doc_1.0-beta-2-2_all.deb to pool/main/w/wagon/libwagon-java-doc_1.0-beta-2-2_all.deb libwagon-java_1.0-beta-2-2_all.deb to pool/main/w/wagon/libwagon-java_1.0-beta-2-2_all.deb wagon_1.0-beta-2-2.diff.gz to pool/main/w/wagon/wagon_1.0-beta-2-2.diff.gz wagon_1.0-beta-2-2.dsc to pool/main/w/wagon/wagon_1.0-beta-2-2.dsc A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Paul Cager <[EMAIL PROTECTED]> (supplier of updated wagon package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 04 Nov 2007 11:03:16 +0000 Source: wagon Binary: libwagon-java libwagon-java-doc Architecture: source all Version: 1.0-beta-2-2 Distribution: unstable Urgency: low Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]> Changed-By: Paul Cager <[EMAIL PROTECTED]> Description: libwagon-java - tools to manage Maven artifacts and deployment libwagon-java-doc - tools to manage Maven artifacts and deployment Closes: 449188 Changes: wagon (1.0-beta-2-2) unstable; urgency=low . * libwagon-java: Fixed missing package org.apache.maven.wagon.providers.ssh.knownhost (Closes: #449188) * Added new control field "Homepage" Files: 383739b5bfebaa3d3508758a754e96d0 1312 libs optional wagon_1.0-beta-2-2.dsc a7a8bf56409bbbedcb48291511a10daa 8246 libs optional wagon_1.0-beta-2-2.diff.gz 46cde5c2211870020efcc0a093f2868b 94006 libs optional libwagon-java_1.0-beta-2-2_all.deb 11e4db28e311d3bf1c2965a665d0ab94 151112 doc optional libwagon-java-doc_1.0-beta-2-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHN1htWSOgCCdjSDsRAu5GAJ995IhAs5tWQlUU2Wyu33iu7S/9GQCfbncV GS9t+cjuefaIrV80UWm9wp8= =BLhY -----END PGP SIGNATURE-----
--- End Message ---

