History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-344
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: James House
Reporter: Jasper Rosenberg
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

Conditionally build quartz-weblogic.jar based on Weblogic class that is actually used

Created: 03/Mar/06 10:12 AM   Updated: 03/Mar/06 04:48 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.6, 1.5.2


 Description  « Hide
In build.xml, when deciding whether or not to build the quartz-weblogic.jar, it checks for class weblogic.logging.NonCatalogLogger.

However, this class isn't directly referenced by Quartz (and so isn't technically required to build the quartz-weblogic.jar).

Instead, have it check a weblogic class that is used, weblogic.jdbc.jts.Driver.

 All   Comments   Change History      Sort Order:
There are no comments yet on this issue.