Search found 22 matches

by DirkDubois
Thu Jun 18, 2015 6:05 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Mailapi.jar not working correctly
Replies: 4
Views: 3166

Re: Mailapi.jar not working correctly

Hi Radu, Thank you for the help I was able to resolve the problem. When I added both smtp-1.5.3.jar and mailapi-1.5.3.jar to the classpath of the framework before my CustomAuthorActions.jar, and I deployed the compiled version everything worked. For debugging, the solution was to add these same JARs...
by DirkDubois
Wed Jun 17, 2015 4:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Mailapi.jar not working correctly
Replies: 4
Views: 3166

Re: Mailapi.jar not working correctly

Thank you for the quick reply.

I added smtp.jar to the class path of the framework I am deploying, but when debugging the oxygen process, I still get the same error. Does this jar need to be integrated into the jar I provide oxygen with my custom author actions? Thanks for all your help.

Dirk
by DirkDubois
Fri Jun 12, 2015 9:42 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Mailapi.jar not working correctly
Replies: 4
Views: 3166

Mailapi.jar not working correctly

Hello, I have a custom Author Action implemented in a AuthorOperation Java class. I need it to send an email. I wrote the following class to send an email public class SendEmail { public static void send(String data){ // Recipient's email ID needs to be mentioned. String to = "ddubois1@matrox.c...
by DirkDubois
Thu Jun 04, 2015 4:13 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Creating custom form controls
Replies: 1
Views: 1872

Creating custom form controls

Hello, I have been investigating the built in form controls that can be provided via css to the Oxygen Author users. However, I wish to replace an entire set of elements by a custom form that my users can fill out. The nature of the data being selected makes it impossible to do just with CSS. Conseq...
by DirkDubois
Tue Apr 07, 2015 9:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: java.lang.ClassCastException while debugging plugin
Replies: 2
Views: 2215

Re: java.lang.ClassCastException while debugging plugin

Hello All, After fiddling with path settings I was able to resolve my issue. Step 4 indicates to adjust the library reference to ..\classes. However, in a default eclipse project they are placed in bin\classes and in the maven projects they are placed in target\classes. I have now adjusted the path ...
by DirkDubois
Tue Apr 07, 2015 9:12 pm
Forum: SDK-API, Frameworks - Document Types
Topic: java.lang.ClassCastException while debugging plugin
Replies: 2
Views: 2215

java.lang.ClassCastException while debugging plugin

Hello All, I have been trying to debug a plugin for Oxygen using eclipse. I followed the steps outlined here http://www.oxygenxml.com/doc/ug-editor/#topics/debug-plugin.html . Firstly, I would note that the C:\[OXYGEN_DIR] folder specified in step 6 does not contain lib immeditely inside its hierarc...
by DirkDubois
Mon Mar 02, 2015 11:04 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Folding a node via code in Author View
Replies: 3
Views: 2552

Re: Folding a node via code in Author View

Hello, I recently tried implementing your solution, but I am having some trouble. I have an action that runs the collapseSelection method and using some prompts I was able to determine that there are nodes being selected in my document and that there styles are being changed. However, I do not see a...
by DirkDubois
Wed Jan 21, 2015 5:33 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Folding a node via code in Author View
Replies: 3
Views: 2552

Folding a node via code in Author View

Hello, I am developing an plugin for XML Author, specifically for the Author View. I want to be able to collapse (fold) all nodes of a particular name on a page. I am able to retrieve these nodes as AuthorNode's using AuthorDocumentController. However, I can't seem to figure out how to collapse/fold...
by DirkDubois
Tue Jan 20, 2015 9:10 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Unable to deploy plugin via plugin.xml
Replies: 5
Views: 3272

Re: Unable to deploy plugin via plugin.xml

Sorry for spamming the forum.

The contextual menu only appears once some text is selected. I can now see it in the editor. My final question is what is the extension.xml file needed for? It was not mentioned in the documentation.
by DirkDubois
Tue Jan 20, 2015 9:08 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Unable to deploy plugin via plugin.xml
Replies: 5
Views: 3272

Re: Unable to deploy plugin via plugin.xml

Hello Again, It would seem I was unzipping the wrong JAR file. I need to unzip oxygen-sample-plugin-uppercase-0.0.1-SNAPSHOT-plugin.jar and not the oxygen-sample-plugin-uppercase-0.0.1-SNAPSHOT.jar. I now see that the first one is referenced by the plugin. Once I unzipped the *-plugin.jar I was able...
by DirkDubois
Tue Jan 20, 2015 5:53 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Unable to deploy plugin via plugin.xml
Replies: 5
Views: 3272

Re: Unable to deploy plugin via plugin.xml

Thank you for the quick reply, I'm still confused as to what the file structure should look like. When I run Maven install two jar files are generated: ->oxygen-sample-plugin-uppercase-0.0.1-SNAPSHOT.jar ->oxygen-sample-plugin-uppercase-0.0.1-SNAPSHOT-plugin.jar So if I have understood correctly, I ...
by DirkDubois
Tue Jan 20, 2015 5:22 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Unable to deploy plugin via plugin.xml
Replies: 5
Views: 3272

Unable to deploy plugin via plugin.xml

Hello, I want to develop a series of plugins for the XML Author IDE. I am following the project samples provided by the oxygen SDK, and trying to deploy one of the test projects. After setting up Maven in Eclipse, I was able to build the oxygen-sample-pluging-uppercase sample. Following the user gui...
by DirkDubois
Tue Nov 25, 2014 4:32 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Setting up Eclipse with Maven for Oxygen SDK
Replies: 3
Views: 7042

Re: Setting up Eclipse with Maven for Oxygen SDK

Hi Alex,

Thank you for much for the reply, I have sent an email to oxygen support. I will let you know what the conclusion of my issue is.

Thanks,
Dirk
by DirkDubois
Fri Nov 21, 2014 9:58 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Setting up Eclipse with Maven for Oxygen SDK
Replies: 3
Views: 7042

Setting up Eclipse with Maven for Oxygen SDK

Hello All, I am new to using eclipse with Maven and I am trying to setup an environment to program plugins for the standalone Oxygen Author 16.1. I have followed the instructions found here: http://www.oxygenxml.com/oxygen_sdk_maven.html but can't seem to add the archtype when I am creating a new Ma...
by DirkDubois
Wed Oct 29, 2014 3:27 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using custom functions defined in an external xsl file in ox
Replies: 6
Views: 3983

Re: Using custom functions defined in an external xsl file i

Hello Alex,

Thank you for all the great support! I will investigate these technologies and tools.

All the best,

Dirk
by DirkDubois
Tue Oct 28, 2014 4:35 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using custom functions defined in an external xsl file in ox
Replies: 6
Views: 3983

Re: Using custom functions defined in an external xsl file i

Hello Alex,

I figured as much. Well not a problem we will simply develop a plugin in Java (the language is very similar to C# anyway). Do you have a particular toolchain or IDE to recommend when developing plugins for oxygen?

Thanks,
Dirk
by DirkDubois
Tue Oct 28, 2014 3:26 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using custom functions defined in an external xsl file in ox
Replies: 6
Views: 3983

Re: Using custom functions defined in an external xsl file i

Hello Alex, Thank you for the quick reply. I assumed I would have to move to a java based extension to develop some of the more complex selection functionality that we want to implement in the author view. Currently we do not develop in java as our language of choice is C#. Do you happen to know of ...
by DirkDubois
Fri Oct 24, 2014 6:09 pm
Forum: SDK-API, Frameworks - Document Types
Topic: Using custom functions defined in an external xsl file in ox
Replies: 6
Views: 3983

Using custom functions defined in an external xsl file in ox

Hello, Does anyone know of a way to call functions defined in an external xsl style sheet from the oxy_xpath() function provided to populate content in a CSS file? I am implementing some form controls whose values are populated by an xpath expression. The often the xpath expressions are very complic...
by DirkDubois
Fri Feb 14, 2014 8:53 pm
Forum: Other Issues
Topic: HTML Schema Documentation crashes IE
Replies: 6
Views: 2879

Re: HTML Schema Documentation crashes IE

Hello Adrian, In fact I had tried commenting out the script header in the html file itself and I still experienced the crashing behavior. In order to avoid the crashing I disabled the Java(tm) Plug-In SSV Helper, through the IE add-ons manager and this resolved the loading problem. Collapsing and ot...
by DirkDubois
Thu Feb 13, 2014 11:34 pm
Forum: Other Issues
Topic: HTML Schema Documentation crashes IE
Replies: 6
Views: 2879

Re: HTML Schema Documentation crashes IE

After running a DEBUG on internet explorer using Visual Studio, I tracked the problem to the Jscript9.dll, which is part of Java. By disabling the Java plugin for Internet Explorer I was able to solve the problem. I am still unsure as to what elements in the schema documentations html file use Java,...
by DirkDubois
Mon Feb 10, 2014 5:38 pm
Forum: Other Issues
Topic: HTML Schema Documentation crashes IE
Replies: 6
Views: 2879

Re: HTML Schema Documentation crashes IE

Hello Adrian, Thank you for the quick response and I apologize for taking so long to get back to you. I have installed the latest oxygen and generated the schema documentation. Sadly, I experienced the same error and IE10 crashed. I have similar problems when loading the file in IE8 under XP. I am g...
by DirkDubois
Thu Jan 30, 2014 11:58 pm
Forum: Other Issues
Topic: HTML Schema Documentation crashes IE
Replies: 6
Views: 2879

HTML Schema Documentation crashes IE

Hello, I have been using Oxygen 12.2, build 2011062910 to generate schema documentation for my XSDs. I am generating it as HTML in a single file using the built in style sheet. I have encountered an issue where the documentation works perfectly under Chrome and Firefox, but crashes under IE10. When ...