Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Eclipse Updater


unknown
 Share

Recommended Posts

@Zetta:

> @Godlord:
>
> > @[TE:
> >
> > > Captain evilbunnie link=topic=56101.msg594398#msg594398 date=1262417544]
> > > Works on Linux, Great Job Unknown!!!!!
> >
> > Should work everywhere where JVM is supported.
> >
> > Regards,
> >   Godlord.
>
> Obvious statement was exceedingly obvious.
> Should work on:
> Linux 2.x, Solaris, Windows (98 to 7), FreeBSD, and Mac.
>
> if jogl is used instead of swing, then it would work on Windows Mobile and Symbian also.
>
> if awt is used instead of swing then it would work on Amiga

Amiga 1.0 - 3.1 or Amiga 3.9+? Because I have Amiga 3.0 installed.

Regards,
  Godlord.
Link to comment
Share on other sites

My version doesn't delete, because it checks the file.lastmodified vs the server.lastmodified so you don't have to keep updating the list.txt on the server you just have to upload your file.

list.txt looks like
```
file1.txt
file2.zip
... etc

```
as opposed to
```
file1.txt
2
file2.zip
3

```
I'm going to update it so it does delete them and instead just keeps a list of zips.modified in a txt file on the client.
Link to comment
Share on other sites

idk if your talking to me or him.. My updater can't because it checks the date last modified of the local zip file vs the last modified of the servers zip file. If it deleted the local zip file after downloading it would just continually re-download it.
Link to comment
Share on other sites

Yeah, in MainFrame.java.. I'm going to update it soon so it won't keep the zips, so keep an eye out for that.

Zetta's works a little differently. His will download everything in the list, every time you run it. Mine only downloads modified or non-existant files on the list.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...