Thanks Eddie:

I found a working version in my cygwin -- but my first try with a Gnu
version did not work.

Isn't there an Ant task that does the same thing?  I will research this
tomorrow....

-steveh.

On 12/28/05, Eddie O'Neil <[EMAIL PROTECTED]> wrote:
>
> Steve--
>
>   Apologies that I'm so late getting back to you here, but that
> program -- dos2unix -- is part of a typical UNIX distribution or
> Cygwin.  It's used to fixup the line endings on the ends of the
> generated files.
>
>   If anyone knows how to achieve the same thing with Forrest, we can
> remove this step.
>
>   Good question -- we should add this to the wiki.  :)
>
> Eddie
>
>
>
> On 12/15/05, Steve Hanson <[EMAIL PROTECTED]> wrote:
> > Hey all:
> >
> > I am trying to checkin and update the 'site' part of
> > http://beehive.apache.org
> >
> > Am using this process:
> >
> > 1) edit beehive/site/src/...
> > 2) cd to beehive/site/ and run: ant build
> > 3) ant stage.site
> > 4) svn commit www
> > 5) ssh minotaur.apache.org
> > 6) cd /www/beehive/apache.org
> > 7) svn update
> >
> > But my machine is failing on the part of step 3) ant stage.site:
> >
> >         <exec executable="dos2unix" dir="www/skin">
> >             <arg line="*"/>
> >         </exec>
> >
> > I get this error:  BUILD FAILED
> > C:\dev-apache\beehive\site\build.xml:41: Execute failed:
> java.io.IOException:
> > CreateProcess: dos2uni
> > x * error=2
> >
> > I could probably figure this out myself, but thought this would be a
> good
> > chance to make sure all of our machines are configured the same way.
> >
> > Any suggestions for getting past this error?
> >
> > thanks,
> > Steve H.
> >
> > On 12/15/05, Steve Hanson <[EMAIL PROTECTED]> wrote:
> > >
> > > Thanks Bradley:
> > >
> > > I will checkin a fix.
> > >
> > > -Steve H.
> > >
> > > On 12/15/05, Hansen, Bradley H (Brad), ALABS <[EMAIL PROTECTED] >
> wrote:
> > > >
> > > > On the faq.html page, the link for "Controls Overview" generates a
> 404.
> > > >
> > > > Also, on the welcome page at http://beehive.apache.org/ <
> > > > http://beehive.apache.org/> , there's a typo -- "enacpsulated" s/b
> > > > "encapsulated."
> > > >
> > > > Brad Hansen
> > > >
> > > >
> > >
> >
> >
>

Reply via email to