Modify

Opened 13 years ago

Closed 13 years ago

#6699 closed defect (fixed)

Errors when compiling josm from svn

Reported by: hjart Owned by: team
Priority: critical Milestone:
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 by hjart, 13 years ago

Resolution: fixed
Status: newclosed

The missing package appeared again yesterday

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.