cvs commit: avalon-sandbox/kernel/test/conf test-2.block test.block

2003-12-02 Thread mcconnell
mcconnell2003/12/02 21:09:53 Added: kernel/test/conf test-2.block test.block Log: Test block addition. Revision ChangesPath 1.1 avalon-sandbox/kernel/test/conf/test-2.block Index: test-2.block =

cvs commit: avalon-sandbox/kernel/test/conf - New directory

2003-12-02 Thread mcconnell
mcconnell2003/12/02 21:09:09 avalon-sandbox/kernel/test/conf - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon project.xml

2003-12-02 Thread mcconnell
mcconnell2003/12/02 20:59:32 Added: .project.xml Log: Top level project def. Revision ChangesPath 1.3 +308 -95 avalon/project.xml - To unsubscribe, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/util .cvsignore maven.xml project.xml

2003-12-02 Thread mcconnell
mcconnell2003/12/02 20:58:13 Added: util .cvsignore maven.xml project.xml Log: Add build infrastructure. Revision ChangesPath 1.1 avalon/util/.cvsignore Index: .cvsignore === m

cvs commit: avalon/util/factory/impl/src/java/org/apache/avalon/util/factory/impl Criteria.java

2003-12-02 Thread mcconnell
mcconnell2003/12/02 20:43:54 Modified:util/factory/impl/src/java/org/apache/avalon/util/factory/impl Criteria.java Log: Add validation of supplied type from derived classes. Revision ChangesPath 1.2 +42 -7 avalon/util/factory/impl/src/ja

cvs commit: avalon-sandbox/kernel/test/src/test/org/apache/avalon/merlin MerlinEmbeddedTest.java

2003-12-02 Thread mcconnell
mcconnell2003/12/02 20:38:02 Modified:kernel/impl/src/java/org/apache/avalon/merlin/impl DefaultCriteria.java kernel/test merlin.properties kernel/test/src/test/org/apache/avalon/merlin MerlinEmbeddedTest.java

cvs commit: avalon-sandbox/merlin LICENSE.txt

2003-12-02 Thread niclas
niclas 2003/12/02 19:55:03 Removed: merlin LICENSE.txt Log: Hopefully the file is permanently gone now. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-sandbox/merlin LICENSE.txt

2003-12-02 Thread niclas
niclas 2003/12/02 19:52:36 Added: merlin LICENSE.txt Log: It annoys me, to have this file showing up as 'cvs server: nothing known about merlin/LICENSE.TXT' in every update. So I am trying to fix... Revision ChangesPath 1.7 +0 -0 avalon-sandbox/merlin/LIC

[Proposal] Removal of old directories in Sandbox

2003-12-02 Thread Niclas Hedhman
Sometimes I need higher clockspeed in my brain... See below... Leo, I'm not the "Archiving Type" a.k.a "Junk Collector"(tm), so I trust you know what "archiving" encompasses... As long as it gets out of the way, I am happy... Niclas -- Forwarded Message -- Subject: [Proposa

Re: [RFI] service lookup semantics

