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: 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

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: 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

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

Re: First Merlin build

2003-09-09 Thread Alexis Agahi
On Tuesday 09 September 2003 13:01, Niclas Hedhman wrote: > On Tuesday 09 September 2003 18:10, Stephen McConnell wrote: > > What happens if you use the binary download? > > http://www.ibiblio.org/merlin/distributions/20030901/ > > Do you experience the same problem? > > Nope. Different one. bin/me

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Niclas Hedhman wrote: Not insanely obvious that I have no block.xml available for it. Here is the result of invoking merlin with an invalid path. (latest version in CVS): report --- Exception: org.apache.avalon.merlin.kernel.KernelExce

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Niclas Hedhman wrote: On Tuesday 09 September 2003 18:10, Stephen McConnell wrote: What happens if you use the binary download? http://www.ibiblio.org/merlin/distributions/20030901/ Do you experience the same problem? Forgot to say, after manipulating the merlin.sh, I got it running, and

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Niclas Hedhman wrote: Let's try without Cygwin... Same thing... JAVA_HOME with spaces and it belly-up. Brain dead environment! From memory the readme for the install recommends that the JDK should not be installed under something like "Program Files". I have always installed the JDK under a

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
On Tuesday 09 September 2003 18:10, Stephen McConnell wrote: > What happens if you use the binary download? > http://www.ibiblio.org/merlin/distributions/20030901/ > Do you experience the same problem? Forgot to say, after manipulating the merlin.sh, I got it running, and got a "reasonable" error

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
On Tuesday 09 September 2003 18:10, Stephen McConnell wrote: > What happens if you use the binary download? > http://www.ibiblio.org/merlin/distributions/20030901/ > Do you experience the same problem? Nope. Different one. bin/merlin.sh is somehow corrupt, and can't be read properly by sh... I'll

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Niclas Hedhman wrote: Don't know why this message didn't reach - or at least, didn't come back to me... So resending -- WARNING; Very long. Written as progress (or lack thereof) is made... Hi, Now I have spent more time that I should on investigating this... Just prior

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
Hi, again... Windows!! Let's try the same exercise on my Windows XP, with and without Cygwin. cvs -q update -dP to get the latest/greatest. (Have checked it out previously...) First disappointment... Under CYGWIN, Maven refuses to work, due to spaces in the JAVA_HOME settings, ("Document An

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Nicolas: I have just updaloded a new (verbose) version of the bootstrap loader to ibiblio. http://www.ibiblio.org/maven/merlin/jars/ merlin-bootstrap-1.0.jar Have also updated CVS. If the -debug flag is declared you will get a dump of the classloader. However, you email confirms that there is

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
WARNING; Very long. Written as progress (or lack thereof) is made... Hi, Now I have spent more time that I should on investigating this... Just prior to the ExceptionHelper.packException in the CLIKernelLoader class, I have investigated the structure and URLs of the CLIKernelLoader's classloa

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
Don't know why this message didn't reach - or at least, didn't come back to me... So resending -- WARNING; Very long. Written as progress (or lack thereof) is made... Hi, Now I have spent more time that I should on investigating this... Just prior to the ExceptionHelper.p

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Niclas Hedhman wrote: SO, I have some really serious classloading issues going on... You sure do. I'm going to update the bootstrap classes to give me a printout of what is actually loaded into the classloaders. This should give us a better idea of what is going on. Steve, you asked about e

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
On Tuesday 09 September 2003 15:58, Niclas Hedhman wrote: > Also, first time I have dug into the source code before trying to get a > some sample code to work. Big commitment ! ;o) > > I'll now try to take a Phoenix block, modify and run it under Merlin > instead. I need to get on with the evaluat

Re: First Merlin build

2003-09-09 Thread Stephen McConnell
Niclas Hedhman wrote: I notice that in the ./bin/lib/merlin-bootstrap-1.0.jar The ExceptionHelper class is without package That's why it is not found. No it isn't! If you look at the output your getting the bootstrap ExceptionHelper is doing the formatting. Keep in mind that the boot

Re: First Merlin build

2003-09-09 Thread Niclas Hedhman
Also, first time I have dug into the source code before trying to get a some sample code to work. Big commitment ! ;o) I'll now try to take a Phoenix block, modify and run it under Merlin instead. I need to get on with the evaluation. Niclas --

Re: First Merlin build

2003-09-08 Thread Niclas Hedhman
I notice that in the ./bin/lib/merlin-bootstrap-1.0.jar The ExceptionHelper class is without package That's why it is not found. On Tuesday 09 September 2003 04:01, Stephen McConnell wrote: > What happens when you invoke the following: > > $ merlin -info -debug rubbish Same result. [E

Re: First Merlin build

2003-09-08 Thread Stephen McConnell
Stephen McConnell wrote: What happens when you invoke the following: $ merlin -info -debug rubbish Just for reference I've attached the log output from this command when invoked under NT4. Steve. -- Stephen J. McConnell mailto:[EMAIL PROTECTED] $ merlin -info -debug rubbish [DEBUG ] (ke

Re: First Merlin build

2003-09-08 Thread Stephen McConnell
Niclas Hedhman wrote: I don't think merlin.sh takes the run argument as a parameter. There was some recent updating of the *.sh scripts. The run functionality is under merlin-server.sh whereas merlin.sh is simple command line deployment. Thing that I'm confused about is that you should be get

Re: First Merlin build

2003-09-08 Thread Niclas Hedhman
On Monday 08 September 2003 22:07, Stephen McConnell wrote: > Niclas Hedhman wrote: > Umm, looks strange. > How recent is you checkout? At the time, <5min. > I don't think merlin.sh takes the run > argument as a parameter. There was some recent updating of the *.sh > scripts. The run function

Re: First Merlin build

2003-09-08 Thread Stephen McConnell
Niclas Hedhman wrote: Being "stupid" enough to always use CVS checkouts for evaluations... hmmm? :-) I just did; cd dev/opensource/avalon-sandbox/merlin cvs -q update -dP maven merlin-dist cd target/merlin export MERLIN_HOME=`pwd` bin/merlin.sh run And I got the following result; [EMAIL PR

First Merlin build

2003-09-08 Thread Niclas Hedhman
Being "stupid" enough to always use CVS checkouts for evaluations... hmmm? I just did; cd dev/opensource/avalon-sandbox/merlin cvs -q update -dP maven merlin-dist cd target/merlin export MERLIN_HOME=`pwd` bin/merlin.sh run And I got the following result; [EMAIL PROTECTED] merlin]$ bin/merlin.s