Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Ok, then I go to my lib/UserRoutines.jar just to check that all my classes are there and, for my BIG surprise, only RoutineB.class and RoutineCommon.class are there. Where is the RoutineA.class?
Which version are you using?
There may be a smarter answer; but the idea of periodically creating a "root" Job that should automatically have all routines added may be a workable option.
If you create a routine and then create a Job, the routine is automatically added.
If you create a Job and then create a routine, you must manually add the routine.