Page 1 of 1

Classpath ${framework} variable

Posted: Wed Jul 25, 2012 3:41 pm
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

Re: Classpath ${framework} variable

Posted: Wed Jul 25, 2012 4:17 pm
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