pissardl / geocoder-java

Automatically exported from code.google.com/p/geocoder-java
0 stars 0 forks source link

build failure #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. >svn co http://geocoder-java.googlecode.com/svn/trunk/ geocoder-java
2. >cd geocoder-java
3. >[INFO] --- maven-gpg-plugin:1.4:sign (sign-artifacts) @ geocoder-java ---
GPG Passphrase: ???

What is the expected output? What do you see instead?
*gpg: error loading `iconv.dll': The specified module could not be found.

What version of the product are you using? On what operating system?
Apache Maven 3.0.4 (r1232337; 2012-01-17 10:44:56+0200)
Maven home: C:\programs\maven\bin\..
Java version: 1.6.0_25, vendor: Sun Microsystems Inc.
Java home: C:\Program Files (x86)\Java\jdk1.6.0_25\jre
Default locale: uk_UA, platform encoding: Cp1251
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"

Please provide any additional information below.

What is GPG Passphrase?
Why is there dependency to "iconv.dll"?

Original issue reported on code.google.com by h6.msan...@gmail.com on 10 Sep 2012 at 10:39

GoogleCodeExporter commented 9 years ago
>sh
sh-3.1$ type gpg
gpg is /usr/bin/gpg
sh-3.1$ uname
MINGW32_NT-6.1

Original comment by h6.msan...@gmail.com on 10 Sep 2012 at 10:54

GoogleCodeExporter commented 9 years ago
and why there is dependency to gpg?

Original comment by h6.msan...@gmail.com on 10 Sep 2012 at 10:58

GoogleCodeExporter commented 9 years ago
not a bug

Original comment by h6.msan...@gmail.com on 10 Sep 2012 at 10:04

GoogleCodeExporter commented 9 years ago
gpg is used to sign jar files before
for development you can delete gpg plugin from pom.xml file

Original comment by panchmp on 10 Sep 2012 at 10:12