Oh great! Now I know why a "bug" keeps happening in tapestry template
parsing.

On 4/1/06, sebb <[EMAIL PROTECTED]> wrote:
>
> OK, thanks.
>
> I guess the IBM java 1.5 may be be behaving like the Sun Java 1.4,
> which adds the extra spaces before the closing tags.
>
> Of course another way to look at it is that Sun Java 1.5 removes the
> spaces, which the others leave in...
>
> Samples:
> <hr noshade="noshade" size="1" />  ! sun 1.4 and IBM as below
> <hr noshade="noshade" size="1"/>   ! sun 1.5
>
> The build script currently only processes the output files to remove
> spaces if it detects Java 1.4.
>
> If you would like to try and see if the whitespace removal would fix
> the differences, you can use the following ant command:
>
> ant -Djdk14=1.4
>
> If I can work out how to distinguish Sun Java 1.5 from the others,
> I'll update the build script accordingly. [Or maybe just do it anyway,
> and not worry about the unnecessary work.]
>
> Sebastian
> On 01/04/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > Looks good to me, thank you.
> >
> > ============
> >
> > Java version:
> > java version "1.5.0"
> > Java(TM) 2 Runtime Environment, Standard Edition (build
> > pxi32devifx-20060124)
> > IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32
> > j9vmxi3223ifx-20060124 (JIT enabled)
> > J9VM - 20051027_03723_lHdSMR
> > JIT  - 20051027_1437_r8
> > GC   - 20051020_AA)
> > JCL  - 20060120a
> >
> > OS(uname -a):
> > Linux babushka 2.6.15-19-386 #1 PREEMPT Mon Mar 20 16:46:02 UTC 2006
> i686
> > GNU/Linux
> >
> >
> > On 4/1/06, sebb <[EMAIL PROTECTED]> wrote:
> > >
> > > I applied the news and downloads changes.
> > >
> > > I made a slight tweak to the downloads.xml patch - I used the entity
> > > definitions in the header, so you won't need to change that again.
> > >
> > > Have a look at the updated files and see if you are happy, and I will
> > > build and upload the site shortly.
> > >
> > > ==
> > >
> > > The docs patch has lots of changes which are purely in the spacing.
> > > I don't get those - I thought I had fixed build.xml so that the spaces
> > > did not get added.
> > >
> > > If you can let me know what commands you used to build the site, the
> > > OS/JVM etc, I'd like to see if I can fix the build...
> > >
> > > S.
> > > On 01/04/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > > That would be great, thanks!
> > > >
> > > > I've put them all in my home dir, they all start with jakarta-site2-
> and
> > > end
> > > > with -patch.txt. (subclipse is driving me nuts with it's inability
> to
> > > see
> > > > the new 3.5 directory structure....)
> > > >
> > > > On 4/1/06, sebb <[EMAIL PROTECTED]> wrote:
> > > > >
> > > > > I can apply the patches for you if that would help - stick them in
> > > > > your home directory on people.apache.org and let me know the
> name(s).
> > > > >
> > > > > S.
> > > > > On 01/04/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > > > > No nevermind, all files appear to be forbidden.
> > > > > >
> > > > > > On 4/1/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > > > > >
> > > > > > > Yeah that's what I'm using as well. I tried doing it at the
> > > command
> > > > > line
> > > > > > > as well (in hopes that subclipse was just being weird) but the
> > > same
> > > > > response
> > > > > > > was returned.
> > > > > > >
> > > > > > > It appears to only error out on the index.html file though.
> Maybe
> > > that
> > > > > one
> > > > > > > is special ?
> > > > > > >
> > > > > > > On 4/1/06, sebb <[EMAIL PROTECTED]> wrote:
> > > > > > > >
> > > > > > > > No, I think you only have to do it once.
> > > > > > > >
> > > > > > > > You seem to be in the jakarta group:
> > > > > > > >
> > > > > > > > $ groups jkuhnert
> > > > > > > > jkuhnert apcvs jakarta tapestry
> > > > > > > >
> > > > > > > > Perhaps you are using the wrong URL?
> > > > > > > >
> > > > > > > > I use the following:
> > > > > > > >
> > > > > > > > https://svn.apache.org/repos/asf/jakarta/site
> > > > > > > >
> > > > > > > > S.
> > > > > > > > On 01/04/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > > > > > > > Yeah..Well, on tapestry I have at least. Maybe I need to
> do it
> > > for
> > > > > the
> > > > > > > > > jakarta site repo as well ?
> > > > > > > > >
> > > > > > > > > On 4/1/06, sebb <[EMAIL PROTECTED]> wrote:
> > > > > > > > > >
> > > > > > > > > > Have you set up your svn password?
> > > > > > > > > >
> > > > > > > > > > On 01/04/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > > > > > > > > > If this helps:
> > > > > > > > > > >
> > > > > > > > > > >     RA layer request failed
> > > > > > > > > > > svn: Commit failed (details follow):
> > > > > > > > > > > svn: CHECKOUT of
> > > > > > > > > >
> '/repos/asf/!svn/ver/389279/jakarta/site/docs/index.html':
> > > > > > > > > > > 403 Forbidden ( https://svn.apache.org)
> > > > > > > > > > >
> > > > > > > > > > > On 4/1/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > I could be doings this wrong but I can't seem to be
> able
> > > to
> > > > > > > > commit
> > > > > > > > > > some
> > > > > > > > > > > > changes I've made to the site docs for two new
> tapestry
> > > > > > > > releases. My
> > > > > > > > > > > > username is jkuhnert .
> > > > > > > > > > > >
> > > > > > > > > > > > --
> > > > > > > > > > > > Jesse Kuhnert
> > > > > > > > > > > > Tacos/Tapestry, team member/developer
> > > > > > > > > > > >
> > > > > > > > > > > > Open source based consulting work centered around
> > > > > > > > > > > > dojo/tapestry/tacos/hivemind.  http://opennotion.com
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > --
> > > > > > > > > > > Jesse Kuhnert
> > > > > > > > > > > Tacos/Tapestry, team member/developer
> > > > > > > > > > >
> > > > > > > > > > > Open source based consulting work centered around
> > > > > > > > > > > dojo/tapestry/tacos/hivemind.   http://opennotion.com
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > > > > > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > > > > > > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Jesse Kuhnert
> > > > > > > > > Tacos/Tapestry, team member/developer
> > > > > > > > >
> > > > > > > > > Open source based consulting work centered around
> > > > > > > > > dojo/tapestry/tacos/hivemind.  http://opennotion.com
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > > > > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > > > > > > > For additional commands, e-mail:
> [EMAIL PROTECTED]
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > >
> > > > > > > Jesse Kuhnert
> > > > > > > Tacos/Tapestry, team member/developer
> > > > > > >
> > > > > > > Open source based consulting work centered around
> > > > > > > dojo/tapestry/tacos/hivemind.  http://opennotion.com
> > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Jesse Kuhnert
> > > > > > Tacos/Tapestry, team member/developer
> > > > > >
> > > > > > Open source based consulting work centered around
> > > > > > dojo/tapestry/tacos/hivemind.  http://opennotion.com
> > > > > >
> > > > > >
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Jesse Kuhnert
> > > > Tacos/Tapestry, team member/developer
> > > >
> > > > Open source based consulting work centered around
> > > > dojo/tapestry/tacos/hivemind.  http://opennotion.com
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tacos/Tapestry, team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind.  http://opennotion.com
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Jesse Kuhnert
Tacos/Tapestry, team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind.  http://opennotion.com

Reply via email to