The warnings for missing jars have been expanded like that below.
Two new targets :
import-framework-jar
import-servlet-jar
Unfortunately, there can be not automated getting of jms-1_0_2b.zip or
jdbc2_0-stdext.jar as you have to hit "I Agree" at Sun before the
download can commece. If only there were an Ant task :
<jf-get
file="jms-1_0_2b.zip"
from="http://java.sun.com/products/jms/docs.html"
hit-button="I Agree"
/>
- Paul H
op-warning:
**********************************************
*
* Classes needed for output via JMS are not
* available. Logkit should build without them
*
* Recovery:
* Get jms.jar from inside jms-1_0_2b.zip from
http://java.sun.com/products/jms/docs.html
and place it in the lib dir
*
***********************************************
framework-warn:
**********************************************
*
* Optional classes from Avalon's framework subproject
* are missing. Logkit should build without them.
*
* Run the build target import-framework-jar and it will
* get the framework jar from a relative directory if there.
*
***********************************************
op-warning:
**********************************************
*
* Classes needed for output via SQL databases are not
* available. Logkit should build without them
*
* Recovery:
* Get jdbc2_0-stdext.jar (listed as 'JDBC 2.0 Optional Package Binary')
from http://java.sun.com/products/jdbc/download.html and place it in
the lib dir
*
***********************************************
op-warning:
**********************************************
*
* Classes needed for output via Servlet are not
* available. Logkit should build without them
*
* Recovery:
* Run the build target import-servlet-jar and it will download
the servlet api jar - you should be online for that.
*
***********************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]