Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#106218 - 20/07/2002 07:15 jemplode autoupdate
smu
old hand

Registered: 30/07/2000
Posts: 879
Loc: Germany (Ruhrgebiet)
Hi.

I think I posted this before, but anyway:
jEmplode only checks for a newer version of itself only _after_ selecting an empeg. I understand that HiJack can't be tested for without an empeg being selected, but why (the heck) do I have to select an empeg before it checks for jEmplode updates?

Is this by pure chance, or did you decide to do this for a reason? If the latter is the case, then what reason was it?

cu,
sven
_________________________
proud owner of MkII 40GB & MkIIa 60GB both lit by God and HiJacked by Lord

Top
#106219 - 20/07/2002 08:12 Re: jemplode autoupdate [Re: smu]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
Yeah .. that one's in my list of things to do ... it was just kind of annoying to fix

Top
#106220 - 20/07/2002 10:03 Re: jemplode autoupdate [Re: mschrag]
Nosferatu
enthusiast

Registered: 24/08/2001
Posts: 344
Loc: France, Champagne
I'd like to ask if we could specify the way Hijack and Jemplode are updated.

I dont think it exists at now.

At home I use my DSL connexion toi update but At work I have to go trough a proxy and when I launch Hijack Update from Jemplode that does not run ...




_________________________
Empeg IIa - 10 Gb - Red Fascia - Tuner, the day is coming - I Will Strike From the Grey -

Top
#106221 - 20/07/2002 10:06 Re: jemplode autoupdate [Re: Nosferatu]
tfabris
carpal tunnel

Registered: 20/12/1999
Posts: 31572
Loc: Seattle, WA
Ah, proxy support.

Coding in proxy support (especially if it's an authenticated proxy that requires username and password) is a big can of worms for most applications. Dunno if it's easy to do in Java or not. If Mike can pull it off, it would be interesting to see it work.
_________________________
Tony Fabris

Top
#106222 - 20/07/2002 10:33 Re: jemplode autoupdate [Re: tfabris]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
It's a huge pain in the butt actually ... Annoyingly I have all the code to do every proxy configuration under the sun, but it's all code that I wrote for a project at work, so it's pretty much offlimits. There is a java HTTP library that is really nice, though, that probably could be used (at least for the updates stuff). I think there is better SOCKS support in the newer VM's though, so it may be possible to even proxy the Empeg connection through SOCKS ...

Basically, I wouldn't look for this for a couple versions ... it's not a very high priority as I've only really heard two people even bring it up... But I can certainly be swayed.

Mike

Top
#106223 - 20/07/2002 13:41 Re: jemplode autoupdate [Re: mschrag]
Daria
carpal tunnel

Registered: 24/01/2002
Posts: 3937
Loc: Providence, RI
Support looking for a new version in a set place on disk and an external program to get it there (wget, curl, whatever). My cow orker leads me to believe that the equivalent of system() in Java is easy, and it means you get to be lazy. Well, except on Windows I guess.


Eh. Never mind

Top
#106224 - 20/07/2002 14:30 Re: jemplode autoupdate [Re: Daria]
mschrag
pooh-bah

Registered: 09/09/2000
Posts: 2303
Loc: Richmond, VA
System.exec(..) is kind of equivalent to the devil in Java... But I'll continue to look into this one.

Top