https://bz.apache.org/bugzilla/show_bug.cgi?id=57595

--- Comment #11 from Vasili <[email protected]> ---
Yes, that was the proxy problem, I just received new IP and proxy works.

Now I'm getting POI-specific dependencies errors (can't find bcprov):


    [unzip] Expanding:
C:\poi-src-3.11-20141221\poi-3.11\lib\jacoco-0.7.1.201405
082137.zip into C:\poi-src-3.11-20141221\poi-3.11

testexist:

downloadfile:
      [get] Getting:
http://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.1
1/apache-rat-0.11.jar
      [get] To: C:\poi-src-3.11-20141221\poi-3.11\lib\apache-rat-0.11.jar

testexist:

downloadfile:
      [get] Getting:
http://repo1.maven.org/maven2/org/bouncycastle/bcprov-ext-j
dk15on/1.51/bcprov-ext-jdk15on-1.51.jar
      [get] To:
C:\poi-src-3.11-20141221\poi-3.11\compile-lib\bcprov-ext-jdk15on
-1.51.jar
      [get] Error getting
http://repo1.maven.org/maven2/org/bouncycastle/bcprov-
ext-jdk15on/1.51/bcprov-ext-jdk15on-1.51.jar to
C:\poi-src-3.11-20141221\poi-3.1
1\compile-lib\bcprov-ext-jdk15on-1.51.jar

BUILD FAILED
C:\poi-src-3.11-20141221\poi-3.11\build.xml:479: The following error occurred
wh
ile executing this line:
C:\poi-src-3.11-20141221\poi-3.11\build.xml:387: java.io.FileNotFoundException:
C:\poi-src-3.11-20141221\poi-3.11\compile-lib\bcprov-ext-jdk15on-1.51.jar (The
s
ystem cannot find the path specified)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
        at
org.apache.tools.ant.taskdefs.Get$GetThread.downloadFile(Get.java:739
)
        at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:586)
        at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569)


P.S. BTW why using bcprov when today built-in into JDK javax.crypto package
gives everything (in imho better shape and performance) out-of-the-box
including AES256?

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to