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

Key: QUARTZ-255
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
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

Quartz 1.5 ant build errors

Created: 27/Sep/05 12:43 PM   Updated: 28/Sep/05 07:47 PM
Component/s: Core
Affects Version/s: 1.5
Fix Version/s: 1.5.1

Environment: Windows 2000 (command prompt), ANT 1.6.5


 Description  « Hide
I tried to download and compile Quartz 1.5, and I had to make two changes to get it to work:

1. I had to edit the build.xml file to change the setting of the "common.build" property:
    <property name="common.build" value="osbuild.xml"/>

2. I had to create a file in the root directory called EMPTY.MF

-Jasper

 All   Comments   Change History      Sort Order:
James House - [27/Sep/05 11:09 PM ]

Strange. I'll look into it. Strange because that is one of the things that I (thought I) tested before uploading the final release zip.

James House - [28/Sep/05 07:47 PM ]

Changed build.xml to copy the osbuild.xml into the quartz base dir *before* anything is done with it. (the copy has failonerror="false" such that it still works from a distribution, where the osbuild.xml has already been copied to).