Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

redistributable?

39 views
Skip to first unread message

john c

unread,
May 10, 2012, 4:47:38 PM5/10/12
to
hi,

when i do a deploy, i'm suddenly get a warning that i may have a
dependency on a non-redistrutable class but it gives me no clue as to
the class in question. i have the text file with the list of non-
distributable classes but don't know where or how to look for a match.

can anyone give me some help.

john

Ron

unread,
May 12, 2012, 2:43:33 PM5/12/12
to
John
Have you put the application that you want to deploy in a separate
package?
If so, open the package in the 'Package Browser' and look in the
Dependents and the Prerequisites tabs, the Class that is causing the
problem should be in one of them.

If you still have a problem send your text file to me.

Ron

john cummings

unread,
May 14, 2012, 12:57:22 PM5/14/12
to
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
0 new messages