Modify ↓
Opened 16 years ago
Closed 16 years ago
#3793 closed defect (fixed)
plugins/remotecontrol/RequestProcessor.java:36: cannot find symbol DownloadTask
| Reported by: | Owned by: | framm | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core remotecontrol | Version: | |
| Keywords: | ftbfs | Cc: |
Description
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
Attachments (0)
Note:
See TracTickets
for help on using tickets.



Please update to the latest plugin version, should be fixed there.