Re: More compile errors...

2003-09-10 Thread Niclas Hedhman
The LONG version BUILD FAILED File.. file:/home/niclas/dev/opensource/avalon-sandbox/merlin/ Element... maven:reactor Line.. 272 Column 31 Unable to obtain goal [site] -- file:/home/niclas/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSHOT/:164:39: java.lang.NullPointerException

Re: CVS annoyance...

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: On Thursday 11 September 2003 14:06, Stephen McConnell wrote: Niclas Hedhman wrote: Any thoughts in this regard, i.e. making HEAD a bit more stable, and use branching instead of sandbox (such as the current framework changes). Maybe this could be could com

Re: More compile errors...

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 13:57, Stephen McConnell wrote: > I'm running maven-license-plugin-1.1-SNAPSHOT.jar. It takes the > property of ${maven.license.licenseFile} that I've declared in the > maven.xml file and uses that to build > target/generated-xdocs/license.xml. This is used as the so

Good bye

2003-09-10 Thread Paul Hammant
Folks, I am leaving the Avalon project after many years. I used to permanently be in the top two committers (which ever set of two it was from month to month) for the Avalon set of projects but barely do a thing anymore. This is probably because I no longer believe in type-1 Inversion of Contr

Re: CVS annoyance...

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 14:06, Stephen McConnell wrote: > Niclas Hedhman wrote: > >Any thoughts in this regard, i.e. making HEAD a bit more stable, and use > >branching instead of sandbox (such as the current framework changes). > > Maybe this could be could come in handy - has anyone tried

Re: More compile errors...

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 13:38, Niclas Hedhman wrote: > BUILD FAILED > File.. file:/home/niclas/dev/opensource/avalon-sandbox/merlin/ > Element... maven:reactor > Line.. 269 > Column 31 > Unable to obtain goal [license:transfer] -- > file:/home/niclas/.maven/plugins/maven-xdoc-plug

Re: RES: RES: Avalon.Net - zip attached (1)

2003-09-10 Thread Paul Hammant
Berin, Besides the jokes, Hammett, if you'd like to email them to me privately, I will commit them. I was not joking. There were feelings about the size of your postings by others... "These 80-100k mails are getting somewhat heavy, aren't they? " I was trying to be helpful. Also taking on

Re: CVS annoyance...

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: On Wednesday 10 September 2003 19:01, Stephen McConnell wrote: Niclas Hedhman wrote: Last update I got, among many other things... Things are very nearly back to stable state. Individual subproject builds are fine. Just sorting some final things out on the c

Re: More compile errors...

2003-09-10 Thread Stephen McConnell
Dear clueless: ;-) Niclas Hedhman wrote: I thought I would like to peek at the updated docs, so maven merlin:site after a while I get [javadoc] Constructing Javadoc information... I know about this one. All that needs to happen is for me to put the apis onto the site CVS and sync.

More compile errors...

2003-09-10 Thread Niclas Hedhman
I thought I would like to peek at the updated docs, so maven merlin:site after a while I get [javadoc] Constructing Javadoc information... [javadoc] javadoc: Error fetching URL: http://avalon.apache.org/sandbox/lifecycle/api/package-list [javadoc] javadoc: Error fetching URL:

cvs commit: avalon-sandbox/merlin project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 21:16:38 Modified:merlin project.xml Log: Fame and fortune awaits. Revision ChangesPath 1.35 +7 -0 avalon-sandbox/merlin/project.xml Index: project.xml === RCS file: /

cvs commit: avalon-sandbox/merlin maven.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 21:15:27 Modified:merlin maven.xml Log: Updated to improve CRLF handling and unix file protections - patch by Niclas Hedhman. Revision ChangesPath 1.61 +27 -9 avalon-sandbox/merlin/maven.xml Index: maven.xml ==

Re: [merlin] build suppliment

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: On Thursday 11 September 2003 05:48, Stephen McConnell wrote: I have just updated the maven.xml file in the merlin project to include the following: Good thinking. Find attached a patch of additional processing one should do; 1. I would r

Re: [merlin] build suppliment

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 05:48, Stephen McConnell wrote: > I have just updated the maven.xml file in the merlin project to include > the following: > > > > > > Good thinking. Find attached a patch of additional processing one should do; 1. I would recommend th

