Search found 48 matches

by wmaclean
Tue Jun 30, 2020 8:56 pm
Forum: Common Problems
Topic: Oxygen equivalent of Resolved Document View in Arbortext?
Replies: 5
Views: 1724

Oxygen equivalent of Resolved Document View in Arbortext?

Hello, We are currently migrating from Arbortext to Oxygen as our XML editor. Arbortext's Resolved Document View enables you to view all the topics referenced by a map and its submaps in one window. Many of our writers find it very useful to see a whole chapter or section when writing, instead of in...
by wmaclean
Fri Jun 19, 2020 4:50 pm
Forum: Other Issues
Topic: Oxygen overrides Subversion
Replies: 5
Views: 1835

Re: Oxygen overrides Subversion

Hi Radu, That works - thanks! And a colleague of mine also learned about the CAN_EDIT_READ_ONLY_FILES setting in the Workspace, in another post on this site (https://www.oxygenxml.com/forum/post58572.html?hilit=vishwa#p58572). Which would've been my next question. We really appreciate all the help! ...
by wmaclean
Fri Jun 19, 2020 4:41 pm
Forum: SDK-API, Frameworks - Document Types
Topic: ignore or filter DITA error messages
Replies: 2
Views: 1445

Re: ignore or filter DITA error messages

Hi Radu - thanks for your help!
by wmaclean
Wed Jun 17, 2020 9:30 pm
Forum: Other Issues
Topic: Oxygen overrides Subversion
Replies: 5
Views: 1835

Re: Oxygen overrides Subversion

Hello Florin, We have a separate Tortoise SVN (v1.9.1) and Oxygen (v21). We are not using the SVN Client bundled with Oxygen. We've been using Tortoise SVN for several years, and are only now adopting Oxygen. To replicate: 1. In Oxygen Author, select File Open. 2. In the Open dialog, you can see by ...
by wmaclean
Tue Jun 16, 2020 5:36 pm
Forum: Other Issues
Topic: Oxygen overrides Subversion
Replies: 5
Views: 1835

Oxygen overrides Subversion

Hello, We are using Subversion for version control. We require writers to get a lock on a file in SVN before they make any changes. But, by default, when a user has a file that they do not have an SVN lock on (and it is read-only), Oxygen automatically removes the read-only status of the local file,...
by wmaclean
Mon May 04, 2020 2:55 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Find the name of a parent node/tag in EditorPage
Replies: 2
Views: 1366

Re: Find the name of a parent node/tag in EditorPage

Hello Alex,
Thank you very much!

Stay safe,
Will
by wmaclean
Wed Apr 29, 2020 5:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Find the name of a parent node/tag in EditorPage
Replies: 2
Views: 1366

Find the name of a parent node/tag in EditorPage

Hello, We are working on a function that inserts a tag, but we want to validate the parent node, to make sure it is valid. For AuthorPage, we got this to work: AuthorAccess authorAccess = authorPage.getAuthorAccess(); AuthorElement nodeAtCaret = (AuthorElement) authorAccess.getEditorAccess().getFull...
by wmaclean
Thu Mar 19, 2020 4:47 am
Forum: SDK-API, Frameworks - Document Types
Topic: Creating a plugin
Replies: 2
Views: 1490

Re: Creating a plugin

Hi Alex,
Import as Maven Project worked.

Thanks much for your help,
Will
by wmaclean
Fri Mar 06, 2020 11:51 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Creating a plugin
Replies: 2
Views: 1490

Creating a plugin

Hello, I made some customizations to the oxygen-sample-plugin-workspace-access sample of the oxygen-sdk-samples-archetype maven project, and would like to use them as a basis for a project. But, if I try to copy the \mySample\oxygen-sample-plugins\oxygen-sample-plugin-workspace-access folder to anot...
by wmaclean
Tue Feb 11, 2020 6:15 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen plugins - how to include dependent libraries as jars in the install goal, or build?
Replies: 2
Views: 1901

Re: Oxygen plugins - how to include dependent libraries as jars in the install goal, or build?

Hi Radu,
Thank you very much for the suggestion. I will try it shortly.

I was able to find a workaround for the time being (manually copying the jars to the plugins folder), but will need the info you gave for the next version.

I appreciate the help!
Will
by wmaclean
Mon Feb 03, 2020 6:19 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Oxygen plugins - how to include dependent libraries as jars in the install goal, or build?
Replies: 2
Views: 1901

Oxygen plugins - how to include dependent libraries as jars in the install goal, or build?

Hello, I am using the oxygen-sample-plugin-workspace-access project as a basis for a proof-of-concept. I want to include a jar as a dependency. I’ve added the jar to the local repository, with the following command: >mvn install:install-file -Dfile=C:\<path>\LinkFinder.jar -DgroupId=com.nom.id -Dart...
by wmaclean
Wed Jan 29, 2020 1:05 am
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Re: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hi Alex, For now, I am just going to ignore the version error, because everything else is working. I was able to make it through your training class on youtube (https://youtu.be/23YSwgxyX-c). It was a great introduction - thank you very much for posting it! Do you have other videos, or other such ex...
by wmaclean
Wed Jan 22, 2020 6:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Re: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hello Alex, Thanks very much. I couldn't find the Maven Dependencies option under Package Explorer for the project created from the command line. So instead, I created a new Workspace and followed the instructions you sent last round, with a small change: 1. Go to Preferences on page Installed JREs ...
by wmaclean
Sat Jan 18, 2020 12:10 am
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Re: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hello Alex, I am working through the training video you posted now. Again, it is excellent - thanks very much for that! I think something is missing from my setup, though. I don't get the autocorrect features after deleting everything from the CustomWorkspaceAccessPluginExtension.java , as you do in...
by wmaclean
Wed Jan 15, 2020 11:56 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Re: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hello Alex, Thanks very much – I really appreciate the help. Using what you just posted, with one difference, I was able to build. What I did was: 1. In Eclipse Package Explorer, right-click on the project and selected Run as-> Maven build... 2. On the Edit Configuration dialog, Main tab, entered “p...
by wmaclean
Fri Jan 10, 2020 11:55 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Re: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hi Alex, I just realized – is this your training on youtube ( https://youtu.be/23YSwgxyX-c )? It’s a great introduction. Thanks very much for posting it. I’ve added the external maven install to Windows > Preferences > Maven > Installations. I’ve tried several variations of MAVEN_OPTS: -Xmx512m -Dja...
by wmaclean
Wed Jan 08, 2020 8:46 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Re: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hello Alex, Thank you very much for your response! You gave me some great info to work with. I am trying to develop a plugin for the standalone version of Oxygen, which will be distributed to a team of internal writers. The maven version is the one that comes with the current Eclipse install: Eclips...
by wmaclean
Mon Jan 06, 2020 7:09 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2
Replies: 13
Views: 4716

Can't resolve Archetype com.oxygenxml.samples:oxygen-sdk-samples-archetype:21.1.0.2

Hello, I am trying to configure Maven and start a project, as documented here: https://www.oxygenxml.com/oxygen_sdk/download.html I am using: Windows 10 Eclipse Version: 2019-12 (4.14.0) Oxygen 21.1 The m2e plugin is now part of the current Eclipse installer I am using, eclipse-inst-win64.exe. I hav...