﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3793	plugins/remotecontrol/RequestProcessor.java:36: cannot find symbol DownloadTask	timo.lindfors@…	framm	"{{{
Steps to reproduce:
1) DIR='/tmp/josm'
2) mkdir $DIR && cd $DIR
3) svn co http://josm.openstreetmap.de/svn/trunk core
4) svn co http://svn.openstreetmap.org/applications/editors/josm/plugins plugins
5) cd $DIR/core && ant dist
6) cd $DIR/plugins && ant dist

Expected results:
6) plugins are built from source

Actual results:
6) build fails with 
}}}

{{{
compile:
     [echo] creating ../../dist/remotecontrol.jar
    [javac] Compiling 4 source files to /local/lindi/scm/josm/plugins/remotecontrol/build
    [javac] /local/lindi/scm/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java:36: cannot find symbol
    [javac] symbol  : class DownloadTask
    [javac] location: class org.openstreetmap.josm.gui.download.DownloadDialog
    [javac] import org.openstreetmap.josm.gui.download.DownloadDialog.DownloadTask;
    [javac]                                                          ^
    [javac] /local/lindi/scm/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java:131: cannot find symbol
    [javac] symbol  : class DownloadTask
    [javac] location: class org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor
    [javac]                 DownloadTask osmTask = new DownloadOsmTask();
    [javac]                 ^
    [javac] /local/lindi/scm/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RequestProcessor.java:256: cannot find symbol
    [javac] symbol  : class DownloadTask
    [javac] location: class org.openstreetmap.josm.plugins.remotecontrol.RequestProcessor
    [javac]                     DownloadTask osmTask = new DownloadOsmTask();
    [javac]                     ^
    [javac] 3 errors
}}}

{{{
More info:
1) plugins: r18293
2) core: r2329
3) distro: debian unstable on amd64
4) compiler: openjdk 6b16-1.6.1-2
}}}
"	defect	closed	normal		Core remotecontrol		fixed	ftbfs	