cvs commit: avalon-sandbox/merlin/merlin-platform/src/etc site.jsl

2003-09-10 Thread mcconnell
mcconnell2003/09/10 19:28:14 Modified:merlin/merlin-platform/src/etc site.jsl Log: Add ASL license. Revision ChangesPath 1.2 +49 -1 avalon-sandbox/merlin/merlin-platform/src/etc/site.jsl Index: site.jsl

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/dpml - New directory

2003-09-10 Thread mcconnell
mcconnell2003/09/10 19:25:42 avalon-sandbox/merlin/merlin-platform/xdocs/dpml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-sandbox/merlin/activation/api/src/java/org/apache/avalon/activation/appliance package.html

2003-09-10 Thread mcconnell
mcconnell2003/09/10 19:25:25 Modified:merlin/activation/api/src/java/org/apache/avalon/activation/appliance package.html Log: Update package description to more correctly reflect content. Revision ChangesPath 1.2 +4 -7 avalon-sandbox/me

Re: [merlin] build suppliment

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 06:04, Stephen McConnell wrote: > I've also updated the on the > composition-imp package to be a little shorter than what it was (just to > be on the safe side). I saw that, and I think the culprit was NOT the length BUT the whitespace. An API supporting compone

Container Extensions

2003-09-10 Thread hammett
Whichs phases a container should exposes to enable developers to hook up and extend the lifecycle of components? I thought about supporting - Creation (after instantiation?) - Configuration (before configure???) - Destruction (before dispose) Thoughts? To manage extensions I created a Lifestyle

RE: Cornerstone UsersManager

2003-09-10 Thread Alex Karasulu
I highly recommend going the route of LDAP here. Storing user group info within a RDBMS localizes the data. Through LDAP reads are fast and the data can be replicated easily. Perhaps the components for now could be built using an external server. Just pick one. If the JNDI code written does not

RE: Cornerstone UsersManager

2003-09-10 Thread Alex Karasulu
After the LDAP server gets up to speed I wanted to take a look at factoring it back into Avalon for services such as those that come with an identity management infrastructure. That might be a bit out there though. Alex -Original Message- From: Alexis Agahi [mailto:[EMAIL PROTECTED] Sen

cvs commit: avalon-sandbox/merlin INSTALLATION.TXT

2003-09-10 Thread mcconnell
mcconnell2003/09/10 15:59:46 Modified:merlin INSTALLATION.TXT Log: Bringing install notes right up-to-date. Revision ChangesPath 1.5 +17 -14avalon-sandbox/merlin/INSTALLATION.TXT Index: INSTALLATION.TXT ==

Re: [merlin] build suppliment

2003-09-10 Thread Stephen McConnell
Alexis Agahi wrote: On Wednesday 10 September 2003 23:48, Stephen McConnell wrote: I have just updated the maven.xml file in the merlin project to include the following: Could someone confirrm that the .sh files after processing though the install are ok. confir

cvs commit: avalon-sandbox/merlin/composition/impl project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 14:58:22 Modified:merlin/composition/impl project.xml Log: Playing safe - made the short description shorter. Revision ChangesPath 1.4 +1 -3 avalon-sandbox/merlin/composition/impl/project.xml Index: project.xml ===

Re: [merlin] build suppliment

2003-09-10 Thread Alexis Agahi
On Wednesday 10 September 2003 23:48, Stephen McConnell wrote: > I have just updated the maven.xml file in the merlin project to include > the following: > > > > > > > > Could someone confirrm that the .sh files after processing though the > install are ok. confirmed

[merlin] build suppliment

2003-09-10 Thread Stephen McConnell
I have just updated the maven.xml file in the merlin project to include the following: Could someone confirrm that the .sh files after processing though the install are ok. The quick way to test this if you already have an installation built is to invoke the following

cvs commit: avalon-sandbox/merlin maven.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 14:34:31 Modified:merlin maven.xml Log: Fix the CRLF issue on the .sh scripts. Revision ChangesPath 1.60 +11 -4 avalon-sandbox/merlin/maven.xml Index: maven.xml === RCS

Re: Building Merlin

2003-09-10 Thread Peter Courcoux
Steve, I hit same problem as Niclas earlier. Fresh checkout of Merlin now builds OK RedHat 7.2, jdk1.3.1, Maven-1.0-rc1-SNAPSHOT. Thanks, Peter On Wed, 2003-09-10 at 21:19, Stephen McConnell wrote: > Stephen McConnell wrote: > > > > > I need to fix this - the build procedure is assuming that

Re: Back to Manifest issue...

2003-09-10 Thread Alexis Agahi
On Wednesday 10 September 2003 22:07, Niclas Hedhman wrote: > I think we both win ;o) > > The binary distro still produces the same error message, > > jar:jar: > [jar] [ERROR] Manifest is invalid: Manifest line "An API supporting > component composition." is not valid as it does not contain a

