Steve,

On Thu, 2003-09-11 at 11:02, Peter Courcoux wrote:
> On Thu, 2003-09-11 at 10:58, Stephen McConnell wrote:
> > Peter Courcoux wrote:
> > 
> > >Steve, Niclas,
> > >
> > >Not sure this helps but ...
> > >
> > >maven merlin:site seems to build without changes for me on redhat 7.2.
> > >
> > 
> > Which version of Maven?
> 
> 1.0-rc1-SNAPSHOT cvs 20030901
> 
> > 
> > >
> > >
> > >I noticed the following instructions on the page :-
> > >http://avalon.apache.org/sandbox/merlin/starting/installation.html
> > >
> > >$ echo '
> > >  
> > >
> > >># set location of merlin
> > >>export MERLIN_HOME=/opt/merlin
> > >># include it in the path
> > >>export PATH=$PATH:MERLIN_HOME
> > >>' > ~/.bash_profile
> > >>    
> > >>
> > >$ source ~/.bash_profile
> > >
> > >Fortunately, (Peter wipes brow) I realised this would actually replace
> > >any settings already in .bash_profile and as I already have quite a lot
> > >in there I would not have been best pleased if I had wiped them! 
> > >
> > >I couldn't find the source for the page so haven't submitted a patch.
> > >
> > 
> > merlin/merlin-platform/xdocs/starting/installation.xml
> 
> Thanks

installation.dif attached.

Regards,

Peter
> .
> > 
> > Steve.
-- 
Peter Courcoux <[EMAIL PROTECTED]>
Index: installation.xml
===================================================================
RCS file: 
/home/cvspublic/avalon-sandbox/merlin/merlin-platform/xdocs/starting/installation.xml,v
retrieving revision 1.2
diff -u -r1.2 installation.xml
--- installation.xml    16 Jun 2003 09:39:05 -0000      1.2
+++ installation.xml    11 Sep 2003 10:33:52 -0000
@@ -74,8 +74,8 @@
 > # set location of merlin
 > export MERLIN_HOME=/opt/merlin
 > # include it in the path
-> export PATH=$PATH:MERLIN_HOME
-> ' > ~/.bash_profile
+> export PATH=$PATH:$MERLIN_HOME
+> ' >> ~/.bash_profile
 $ source ~/.bash_profile
 ]]></source>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to