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

Key: QUARTZ-324
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

build.xml looking for osbuild.xml in wrong location

Created: 21/Feb/06 02:40 PM   Updated: 03/Mar/06 04:48 PM
Component/s: Core
Affects Version/s: 1.6, 1.5.1
Fix Version/s: 1.6, 1.5.2


 Description  « Hide
Was missing the common subdirectory under opensymphony, should be:

<copy todir="${basedir}" failonerror="false" overwrite="true">
        <fileset file="../opensymphony/common/osbuild.xml" />
        <fileset file="../opensymphony/common/EMPTY.MF" />
</copy>

 All   Comments   Change History      Sort Order:
Jasper Rosenberg - [24/Feb/06 07:52 AM ]
Also check to see if osbuild.xml is available (after copy), and if it is not, fail with advice on where to get it.

Jasper Rosenberg - [24/Feb/06 07:56 AM ]
Also switch ant properties that are currently using value (but are file/directory paths) to use location instead.