This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 36521 - Downloading NBMs for openide/registry, openide/convertor, core/registry fails
Summary: Downloading NBMs for openide/registry, openide/convertor, core/registry fails
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: AU Masters (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 20:33 UTC by Jesse Glick
Modified: 2003-12-11 14:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-10-09 20:33:44 UTC
www/www/updates/alpha/dev_1.6_.xml v. 1.123 is
really badly broken, isn't it?

This diff changes working to broken download URLs:

@@ -1126,7 +1126,7 @@
 
 <module codenamebase="org.netbeans.core.registry"
         homepage="http://core.netbeans.org/"
-       
distribution="http://www.netbeans.org/download/nbms/alpha/dev/org-netbeans-core-registry.nbm"
+       
distribution="http://www.netbeans.org/download/nbms/alpha/dev/registry-core.nbm"
         license="standard-nbm-license.txt"
         downloadsize="26674"
         needsrestart="false"
@@ -1145,7 +1145,7 @@
 
 <module codenamebase="org.netbeans.modules.convertor"
         homepage="http://openide.netbeans.org/"
-       
distribution="http://www.netbeans.org/download/nbms/alpha/dev/org-netbeans-modules-convertor.nbm"
+       
distribution="http://www.netbeans.org/download/nbms/alpha/dev/convertor.nbm"
         license="standard-nbm-license.txt"
         downloadsize="18280"
         needsrestart="false"
@@ -1163,7 +1163,7 @@
 
 <module codenamebase="org.netbeans.modules.registry"
         homepage="http://openide.netbeans.org/"
-       
distribution="http://www.netbeans.org/download/nbms/alpha/dev/org-netbeans-modules-registry.nbm"
+       
distribution="http://www.netbeans.org/download/nbms/alpha/dev/registry.nbm"
         license="standard-nbm-license.txt"
         downloadsize="43058"
         needsrestart="false"
Comment 1 rbalada 2003-10-10 09:10:29 UTC
That was my fault.

When updating Daily Alpha Update Centre after fix of issue 33237, I
forgot a
commandline switch to enable distribution URL auto-fixing.

The Daily dev Alpha Update Centre is now corrected.