I have a project with my utility items within it. I have created a public part for this DC and it contains the Componen, Java Classes and a data type.
I am able to access and use the component methods and the java classes and their methods.
The data type is an enumeration and thus has an enumeration class. I have added the DateOption as a Dictionary Simple Type as Source to the public part.
My consuming components are giving the following error when I am compiling
project was not built since its classpath is incomplete. Cannot find the class file for com.spiritaero.dogs.attendtrack.util.datatype.DateOption$EnumIterator. Fix the classpath then try rebuilding this project.
When I look at the build path the jar file spiritaero.comdogsattendtrackutilDogsUtilityPP.jar is present.
Best of Luck!
Diane