Page 1 of 1

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

Posted: Fri Aug 18, 2017 7:46 pm
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

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

Posted: Fri Aug 18, 2017 7:54 pm
by martindholmes
Figured it out! I need ${frameworkDir(TEI P5)} instead of ${framework()TEI P5)}.

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

Posted: Mon Aug 21, 2017 7:46 am
by Radu
Hi Martin,

Thanks for updating the thread with a solution.

Regards,
Radu