[squeak-dev] Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)

stephan at stack.nl stephan at stack.nl
Thu Dec 18 12:58:18 UTC 2008


Quoting squeak-dev-request at lists.squeakfoundation.org:
>   20.  Re: [ANN] ConflictFinder (help needed!) (Andreas Raab)
>
> Thanks. Anyone who is interested can try running this first:

So, how do you want to receive results?
First experiment (no Universe):

ConflictFinder findConflictsIn:{
			'Seaside' -> [MczInstaller installFileNamed:  
'D:\conflicttest\Pharo0.1-10074-oneclick.app\Seaside2.8a1-pmm.581.mcz'].
			'Scriptaculous' -> [MczInstaller installFileNamed:  
'D:\conflicttest\Pharo0.1-10074-oneclick.app\Scriptaculous-lr.243.mcz'].
			'ShoreComponents' -> [MczInstaller installFileNamed:  
'D:\conflicttest\Pharo0.1-10074-oneclick.app\ShoreComponents-3-pk.39.mcz'].
		}.

Results in:
Analysing base system ...  done.
Loading Seaside ...  (response is Undeclared)  (response is  
Undeclared)  (response is Undeclared)  (response is Undeclared)   
(response is Undeclared)  (response is Undeclared)  (HttpService is  
Undeclared)  (HttpResponse is Undeclared)  (HttpResponse is  
Undeclared)  (HttpResponse is Undeclared)  (HttpResponse is  
Undeclared)  (HttpRequest is Undeclared)  (HttpRequest is Undeclared)  
done.
Loading Scriptaculous ...  (uids is Undeclared)  (uids is Undeclared) done.
Loading ShoreComponents ... done.
Analysis complete.

Stephan



More information about the Squeak-dev mailing list