Re: MIMEType of folder

2013-06-16 Thread Ariel Constenla-Haile
On Mon, Jun 17, 2013 at 01:28:03AM +0530, Rajath Shashidhara wrote: > Hello Ariel, > > I'm debugging with the help of Log Statements. > Is there any other way? The proper way is setting break points in the source, watching variables, etc. How are you deploying your extension? How are you debuggi

Re: MIMEType of folder

2013-06-16 Thread Rajath Shashidhara
Hello Ariel, I'm debugging the client application using breakpoints and step-by-step execution. I'm using Log statements in the UNO component. Is there a way to use stpe-by-step executions for the UNO Component as well? On Mon, Jun 17, 2013 at 1:28 AM, Rajath Shashidhara < rajaths.raja...@gmail

Re: MIMEType of folder

2013-06-16 Thread Rajath Shashidhara
Hello Ariel, I'm debugging with the help of Log Statements. Is there any other way? On Mon, Jun 17, 2013 at 12:09 AM, Ariel Constenla-Haile wrote: > On Sun, Jun 16, 2013 at 11:10:56PM +0530, Rajath Shashidhara wrote: > > Hello, > > > > I created a new UNO project with some modified code and ren

Re: MIMEType of folder

2013-06-16 Thread Ariel Constenla-Haile
On Sun, Jun 16, 2013 at 11:10:56PM +0530, Rajath Shashidhara wrote: > Hello, > > I created a new UNO project with some modified code and renamed it to > CMISContentProvider and deleted my old project. I created the .oxt for new > project and installed it in the extension manager. But, the error st

Re: MIMEType of folder

2013-06-16 Thread Rajath Shashidhara
Hello, I created a new UNO project with some modified code and renamed it to CMISContentProvider and deleted my old project. I created the .oxt for new project and installed it in the extension manager. But, the error stack trace printed by my test client application still points to my previous CM

Re: MIMEType of folder

2013-06-16 Thread Ariel Constenla-Haile
Hi Rajath, On Sun, Jun 16, 2013 at 01:07:00PM +0530, Rajath Shashidhara wrote: > Hello, > > When requested for MIMEType/ContentType for a folder, what should be the > result? read the API doc carefully: http://www.openoffice.org/api/docs/common/ref/com/sun/star/ucb/Content.html Properties - Mand

RE: MIMEType of folder

2013-06-16 Thread Dennis E. Hamilton
even though those incidentals matter if you encounter them in the API or object model of Apache OpenOffice. - Dennis -Original Message- From: Rajath Shashidhara [mailto:rajaths.raja...@gmail.com] Sent: Sunday, June 16, 2013 02:38 AM To: dev Subject: Re: MIMEType of folder Hello, descripti

Re: MIMEType of folder

2013-06-16 Thread Rajath Shashidhara
Hello, description of getContentType(): returns a type string, which is unique for that type of content (e.g. "application/vnd.sun.star.hierarchy-folder"). is a folder's unique content type application/vnd.sun.star.hierarchy-folder? On Sun, Jun 16, 2013 at 1:07 PM, Rajath Shashidhara < rajaths.r