Oxygen telling me a file doesn't exist when it does

Having trouble installing Oxygen? Got a bug to report? Post it all here.
martindholmes
Posts: 176
Joined: Wed Apr 20, 2005 5:43 pm
Location: Victoria, BC, Canada

Oxygen telling me a file doesn't exist when it does

Post by martindholmes »

Hi there,

I'm adapting an existing transformation from the TEI Plugin for use in a new context, and I've set it up using the ${framework(TEI P5)} variable to make it portable. When I try to run the transformation, I get this error:

Code: Select all


Buildfile: file:/home/mholmes/.com.oxygenxml/extensions/v19.0/frameworks/http___teijenkins.hcmc.uvic.ca_job_oxygen_tei_bleeding_lastSuccessfulBuild_artifact_oxygen_tei_updateSite.oxygen/tei/xml/tei/stylesheet/odt/build-to.xml does not exist!
However, the file does exist:

Code: Select all


ls -al /home/mholmes/.com.oxygenxml/extensions/v19.0/frameworks/http___teijenkins.hcmc.uvic.ca_job_oxygen_tei_bleeding_lastSuccessfulBuild_artifact_oxygen_tei_updateSite.oxygen/tei/xml/tei/stylesheet/odt/build-to.xml
-rw-rw-r-- 1 mholmes mholmes 1487 Aug 14 14:07 /home/mholmes/.com.oxygenxml/extensions/v19.0/frameworks/http___teijenkins.hcmc.uvic.ca_job_oxygen_tei_bleeding_lastSuccessfulBuild_artifact_oxygen_tei_updateSite.oxygen/tei/xml/tei/stylesheet/odt/build-to.xml
[code]

What am I missing here? I hit the same problem with two different transformations. All help appreciated!

Cheers,
Martin
martindholmes
Posts: 176
Joined: Wed Apr 20, 2005 5:43 pm
Location: Victoria, BC, Canada

Re: Oxygen telling me a file doesn't exist when it does

Post by martindholmes »

Figured it out! I need ${frameworkDir(TEI P5)} instead of ${framework()TEI P5)}.
Radu
Posts: 9046
Joined: Fri Jul 09, 2004 5:18 pm

Re: Oxygen telling me a file doesn't exist when it does

Post by Radu »

Hi Martin,

Thanks for updating the thread with a solution.

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