Re: Building Merlin

2003-09-10 Thread Stephen McConnell
Stephen McConnell wrote: I need to fix this - the build procedure is assuming that you have avalon-meta built locally. The merlin build is now independent of the avalon-sandbox/meta build. Steve. -- Stephen J. McConnell mailto:[EMAIL PROTECTED] --

cvs commit: avalon-sandbox/merlin maven.xml platform.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 13:14:58 Modified:merlin maven.xml platform.xml Log: Remove dependency of the meta package. Revision ChangesPath 1.59 +25 -11avalon-sandbox/merlin/maven.xml Index: maven.xml

Re: Back to Manifest issue...

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: On Thursday 11 September 2003 03:34, Niclas Hedhman wrote: On Thursday 11 September 2003 03:32, Stephen McConnell wrote: How much to you want to bet that the problem will dissapear if you switch to the Maven beta 10 binary download? ;o) How about "A beer in

Re: Back to Manifest issue...

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 03:34, Niclas Hedhman wrote: > On Thursday 11 September 2003 03:32, Stephen McConnell wrote: > > How much to you want to bet that the problem will dissapear if you > > switch to the Maven beta 10 binary download? > > ;o) How about "A beer in a pub of my choice" ? ;o)

RES: Back to Manifest issue...

2003-09-10 Thread Hamilton VerĂ­ssimo de Oliveira
-Mensagem original- De: Niclas Hedhman [mailto:[EMAIL PROTECTED] > Of course ;o) The brave warrior riding on bleeding-to-death-edge > technology... That was funny! :-) But remember, it could be worst. hammett - To

Re: Building Merlin

2003-09-10 Thread Stephen McConnell
I need to fix this - the build procedure is assuming that you have avalon-meta built locally. In the meantime checkout avalon-sandbox/meta and invoke the following command: $ maven avalon:plugin This will result ithe creation of the plugin in the place where the merlin build is looking. I'll

Re: Back to Manifest issue...

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 03:32, Stephen McConnell wrote: > How much to you want to bet that the problem will dissapear if you > switch to the Maven beta 10 binary download? ;o) How about "A beer in a pub of my choice" ? ;o) I'll try Use ancient beta versions? Me? hmmm ;o) > But all t

Re: Back to Manifest issue...

2003-09-10 Thread Stephen McConnell
How much to you want to bet that the problem will dissapear if you switch to the Maven beta 10 binary download? But all the same - this is valuable knowledge. I read something on the maven dev list that some playing around had been done with respect to manifest generation. If we can clear t

Building Merlin

2003-09-10 Thread Niclas Hedhman
I understand that you have split things up a bit. Could you provide the build sequence to get Merlin built? I can't get further than, /home/niclas/dev/opensource/avalon-sandbox/meta/plugin/target not found. so I go to ./meta/plugin and "maven" but then get /home/niclas/dev/opensource/avalon-sa

Re: Back to Manifest issue...

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 03:20, Stephen McConnell wrote: > By any chance are you running with Maven from CVS? Of course ;o) The brave warrior riding on bleeding-to-death-edge technology... Last update of Maven about 12 hours ago... Niclas -

Re: First Merlin build

2003-09-10 Thread Niclas Hedhman
On Thursday 11 September 2003 03:07, Stephen McConnell wrote: > I appreciate it! A couple of things are still open questions for me. > I'm presuming that the "currupt" jar situation is repeatable - i.e. if > you rebuild you get the same problem. Is that correct? The other > question is if this i

