Hi Eric,

I have tested fulcrum components and all was fine, except these 2 small things:
1. my default locale is de_DE therefore localization tests always fail. I have 
found the problem's source in configuration. 
2. security build is failed because in project.xml of the following 
subprojects: adapters/opensymphony, adapters/turbine and nt 
Artifact: fulcrum-security-memory has version 1.0.6-dev. Changing it to 
1.0.7-dev solves the problem. 
All patches are attached. 

Regards,
Kostya

> -----Urspr�ngliche Nachricht-----
> Von: Eric Pugh [mailto:[EMAIL PROTECTED] 
> Gesendet: Dienstag, 23. November 2004 23:50
> An: Turbine Developers List
> Betreff: RE: [REVOTE] Initial Release Fulcrum Components
> 
> Hi,
> 
> If you get a chance, double check my commits..  Thanks for 
> the conversion!
> 
> ERic

Index: TestComponentConfig.xml
===================================================================
RCS file: 
/home/cvspublic/jakarta-turbine-fulcrum/localization/src/test/TestComponentConfig.xml,v
retrieving revision 1.3
diff -u -r1.3 TestComponentConfig.xml
--- TestComponentConfig.xml     23 Nov 2004 19:36:10 -0000      1.3
+++ TestComponentConfig.xml     24 Nov 2004 16:11:23 -0000
@@ -1,6 +1,6 @@
 <componentConfig>
 
-   <localization>
+   <localization locale-default-language="en" locale-default-country="US">
       <bundles>
         <bundle>org.apache.fulcrum.localization.BarBundle</bundle>
         <bundle>org.apache.fulcrum.localization.FooBundle</bundle>

Index: project.xml
===================================================================
RCS file: /home/cvspublic/jakarta-turbine-fulcrum/security/nt/project.xml,v
retrieving revision 1.15
diff -u -r1.15 project.xml
--- project.xml 24 Nov 2004 13:46:33 -0000      1.15
+++ project.xml 24 Nov 2004 16:56:31 -0000
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>fulcrum</groupId>    
       <artifactId>fulcrum-security-memory</artifactId>
-      <version>1.0.6-dev</version>
+      <version>1.0.7-dev</version>
     </dependency>      
 
   </dependencies>

Index: project.xml
===================================================================
RCS file: 
/home/cvspublic/jakarta-turbine-fulcrum/security/adapters/turbine/project.xml,v
retrieving revision 1.17
diff -u -r1.17 project.xml
--- project.xml 24 Nov 2004 13:46:33 -0000      1.17
+++ project.xml 24 Nov 2004 16:57:58 -0000
@@ -70,7 +70,7 @@
     <dependency>
       <groupId>fulcrum</groupId>    
       <artifactId>fulcrum-security-memory</artifactId>
-      <version>1.0.6-dev</version>
+      <version>1.0.7-dev</version>
     </dependency>      
 
  <!-- Needed only for testing the Turbine Adaptor -->

Index: project.xml
===================================================================
RCS file: 
/home/cvspublic/jakarta-turbine-fulcrum/security/adapters/opensymphony/project.xml,v
retrieving revision 1.14
diff -u -r1.14 project.xml
--- project.xml 24 Nov 2004 13:46:32 -0000      1.14
+++ project.xml 24 Nov 2004 16:58:43 -0000
@@ -50,7 +50,7 @@
     <dependency>
       <groupId>fulcrum</groupId>    
       <artifactId>fulcrum-security-memory</artifactId>
-      <version>1.0.6-dev</version>
+      <version>1.0.7-dev</version>
     </dependency>          
  
   </dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to