December 02 Developer Tools

the release date, and i'm sure some bugs have been squashed. :)

Basically, they're updates for the 10.2.3 version of OS X and OS X Server.

"The December 2002 Mac OS X Developer Tools include everything you
need to begin developing applications for Mac OS X. The Developer
Tools collection includes Project Builder 2.1, Interface Builder
2.3.2, AppleScript Studio, gcc 3.1, updated documentation, and much
more. (It requires Mac OS X 10.2 or higher.)"
 
You think 3 hours was slow! Ive got a 512kb broadband connection and imagine my suprise when it came up at over 24 hours running at around 3kb. After no sign of it speeding up within the first hour I cancelled and downloaded from another server.
 
It was taking so long on Friday that I wrote a quick script in order to download all of the segments so I could leave for the weekend:
Code:
#!/bin/sh
#Downloads Dec2002DevTools
ADC#=YOURADC#
HASH=YOURPASSWORDHASH
mkdir "/downloads/Apple/Dec2002DevTools"
cd "/downloads/Apple/Dec2002DevTools"
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury1.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.dmg.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.002.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.003.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.004.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.005.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.006.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.007.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.008.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.009.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.010.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.011.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.012.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.013.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.014.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.015.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.016.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.017.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.018.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.019.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.020.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.021.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.022.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.023.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.024.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.025.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.026.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.027.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.028.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.029.dmgpart.bin"
/bin/sleep 650
/usr/local/bin/wget "ftp://$ADC#:$HASH@imercury5.apple.com/Mac_OS_X/Dec_2002_Dev_Tools/macbinary-segments/Dec2002DevTools.030.dmgpart.bin"
 
Code:
% which wget
wget: Command not found.
%  which /usr/local/bin/wget
/usr/local/bin/wget: Command not found.
I thought wget went away in 10.1 or something like that?

My 10.2.3 does not seem to have it... Is this something that came with developer tools?
 
I don't think it came with Dev Tools. Had them installed and constantly upated since Jaguar and I don't have wget either.
 
As of 2003-01-18 the only ansver the server gives is: access denied. :mad:
how come? i could download the previous version whithout any problem. :confused:
So If anyone have the december 2002 devtools and is willing to share them please let me know.
 
Send feedback to Apple through their dev-website that the download doesn't work for you. They'll fix it, if the problem is on their side, and inform you about what you can do if it's on your side.

Afaik some browsers have problems with the ADC downloads. You might have to try IE, which I've always used for that purpose.
 
Originally posted by james.paul
You think 3 hours was slow! Ive got a 512kb broadband connection and imagine my suprise when it came up at over 24 hours running at around 3kb. After no sign of it speeding up within the first hour I cancelled and downloaded from another server.

I'm sure this must of been some trouble at the ADC site cause when I downloaded the files was very fast only a few minutes.
Wonder if anyone has had any problems recently? Perhaps many are streaming the ADC Sessions.
 
Back
Top