You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Naw Bentrad <na...@yahoo.com> on 2004/01/22 20:15:22 UTC

Slide Client & Admin

Hi,

The build.xml from CVS does not have any tag to build
the Slide Client and Admin App. Discontinued?

Thanks,

Nawb

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Eros Viggiano <er...@sef.mg.gov.br>.
I am developing an application to manage users, groups, permissions, 
locks, etc. However the application is especific for the intentions of 
the CMS of the organization in the which I work. When I will have some 
time, I will try to become it more generic. Opportunely I believe that 
there is no  problems to donate the code.

At this moment I am retaking the work (interrupted since September). It 
works fine with the Slide's 09-09-2003 version but it is presenting some 
problems with the current version (more specifically with the 
TxXMLFileDescriptorsStore).

Eros

Oliver Zeigermann wrote:

> Hi Naw!
>
> Client has been moved to a directory of its own, but is still there. 
> Admin App has been removed for the 2.0 release as there had been no 
> one volunteering to support it. Are you interested? I will resurrect 
> it as soon as someone promises to take care of it :=)
>
> Cheers,
>
> Oliver
>
> Naw Bentrad wrote:
>
>> Hi,
>>
>> The build.xml from CVS does not have any tag to build
>> the Slide Client and Admin App. Discontinued?
>>
>> Thanks,
>>
>> Nawb
>>
>> __________________________________
>> Do you Yahoo!?
>> Yahoo! SiteBuilder - Free web site building tool. Try it!
>> http://webhosting.yahoo.com/ps/sb/
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>>
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Ingo Brunberg <ib...@fiz-chemie.de>.
> Naw Bentrad <na...@yahoo.com> writes:
> 
> > It works! But only with the Slide Server running on
> > Tomcat 4.1. With Tomcat 5:
> > ./run.sh  http://localhost:8080/slide
> > connect http://localhost:8080/slide
> > Jan 23, 2004 11:32:45 AM
> > org.apache.commons.httpclient.HttpMethodBase
> > processRedirectResponse
> > INFO: Redirect requested but followRedirects is
> > disabled
> > Warning: null
> > 
> > Cadaver works well with both. Is it a bug?
> 
> More a missing feature than a bug. Try to connect to
> http://localhost:8080/slide/ . Note the / at the end.
> 
> But it would be nice if the client could handle
> redirects.

Actually Commons Httpclient does support redirects across the same
host. Therefore it would be easy to support them in the Slide client,
too. Feel free to add a feature request to Bugzilla.

Ingo


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Naw Bentrad <na...@yahoo.com>.
--- Martin Holz <ho...@fiz-chemie.de> wrote:
> Naw Bentrad <na...@yahoo.com> writes:
> 
> > It works! But only with the Slide Server running
> on
> > Tomcat 4.1. With Tomcat 5:
> > ./run.sh  http://localhost:8080/slide
> > 
> > Cadaver works well with both. Is it a bug?
> 
> More a missing feature than a bug. Try to connect to
> http://localhost:8080/slide/ . Note the / at the
> end.
> 
> But it would be nice if the client could handle
> redirects.
> 
> 
> Martin
> 

Thank you, Martin. However webfolder of the WinXP also
does not works (with or with the / at the end). With
Tomcat 4, works ok.


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Martin Holz <ho...@fiz-chemie.de>.
Naw Bentrad <na...@yahoo.com> writes:

> It works! But only with the Slide Server running on
> Tomcat 4.1. With Tomcat 5:
> ./run.sh  http://localhost:8080/slide
> connect http://localhost:8080/slide
> Jan 23, 2004 11:32:45 AM
> org.apache.commons.httpclient.HttpMethodBase
> processRedirectResponse
> INFO: Redirect requested but followRedirects is
> disabled
> Warning: null
> 
> Cadaver works well with both. Is it a bug?

More a missing feature than a bug. Try to connect to
http://localhost:8080/slide/ . Note the / at the end.

But it would be nice if the client could handle
redirects.


Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Naw Bentrad <na...@yahoo.com>.
It works! But only with the Slide Server running on
Tomcat 4.1. With Tomcat 5:
./run.sh  http://localhost:8080/slide
connect http://localhost:8080/slide
Jan 23, 2004 11:32:45 AM
org.apache.commons.httpclient.HttpMethodBase
processRedirectResponse
INFO: Redirect requested but followRedirects is
disabled
Warning: null

Cadaver works well with both. Is it a bug?

Thank you again.

--- Oliver Zeigermann <oz...@c1-fse.de> wrote:
> Enter webdavclient and run ant...
> 
> Naw Bentrad wrote:
> 
> > Ok Oliver! Thank you!
> > 
> > But how can I build the Client Slide now?
> > 
> > Nawb
> > --- Oliver Zeigermann <ol...@zeigermann.de>
> wrote:
> > 
> >>Hi Naw!
> >>
> >>Client has been moved to a directory of its own,
> but
> >>is still there. 
> >>Admin App has been removed for the 2.0 release as
> >>there had been no one 
> >>volunteering to support it. Are you interested? I
> >>will resurrect it as 
> >>soon as someone promises to take care of it :=)
> >>
> >>Cheers,
> >>
> >>Oliver
> >>
> >>Naw Bentrad wrote:
> >>
> >>>Hi,
> >>>
> >>>The build.xml from CVS does not have any tag to
> >>
> >>build
> >>
> >>>the Slide Client and Admin App. Discontinued?
> >>>
> >>>Thanks,
> >>>
> >>>Nawb
> >>>
> >>>__________________________________
> >>>Do you Yahoo!?
> >>>Yahoo! SiteBuilder - Free web site building tool.
> >>
> >>Try it!
> >>
> >>>http://webhosting.yahoo.com/ps/sb/
> >>>
> >>>
> >>
> >
>
---------------------------------------------------------------------
> > 
> >>>To unsubscribe, e-mail:
> >>
> >>slide-user-unsubscribe@jakarta.apache.org
> >>
> >>>For additional commands, e-mail:
> >>
> >>slide-user-help@jakarta.apache.org
> >>
> >>>
> >>
> >>
> >>
> >>
> >
>
---------------------------------------------------------------------
> > 
> >>To unsubscribe, e-mail:
> >>slide-user-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail:
> >>slide-user-help@jakarta.apache.org
> >>
> > 
> > 
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free web site building tool.
> Try it!
> > http://webhosting.yahoo.com/ps/sb/
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> slide-user-help@jakarta.apache.org
> > 
> > 
> > .
> > 
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> slide-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Oliver Zeigermann <oz...@c1-fse.de>.
Enter webdavclient and run ant...

Naw Bentrad wrote:

> Ok Oliver! Thank you!
> 
> But how can I build the Client Slide now?
> 
> Nawb
> --- Oliver Zeigermann <ol...@zeigermann.de> wrote:
> 
>>Hi Naw!
>>
>>Client has been moved to a directory of its own, but
>>is still there. 
>>Admin App has been removed for the 2.0 release as
>>there had been no one 
>>volunteering to support it. Are you interested? I
>>will resurrect it as 
>>soon as someone promises to take care of it :=)
>>
>>Cheers,
>>
>>Oliver
>>
>>Naw Bentrad wrote:
>>
>>>Hi,
>>>
>>>The build.xml from CVS does not have any tag to
>>
>>build
>>
>>>the Slide Client and Admin App. Discontinued?
>>>
>>>Thanks,
>>>
>>>Nawb
>>>
>>>__________________________________
>>>Do you Yahoo!?
>>>Yahoo! SiteBuilder - Free web site building tool.
>>
>>Try it!
>>
>>>http://webhosting.yahoo.com/ps/sb/
>>>
>>>
>>
> ---------------------------------------------------------------------
> 
>>>To unsubscribe, e-mail:
>>
>>slide-user-unsubscribe@jakarta.apache.org
>>
>>>For additional commands, e-mail:
>>
>>slide-user-help@jakarta.apache.org
>>
>>>
>>
>>
>>
>>
> ---------------------------------------------------------------------
> 
>>To unsubscribe, e-mail:
>>slide-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail:
>>slide-user-help@jakarta.apache.org
>>
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!
> http://webhosting.yahoo.com/ps/sb/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 
> .
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Naw Bentrad <na...@yahoo.com>.
Ok Oliver! Thank you!

But how can I build the Client Slide now?

Nawb
--- Oliver Zeigermann <ol...@zeigermann.de> wrote:
> Hi Naw!
> 
> Client has been moved to a directory of its own, but
> is still there. 
> Admin App has been removed for the 2.0 release as
> there had been no one 
> volunteering to support it. Are you interested? I
> will resurrect it as 
> soon as someone promises to take care of it :=)
> 
> Cheers,
> 
> Oliver
> 
> Naw Bentrad wrote:
> > Hi,
> > 
> > The build.xml from CVS does not have any tag to
> build
> > the Slide Client and Admin App. Discontinued?
> > 
> > Thanks,
> > 
> > Nawb
> > 
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free web site building tool.
> Try it!
> > http://webhosting.yahoo.com/ps/sb/
> > 
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> slide-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail:
> slide-user-help@jakarta.apache.org
> > 
> > 
> 
> 
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail:
> slide-user-help@jakarta.apache.org
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Slide Client & Admin

Posted by Oliver Zeigermann <ol...@zeigermann.de>.
Hi Naw!

Client has been moved to a directory of its own, but is still there. 
Admin App has been removed for the 2.0 release as there had been no one 
volunteering to support it. Are you interested? I will resurrect it as 
soon as someone promises to take care of it :=)

Cheers,

Oliver

Naw Bentrad wrote:
> Hi,
> 
> The build.xml from CVS does not have any tag to build
> the Slide Client and Admin App. Discontinued?
> 
> Thanks,
> 
> Nawb
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free web site building tool. Try it!
> http://webhosting.yahoo.com/ps/sb/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org