FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 374 : Automatic (but optional) Update
Last modified: 2006-11-10 09:52
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P5
Severity:
enhancement
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
Reporter:
neko
Assigned To:
fry
Attachment
Type
Created
Size
Actions
DON'T USE THIS FILE! Though I think this does the trick for Windows.
patch
2006-07-16 21:20
5.90 KB
Description
: Opened: 2006-07-16 20:26
It would be nice to have Processing update itself, without requiring the
user to go to the site and download the new version.
Additional Comment
#1 From neko 2006-07-16 21:20
edit
]
DON'T USE THIS FILE! Though I think this does the trick for Windows.
Sorry if I'm uploading this to the wrong spot.
Also sorry if the code is really messed up, I don't have JDK or whatever.
Linux updating should be easy to do also, but I seriously have no clue with Mac
:P
Additional Comment
#2 From fry 2006-07-17 05:14
auto update is fairly complicated because it's not just pde.jar and
core.jar that change, often files and folder are added and removed. it
would be nice to have it implemented so that upgrades would go more
smoothly (and require less disk space), so we'll keep it filed as a feature
request.
Additional Comment
#3 From neko 2006-07-17 10:18
Oh, I was under the impression that the new files could simply be extracted
directly over the old ones and it would work fine.