You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Bob Harner <bo...@gmail.com> on 2007/04/06 15:37:38 UTC

Installation instructions error on Cocoon location (externals)

Hello, everyone!

A little thing...

Step 2 of INSTALL-SRC.txt file (Lenya 1.4) says:

    2) Get Apache Cocoon  (see Prerequisites)

but it seems to me that when you check out Lenya from SVN, Cocoon
1.4.x is now automatically checked out for you into the externals
subdirectory, right?  IIUC, there is no need to get it separately
anymore.

Step 4 also says:

            your_home/ (or c:\ on Windows, NOT My Documents)
              `-- src/
                   |-- lenya-trunk/            $LENYA_HOME
                   `-- cocoon/                 $COCOON_HOME
                        `-- build/
                             `-- webapp/       $COCOON_WEBAPP

but I think that's wrong too.  The build.sh/build.bat files point to
the externals subdirectory.

If you guys agree that the instructions are wrong, I'll submit a bug
and a patch.

BTW, interestingly but unrelatedly, I have found on the Windows
platform, I can use CYGWIN to run build.sh and lenya.sh instead of
build.bat and lenya.bat

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Installation instructions error on Cocoon location (externals)

Posted by Joern Nettingsmeier <ne...@folkwang-hochschule.de>.
Bob Harner wrote:
> On 4/6/07, Joern Nettingsmeier <ne...@folkwang-hochschule.de> wrote:
>> thanks for the heads up. i've updated the docs. please check and send in
>> corrections.
 >
