Bug 282503 - Download links are incorrect
Download links are incorrect
Status: NEW
Product: z_Archived
Classification: Eclipse Foundation
Component: VE
unspecified
All All
: P3 critical (vote)
: ---
Assigned To: VE Bugzilla inbox CLA Friend
:
: 283571 286958 (view as bug list)
Depends on:
Blocks:
  Show dependency tree
 
Reported: 2009-07-06 06:05 EDT by Oisin Hurley CLA Friend
Modified: 2011-06-13 11:36 EDT (History)
5 users (show)

See Also:


Attachments
screenshot showing 1.4.0 Release build on http://eclipse.org/vep/downloads/ page (32.66 KB, image/png)
2009-09-30 15:05 EDT, Nick Boldt CLA Friend
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oisin Hurley CLA Friend 2009-07-06 06:05:29 EDT
Links on download page are of the form

http://www.eclipse.org/downloads/download.php?file=/tools/vep/downloads/drops/1.4.0/I200906301501/VE-Update-I200906301501.zip

and should be 

http://www.eclipse.org/downloads/download.php?file=/tools/ve/downloads/drops/1.4.0/I200906301501/VE-Update-I200906301501.zip

The difference is - /tools/vep should be /tools/ve  - then the download will succeed.
Comment 1 Denis Roy CLA Friend 2009-09-03 15:29:52 EDT
*** Bug 286958 has been marked as a duplicate of this bug. ***
Comment 2 Denis Roy CLA Friend 2009-09-03 15:30:21 EDT
*** Bug 283571 has been marked as a duplicate of this bug. ***
Comment 3 Denis Roy CLA Friend 2009-09-23 15:10:21 EDT
Nick, I know you wrote these pages.  I spent about 5 minutes trying to find the issue, and the only thing I can think of is the programmatic mismatch between the 'project name' of vep and the download directory of ve.

If you can't change the code, then I can just rename the 've' download directory to match.
Comment 4 Nick Boldt CLA Friend 2009-09-23 17:45:53 EDT
I can change the code - and thought I'd already worked around this - but wouldn't it be teh axxesome if they just matched? 

Suggest using VE for both instead of VEP cuz "project" is the most meaningless thing to add to an acronym since "framework" or "plugin". And two-letter acronyms are indie cool. TLAs are just ... mainstream.

Can we move vep -> ve instead of ve -> vep? All we'd need is 

a) move /cvsroot/org.eclipse/www/vep/ to /ve/

b) symlink or redirect from /cvsroot/org.eclipse/www/vep/ to /ve/. Symlinks in the CVS filesystem work for keeping existing checked out projects from breaking.

c) Symlink or redirect from http://www.eclipse.org/vep/ to /ve/ so old links will still end up with content in its moved location.

Note that the Bugzilla "Product" is "VE", not VEP, and the project about page is http://www.eclipse.org/projects/project_summary.php?projectid=tools.ve so it's really just the website that's foo'd in the bar.
Comment 5 Nick Boldt CLA Friend 2009-09-30 11:56:23 EDT
I've hacked around the problem for now. Links on download page work again. 

But at what cost?!? :)

Note also that VE 1.4.0 R is available. Woo!
Comment 6 Yves YANG CLA Friend 2009-09-30 12:26:12 EDT
(In reply to comment #5)
> I've hacked around the problem for now. Links on download page work again. 
> 
> But at what cost?!? :)
> 
> Note also that VE 1.4.0 R is available. Woo!

Thanks Nick!

I cannot see the R build on the web yet. Maybe later?
Comment 7 Nick Boldt CLA Friend 2009-09-30 15:05:57 EDT
Created attachment 148464 [details]
screenshot showing 1.4.0 Release build on http://eclipse.org/vep/downloads/ page