Subject | [patch] build.xml javadocs |
---|---|
Author | leo_simons |
Post date | 2002-04-10T12:42:25Z |
Hi,
I'm evaluating the type 4 driver. Seems to work 'rather well' (ie
good job!).
(it needs
a) docs
b) release though). Seems to work 'rather well' (ie good job!).
a) step one: javadocs...
The current build.xml file won't build javadocs properly. Easy fix.
I know I should get a sourceforge account but I'm being lazy/busy
right now.
regards,
- Leo Simons
PS: you might want to look at the datasource pooling and utilities
included in Jakarta's Avalon Excalibur at
http://jakarta.apache.org/avalon/excalibur (source at
http://cvs.apache.org/viewcvs/jakarta-avalon-
excalibur/all/src/java/org/apache/avalon/excalibur/datasource/).
Anyway, here's the patch:
Index: build.xml
===================================================================
RCS file: /cvsroot/firebird/client-java/src/build/build.xml,v
retrieving revision 1.20
diff -r1.20 build.xml
348d347
< classpath="${classpath}"
355c354,356
< />
---
I'm evaluating the type 4 driver. Seems to work 'rather well' (ie
good job!).
(it needs
a) docs
b) release though). Seems to work 'rather well' (ie good job!).
a) step one: javadocs...
The current build.xml file won't build javadocs properly. Easy fix.
I know I should get a sourceforge account but I'm being lazy/busy
right now.
regards,
- Leo Simons
PS: you might want to look at the datasource pooling and utilities
included in Jakarta's Avalon Excalibur at
http://jakarta.apache.org/avalon/excalibur (source at
http://cvs.apache.org/viewcvs/jakarta-avalon-
excalibur/all/src/java/org/apache/avalon/excalibur/datasource/).
Anyway, here's the patch:
Index: build.xml
===================================================================
RCS file: /cvsroot/firebird/client-java/src/build/build.xml,v
retrieving revision 1.20
diff -r1.20 build.xml
348d347
< classpath="${classpath}"
355c354,356
< />
---
> >
> <classpath refid="javac.classpath"/>
> </javadoc>