Seaside-Welcome Package Dependencies

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside-Welcome Package Dependencies

Sven Van Caekenberghe
Hi,

I my deployed Seaside image (from which all test cases and test packages are deleted) I get the following error when clicking the 'Seaside' tab in WAImageStatus:

2010-08-23T23:45:21+02:00 GRError: 'Seaside-Welcome' depends on unknown package 'Seaside-Tests-F
low'
GRPackage class(GRObject class)>>error:
GRPackage(GRObject)>>error:
[] in [] in GRPackage>>resolveWith:
Dictionary>>at:ifAbsent:
[] in GRPackage>>resolveWith:
OrderedCollection>>collect:
GRPackage>>resolveWith:
[] in GRPackage class>>packages
[] in Dictionary>>valuesDo:
[] in Dictionary>>associationsDo:

Not that this a dealbreaker, it just puzzles me a bit that Seaside-Welcome should depend on a Tests package...

Sven_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Seaside-Welcome Package Dependencies

Nick
Hi,

 it just puzzles me a bit that Seaside-Welcome should depend on a Tests package... 

WAWelcomeExampleFlow creates a WAFlowConvenienceFunctionalTest component to demonstrate the WATask. 
I agree that it's not ideal that it depends on a test. I guess the functionality should probably be moved from WAFlowConvenienceFunctionalTest into a component in Seaside-Examples-Misc.

Nick

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside