On 19 November 2011 01:05, <cross...@apache.org> wrote: > Author: crossley > Date: Sat Nov 19 01:05:40 2011 > New Revision: 1203933 > > URL: http://svn.apache.org/viewvc?rev=1203933&view=rev > Log: > Argh, it does need FixCRL on macosx too. So now use this task on all systems > again. I see where they are coming from, so will investigate more.
Even if the problem is fixed for some or all systems, I suggest we keep the target so it can be invoked directly. i.e. the target that does the work should be unconditional; it can be called via a conditional target if required internally. Also, the target fixes the EOL to the host native setting, which may not be CRLF. > Modified: > incubator/public/trunk/build.xml > > Modified: incubator/public/trunk/build.xml > URL: > http://svn.apache.org/viewvc/incubator/public/trunk/build.xml?rev=1203933&r1=1203932&r2=1203933&view=diff > ============================================================================== > --- incubator/public/trunk/build.xml (original) > +++ incubator/public/trunk/build.xml Sat Nov 19 01:05:40 2011 > @@ -105,8 +105,8 @@ > Anakia seems to get confused about line-endings in some html files on > Windows. > This target can be used to restore the line endings. > --> > - <target name="FixCRLF" description="Fix inconsistent line endings in > generated d ocuments on Windows" depends="checkOS" if="os.windows"> > - <echo level="info" message="Fixing inconsistent line endings in > generated docs on Windows."/> > + <target name="FixCRLF" description="Fix inconsistent line endings in > generated documents"> > + <echo level="info" message="Fixing inconsistent line endings in > generated documents."/> > <fixcrlf srcdir="${docs.dest}" includes="**/*.html"/> > </target> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cvs-unsubscr...@incubator.apache.org > For additional commands, e-mail: cvs-h...@incubator.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org