You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by "J. Wolfgang Kaltz" <ka...@interactivesystems.info> on 2005/04/14 17:33:39 UTC

Re: svn commit: r161284 - in lenya/trunk/src/java/org/apache/lenya: ./ cms/ant/ cms/cocoon/acting/ cms/cocoon/components/modules/input/ cms/metadata/dublincore/ cms/metadata/usecases/ cms/publication/ cms/publication/task/ cms/site/usecases/

 > (...)
> Modified: lenya/trunk/src/java/org/apache/lenya/lenya.roles
> URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/lenya.roles?view=diff&r1=161283&r2=161284
> ==============================================================================
> --- lenya/trunk/src/java/org/apache/lenya/lenya.roles (original)
> +++ lenya/trunk/src/java/org/apache/lenya/lenya.roles Thu Apr 14 06:53:29 2005
> @@ -114,6 +114,10 @@
>    	    shorthand="document-manager"
>    	    default-class="org.apache.lenya.cms.publication.DocumentManagerImpl"/>
>          
> +  <role name="org.apache.lenya.cms.publication.ResourcesManager"
> +  	    shorthand="resources-manager"
> +  	    default-class="org.apache.lenya.cms.publication.DefaultResourcesManager"/>
> +        
>    <role name="org.apache.lenya.cms.site.SiteManagerSelector"

On a (somewhat) related note, I just experimented with changing the 
DocumentTypeBuilder to an Avalon service as well. It works; I haven't 
however yet touched on the usage of java.io.File in there.

Should I check that state in ? Or is some other work going on in 
parallel on that code ?


Wolfgang

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: svn commit: r161284 - in lenya/trunk/src/java/org/apache/lenya: ./ cms/ant/ cms/cocoon/acting/ cms/cocoon/components/modules/input/ cms/metadata/dublincore/ cms/metadata/usecases/ cms/publication/ cms/publication/task/ cms/site/usecases/

Posted by Andreas Hartmann <an...@apache.org>.
J. Wolfgang Kaltz wrote:

[...]

> On a (somewhat) related note, I just experimented with changing the 
> DocumentTypeBuilder to an Avalon service as well. It works; I haven't 
> however yet touched on the usage of java.io.File in there.
> 
> Should I check that state in ?

+1, I don't see any problems.

 > Or is some other work going on in parallel on that code ?

At least not in my sandbox.

-- Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org