Oxygen 11 installed, builds now failing

I just installed Oxygen 11 and now my builds are failing. They were working with Oxygen 10 on this PC. Here is the error messages as I can discern them: [java] Warning: at xsl:stylesheet on line 39 column 61 of i18n-postprocess.xsl: [java] Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor C:\Program Files (x86)\Oxygen XML Editor 11\frameworks\dita\DITA-OT\demo\fo\build.xml:306: The following error occurred while executing this line: [[[there are several lines like this, followed by this entry:]]] C:\Program Files (x86)\Oxygen XML Editor 11\frameworks\dita\DITA-OT\demo\fo\build.xml:475: Java returned: 1

Oh, a few more things 1. I modified build.xml with the following value: <property name="pdf.file.name" value="${dita.map.filename.root}" /> ... <param name="outputFile" value="${dita.map.output.dir/${pdf.file.name}.pdf" /> 2. I modified my transform to include the parameter "pdf.file.name" and set it to my output value. On Tue, Jun 22, 2010 at 10:01 AM, Steve Matlock <stephenmatlock@gmail.com>wrote:
I just installed Oxygen 11 and now my builds are failing. They were working with Oxygen 10 on this PC.
Here is the error messages as I can discern them:
[java] Warning: at xsl:stylesheet on line 39 column 61 of i18n-postprocess.xsl: [java] Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
C:\Program Files (x86)\Oxygen XML Editor 11\frameworks\dita\DITA-OT\demo\fo\build.xml:306: The following error occurred while executing this line: [[[there are several lines like this, followed by this entry:]]]
C:\Program Files (x86)\Oxygen XML Editor 11\frameworks\dita\DITA-OT\demo\fo\build.xml:475: Java returned: 1

Hi Steve, So I understand that the build process fails after making these modifications. The second line you posted: <param name="outputFile" value="${dita.map.output.dir/${pdf.file.name <http://pdf.file.name>}.pdf" /> does not properly end the dita.map.output.dir parameter reference (it does not contain the ending "}"), it should be like: <param name="outputFile" value="${dita.map.output.dir}/${pdf.file.name <http://pdf.file.name>}.pdf" /> If this is not the problem maybe you can send us to the support address the whole Oxygen console output + the modified build file. Regards, Radu -- Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 6/22/2010 8:04 PM, Steve Matlock wrote:
Oh, a few more things
1. I modified build.xml with the following value: <property name="pdf.file.name <http://pdf.file.name>" value="${dita.map.filename.root}" />
...
<param name="outputFile" value="${dita.map.output.dir/${pdf.file.name <http://pdf.file.name>}.pdf" />
2. I modified my transform to include the parameter "pdf.file.name <http://pdf.file.name>" and set it to my output value.
On Tue, Jun 22, 2010 at 10:01 AM, Steve Matlock <stephenmatlock@gmail.com <mailto:stephenmatlock@gmail.com>> wrote:
I just installed Oxygen 11 and now my builds are failing. They were working with Oxygen 10 on this PC.
Here is the error messages as I can discern them:
[java] Warning: at xsl:stylesheet on line 39 column 61 of i18n-postprocess.xsl: [java] Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
C:\Program Files (x86)\Oxygen XML Editor 11\frameworks\dita\DITA-OT\demo\fo\build.xml:306: The following error occurred while executing this line: [[[there are several lines like this, followed by this entry:]]]
C:\Program Files (x86)\Oxygen XML Editor 11\frameworks\dita\DITA-OT\demo\fo\build.xml:475: Java returned: 1
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
participants (2)
-
Radu Coravu
-
Steve Matlock