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

2003-11-10 Thread akarasulu
akarasulu2003/11/10 22:55:01 Modified:repository/impl/src/java/org/apache/avalon/repository/impl DefaultFileRepository.java Log: Untested but complete. Revision ChangesPath 1.5 +43 -5 avalon-sandbox/repository/impl/src/java/org/apache/av

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
Testsuite: org.apache.avalon.util.env.EnvTest Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 1.872 sec Testcase: testEnvVariable took 1.762 sec Caused an ERROR Failed to access PAT environment variable - Environment process failed with non-zero exit code of 1 org.apache.avalon.util.

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
When you say current checked in state you mean to say you did the update to pull the changes on Env.java and then attempted to rebuild and it still did not work? Did it give you the same errors? If the errors were different could you send that to me. We've gotta get a Mac! Alex > -Original

RE: [wiki] Moin Moin?

2003-11-10 Thread Noel J. Bergman
> Hey, looks like there's a moin-moin wiki installation on Apache: > http://wiki.apache.org/ > Not sure how long it's been there, but the geronimo docs have been moved > over from codehaus to it, which hopefully means it's here to stay. MoinMoin has been there for weeks as it was tested and config

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
[EMAIL PROTECTED] wrote: Based on all the EMails I see - you look like you were up all night ;-> Maybe .. but your don't know that for sure! ;-) -- Stephen J. McConnell mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMA

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
In it's current checked in state it fails. I have to take stephen's suggestion and comment out the PAT check to make it work. cheers, Harris On Nov 10, 2003, at 10:00 PM, Alex Karasulu wrote: Harris, So the PROMPT can bomb out too with an exception but luckily I only test for it on windows i

cvs commit: avalon-sandbox/repository/api/src/java/org/apache/avalon/repository Repository.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 22:08:33 Modified:repository/api/src/test/org/apache/avalon/repository InitialRepositoryFactoryTest.java repository/api/src/java/org/apache/avalon/repository Repository.java Log: Revision Change

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

2003-11-10 Thread akarasulu
akarasulu2003/11/10 22:08:19 Modified:repository/impl/src/java/org/apache/avalon/repository/impl DefaultFileRepository.java Log: Revision ChangesPath 1.4 +17 -1 avalon-sandbox/repository/impl/src/java/org/apache/avalon/repository/impl/D

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread david . gray
Based on all the EMails I see - you look like you were up all night ;-> Stephen McConnell <[EMAIL PROTECTED]> on 11/11/2003 17:07:30 Please respond to "Avalon Developers List" <[EMAIL PROTECTED]> To:Avalon Developers List <[EMAIL PROTECTED]> cc: Subject:Re: [Merlin] Failure on linu

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steven Harris wrote: I'm in San Fran. You guys are real night owls! What are you talking about - its morning here! I'm just up early! Stephen. -- Stephen J. McConnell mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EM

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
No I just have to stay up later than some people because it's a hazing thing ;). > -Original Message- > From: Steven Harris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 1:02 AM > To: Avalon Developers List > Subject: Re: [Merlin] Failure on linux in meta tree > > I'm in Sa

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
I'm in San Fran. You guys are real night owls! On Nov 10, 2003, at 9:54 PM, Alex Karasulu wrote: I'm in USA in JAX Fl. Steven is in Paris France. -Original Message- From: Stephen McConnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 12:45 AM To: Avalon Developers List Sub

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Harris, So the PROMPT can bomb out too with an exception but luckily I only test for it on windows in my test cases. This environment stuff is laden with problems because of the platform and shell differences. So does it work with the cvs update or did you just manually comment out. I just

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
I'm in USA in JAX Fl. Steven is in Paris France. > -Original Message- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 12:45 AM > To: Avalon Developers List > Subject: Re: [Merlin] Failure on linux in meta tree > > > > Steven Harris wrote: > > > D

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
beta 10 On Nov 10, 2003, at 9:45 PM, Stephen McConnell wrote: Steven Harris wrote: Did you guys have any ideas on why I am having problems when I do the maven avalon:dist in the meta directory? The problem is on linux and os x What version of Maven are you running? are you guys east coast?

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steven Harris wrote: Did you guys have any ideas on why I am having problems when I do the maven avalon:dist in the meta directory? The problem is on linux and os x What version of Maven are you running? are you guys east coast? The east coast of which continent? Stephen. -- Stephen J.

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Alex Karasulu wrote: Ok update the environment directory - basically do a cvs up in avalon/merlin/util/env and rerun the tests. Let me know what happens. If there is no PROMPT or PATH variables in your shell it will bomb out. These variables are present by the way in almost all UNIX'es I know o

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
Did you guys have any ideas on why I am having problems when I do the maven avalon:dist in the meta directory? The problem is on linux and os x are you guys east coast? Cheers Steve On Nov 10, 2003, at 9:25 PM, Stephen McConnell wrote: Steve - Could you comment out the following line in the test

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steven Harris wrote: That worked! Black Magic!! :-) -- Stephen J. McConnell mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
That worked! On Nov 10, 2003, at 9:25 PM, Stephen McConnell wrote: Steve - Could you comment out the following line in the test case and let us know what happens. assertNull( Env.getEnvVariable( "PAT" ) ) ; Stephen. Steven Harris wrote: Testsuite: org.apache.avalon.util.env.EnvTest T