2003-12-02 Thread Niclas Hedhman
On Wednesday 03 December 2003 10:47, Niclas Hedhman wrote: > The whole concept is remarkable, IMHO, in that the foundation of the whole > system, the Lookup Service, is in fact not really different from any other > service. I can have one or many running, the implementation can be changed > (theor

Re: [RFI] service lookup semantics

2003-12-02 Thread Niclas Hedhman
On Wednesday 03 December 2003 06:09, Hamilton Verissimo de Oliveira (Engenharia - SPO) wrote: > Its from a different world and with different requirements, but its worths > a closer look: > > http://wwws.sun.com/software/jini/specs/jini1.1html/entry-spec.html#30254 Jini's so called Lookup Service

cvs commit: avalon-sandbox/kernel/test/src/test/org/apache/avalon/merlin MerlinEmbeddedTest.java

2003-12-02 Thread mcconnell
mcconnell2003/12/02 15:20:02 Modified:kernel/impl project.xml kernel/impl/src/java/org/apache/avalon/merlin/impl DefaultCriteria.java DefaultFactory.java kernel/test/src/test/org/apache/avalon/merlin MerlinEmbe

cvs commit: avalon/util/factory - Imported sources

2003-12-02 Thread mcconnell
mcconnell2003/12/02 15:05:31 Log: Move generic factory untilities out of the repository package and into a seperate untility package. Status: Vendor Tag: MCCONNELL Release Tags: INITIAL_20031203 N avalon/util/factory/api/.cvsignore N avalon/util/factory/api/project.xm

cvs commit: avalon-sandbox/repository/test/src/test/org/apache/avalon/repository/main DefaultInitialContextTest.java

2003-12-02 Thread mcconnell
mcconnell2003/12/02 15:03:31 Modified:repository/impl project.xml repository/impl/src/java/org/apache/avalon/repository/impl DefaultFactory.java RepositoryCriteria.java repository/main project.xml repository/main/src/ja

Re: repository and wagon

2003-12-02 Thread Stephen McConnell
J Aaron Farr wrote: Hola. Hey, I'm still a little behind on this whole repository stuff, but has anyone looked at maven-wagon? What Wagon provides is a framework for plugging in different protocol handlers in a structure that is suitable for embedding within applications such as Maven. Thi

repository and wagon

2003-12-02 Thread J Aaron Farr
Hola. Hey, I'm still a little behind on this whole repository stuff, but has anyone looked at maven-wagon? There might be some similarities: http://blogs.codehaus.org/projects/maven/archives/000271.html -- jaaron --

Re: [RFI] service lookup semantics

2003-12-02 Thread Hamilton Verissimo de Oliveira (Engenharia - SPO)
Its from a different world and with different requirements, but its worths a closer look: http://wwws.sun.com/software/jini/specs/jini1.1html/entry-spec.html#30254 regards, hammett -Mensagem original- De: Stephen McConnell [mailto:[EMAIL PROTECTED] Enviada em: terça-feira, 2 de deze

Re: [FYI] Eclipse moving to OSGi

2003-12-02 Thread Sylvain Wallez
Unico Hommes wrote: Sylvain Wallez wrote: An OSGi "bundle" (that's the term for the deployment unit) can provide several services: a "BundleActivator" class inside the bundle registers the provided services (there can be several) when the bundle is loaded. Registering a service consists in r

[RFI] service lookup semantics

2003-12-02 Thread Stephen McConnell
Unico Hommes wrote: Sylvain Wallez wrote: Registering a service consists in registering an instance of the service interface with additionnal properties that describe the service. The lookup mechanism then allows to select a particular implementation of the service depending on property values

cvs commit: avalon-excalibur/configuration build.xml

2003-12-02 Thread leosimons
leosimons2003/12/02 11:46:24 Modified:configuration build.xml Log: seems like a typo. Weird error Revision ChangesPath 1.26 +58 -58avalon-excalibur/configuration/build.xml Index: build.xml ===

cvs commit: avalon-excalibur maven-common-gump-build.xml

2003-12-02 Thread leosimons
leosimons2003/12/02 11:43:00 Modified:.maven-common-gump-build.xml Log: allow for the "no dependency on altrmi" build of the manager again Revision ChangesPath 1.6 +10 -4 avalon-excalibur/maven-common-gump-build.xml Index: maven-common-gump-build.xm

cvs commit: avalon-excalibur maven-common-gump-build.xml

2003-12-02 Thread leosimons
leosimons2003/12/02 11:24:24 Modified:.maven-common-gump-build.xml Log: a little cleanup, and allow for disabling of unit test to fix the testcase<->component dependency loops in gump Revision ChangesPath 1.5 +8 -41 avalon-excalibur/maven-common-gump-bu

Re: [FYI] Eclipse moving to OSGi

2003-12-02 Thread Yannick Menager
I second that... that's my main grief about merlin, and the reason I started work on service registry. And OSGi "bundle" (that's the term for the deployment unit) can provide several services: a "BundleActivator" class inside the bundle registers the provided services (there can be several) w

cvs commit: avalon/fortress/tools/src/java/org/apache/avalon/fortress/tools FortressBean.java

2003-12-02 Thread neeme
neeme 2003/12/02 05:37:59 Modified:fortress/tools/src/java/org/apache/avalon/fortress/tools FortressBean.java Log: added some more logging to classloader handling Revision ChangesPath 1.2 +10 -2 avalon/fortress/tools/src/java/org/apach

cvs commit: avalon-sandbox/eclipse/org.apache.avalon.ide.eclipse/schema org.apache.avalon.ide.eclipse.repository.exsd

2003-12-02 Thread niclas
niclas 2003/12/02 02:43:02 Removed: eclipse/org.apache.avalon.ide.eclipse/doc book.css org_apache_avalon_ide_eclipse_org.apache.avalon.ide.eclipse.repository.html schema.css eclipse/org.apache.avalon.ide.eclipse/html mainto

Re: Status of Apache Wiki

2003-12-02 Thread Leo Simons
Farr, Aaron wrote: While I am at it, I can also create the Avalon and James Wikis. They will be blank, but ready to start importing pages from Leo's migration script. Thanks! Unless someone can get to it sooner, I could start working on importing the Avalon data within the next two days. Aaron,

cvs commit: avalon-sandbox/ide eclipse.prefs Developer-README.txt

2003-12-02 Thread niclas
niclas 2003/12/02 02:24:13 Modified:ide Developer-README.txt Added: ide eclipse.prefs Log: Revision ChangesPath 1.2 +7 -0 avalon-sandbox/ide/Developer-README.txt Index: Developer-README.txt

cvs commit: avalon-sandbox/ide/org.apache.avalon.ide.repository.testrepo/src/java/org/apache/avalon/ide/repository/testrepo TestrepoPlugin.java

2003-12-02 Thread niclas
niclas 2003/12/02 02:19:05 Modified:ide/org.apache.avalon.ide.repository.testrepo plugin.xml ide/org.apache.avalon.ide.repository.testrepo/src/java/org/apache/avalon/ide/repository/testrepo TestrepoPlugin.java Added: ide/org.apache.avalon.

cvs commit: avalon-sandbox/ide/org.apache.avalon.ide.repository .project .classpath

2003-12-02 Thread niclas
niclas 2003/12/02 02:18:36 Modified: ide/org.apache.avalon.ide.repository/src/java/org/apache/avalon/ide/repository RepositoryTypeRegistry.java ide/org.apache.avalon.ide.repository/src/java/org/apache/avalon/ide/repository/tools/common

cvs commit: avalon-sandbox/ide/org.apache.avalon.ide.eclipse.repository/src/java/org/apache/avalon/ide/eclipse/repository/preferences AddRepositoryDialog.java

2003-12-02 Thread niclas
niclas 2003/12/02 02:15:17 Modified:ide/org.apache.avalon.ide.eclipse.repository/doc org_apache_avalon_ide_eclipse_repository_agent.html ide/org.apache.avalon.ide.eclipse.repository/src/java/org/apache/avalon/ide/eclipse/repository/plugins

cvs commit: avalon-sandbox/kernel/impl/src/java/org/apache/avalon/merlin/impl DefaultKernel.java DefaultKernelMBean.java DefaultCriteria.java DefaultFactory.java

2003-12-02 Thread mcconnell
mcconnell2003/12/02 00:00:40 Modified:kernel/impl/src/java/org/apache/avalon/merlin/impl DefaultCriteria.java DefaultFactory.java Added: kernel/impl/src/java/org/apache/avalon/merlin/impl DefaultKernel.java DefaultKernelMBean.java

cvs commit: avalon-sandbox/kernel/api/src/java/org/apache/avalon/merlin KernelCriteria.java Kernel.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:58:43 Modified:kernel/api/src/java/org/apache/avalon/merlin Kernel.java Added: kernel/api/src/java/org/apache/avalon/merlin KernelCriteria.java Log: Move KernelCriteria from SPI to API. Revision ChangesPath 1.2

cvs commit: avalon-sandbox/repository/main/src/java/org/apache/avalon/repository/main AbstractBuilder.java DefaultBuilder.java DefaultInitialContext.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:56:15 Modified:repository/api/src/java/org/apache/avalon/repository Artifact.java repository/impl/src/java/org/apache/avalon/repository/impl DefaultCacheManager.java DefaultRepository.java

cvs commit: avalon-sandbox/repository/spi/src/java/org/apache/avalon/repository/meta FactoryDescriptor.java ArtifactDescriptor.java RelationalDescriptor.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:51:34 Modified:repository/spi/src/java/org/apache/avalon/repository/meta ArtifactDescriptor.java Added: repository/spi/src/java/org/apache/avalon/repository/meta FactoryDescriptor.java Removed: repositor

RE: Status of Apache Wiki

2003-12-02 Thread Noel J. Bergman
Farr, Aaron wrote: > Noel J. Bergman wrote: > > While I am at it, I can also create the Avalon and James Wikis. They will > > be blank, but ready to start importing pages from Leo's migration script. > Thanks! Unless someone can get to it sooner, I could start working on > importing the Avalon d

cvs commit: avalon-sandbox/repository/spi/src/java/org/apache/avalon/repository/criteria Parameter.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:36:30 Modified:repository/spi/src/java/org/apache/avalon/repository/criteria Parameter.java Log: Add value resolution locally so we can extend parameters and override the value resolution operation. Revision ChangesPath 1.6

cvs commit: avalon-sandbox/repository/spi/src/java/org/apache/avalon/repository/criteria Criteria.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:35:53 Modified:repository/spi/src/java/org/apache/avalon/repository/criteria Criteria.java Log: Move value resolution to the Parameter class. Revision ChangesPath 1.6 +3 -65 avalon-sandbox/repository/spi/src/java/o

cvs commit: avalon-sandbox/repository/main/src/java/org/apache/avalon/repository/main DefaultInitialContext.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:34:13 Modified:repository/main/src/java/org/apache/avalon/repository/main DefaultInitialContext.java Log: Use repository scoped key. Revision ChangesPath 1.3 +3 -2 avalon-sandbox/repository/main/src/java/org/apach

cvs commit: avalon-sandbox/repository/impl/src/java/org/apache/avalon/repository/impl DefaultFactory.java RepositoryCriteria.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:33:22 Modified:repository/impl/src/java/org/apache/avalon/repository/impl DefaultFactory.java RepositoryCriteria.java Log: Improve definition of criteria parameters. Revision ChangesPath 1.17 +7 -7 avalon-sandbox/r

cvs commit: avalon-sandbox/kernel/spi/src/java/org/apache/avalon/merlin/criteria KernelCriteria.java

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:31:29 Removed: kernel/spi/src/java/org/apache/avalon/merlin/criteria KernelCriteria.java Log: SPI content moved to API. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

cvs commit: avalon-sandbox/kernel/spi .cvsignore maven.xml project.xml

2003-12-02 Thread mcconnell
mcconnell2003/12/01 23:30:20 Removed: kernel/spi .cvsignore maven.xml project.xml Log: SPI content moved to API. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]