﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6699	Errors when compiling josm from svn	hjart	team	"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
}}}
"	defect	closed	critical		Core	latest	fixed		
