Modify

#6699 closed defect (fixed)

Errors when compiling josm from svn

Reported by: Hjart Owned by: team
Priority: critical Component: Core
Version: latest Keywords:
Cc:

Description

Since earlier today I'm getting fatal errors when trying to compile from svn. 1 apache package apparently does not exist

compile:
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/build.xml:122: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 182 source files to /home/hjart/OpenStreetMap/JOSM/trunk/build
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/oauth/signpost/signature/OAuthMessageSigner.java:24: package org.apache.commons.codec.binary does not exist
    [javac] import org.apache.commons.codec.binary.Base64;
    [javac]                                       ^
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/oauth/signpost/signature/OAuthMessageSigner.java:30: cannot find symbol
    [javac] symbol  : class Base64
    [javac] location: class oauth.signpost.signature.OAuthMessageSigner
    [javac]     private transient Base64 base64;
    [javac]                       ^
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/com/kitfox/svg/SVGUniverse.java:191: warning: sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
    [javac]                     byte[] buf = new sun.misc.BASE64Decoder().decodeBuffer(content);
    [javac]                                              ^
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/com/kitfox/svg/app/data/Handler.java:39: warning: sun.misc.BASE64Decoder is internal proprietary API and may be removed in a future release
    [javac]                     buf = new sun.misc.BASE64Decoder().decodeBuffer(content);
    [javac]                                       ^
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/oauth/signpost/signature/OAuthMessageSigner.java:37: cannot find symbol
    [javac] symbol  : class Base64
    [javac] location: class oauth.signpost.signature.OAuthMessageSigner
    [javac]         this.base64 = new Base64();
    [javac]                           ^
    [javac] /home/hjart/OpenStreetMap/JOSM/trunk/src/oauth/signpost/signature/OAuthMessageSigner.java:72: cannot find symbol
    [javac] symbol  : class Base64
    [javac] location: class oauth.signpost.signature.OAuthMessageSigner
    [javac]         this.base64 = new Base64();
    [javac]                           ^
    [javac] Note: /home/hjart/OpenStreetMap/JOSM/trunk/src/oauth/signpost/AbstractOAuthProvider.java uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 4 errors
    [javac] 2 warnings

Attachments (0)

Change History (1)

comment:1 Changed 23 months ago by Hjart

  • Resolution set to fixed
  • Status changed from new to closed

The missing package appeared again yesterday

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.