Changes between Initial Version and Version 1 of Ticket #49756


Ignore:
Timestamp:
Nov 21, 2015, 12:01:33 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49756

    • Property Summary changed from Build failed due to jar file that look likes to be in real an html file to commons-cli: Build failed due to jar file that look likes to be in real an html file
    • Property Milestone changed from MacPorts Future to
  • Ticket #49756 – Description

    initial v1  
     1{{{
    12:info:build     [javac] error: error reading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-cli/commons-cli/work/commons-cli-1.1-src/target/lib/junit-3.8.1.jar; error in opening zip file
     3}}}
    24
    35If I try to unzip with jar, I get an exception:
    46
     7{{{
    58jar -tvf /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-cli/commons-cli/work/commons-cli-1.1-src/target/lib/junit-3.8.1.jar
    69java.util.zip.ZipException: error in opening zip file
     
    1215        at sun.tools.jar.Main.run(Main.java:291)
    1316        at sun.tools.jar.Main.main(Main.java:1233)
     17}}}
    1418
    1519I tried to open the file with Aquaemacs and it seems to be html:
     20
     21{{{
    1622<html>
    1723<head>
     
    6369</body>
    6470</html>
    65 
     71}}}