cvs commit: avalon-sandbox/repository .cvsignore

2003-11-10 Thread akarasulu
akarasulu2003/11/10 21:32:06 Added: repository .cvsignore Log: Added for maven byproducts. Revision ChangesPath 1.1 avalon-sandbox/repository/.cvsignore Index: .cvsignore === maven

cvs commit: avalon-sandbox/repository/testrepo/avalon-repository/propertiess avalon-repository-impl-1.1-dev.jar.properties

2003-11-10 Thread akarasulu
akarasulu2003/11/10 21:30:53 Modified:repository/testrepo/avalon-repository/propertiess avalon-repository-impl-1.1-dev.jar.properties Added: repository/testrepo/avalon-repository/jars avalon-repository-api-1.1-dev.jar

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
Testsuite: org.apache.avalon.util.env.EnvTest Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 1.756 sec Testcase: testEnvVariable took 1.622 sec Caused an ERROR Failed to access PAT environment variable - Environment process failed with non-zero exit code of 1 org.apache.avalon.util.

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Ok update the environment directory - basically do a cvs up in avalon/merlin/util/env and rerun the tests. Let me know what happens. If there is no PROMPT or PATH variables in your shell it will bomb out. These variables are present by the way in almost all UNIX'es I know of and hence my reason

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steve - Could you comment out the following line in the test case and let us know what happens. assertNull( Env.getEnvVariable( "PAT" ) ) ; Stephen. Steven Harris wrote: Testsuite: org.apache.avalon.util.env.EnvTest Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.323 sec Testcase:

