Search found 12 matches

by thu
Thu Apr 19, 2012 6:22 pm
Forum: Common Problems
Topic: .jnlp doesn't seem to read .xpr settings
Replies: 2
Views: 2406

.jnlp doesn't seem to read .xpr settings

We use JWS to install and update our oXygen editor/author clients. In our .jnlp file (oxygen.jnlp) we have this entry: ... <property name="com.oxygenxml.default.options" value="http://docs.rackspace.com/oxygen/defaults.xpr"/> </resources> ... Obviously you can access our defaults...
by thu
Tue Apr 17, 2012 12:36 am
Forum: Other Issues
Topic: Plugin Development: submit a customized form
Replies: 1
Views: 1025

Plugin Development: submit a customized form

I need to gather input from the user, and I would like to gather the information via a form that has text fields and perhaps other swing elements like combo-boxes, etc... I would like the user to be able to access the form via the menu bar, and once they have filled out the form and click on a submi...
by thu
Fri Feb 24, 2012 1:56 pm
Forum: Common Problems
Topic: No oxygen icon in OS X dock after JWS install
Replies: 3
Views: 2068

Re: No oxygen icon in OS X dock after JWS install

One last thing, looking at the folder where oxygen is installed on my OS X machine: /Users/userName/Library/Application Support/http___docs.rackspace.com_oxygen_oxygenJWS_ there are many different folders and many .jar files in different folders. I tried copying all the files and folders from the ab...
by thu
Fri Feb 24, 2012 1:42 pm
Forum: Common Problems
Topic: No oxygen icon in OS X dock after JWS install
Replies: 3
Views: 2068

Re: No oxygen icon in OS X dock after JWS install

I noticed oxygen.tar.gz from http://www.oxygenxml.com/InstData/Editor/All/oxygen.tar.gz already contains Oxygen.app. However, looking in Oxygen.app/Resources, I only see *.icns files. According to the documentation from Apple: https://developer.apple.com/library/mac/#documentation/Java/Conceptual/Ja...
by thu
Tue Feb 21, 2012 11:28 pm
Forum: Common Problems
Topic: No oxygen icon in OS X dock after JWS install
Replies: 3
Views: 2068

No oxygen icon in OS X dock after JWS install

I am on OS X Lion (10.7.3). When running the JWS installer the oxygen icon appears in the dock. After going through the JWS install, once the Oxygen Editor/Author launches, the icon in the dock transforms to the generic java icon. Likewise on subsequent startup of the Editor/Author, when JWS first s...
by thu
Wed Feb 08, 2012 10:36 pm
Forum: Common Problems
Topic: JWS desktop icon not showing up on linux
Replies: 3
Views: 2503

Re: JWS desktop icon not showing up on linux

One last thing, I keep on reading that there should be an oxygen.sh file that launches oxygen in the install folder after the JWS installer finishes with the install. I have checked my ~/http___* folder and I can't find oxygen.sh anywhere. I only see .exe files like msxsl.exe, nxslt.exe, etc... Is t...
by thu
Wed Feb 08, 2012 9:26 pm
Forum: Common Problems
Topic: JWS desktop icon not showing up on linux
Replies: 3
Views: 2503

JWS desktop icon not showing up on linux

I have modified the oxygen.jnlp to include: <information> ... <offline-allowed/> <icon href="OxygenJWS128.png" kind="splash"/> <icon href="OxygenJWS128.png" kind="default"/> <shortcut online="false"> <desktop/> <menu submenu="oXygen"> <menu...
by thu
Wed Feb 01, 2012 10:52 am
Forum: Feature Request
Topic: Ability to sign additional .jnlp files during JWS packaging
Replies: 1
Views: 2350

Ability to sign additional .jnlp files during JWS packaging

I was able to follow the JWS install setup directions (http://www.oxygenxml.com/doc/ug-editor/index.html?q=/doc/ug-editor/tasks/jwsInstaller.html), and with a few tweaks, I was able to get it to work with maven. As part of my install, I created a second oxygen.jnlp file (oxygenBeta.jnlp). oxygen.jnl...
by thu
Fri Jan 20, 2012 11:49 pm
Forum: Common Problems
Topic: Invoking JWS ant script with maven
Replies: 1
Views: 1323

Invoking JWS ant script with maven

I am using maven and the maven ant plugin to invoke your JWS ant shell script that eventually executes the ant build.xml When I invoke the ant shell script from a unix terminal everything works fine without any changes needed. The problems creep up only when I invoke it through maven ant plugin. The...
by thu
Fri Jan 13, 2012 1:33 am
Forum: Common Problems
Topic: JWS ant build fails
Replies: 4
Views: 3494

Re: JWS ant build fails

Hi, I finally was able to sign all the .jar's. I had to remove lines 76 and 77 in the build.xml: <arg value="-storetype"/> <arg value="PKCS12"/> I assume this means that my keystore is not in the PKCS12 format? Since I am still able to sign the .jar's should I be concern that my ...
by thu
Fri Jan 13, 2012 12:09 am
Forum: Common Problems
Topic: JWS ant build fails
Replies: 4
Views: 3494

Re: JWS ant build fails

Thanks for the quick reply. I managed to create a valid keystore, and I can manually sign random .jar's using the jarsigner command, for example: jarsigner -keystore keystore.ImportKey -signedjar test.Signed.jar test.jar docs results in the signed .jar file: test.Signed.jar, and running: jarsigner -...
by thu
Thu Jan 12, 2012 1:34 am
Forum: Common Problems
Topic: JWS ant build fails
Replies: 4
Views: 3494

JWS ant build fails

I am following the steps to create the JWS installer: http://www.oxygenxml.com/doc/ug-editor/index.html?q=/doc/ug-editor/tasks/jwsInstaller.html Previous to this, I created an ssl certificate for the domain docs.rackspace.com, copied the public key to rackspaceCert.crt and using keytool added an ali...