i believe that i found the problem. the following code is from a class
wethod in one of my classes which is a subclass of model. when
commented out the deployment tool sees no dependency on the
development system. a similar problem was documented in 2003 and
assigned fix #1437. seems like there is still a problem.
john
*****************************
publishedAspectsOfInstances
" ^(super publishedAspectsOfInstances)
add: (Aspect string: #rcpCategory );
add: (Aspect string: #rcpName );
add: (Aspect collection: #rcpCollectionOfImages );
add: (Aspect string: #rcpDescription );
add: (Aspect collection: #rcpCollectionOfIngredients );
add: (Aspect collection: #rcpCollectionOfInstructions );
yourself "
Thanks Bill, recorded as #1437.
Regards
Blair