> Thanks a lot, Joern!  That whole file is much improved now.
> 
> While we're at it, I found a couple more instances of the same
> "../cocoon" error in Lenya's online documentation.  Just search for
> "../" in these 2 files:
> 
> 1) http://lenya.apache.org/docs/1_4/installation/source_version.html
> (http://svn.apache.org/repos/asf/lenya/docu/src/documentation/content/xdocs/docs/1_4/installation/source_version.xml) 
> 
> 
> 2) http://lenya.apache.org/docs/1_4/tutorials/setupide/index.html
> (http://svn.apache.org/repos/asf/lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml) 

ugh. well, these sure need to be fixed, but lenya's documentation 
deployment workflow is not something to be approached in a casual way... :(

i would *really* appreciate if this stuff was inside the normal svn 
trunk (to be updated whenever relevant code changes), and some little 
forrest gnome would pull it from there automagically, without me ever 
having to care about it... then i might finally get around to working on 
the docs. until then, it's readmes and the wiki for me.

regards,

jörn



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Installation instructions error on Cocoon location (externals)

Posted by Bob Harner <bo...@gmail.com>.
On 4/6/07, Joern Nettingsmeier <ne...@folkwang-hochschule.de> wrote:
> thanks for the heads up. i've updated the docs. please check and send in
> corrections.
>
> Richard Frovarp wrote:
> > Bob Harner wrote:
> >> Hello, everyone!
> >>
> >> A little thing...
> >>
> >> Step 2 of INSTALL-SRC.txt file (Lenya 1.4) says:
> >>
> >>    2) Get Apache Cocoon  (see Prerequisites)
> >>
> >> but it seems to me that when you check out Lenya from SVN, Cocoon
> >> 1.4.x is now automatically checked out for you into the externals
> >> subdirectory, right?  IIUC, there is no need to get it separately
> >> anymore.
> >>
> >> Step 4 also says:
> >>
> >>            your_home/ (or c:\ on Windows, NOT My Documents)
> >>              `-- src/
> >>                   |-- lenya-trunk/            $LENYA_HOME
> >>                   `-- cocoon/                 $COCOON_HOME
> >>                        `-- build/
> >>                             `-- webapp/       $COCOON_WEBAPP
> >>
> >> but I think that's wrong too.  The build.sh/build.bat files point to
> >> the externals subdirectory.
> >>
> >> If you guys agree that the instructions are wrong, I'll submit a bug
> >> and a patch.
> >>
> >> BTW, interestingly but unrelatedly, I have found on the Windows
> >> platform, I can use CYGWIN to run build.sh and lenya.sh instead of
> >> build.bat and lenya.bat
> >
> > I'm not a dev, but I've done plenty of downloads and builds of Lenya.
> > Yeah, those are wrong. Doing a svn co of the trunk results in Cocoon
> > getting dumped into the externals directory under the Lenya dir. No need
> > to do it separately.
> >

Thanks a lot, Joern!  That whole file is much improved now.

While we're at it, I found a couple more instances of the same
"../cocoon" error in Lenya's online documentation.  Just search for
"../" in these 2 files:

1) http://lenya.apache.org/docs/1_4/installation/source_version.html
(http://svn.apache.org/repos/asf/lenya/docu/src/documentation/content/xdocs/docs/1_4/installation/source_version.xml)

2) http://lenya.apache.org/docs/1_4/tutorials/setupide/index.html
(http://svn.apache.org/repos/asf/lenya/docu/src/documentation/content/xdocs/docs/1_4/tutorials/setupide/index.xml)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Installation instructions error on Cocoon location (externals)

Posted by Joern Nettingsmeier <ne...@folkwang-hochschule.de>.
thanks for the heads up. i've updated the docs. please check and send in 
corrections.

Richard Frovarp wrote:
> Bob Harner wrote:
>> Hello, everyone!
>>
>> A little thing...
>>
>> Step 2 of INSTALL-SRC.txt file (Lenya 1.4) says:
>>
>>    2) Get Apache Cocoon  (see Prerequisites)
>>
>> but it seems to me that when you check out Lenya from SVN, Cocoon
>> 1.4.x is now automatically checked out for you into the externals
>> subdirectory, right?  IIUC, there is no need to get it separately
>> anymore.
>>
>> Step 4 also says:
>>
>>            your_home/ (or c:\ on Windows, NOT My Documents)
>>              `-- src/
>>                   |-- lenya-trunk/            $LENYA_HOME
>>                   `-- cocoon/                 $COCOON_HOME
>>                        `-- build/
>>                             `-- webapp/       $COCOON_WEBAPP
>>
>> but I think that's wrong too.  The build.sh/build.bat files point to
>> the externals subdirectory.
>>
>> If you guys agree that the instructions are wrong, I'll submit a bug
>> and a patch.
>>
>> BTW, interestingly but unrelatedly, I have found on the Windows
>> platform, I can use CYGWIN to run build.sh and lenya.sh instead of
>> build.bat and lenya.bat
> 
> I'm not a dev, but I've done plenty of downloads and builds of Lenya. 
> Yeah, those are wrong. Doing a svn co of the trunk results in Cocoon 
> getting dumped into the externals directory under the Lenya dir. No need 
> to do it separately.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
> For additional commands, e-mail: dev-help@lenya.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org


Re: Installation instructions error on Cocoon location (externals)

Posted by Richard Frovarp <Ri...@sendit.nodak.edu>.
Bob Harner wrote:
> Hello, everyone!
>
> A little thing...
>
> Step 2 of INSTALL-SRC.txt file (Lenya 1.4) says:
>
>    2) Get Apache Cocoon  (see Prerequisites)
>
> but it seems to me that when you check out Lenya from SVN, Cocoon
> 1.4.x is now automatically checked out for you into the externals
> subdirectory, right?  IIUC, there is no need to get it separately
> anymore.
>
> Step 4 also says:
>
>            your_home/ (or c:\ on Windows, NOT My Documents)
>              `-- src/
>                   |-- lenya-trunk/            $LENYA_HOME
>                   `-- cocoon/                 $COCOON_HOME
>                        `-- build/
>                             `-- webapp/       $COCOON_WEBAPP
>
> but I think that's wrong too.  The build.sh/build.bat files point to
> the externals subdirectory.
>
> If you guys agree that the instructions are wrong, I'll submit a bug
> and a patch.
>
> BTW, interestingly but unrelatedly, I have found on the Windows
> platform, I can use CYGWIN to run build.sh and lenya.sh instead of
> build.bat and lenya.bat

I'm not a dev, but I've done plenty of downloads and builds of Lenya. 
Yeah, those are wrong. Doing a svn co of the trunk results in Cocoon 
getting dumped into the externals directory under the Lenya dir. No need 
to do it separately.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org