
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Core
|
| Affects Version/s: |
1.5
|
| Fix Version/s: |
1.5.1
|
|
|
Environment:
|
Windows 2000 (command prompt), ANT 1.6.5
|
|
|
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
|
|
Description
|
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 |
Show » |
|
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.