I found my jar libs (JDK 1.3.0_01) don't like manifest sections without line feeds at the end. I needed to make the following change to see the DefaultDataSourceSelector block.


Ken

-----------------------------------------------------------

Index: src/manifest/cornerstone.mf
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-cornerstone/src/manifest/cornerstone.mf,v
retrieving revision 1.6
diff -u -r1.6 cornerstone.mf
--- src/manifest/cornerstone.mf 2001/04/27 05:26:25 1.6
+++ src/manifest/cornerstone.mf 2001/05/23 21:03:16
@@ -17,4 +17,5 @@
Avalon-Block: true


Name: org/apache/avalon/cornerstone/blocks/datasource/DefaultDataSourceSelector.class
-Avalon-Block: true
\ No newline at end of file
+Avalon-Block: true
+



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to