Re: [continuum] Site deploy problem

2006-02-16 Thread Sean Schofield
Thanks for the fix Arvid. Just applied it. Sean On 2/11/06, Arvid Hülsebus [EMAIL PROTECTED] wrote: Adding the following to style.css #banner img { behavior: url(css/png-fix.htc); } and placing the other attachements like this: site/src/site/resources/css/ png-fix.htc

[continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
If you force a build of site-deploy (MyFaces Site) maven complains about a permissions issue. Yet if you run mvn site-deploy (as mrmaven) it works no problem. Any ideas? Sean

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
According to the error log[1], maven is trying to copy a zip file (cotaining the site) to /www. That dir is owned by root so that explains the problem there. The weird thing is why does it works when i run it using maven from the command line? In that case I get ... Using private key:

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
FYI I am now getting the same bad result using both approaches. I updated the local pom from svn and now i have the problem there as well. Sean On 2/11/06, Sean Schofield [EMAIL PROTECTED] wrote: According to the error log[1], maven is trying to copy a zip file (cotaining the site) to /www.

Re: [continuum] Site deploy problem

2006-02-11 Thread Bernd Bohmann
fixed Sean Schofield schrieb: FYI I am now getting the same bad result using both approaches. I updated the local pom from svn and now i have the problem there as well. Sean On 2/11/06, Sean Schofield [EMAIL PROTECTED] wrote:

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
Bernd, I don't think this does it. It just creates a second myfaces.apache.org dir inside the first one. So you're publishing but nobody will see it. I suspect the problem is that the *first* time you deploy it does a copy. Second time it tries to do a zip and untar. That's the only way I

Re: [continuum] Site deploy problem

2006-02-11 Thread Arvid Hülsebus
BTW, Internet Explorer has problems rendering transparent PNGs... Regards, Arvid

Re: [continuum] Site deploy problem

2006-02-11 Thread Bernd Bohmann
Oh, i see it. I will remove the parent ref to the master pom and copy the maillist and developer list in the site pom. This should work until we have a better solution. Regards Bernd Sean Schofield schrieb: Bernd, I don't think this does it. It just creates a second myfaces.apache.org

Re: [continuum] Site deploy problem

2006-02-11 Thread Bernd Bohmann
It this ok for you? Bernd Bohmann schrieb: Oh, i see it. I will remove the parent ref to the master pom and copy the maillist and developer list in the site pom. This should work until we have a better solution. Regards Bernd Sean Schofield schrieb: Bernd, I don't think this does it.

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
On 2/11/06, Bernd Bohmann [EMAIL PROTECTED] wrote: Oh, i see it. I will remove the parent ref to the master pom and copy the maillist and developer list in the site pom. This should work until we have a better solution. How will this help? Regards Bernd Sean

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
Yes we should use the filter. Sorry I forgot (I use firefox.) Do you want to do the honors? Sean On 2/11/06, Arvid Hülsebus [EMAIL PROTECTED] wrote: But there is a workaround via an IE specific filter: progid:DXImageTransform.Microsoft.AlphaImageLoader Regards, Arvid

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
It this ok for you? I'd rather not do this. That is one of the reasons we went to the trouble of a master-pom. Sean

Re: [continuum] Site deploy problem

2006-02-11 Thread Bernd Bohmann
I have started the continuum server with LANG=en_US.UTF-8. This is necessary for Weßendorf and Rossmüller You can see the site is published now. The ref to the master pom is removed until we have a better solution. But I don't would fight for a master pom :-) Regards Bernd Sean Schofield

Re: [continuum] Site deploy problem

2006-02-11 Thread Sean Schofield
I'm ok with this as a *temporary* fix but *why* does this fix work? Sean On 2/11/06, Bernd Bohmann [EMAIL PROTECTED] wrote: I have started the continuum server with LANG=en_US.UTF-8. This is necessary for Weßendorf and Rossmüller You can see the site is published now. The ref to the master

Re: [continuum] Site deploy problem

2006-02-11 Thread Wendy Smoak
On 2/11/06, Sean Schofield [EMAIL PROTECTED] wrote: /www is owned by root so maven is denied when copying the tarball to it. I'm including Wendy on the 'cc.' She takes care of this for Struts so maybe she has some ideas. The Struts site is still done with m1, maven site:sshdeploy works

Re: [continuum] Site deploy problem

2006-02-11 Thread Arvid Hülsebus
Adding the following to style.css #banner img { behavior: url(css/png-fix.htc); } and placing the other attachements like this: site/src/site/resources/css/ png-fix.htc site/src/site/resources/images/ transparent.gif solves the problem for the top level HTML files... perhaps the banner