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

Key: QUARTZ-551
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James House
Reporter: Henri Yandell
Votes: 0
Watchers: 0
Operations

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

Build problems with trunk

Created: 04/Jan/07 01:51 PM   Updated: 19/Mar/07 02:34 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.6.1


 Description  « Hide
When running 'ant jar' in http://svn.opensymphony.com/svn/quartz/trunk, I've had to add lib/build/jms.jar to get it to compile.

When running 'ant test', and after copying junit.jar over to the $ANT_HOME/lib, it says:

/Users/henri/opensymphony/quartz/osbuild.xml:96: Cannot run coverage tests. Please copy lib/build/clover.jar and lib/build/clover.license (if it exists) to /Users/henri/apps/apache-ant-1.7.0/lib

However there is no clover.jar available in either quartz or the opensymphony/common directory.

 All   Comments   Change History      Sort Order:
James House - [16/Mar/07 11:35 PM ]

Well, we can't distribute clover, and I've had a heck of a time trying to get the osbuild.xml to be modified to make it more optional... we'll have to figure something out...

Henri Yandell - [19/Mar/07 02:34 PM ]
Clover is mentioned in another issue, so just solving the jms one in this issue:

On trunk:

svn ci -m "Adding JMS to build/lib so things compile as mentioned in QUARTZ-551" lib/build/
Adding (bin) lib/build/jms.jar
Adding lib/build/jms.license.txt
Transmitting file data ..
Committed revision 674.

On the branch:

svn ci -m "Adding JMS to build/lib so things compile as mentioned in QUARTZ-551" lib/build/
Adding (bin) lib/build/jms.jar
Adding lib/build/jms.license.txt
Transmitting file data ..
Committed revision 673.