cvs commit: avalon/merlin/util/env/src/test/org/apache/avalon/util/env EnvTest.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 21:20:22 Modified:merlin/util/env/src/test/org/apache/avalon/util/env EnvTest.java Log: Fixing test for OS X oddity where if variable is not found a non-zero exit code is returned. So an exception is thrown rather than returning a

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Hold on a sec this is not at all a big deal. Give me a minute to make a change. > -Original Message- > From: Steven Harris [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 12:13 AM > To: Avalon Developers List > Subject: Re: [Merlin] Failure on linux in meta tree > > > > Fa

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steven Harris
Testsuite: org.apache.avalon.util.env.EnvTest Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 0.323 sec Testcase: testEnvVariable took 0.213 sec Caused an ERROR Failed to access PAT environment variable - Environment process failed with non-zero exit code of 1 org.apache.avalon.util.

Re: [Merlin] Service vs. Component

2003-11-10 Thread Stephen McConnell
Niclas Hedhman wrote: On Tuesday 11 November 2003 07:35, Stephen McConnell wrote: meta-info (description of a component type) meta-data (descriptions of deployment scenarios) Is it only me, or isn't these too definitions too confusing??? I also think that it restricts future meta de

[wiki] Moin Moin?

2003-11-10 Thread J Aaron Farr
Hello, Hey, looks like there's a moin-moin wiki installation on Apache: http://wiki.apache.org/ Not sure how long it's been there, but the geronimo docs have been moved over from codehaus to it, which hopefully means it's here to stay. While the current UseMod wiki version on nagoya is fine, it

RE: Merlin source

2003-11-10 Thread Alex Karasulu
Hello, I would be glad to help. Perhaps the best way to do that is get you more exposure by posting to the development list where others can respond. What I have done is CC'd this email to the dev list. Hopefully those like Aaron working on the new site can make sure the source is available to

cvs commit: avalon-sandbox/repository project.properties

2003-11-10 Thread akarasulu
akarasulu2003/11/10 19:18:42 Modified:repository project.properties Log: Property changes for using the testrepo Revision ChangesPath 1.4 +1 -1 avalon-sandbox/repository/project.properties Index: project.properties ===

cvs commit: avalon-sandbox/repository/api/src/java/org/apache/avalon/repository ArtifactDatabase.java Repository.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 19:15:32 Modified:repository/api/src/java/org/apache/avalon/repository ArtifactDatabase.java Repository.java Log: Enabled database functionality on Repository Revision ChangesPath 1.2 +5 -0 avalon-sandbox/repository/

cvs commit: avalon-sandbox/repository/impl/src/test/org/apache/avalon/repository/impl ArtifactDatabaseImplTest.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 19:15:30 Modified:repository/impl/src/java/org/apache/avalon/repository/impl DefaultFileRepository.java ArtifactDatabaseImpl.java repository/impl/src/test/org/apache/avalon/repository/impl

cvs commit: avalon-sandbox/repository/spi/src/test/org/apache/avalon/repository ArtifactDatabaseImplTest.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 19:15:27 Removed: repository/spi/src/java/org/apache/avalon/repository ArtifactDatabase.java repository.properties ArtifactDatabaseImpl.java repository/spi/src/test/org/apache/avalon/repository

Re: [Merlin] Service vs. Component

2003-11-10 Thread Niclas Hedhman
On Tuesday 11 November 2003 07:35, Stephen McConnell wrote: > meta-info (description of a component type) > meta-data (descriptions of deployment scenarios) Is it only me, or isn't these too definitions too confusing??? I also think that it restricts future meta definitions to a large degree.

Re: [avalon-jetty] Status update

2003-11-10 Thread Timothy Bennett
- Original Message - From: "Stephen McConnell" <[EMAIL PROTECTED]> Newsgroups: gmane.comp.jakarta.avalon.devel Sent: Monday, November 10, 2003 6:22 PM Subject: Re: [avalon-jetty] Status update > > What can I say - this is *really* nice! > Well done. > Credit goes mostly to Howard Henson.

cvs commit: avalon/merlin/web/servlet README.TXT

2003-11-10 Thread mcconnell
mcconnell2003/11/10 17:29:42 Added: merlin/web/servlet README.TXT Log: Housekeeping. Revision ChangesPath 1.1 avalon/merlin/web/servlet/README.TXT Index: README.TXT === This is

cvs commit: avalon-sandbox/repository/api/src/java/org/apache/avalon/repository ArtifactDatabase.java Repository.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 17:22:29 Modified:repository/api/src/java/org/apache/avalon/repository Repository.java Added: repository/api/src/java/org/apache/avalon/repository ArtifactDatabase.java Log: Moving things around a little

cvs commit: avalon-sandbox/repository/impl/src/test/org/apache/avalon/repository/impl LocalRepositoryTestCase.java ArtifactDatabaseImplTest.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 17:22:27 Modified:repository/impl/src/java/org/apache/avalon/repository/impl DefaultRepositoryConfig.java DefaultBlockManifest.java DefaultFileRepository.java DefaultReposi

cvs commit: avalon-sandbox/repository/impl/src/test/org/apache/avalon/repository/impl - New directory

2003-11-10 Thread akarasulu
akarasulu2003/11/10 17:22:20 avalon-sandbox/repository/impl/src/test/org/apache/avalon/repository/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [merlin] composition tutorial

2003-11-10 Thread Steve Harris
The page reference is http://avalon.apache.org/merlin/starting/advanced/composite.html I actually noticed it in the README.txt file in the composition directory though (which is why no page reference originally) Thanks! Steve -Original Message- From: Stephen McConnell [mailto:[EMAIL P

Re: [merlin] composition tutorial

2003-11-10 Thread Stephen McConnell
Steve Harris wrote: Doing what the readme says does not result in a working example. i.e. it says to compile by doing maven build. This does nothing. typing just maven does build it. I updated this is CVS a couple of days ago but have not pushed it onto the site yet. i.e. 2 it says to run it

Re: [Merlin] Internal MBeanServer component (or Cornerstone component?)

2003-11-10 Thread Stephen McConnell
Alexis Agahi wrote: On Tuesday 11 November 2003 00:44, Stephen McConnell wrote: Alexis Agahi wrote: Hi, After some discussion a few weeks ago, someone (from Steve?) sugested that merlin could have a kernel service that could provide JMX manager for application. Maybe merlin could use a

[merlin] composition tutorial

2003-11-10 Thread Steve Harris
Doing what the readme says does not result in a working example. i.e. it says to compile by doing maven build. This does nothing. typing just maven does build it. i.e. 2 it says to run it using: merlin target\*.jar -system %MAVEN_HOME% -execute however I get an error saying -system is not vali

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

2003-11-10 Thread akarasulu
akarasulu2003/11/10 16:28:02 Modified:repository/impl/src/java/org/apache/avalon/repository/impl DefaultRepositoryFactory.java Log: Finished some tests. Revision ChangesPath 1.2 +6 -46 avalon-sandbox/repository/impl/src/java/org/apache/a

cvs commit: avalon-sandbox/repository/api/src/test/org/apache/avalon/repository InitialRepositoryFactoryTest.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 16:28:03 Modified:repository/api/src/test/org/apache/avalon/repository InitialRepositoryFactoryTest.java Log: Finished some tests. Revision ChangesPath 1.3 +32 -7 avalon-sandbox/repository/api/src/test/org/apache/aval

Re: [avalon-jetty] Status update

2003-11-10 Thread Stephen McConnell
I've just comitted this in the merlin repo under merlin/web/http and have the demo up and running: http://www.osm.net:8080/example/servlets What can I say - this is *really* nice! Well done. I've updated the dependencies so that everything will build and deploy off the repository. I also adde

Re: [Merlin] Internal MBeanServer component (or Cornerstone component?)

2003-11-10 Thread Alexis Agahi
On Tuesday 11 November 2003 00:44, Stephen McConnell wrote: > Alexis Agahi wrote: > >Hi, > > > >After some discussion a few weeks ago, someone (from Steve?) sugested that > >merlin could have a kernel service that could provide JMX manager for > >application. > > > >Maybe merlin could use a JMX MBe

cvs commit: avalon-sandbox/repository/api project.properties

2003-11-10 Thread akarasulu
akarasulu2003/11/10 15:45:04 Added: repository/api project.properties Log: Need for builds to succeed from within the subproject directory. Revision ChangesPath 1.1 avalon-sandbox/repository/api/project.properties Index: project.properties

cvs commit: avalon-sandbox/repository/api/src/java/org/apache/avalon/repository RepositoryUtils.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 15:43:50 Modified:repository/api/src/java/org/apache/avalon/repository RepositoryUtils.java Log: Revision ChangesPath 1.2 +54 -1 avalon-sandbox/repository/api/src/java/org/apache/avalon/repository/RepositoryUtils.jav

cvs commit: avalon-sandbox/repository/api/src/java/org/apache/avalon/repository InitialRepositoryFactory.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 15:43:38 Modified:repository/api/src/java/org/apache/avalon/repository InitialRepositoryFactory.java Log: Revision ChangesPath 1.3 +8 -45 avalon-sandbox/repository/api/src/java/org/apache/avalon/repository/InitialRep

Re: [Merlin] Internal MBeanServer component (or Cornerstone component?)

2003-11-10 Thread Stephen McConnell
Alexis Agahi wrote: Hi, After some discussion a few weeks ago, someone (from Steve?) sugested that merlin could have a kernel service that could provide JMX manager for application. Maybe merlin could use a JMX MBeanServer component ready to be composed by any service, and btw this componen

Re: [Merlin] Service vs. Component

2003-11-10 Thread Stephen McConnell
Steve Harris wrote: I'm working on a document for a round table discussion we will be having about Merlin. I will probably have a few questions as I work on it and may even post it to get feedback if people don't mind. My first question is pretty simple. Is it true that Components are no more

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Thanks much! > -Original Message- > From: Steve Harris [mailto:[EMAIL PROTECTED] > Sent: Monday, November 10, 2003 5:37 PM > To: Avalon Developers List > Subject: RE: [Merlin] Failure on linux in meta tree > > Love too. I can do it tonight. I don't have a mac here at work. but > I'll do i

[Merlin] Service vs. Component

2003-11-10 Thread Steve Harris
I'm working on a document for a round table discussion we will be having about Merlin. I will probably have a few questions as I work on it and may even post it to get feedback if people don't mind. My first question is pretty simple. Is it true that Components are no more in the merlin world? Do

[Merlin] Internal MBeanServer component (or Cornerstone component?)

2003-11-10 Thread Alexis Agahi
Hi, After some discussion a few weeks ago, someone (from Steve?) sugested that merlin could have a kernel service that could provide JMX manager for application. Maybe merlin could use a JMX MBeanServer component ready to be composed by any service, and btw this component could be generic corn

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steve Harris
Love too. I can do it tonight. I don't have a mac here at work. but I'll do it tonight. Cheers, Steve -Original Message- From: Alex Karasulu [mailto:[EMAIL PROTECTED] Sent: Mon 11/10/2003 2:31 PM To: 'Avalon Developers List' Cc: Subject:RE: [Merlin] Failure on linux i

cvs commit: avalon/merlin/web/http/impl/src/java/org/apache/avalon/merlin/http/example - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:32:38 avalon/merlin/web/http/impl/src/java/org/apache/avalon/merlin/http/example - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/src/java/org/apache/avalon/merlin/http - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:32:29 avalon/merlin/web/http/impl/src/java/org/apache/avalon/merlin/http - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/src/java/org/apache/avalon/merlin - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:32:21 avalon/merlin/web/http/impl/src/java/org/apache/avalon/merlin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/src/java/org/apache/avalon - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:32:12 avalon/merlin/web/http/impl/src/java/org/apache/avalon - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/src/java/org/apache - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:32:04 avalon/merlin/web/http/impl/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/src/java/org - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:31:55 avalon/merlin/web/http/impl/src/java/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/src/java - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:31:45 avalon/merlin/web/http/impl/src/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Also I want to double check that the format of the output is the same as the /etc/passwd file. You mind sending me your output in an attachment? Alex > -Original Message- > From: Steve Harris [mailto:[EMAIL PROTECTED] > Sent: Monday, November 10, 2003 5:03 PM > To: Avalon Developers List

cvs commit: avalon/merlin/web/http/impl/src - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:31:22 avalon/merlin/web/http/impl/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/impl/conf - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:31:12 avalon/merlin/web/http/impl/conf - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src/java/org/apache/avalon/merlin/http/example - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:30:35 avalon/merlin/web/http/spi/src/java/org/apache/avalon/merlin/http/example - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src/java/org/apache/avalon/merlin/http - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:30:26 avalon/merlin/web/http/spi/src/java/org/apache/avalon/merlin/http - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Ok I wrote the code but since I don't have a Mac I'll leave the testing up to you Steve. Do a fresh checkout and make sure there is a getMacUserShell() static method in the Env class. Run it through and let me know what happens. Good luck, ALex > > I thought I already responded with that inf

cvs commit: avalon/merlin/web/http/spi/src/java/org/apache/avalon/merlin - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:30:06 avalon/merlin/web/http/spi/src/java/org/apache/avalon/merlin - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src/java/org/apache/avalon - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:28:54 avalon/merlin/web/http/spi/src/java/org/apache/avalon - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src/java/org/apache - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:28:45 avalon/merlin/web/http/spi/src/java/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src/java/org - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:28:36 avalon/merlin/web/http/spi/src/java/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src/java - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:28:27 avalon/merlin/web/http/spi/src/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi/src - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:28:19 avalon/merlin/web/http/spi/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/util/env/src/java/org/apache/avalon/util/env Env.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 14:27:49 Modified:merlin/util/env/src/java/org/apache/avalon/util/env Env.java Log: Code for OS X support. Revision ChangesPath 1.5 +87 -3 avalon/merlin/util/env/src/java/org/apache/avalon/util/env/Env.java Index: Env.java ===

cvs commit: avalon/merlin/web/http/impl - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:27:45 avalon/merlin/web/http/impl - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: avalon/merlin/web/http/spi - New directory

2003-11-10 Thread mcconnell
mcconnell2003/11/10 14:27:36 avalon/merlin/web/http/spi - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
> I thought I already responded with that info? I may have missed the email - my apologies. I'll add the code to check the output. > "nidump passwd /" > > will print out the virtual /etc/passwd file to stdout and from that > you can do exactly what you do on all other unix based os's > > Is t

Re: [Merlin] Did something change in composition (since 3.1)

2003-11-10 Thread Alexis Agahi
On Monday 10 November 2003 20:21, Stephen McConnell wrote: > OK - problem located. > > The bootstrap properties file contains an incorrect version reference - > the merlin.properties file in bootstrap is referencing 3.2-dev, not > 3.2.1-dev. > I've committed the change - everything should be ok if

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Sorry Steve - I've been up too long! Alex - is there anything else need to close the OS X env issue? Stephen. Steve Harris wrote: I thought I already responded with that info? "nidump passwd /" will print out the virtual /etc/passwd file to stdout and from that you can do exactly what you do o

Re: project relative paths and the reactor

2003-11-10 Thread Stephen McConnell
Alex Karasulu wrote: Steve, I have a situation where I'm using a relative path to a test repository in the project.properties file here: maven.repo.remote = file:./testrepo/,http://www.ibiblio.org/maven/ If I run the reactor one level above the actual project it does not get the relative

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

2003-11-10 Thread akarasulu
akarasulu2003/11/10 14:04:01 Removed: repository/impl/src/java/org/apache/avalon/repository/impl DefaultFactory.java Log: Name changed - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

cvs commit: avalon-sandbox/repository maven.xml project.properties

2003-11-10 Thread akarasulu
akarasulu2003/11/10 14:03:20 Modified:repository maven.xml project.properties Log: Using fake repository. Revision ChangesPath 1.2 +1 -1 avalon-sandbox/repository/maven.xml Index: maven.xml

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steve Harris
I thought I already responded with that info? "nidump passwd /" will print out the virtual /etc/passwd file to stdout and from that you can do exactly what you do on all other unix based os's Is that to much of a hack or something. I can ask around for a better way if it is. I attached the fil

cvs commit: avalon-sandbox/repository/api/src/java/org/apache/avalon/repository InitialRepositoryFactory.java

2003-11-10 Thread akarasulu
akarasulu2003/11/10 14:01:22 Modified:repository/api/src/test/org/apache/avalon/repository InitialRepositoryFactoryTest.java repository/api/src/java/org/apache/avalon/repository InitialRepositoryFactory.java Log: Re

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

2003-11-10 Thread akarasulu
akarasulu2003/11/10 14:01:20 Added: repository/impl/src/java/org/apache/avalon/repository/impl DefaultRepositoryFactory.java Log: Revision ChangesPath 1.1 avalon-sandbox/repository/impl/src/java/org/apache/avalon/repository/imp

project relative paths and the reactor

2003-11-10 Thread Alex Karasulu
Steve, I have a situation where I'm using a relative path to a test repository in the project.properties file here: maven.repo.remote = file:./testrepo/,http://www.ibiblio.org/maven/ If I run the reactor one level above the actual project it does not get the relative directory. So if

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steve Harris wrote: heheh, Yes, I'm on linux, running maven-1.0-beta-10 and getting those two problems. It seems the tutorials are building but failing a test. &*$^%***! The meta thing seems like the same error I was getting on OS X with the meta directory but I'm not sure and I don't have an

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Alex Karasulu
Guys, Just let me know what the command is on OS X to get the user's default shell and I'll get rid of this problem once and for all. Alex > -Original Message- > From: Stephen McConnell [mailto:[EMAIL PROTECTED] > Sent: Monday, November 10, 2003 3:07 PM > To: Avalon Developers List > Sub

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steve Harris
heheh, Yes, I'm on linux, running maven-1.0-beta-10 and getting those two problems. It seems the tutorials are building but failing a test. The meta thing seems like the same error I was getting on OS X with the meta directory but I'm not sure and I don't have an OS X box here at work. -Or

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steve Harris wrote: Is the same problem on linux? I'm on linux today (at work) Hang on - I getting confussed. Just so I'm up-to-date - you have two problems: 1. the OS X issue which is showing up on the test case during the merlin build and will also show up when using the CVS version

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steve Harris
Is the same problem on linux? I'm on linux today (at work) Cheers, Steve -Original Message- From: Stephen McConnell [mailto:[EMAIL PROTECTED] Sent: Mon 11/10/2003 12:07 PM To: Avalon Developers List Cc: Subject:Re: [Merlin] Failure on linux in meta tree Steve Harris

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steve Harris wrote: Got this. It's no rush because I've gone back to the binary release which seems to work well. This is almost certainly related to the Env problem that you seeing on the OS X issue. The earlier binary is not checking for the merlin home which means it is't using Env whereas

RE: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Steve Harris
Got this. It's no rush because I've gone back to the binary release which seems to work well. BUILD FAILED File.. file:/home/steve/avalon/meta/ Element... maven:reactor Line.. 109 Column 31 Unable to obtain goal [site] -- file:/home/steve/.maven/plugins/maven-xdoc-plugin-1.4-SNAPSH

Re: [Merlin] Failure on linux in meta tree

2003-11-10 Thread Stephen McConnell
Steve Harris wrote: On linux, I am now able to compile the merlin directory but I get the following error in the meta directory. 1) Is this important? Not yet sure what the meta directory is This is only an issue with the doc generation. 2) Any ideas on what the problem is? If your running

[Merlin] Failure on linux in meta tree

2003-11-10 Thread Steve Harris
On linux, I am now able to compile the merlin directory but I get the following error in the meta directory. 1) Is this important? Not yet sure what the meta directory is 2) Any ideas on what the problem is? Is this the problem caused by using rc1 of maven? I can download the older one if it is.

Re: [Merlin] Did something change in composition (since 3.1)

2003-11-10 Thread Stephen McConnell
OK - problem located. The bootstrap properties file contains an incorrect version reference - the merlin.properties file in bootstrap is referencing 3.2-dev, not 3.2.1-dev. I've committed the change - everything should be ok if you do cvs update and a merlin:update. Cheers, Steve. -- Stephen

  1   2   3   >