Classpath ${framework} variable

Having trouble installing Oxygen? Got a bug to report? Post it all here.
patrick
Posts: 96
Joined: Mon May 09, 2011 11:54 am

Classpath ${framework} variable

Post by patrick »

I cannot use the automatically inserted ${framework} variable in the classpath tab of a framework because then following error appears if I try to choose an action in a new author action:

Code: Select all

Detection errors: C:\Programme\Oxygen XML Editor 14\${framework}\framework.jar - [the same again..] (Das System kann den angegebenen Pfad nicht finden)
(in english something like "File not found")

Instead I have to use

Code: Select all

${frameworks}/myframework/framework.jar
Radu
Posts: 9449
Joined: Fri Jul 09, 2004 5:18 pm

Re: Classpath ${framework} variable

Post by Radu »

Hi Patrick,

I think the problem was already fixed in the latest 14.0 build available on site:

http://www.oxygenxml.com/build_history.html#2012070512
Options GUI: When editing/duplicating a document type, the ${framework} editor variable from URLs in the Classpath was not expanded when choosing an operation for an Author action.
But the workaround for the problem should be quite simple:

1) After adding the new classpath entry, click OK.
2) Edit again the same document type and select the desired operation.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply