Re: mkColMethod

2004-06-25 Thread Ingo Brunberg
ED]> > To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Friday, June 25, 2004 4:10 AM > Subject: RE: mkColMethod > > > > Check your tomcat console. > > > > -Original Message- > > From: Michael Stover [mailto:[EMAIL P

Re: mkColMethod

2004-06-25 Thread kranga
design philosophy? - Original Message - From: "Daniel Garnys" <[EMAIL PROTECTED]> To: "'Slide Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 4:10 AM Subject: RE: mkColMethod > Check your tomcat console. > > -O

RE: mkColMethod

2004-06-25 Thread Daniel Garnys
Check your tomcat console. -Original Message- From: Michael Stover [mailto:[EMAIL PROTECTED] Sent: 24 June 2004 20:59 To: Slide Mailing_List Subject: mkColMethod If I call resource.mkColMethod("newDir") and it returns false, how do I go about figuring out why it failed? -

Re: mkColMethod

2004-06-24 Thread Luanne Coutinho
See the Wiki at http://wiki.apache.org/jakarta-slide/ You'll find it under Developers->Client->CreateNewDirectoryAndFile Regards, Luanne --- Michael Stover <[EMAIL PROTECTED]> wrote: > If I call resource.mkColMethod("newDir") and it > returns false, how do I > go about figuring out why it failed?

mkColMethod

2004-06-24 Thread Michael Stover
If I call resource.mkColMethod("newDir") and it returns false, how do I go about figuring out why it failed? -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: Client API: mkcolMethod can only create a directory with one dept h?

2003-09-12 Thread Ingo Brunberg
> I use WebdavResource's mkcolMethod to upload files such as > "/root/web/components/files/file1.java, if the folder "components/files" > does not exist, I have to creat it first. My question is: I found that I had > to make two calls to mkcolMethod. The first time

Client API: mkcolMethod can only create a directory with one dept h?

2003-09-11 Thread Yang, Junzheng
I use WebdavResource's mkcolMethod to upload files such as "/root/web/components/files/file1.java, if the folder "components/files" does not exist, I have to creat it first. My question is: I found that I had to make two calls to mkcolMethod. The first time to create "c