today i upgraded the turbine-pool.jar for my application
* i had to add some files to the jar file (see below)
* with the new ResourceService i need to add the servlet.jar to my app
* i used the default TR.properties - now all services try to start (this
does not happen before)
* in my app i call
TurbineResourceService.setPropertiesFileName("TR.props") which is
deprecated ... what is the new? right? better? way to use it??
martin
Index: ./build/build-turbine-pool.xml
===================================================================
RCS file: /products/cvs/turbine/turbine/build/build-turbine-pool.xml,v
retrieving revision 1.6
diff -u -r1.6 build-turbine-pool.xml
--- ./build/build-turbine-pool.xml 2001/01/09 02:06:11 1.6
+++ ./build/build-turbine-pool.xml 2001/01/16 14:50:35
@@ -20,6 +20,9 @@
org/apache/turbine/services/TurbineBaseService.class
org/apache/turbine/services/TurbineServices.class
org/apache/turbine/services/resources
+
org/apache/turbine/services/resources/ErrorResources.class
+
org/apache/turbine/services/resources/MessageResources.class
+
org/apache/turbine/services/resources/ResourceService.class
org/apache/turbine/services/resources/TurbineResources.class
org/apache/turbine/services/resources/GenericResources.class
org/apache/turbine/services/resources/TurbineResourceService.class
@@ -28,6 +31,8 @@
org/apache/turbine/util/ConfigurationsRepository.class
org/apache/turbine/util/ExtendedProperties*.class
org/apache/turbine/util/Log.class
+ org/apache/turbine/util/ServletUtils.class
+ org/apache/turbine/util/TurbineConfig.class
org/apache/turbine/util/TurbineException.class
org/apache/turbine/util/TurbineRuntimeException.class
org/apache/turbine/util/db
The command completed successfully.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]