-
2. Re: Error when building package in Guvnor - "Process compilation error <ClassName> cannot be resolved to a type."
dimmordino Apr 1, 2013 1:25 PM (in response to swiderski.maciej)Thank you for the response. I did try uploading the jar file to guvnor and it still does not seem to find the classes in the jar file. Do i have to reference any of the packages somehow after the jar file is uploaded or does that automatically place the .jar file into my classpath? I see a configuration section for imported types and globals above the "build package" button in guvnor. Do i have to import every dependency here, if so can i use ".*" to reference entire packages or do i have to list each class individually?
thanks,
Dave
-
3. Re: Error when building package in Guvnor - "Process compilation error <ClassName> cannot be resolved to a type."
dimmordino Apr 1, 2013 2:42 PM (in response to dimmordino)Ok, i got my package to build. I was originally adding the imported types via the configuration section mentioned in my last post and then clicking the build button WITHOUT saving first. I did not realize you have to save the changes after adding an imported type before clicking the build button, or the changes won't take effect.