Ciao,

Ciao,


Hi Dario,

The way we are dealing with metarepos is somewhat problematic.
The creation of a new repo for each new pharo version is wrong. The result
is that the latest version of configurations is often not in all metarepos.


OK.....  from: http://www.smalltalkhub.com/mc/Pier/Pier3Addons/main

i load ( ConfigurationOfPier3AddOns project version: #'stable' )

without error!!!   ( But i need to load #'development'  version ?)

But for example any Magritte package was uploaded,

and the ZnZincServerAdaptor too......

What is the right package sequence to load and which the relative version ?

Into Pharo 4.0 i load:

( ConfigurationOfSeaside3 project version: #'release3.1' ) load. ( ConfigurationOfMagritte3 project version: #'stable' ) load. ( ConfigurationOfMagritte3AddOns project version: #'release3.1' ) load.

with this exception :

This package depends on the following classes:
  SAXParserDriver
  XMLWellFormedParserTokenizer
You must resolve these dependencies before you will be able to load these definitions: 
  SAXPositionParserDriver
  decodesCharacters
  handleEndCDataPosition:
  handleEndCommentPosition:
  handleEndDeclaration:
  handleEndDoctypeDeclarationPosition:
  handleEndEntityReferencePosition:
  handleEndPIPosition:
  handleEndQuotedStringValuePosition:
  handleEndTagPosition:
  handleEndXMLDeclarationPosition:
  handleStartCDataPosition:
  handleStartCommentPosition:
  handleStartDeclaration:
  handleStartDoctypeDeclarationPosition:
  handleStartEntityReferencePosition:
  handleStartPIPosition:
  handleStartQuotedStringValuePosition:
  handleStartTagPosition:
  handleStartXMLDeclarationPosition:
  isValidating
  tokenizerClass
  XMLPositionWellFormedParserTokenizer
  currentPosition
  nextAttributeValue
  nextCDataSection
  nextCharacterReferenceOnWriteStream
  nextComment
  nextDoctypeDeclaration
  nextEndDoctypeDeclaration
  nextEntityValue
  nextGeneralEntityReferenceOnWriteStream
  nextPIWithTarget:
  nextParameterEntityReference
  nextParameterEntityReferenceInDeclaration
  nextParameterEntityReferenceOnWriteStream
  nextSubsetDeclaration
  nextTag
  nextXMLDeclaration
  setDriver:stream:readLimit:
( ConfigurationOfPier3 project version: #'release3.1' ) load. ( ConfigurationOfPier3AddOns project version: #'release3.1' ) load
with this exception:

A) XML-Parser have unsaved change in the image

B)  PRAdminSetup initialize
| piersetup |
piersetup := (WAAdmin register: self asApplicationAt: 'piersetup')
preferenceAt: #useCookies put: false;     ****** useCookies  is not configured *******


NOW when i open the:  pier   and the: pier-setup    applications  the system report some errors

and is not  operating.

Some Considerations?

Thanks,

Dario