Using ant transformations from DITA-OT Oxygen Framework outs
Posted: Tue Mar 15, 2011 1:02 pm
I'm trying to use the ant transformations of the built-in DITA-OT framework, which work fine inside Oxygen, outside the editor, using CLI.
Like.
I previously used a manually installed dita-ot environment, and this used to work well, once you set all necessary env variables, PATH and CLASSPATH.
The question is: what do you have to do to use the Oxygen DITA-OT framework out of Oxygen ? What environment variables do you have to set ? Where should they point to ? etc.
Thanks,
NB: The purpose is: some of the transformation must be handled on an svn repo server, which would build the latest dita doc every night, etc., so I really need to get this going;
Like
Code: Select all
ant -f mybuildfile.xml mytarget
I previously used a manually installed dita-ot environment, and this used to work well, once you set all necessary env variables, PATH and CLASSPATH.
The question is: what do you have to do to use the Oxygen DITA-OT framework out of Oxygen ? What environment variables do you have to set ? Where should they point to ? etc.
Thanks,
NB: The purpose is: some of the transformation must be handled on an svn repo server, which would build the latest dita doc every night, etc., so I really need to get this going;