Search found 8 matches

by rahul1995
Tue Oct 03, 2017 12:39 pm
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Hi, As "Browse remote file" opens up a webdav view which asks for server URL and authentication and calls webdav API to show files inside it, I wanna show a similar window to show my CMS repository and connect to it, I have APIs to return the subfolders and files inside a folder. Is there ...
by rahul1995
Sat Sep 30, 2017 8:56 pm
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Hi, As there would be mappings of temprary file path to remote url path for the checked out files. After the application is closed with some files checked out, I need to save mapping in some file. When I try to create mapping file at oxygen_install_dir, it is giving me access denied error. Where sho...
by rahul1995
Fri Sep 29, 2017 3:31 pm
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Oh sorry. I directly put the full url instead of using "Browse" option.

Thanks for helping.
Rahul
by rahul1995
Fri Sep 29, 2017 2:45 pm
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Hi Sorin,

I tried that. But it's like I have URLConnection of URL "http://localhost:4502/path1" opened and I need URLConnection of "http://localhost:4502/different/path", it is asking me to enter credentials again.

Thanks
Rahul
by rahul1995
Fri Sep 29, 2017 12:11 pm
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Hi Sorin, Thanks for helping me a lot. In my plugin.xml, <library> was referring to some other folder. I fixed that and it's working now. But when I tried to run that debug configuration for Eclipse, I got the following error and I can't debug : 14:29:49,966 1 ERROR [ main ] ro.sync.ui.application.b...
by rahul1995
Thu Sep 28, 2017 10:27 am
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Hi Sorin, I read the same somewhere else but it is not working, not even showing any error. Are there any other things to keep in mind(like, extract jar everytime after modification or some modification in plugin.xml)? I have created plugin.redirect file and added text "C:\Work\sample 1\oxy-plu...
by rahul1995
Thu Sep 28, 2017 7:48 am
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Re: Custom CMS integration

Hi Sorin, Thanks for your quick reply. I run command mvn package but it gives me a jar file, without any lib folder and all (Which is the folder structure of oXygen plugins). When I tried extracting that jar file, then I found that lib folder and another jar inside that. And when I am placing this e...
by rahul1995
Wed Sep 27, 2017 8:33 am
Forum: Common Problems
Topic: Custom CMS integration
Replies: 14
Views: 4472

Custom CMS integration

Hi everyone,

I need a functionality to checkin/checkout files on my server from Oxygen XML Author desktop tool.
So I was trying to develop plugin for that.
But I can't see any checkin/checkout button.
Do I need to create them by myself? And please guide me to achieve the functionality.

Thanks
Rahul