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

Key: QUARTZ-93
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: James House
Reporter: Patrick Burleson
Votes: 0
Watchers: 0
Operations

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

Build File doesn't delete quartz-src.jar during clean

Created: 20/Nov/04 05:54 PM   Updated: 23/Nov/04 10:50 AM
Component/s: None
Affects Version/s: 1.4.2
Fix Version/s: 1.4.3

File Attachments: 1. Text File build.xml.patch (0.5 kb)



 Description  « Hide
An "ant clean" command does not delete the quartz-src.jar that's created by a "ant dist".

This patch fixes that by adding a <delete> for the quartz-src.jar.

Fairly trivial.

 All   Comments   Change History      Sort Order:
Patrick Burleson - [20/Nov/04 05:54 PM ]
Patch to add a <delete> command for the quartz-src.jar file.

James House - [23/Nov/04 10:50 AM ]
thanks