Re: Back to Manifest issue...

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: Hi, How come Maven doesn't stop when there is an error? Becuase Maven is full of features and more than a couple of bugs. jar:jar: [jar] [ERROR] Manifest is invalid: Manifest line "An API supporting component composition." is not valid as it does not contain a name a

Back to Manifest issue...

2003-09-10 Thread Niclas Hedhman
Hi, How come Maven doesn't stop when there is an error? jar:jar: [jar] [ERROR] Manifest is invalid: Manifest line "An API supporting component composition." is not valid as it does not contain a name and a value separated by ': ' [jar] error while reading original manifest: Invalid Man

Re: First Merlin build

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: On Wednesday 10 September 2003 18:01, Niclas Hedhman wrote: I don't think the CarriageReturns makes a difference, BUT the Specification-Title is spread of multiple lines, which is NOT GOOD. How it ends up like this, I don't know. yet.. Is it Maven that automatic

[CANDIDATE] Merlin 3.0 RC1 binary distribution

2003-09-10 Thread Stephen McConnell
A binary distribution of the Merlin 3.0 Release Candidate 1 is now available. http://www.ibiblio.org/merlin/distributions/3.0-RC1/ Documentation and tutorials are available for download at the above link or online at: http://avalon.apache.org/sandbox/merlin/ This update includes a number o

[CANDIDATE] Avalon Meta 1.1

2003-09-10 Thread Stephen McConnell
The avalon meta package 1.1 RC1 distribution is now available for review. http://cvs.apache.org/~mcconnell/dist/avalon-meta-1.1/ Avalon Meta 1.1 (RC1) - Avalon meta-info model. This is a new package containing a meta-info model for component type descriptors. The package is

Re: [CANDIDATES] Framework 4.1.5 RC3, configuration 1.1 and i18n 1.1

