#1549 closed defect (fixed)
Repository not added correctly
Reported by: | Jorge | Owned by: | Pedro Gea |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | TolPackage | Version: | 3.1 |
Severity: | major | Keywords: | |
Cc: |
Description
- First, ejecute
#Require MMS
in a session without http://packages.localbayes.es/BayesPrivateTolPackages/repository.php added: TOL will not find MMS as expected. - Next, add the missing repository
Real TolPackage::AddRepository("http://packages.localbayes.es/BayesPrivateTolPackages/repository.php");
- Next, try again
#Require MMS
: TOL does not know to find MMS
But if you exit that session and start a new one then MMS is downloaded when requested.
Change History (6)
comment:1 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 13 years ago by
comment:6 Changed 13 years ago by
(In [4768]) Refs #1549
Se actualiza TolPackageUpdater para la versión TolPackage.2.3
Note: See
TracTickets for help on using
tickets.
(In [4761]) Refs #1549
Se actualiza el catálogo del objeto servidor (
TolPackage::Server::GetCatalog(?)
) tras los cambios en la lista de repositorios.