2003-09-10 Thread Stephen McConnell
Berin Loritsch wrote: Good work on preparing the releases (I haven't looked at them yet though). Just a couple of things: * Can we host all relese candidates on Apache hardware? That can be done in your "public_html" folder either on cvs.apache.org or on minotaur.apache.org. The link wo

cvs commit: avalon-site/site/sandbox/merlin - Imported sources

2003-09-10 Thread mcconnell
mcconnell2003/09/10 10:57:09 Log: no message Status: Vendor Tag: MCCONNELL Release Tags: DOCS_3_0_RC1 U avalon-site/site/sandbox/merlin/changelog-report.html U avalon-site/site/sandbox/merlin/cvs-usage.html U avalon-site/site/sandbox/merlin/dependencies.html U aval

RE: [CANDIDATES] Framework 4.1.5 RC3, configuration 1.1 and i18n 1.1

2003-09-10 Thread Leo Sutic
> From: Berin Loritsch [mailto:[EMAIL PROTECTED] > > The link would be http://cvs.apache.org/~mcconnell >(substituting for proper values, etc.) http://www.apache.org/~username works fine too. Since Brian moved all websites to Minotaur, any .apache.org address will do fine: http://avalon.

Re: [CANDIDATES] Framework 4.1.5 RC3, configuration 1.1 and i18n 1.1

2003-09-10 Thread Berin Loritsch
Good work on preparing the releases (I haven't looked at them yet though). Just a couple of things: * Can we host all relese candidates on Apache hardware? That can be done in your "public_html" folder either on cvs.apache.org or on minotaur.apache.org. The link would be http://cvs.apache.o

[CANDIDATES] Framework 4.1.5 RC3, configuration 1.1 and i18n 1.1

2003-09-10 Thread Stephen McConnell
A set of release-candidates available at the following location. All of the releases listed here have been tested and validated. http://www.ibiblio.org/merlin/tmp/dist/ Avalon Framework 4.1.5 RC3 -- This release includes backward compatible updates to the Version class t

cvs commit: avalon/fortress/container/src/impl/org/apache/avalon/fortress/impl/factory AbstractObjectFactory.java BCELCodeGenerator.java

2003-09-10 Thread bloritsch
bloritsch2003/09/10 10:23:26 Modified:fortress/container/src/impl/org/apache/avalon/fortress/impl/factory AbstractObjectFactory.java BCELCodeGenerator.java Log: Update the BCEL code again to avoid the erronious INVOKENONVIRTUAL bug introduced earlier. ALso c

cvs commit: avalon/fortress/container/src/impl/org/apache/avalon/fortress/impl/factory AbstractObjectFactory.java BCELCodeGenerator.java BCELWrapperGenerator.java

2003-09-10 Thread bloritsch
bloritsch2003/09/10 09:57:06 Modified:fortress/container/src/impl/org/apache/avalon/fortress/impl/factory AbstractObjectFactory.java BCELCodeGenerator.java BCELWrapperGenerator.java Log: Updated the BCEL code to properly find the correc

RE: Cornerstone UsersManager

2003-09-10 Thread Vincent Tence
Looks like I was wrong, there has been some activity recently, with release 0.1. Anybody knows what the status and plans are? > -Original Message- > From: Vincent Tence [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 10, 2003 12:07 PM > To: 'Avalon Developers List' > Subject: RE: Co

RE: Cornerstone UsersManager

2003-09-10 Thread Vincent Tence
Hi Alexis, If you're talking about Authentication, Authorization and Auditing, there has been some work done in this area over at sourceforge. The original idea was to create AAA blocks for Phoenix. See http://sourceforge.net/projects/aaa4avalon/ I think there has not been a lot of activity going

Re: RES: RES: Avalon.Net - zip attached (1)

2003-09-10 Thread Berin Loritsch
Paul Hammant wrote: Hamilton, Hammett, if you'd like to email them to me privately, I will commit them. Besides the jokes, I was not joking. There were feelings about the size of your postings by others... "These 80-100k mails are getting somewhat heavy, aren't they? " I was trying to

Cornerstone UsersManager

2003-09-10 Thread Alexis Agahi
Folks, How about having a cornerstone service for handling users management / authentification ? Many applications could share same "users" repository using this service via composition. We also could use vCard (or whatever) as user data structure. Users persistency could be done via a UsersS

Re: RES: RES: Avalon.Net - zip attached (1)

2003-09-10 Thread Paul Hammant
Hammett, Besides the jokes, I was not joking. There were feelings about the size of your postings by others... "These 80-100k mails are getting somewhat heavy, aren't they? " I was in some posts but you haven't notice. It was in the posts ? Yes, I saw that. My posting (to whic

Re: CVS annoyance...

2003-09-10 Thread Leo Simons
Niclas Hedhman wrote: Any thoughts in this regard, i.e. making HEAD a bit more stable, and use branching instead of sandbox (such as the current framework changes). Unfortunately, many avalon developers are not very accustomed to working with CVS branches (even if it is a better tool for managing

cvs commit: avalon-sandbox/merlin/kernel/bootstrap/src/etc merlin.properties

2003-09-10 Thread mcconnell
mcconnell2003/09/10 07:20:58 Modified:merlin/kernel/bootstrap/src/etc merlin.properties Log: Correct the version ref for framework kernel impl. Revision ChangesPath 1.15 +1 -1 avalon-sandbox/merlin/kernel/bootstrap/src/etc/merlin.properties Index: merlin.pr

cvs commit: avalon-sandbox/merlin/kernel/bootstrap/src/etc merlin.properties

2003-09-10 Thread mcconnell
mcconnell2003/09/10 07:19:32 Modified:merlin/kernel/bootstrap/src/etc merlin.properties Log: Correct the version ref for framework kernel impl. Revision ChangesPath 1.14 +1 -1 avalon-sandbox/merlin/kernel/bootstrap/src/etc/merlin.properties Index: merlin.pr

cvs commit: avalon-sandbox/merlin/kernel/bootstrap/src/etc merlin.properties

2003-09-10 Thread mcconnell
mcconnell2003/09/10 07:18:04 Modified:merlin/kernel/bootstrap/src/etc merlin.properties Log: Correct the version ref for framework api. Revision ChangesPath 1.13 +1 -1 avalon-sandbox/merlin/kernel/bootstrap/src/etc/merlin.properties Index: merlin.properties

Re: New CVS Commit Rights

2003-09-10 Thread Berin Loritsch
Serge Knystautas wrote: Noel J. Bergman wrote: All James committers now have commit rights for the Avalon-Components module, which contain the reusable components/services: http://cvs.apache.org/viewcvs.cgi/avalon-components/. Can we go about getting Jason Webb commit rights here as well, assum

Re: New CVS Commit Rights

2003-09-10 Thread Serge Knystautas
Noel J. Bergman wrote: All James committers now have commit rights for the Avalon-Components module, which contain the reusable components/services: http://cvs.apache.org/viewcvs.cgi/avalon-components/. Can we go about getting Jason Webb commit rights here as well, assuming this isn't a virtual ma

cvs commit: avalon-sandbox/merlin/activation/impl/src/test/org/apache/avalon/activation/appliance AbstractTestCase.java

2003-09-10 Thread mcconnell
mcconnell2003/09/10 06:28:48 Modified:merlin maven.xml merlin/activation/impl/src/test/org/apache/avalon/activation/appliance AbstractTestCase.java Log: Final tweaking for RC1 release. Revision ChangesPath 1.58 +14 -13aval

dead link

2003-09-10 Thread TereschenkoVA
Return Receipt Your dead link documen t:

dead link

2003-09-10 Thread El Hage Camille
hello, on the following page: http://avalon.apache.org/logkit/ the link to the Download section is dead (404). Regards Camille El Hage Software Engineer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

cvs commit: avalon-excalibur/instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server AbstractHTTPURLHandler.java HTTPServer.java

2003-09-10 Thread leif
leif2003/09/10 05:51:43 Modified: instrument-manager/src/java/org/apache/excalibur/instrument/manager/http/server AbstractHTTPURLHandler.java HTTPServer.java Log: Add a set of pages which allow instrument data to be collected as XML. Revision Changes

cvs commit: avalon-sandbox/merlin/kernel/plugin project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 05:38:51 Modified:merlin maven.xml project.properties merlin/activation/impl/src/test/org/apache/avalon/activation/appliance AbstractTestCase.java merlin/kernel/bootstrap project.xml merlin/kernel/

cvs commit: avalon-sandbox/meta/plugin project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 04:52:23 Modified:meta maven.xml meta/plugin project.xml Log: Update dist build to ensure that the plugin is bundled. Revision ChangesPath 1.7 +5 -2 avalon-sandbox/meta/maven.xml Index: maven.xml ===

Re: RES: RES: Avalon.Net - zip attached (1)

2003-09-10 Thread hammett
- Original Message - From: "Paul Hammant" <[EMAIL PROTECTED]> > >Besides the jokes, > > > I was not joking. There were feelings about the size of your postings > by others... >"These 80-100k mails are getting somewhat heavy, aren't they? " I was in some posts but you haven't notice.

Re: CVS annoyance...

2003-09-10 Thread Niclas Hedhman
On Wednesday 10 September 2003 19:01, Stephen McConnell wrote: > Niclas Hedhman wrote: > >Last update I got, among many other things... > > Things are very nearly back to stable state. > Individual subproject builds are fine. Just sorting some final things > out on the composite build. Just curio

cvs commit: avalon-sandbox/merlin/merlin-platform/src/repository/james/xmls block.xml config.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 04:11:01 Removed: merlin/merlin-platform/src/repository/james/xmls block.xml config.xml Log: Move to DPML. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/starting/tutorial/context entries.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 04:07:07 Modified:merlin maven.xml project.xml merlin/activation/impl/src/test/conf block.xml merlin/composition/impl/src/test/conf block.xml context.xml data-test.xml merlin/kernel/plugin project.

Re: First Merlin build

2003-09-10 Thread Alexis Agahi
On Wednesday 10 September 2003 12:11, Niclas Hedhman wrote: > On Wednesday 10 September 2003 18:01, Niclas Hedhman wrote: > > I don't think the CarriageReturns makes a difference, BUT the > > Specification-Title is spread of multiple lines, which is NOT GOOD. > > > > How it ends up like this, I don

Re: CVS annoyance...

2003-09-10 Thread Stephen McConnell
Niclas Hedhman wrote: Last update I got, among many other things... Things are very nearly back to stable state. Individual subproject builds are fine. Just sorting some final things out on the composite build. Steve. -- Stephen J. McConnell mailto:[EMAIL PROTECTED] -

CVS annoyance...

2003-09-10 Thread Niclas Hedhman
Last update I got, among many other things... cvs server: merlin-plugin/project.xml is no longer in the repository In fact, the whole merlin-plug content is gone. And during compile, BUILD FAILED File.. file:/home/niclas/dev/opensource/avalon-sandbox/merlin/ Element... maven:reactor Line..

cvs commit: avalon-sandbox/merlin/merlin-platform/examples/afs/simple/src/test/org/apache AbstractTestCase.java

2003-09-10 Thread mcconnell
mcconnell2003/09/10 03:11:34 Removed: merlin/merlin-platform/examples/afs/simple/src/test/org/apache AbstractTestCase.java Log: Remove servlet examples pending completion of the example. - To

Re: First Merlin build

2003-09-10 Thread Niclas Hedhman
On Wednesday 10 September 2003 18:01, Niclas Hedhman wrote: > I don't think the CarriageReturns makes a difference, BUT the > Specification-Title is spread of multiple lines, which is NOT GOOD. > > How it ends up like this, I don't know. yet.. Is it Maven that automatically creating the Manife

cvs commit: avalon-sandbox/merlin/merlin-platform/examples/afs/simple/src/test/org/apache/bank BankTestCase.java

2003-09-10 Thread mcconnell
mcconnell2003/09/10 03:10:52 Removed: merlin/merlin-platform/examples/afs/simple/src/test/org/apache/bank BankTestCase.java Log: Remove servlet examples pending completion of the example. - T

cvs commit: avalon-sandbox/merlin/merlin-platform/examples/afs .cvsignore maven.xml project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 03:09:48 Removed: merlin/merlin-platform/examples/afs .cvsignore maven.xml project.xml Log: Remove servlet examples pending completion of the example. - To unsubscribe, e-

cvs commit: avalon-sandbox/merlin/merlin-platform/xdocs/starting/tutorial/dependencies navigation.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 03:04:39 Modified:merlin/merlin-platform/xdocs/starting index.xml navigation.xml merlin/merlin-platform/xdocs/starting/advanced navigation.xml merlin/merlin-platform/xdocs/starting/advanced/

cvs commit: avalon-sandbox/merlin/merlin-platform/examples/james .cvsignore README.TXT maven.xml project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 03:03:11 Removed: merlin/merlin-platform/examples/afs/simple project.properties project.xml merlin/merlin-platform/examples/afs/simple/conf block.xml merlin/merlin-platform/examples/afs/simple/src/etc

Re: First Merlin build

2003-09-10 Thread Niclas Hedhman
On Wednesday 10 September 2003 17:27, Niclas Hedhman wrote: > Hi, again... > > Continuing the story > > Since I want to get to the bottom of this, I added to retrieve all the > JarEntries and count how many bytes they are. > AND FURTHERMORE, extracting, deleting and jarring it from commandline

Re: First Merlin build

2003-09-10 Thread Alexis Agahi
On Wednesday 10 September 2003 11:27, Niclas Hedhman wrote: > Hi, again... > > Continuing the story > > Since I want to get to the bottom of this, I added to retrieve all the > JarEntries and count how many bytes they are. > See attachment for output. > > Most interesting is that the avalon-c

cvs commit: avalon-sandbox/merlin/composition/spi project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:49:17 Modified:merlin maven.xml platform.xml merlin/composition/api project.xml merlin/composition/impl project.xml merlin/composition/spi project.xml Log: Version syn in top-level build. Revision Changes

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

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:40:33 Modified:merlin/kernel/bootstrap project.xml merlin/kernel/bootstrap/src/etc merlin.properties merlin/kernel/impl project.xml merlin/kernel/plugin project.xml merlin/kernel/spi project.xml Log: S

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

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:22:41 Modified:merlin/kernel/spi project.xml Log: Sync. version references. Revision ChangesPath 1.5 +5 -5 avalon-sandbox/merlin/kernel/spi/project.xml Index: project.xml

cvs commit: avalon-sandbox/merlin/activation/impl project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:20:22 Modified:merlin/activation/impl project.xml Log: Sync. version references. Revision ChangesPath 1.2 +5 -5 avalon-sandbox/merlin/activation/impl/project.xml Index: project.xml ==

cvs commit: avalon-sandbox/merlin/activation project.xml .cvsignore

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:13:07 Removed: merlin/activation project.xml .cvsignore Log: Moved ti ./impl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon-sandbox/merlin STRUCTURE.TXT

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:10:14 Modified:merlin STRUCTURE.TXT Log: Updated structure info. Revision ChangesPath 1.8 +6 -5 avalon-sandbox/merlin/STRUCTURE.TXT Index: STRUCTURE.TXT === RCS fi

cvs commit: avalon-sandbox/merlin/activation-spi/src/java/org/apache/avalon/activation/lifestyle LifestyleHandler.java package.html

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:08:41 Removed: merlin/activation-spi .cvsignore project.xml merlin/activation-spi/src/java/org/apache/avalon/activation/appliance Appliance.java ApplianceFactory.java ApplianceRepository.java Block.java

cvs commit: avalon-sandbox/merlin/activation-api/src/java/org/apache/avalon/activation/lifestyle LifestyleException.java LifestyleRuntimeException.java package.html

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:08:23 Removed: merlin/activation-api .cvsignore project.xml merlin/activation-api/src/java/org/apache/avalon/activation/appliance ApplianceEvent.java ApplianceException.java ApplianceListener.java

cvs commit: avalon-sandbox/merlin/activation/src/test/org/apache/avalon/playground/basic BasicComponent.java BasicComponent.xconfig BasicComponent.xinfo BasicComponent.xprofile BasicContext.java BasicContextImp.java BasicService.java BasicService.xservice

2003-09-10 Thread mcconnell
mcconnell2003/09/10 02:07:52 Removed: merlin/activation/src/etc demo.mf project.mf merlin/activation/src/java/org/apache/avalon/activation/appliance/impl AbstractAppliance.java BlockThread.java DefaultAppliance.java

cvs commit: avalon-sandbox/merlin/activation/spi - Imported sources

2003-09-10 Thread mcconnell
mcconnell2003/09/10 01:57:36 Log: Move spi under activation group. Status: Vendor Tag: MCCONNELL Release Tags: TRANS_030910 N avalon-sandbox/merlin/activation/spi/.cvsignore N avalon-sandbox/merlin/activation/spi/project.xml N avalon-sandbox/merlin/activation/spi/sr

cvs commit: avalon-sandbox/merlin/activation/impl - Imported sources

2003-09-10 Thread mcconnell
mcconnell2003/09/10 01:56:44 Log: Move impl under activation group. Status: Vendor Tag: MCCONNELL Release Tags: TRANS_030910 N avalon-sandbox/merlin/activation/impl/.cvsignore N avalon-sandbox/merlin/activation/impl/project.xml N avalon-sandbox/merlin/activation/impl

cvs commit: avalon-sandbox/merlin/activation/api - Imported sources

2003-09-10 Thread mcconnell
mcconnell2003/09/10 01:54:59 Log: Move api under activation group. Status: Vendor Tag: MCCONNELL Release Tags: TRANS_030910 N avalon-sandbox/merlin/activation/api/.cvsignore N avalon-sandbox/merlin/activation/api/project.xml N avalon-sandbox/merlin/activation/api/sr

cvs commit: avalon-sandbox/merlin/repository/spi project.xml

2003-09-10 Thread mcconnell
mcconnell2003/09/10 01:16:26 Modified:merlin/repository/impl project.xml merlin/repository/spi project.xml Log: Update version. Revision ChangesPath 1.5 +2 -2 avalon-sandbox/merlin/repository/impl/project.xml Index: project.xml ===

cvs commit: avalon-sandbox/merlin/extension-spi project.xml .cvsignore

2003-09-10 Thread mcconnell
mcconnell2003/09/10 01:14:22 Removed: merlin/extension-spi project.xml .cvsignore Log: Moved to extension/spi. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]