xSpec is not build in oxygen editor

71 views
Skip to first unread message

Anil Kumar Gupta

unread,
Sep 4, 2019, 7:27:37 AM9/4/19
to XSpec
Hi Team,

I have run the xspec for testing the our xsl but my xspec is not build successfully. get below error:
  
Executing:
"c:\program files\oxygen xml editor 21\jre/bin/java" -Dfile.encoding=UTF-8 -Xmx256m -classpath "C:\Program Files\Oxygen XML Editor 21\tools\ant/lib/ant-launcher.jar" "-Dant.home=C:\Program Files\Oxygen XML Editor 21\tools\ant" org.apache.tools.ant.launch.Launcher -lib "C:\Program Files\Oxygen XML Editor 21\classes" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygenAuthor.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygenDeveloper.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygenEclipse.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygenAuthorEclipse.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygenDeveloperEclipse.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-basic-utilities.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\xml-apis.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-patched-resolver.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\saxon9ee.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\log4j.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-patched-xerces.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-patched-saxon-9.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-patched-xerces.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-patched-resolver.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-sandbox.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\oxygen-license.jar" -lib "C:\Program Files\Oxygen XML Editor 21\lib\guava-23.0.jar" -f "oxygen-results-view/build_report.xml" "-Dcatalog=C:\Users\anilpx\Documents\OxygenXMLEditor\samples/catalog.xml" "-Dclean.output.dir=false" "-Dcompile.xspec.xsl=C:/Users/anilpx/AppData/Roaming/com.oxygenxml/extensions/v21.1/frameworks/https___www.oxygenxml.com_InstData_Addons_community_updateSite.xml/xspec.support-1.2.1/oxygen-results-view/generate-xspec-tests-oxygen.xsl" "-Dformat.xspec.report=C:/Users/anilpx/AppData/Roaming/com.oxygenxml/extensions/v21.1/frameworks/https___www.oxygenxml.com_InstData_Addons_community_updateSite.xml/xspec.support-1.2.1/oxygen-results-view/unit-report-oxygen.xsl" "-Dtest.type=t" "-Dxspec.fail=false" "-Dxspec.project.dir=C:/Users/anilpx/AppData/Roaming/com.oxygenxml/extensions/v21.1/frameworks/https___www.oxygenxml.com_InstData_Addons_community_updateSite.xml/xspec.support-1.2.1/" "-Dxspec.result.html=C:\XSpec\Latest\Index/LL-Index-to-LA-Index-report.html" "-Dxspec.template.name.entrypoint=${xspec.template.name.entrypoint}" "-Dxspec.xml=C:\XSpec\Latest\Index\LL-Index-to-LA-Index.xspec" "-Dwebhelp.trial.license=yes"

Buildfile: C:\Users\anilpx\AppData\Roaming\com.oxygenxml\extensions\v21.1\frameworks\https___www.oxygenxml.com_InstData_Addons_community_updateSite.xml\xspec.support-1.2.1\oxygen-results-view\build_report.xml

BUILD FAILED
Property xspec.template.name.entrypoint was circularly defined.

Total time: 0 seconds

The process finished with exit code: 1

I don't understand what is the exact issue in our xspec or setting. plese check and suggest how to solve this.

Regards,
Anil Prasad

Florent Georges

unread,
Sep 4, 2019, 7:50:58 AM9/4/19
to XSpec users list
Hi Anil, 

Unfortunately, it is hard to help you if you don't give us the steps to reproduce the problem (included the files involved). 

Regards, 

--
Florent Georges
H2O Consulting
http://h2o.consulting/

--
You received this message because you are subscribed to the Google Groups "XSpec" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xspec-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/xspec-users/3d75c44b-8087-4299-a780-1701d9e5c776%40googlegroups.com.

AirQuick

unread,
Sep 4, 2019, 10:36:07 AM9/4/19
to xspec...@googlegroups.com

Alex Jitianu

unread,
Sep 4, 2019, 1:45:42 PM9/4/19
to xspec...@googlegroups.com
Hello Anil,

After doing some digging, I discovered that this is an issue that appears only in Oxygen version 21.1. Luckily, until we release a fix, there is an easy workaround:

1. go to Options->Preferences..., on page Custom Editor Variables
2. press New on the bottom of the page, to create a new editor variable
3. The name of the variable should be: xspec.template.name.entrypoint and the value some random characters. The value itself is not important, the plugin will set the real value.
4. exit the dialog with O.K.

Best regards,
Alex

În mie., 4 sept. 2019 la 15:04, Alex Jitianu <alexjit...@gmail.com> a scris:
Hello Anil,

It look like you've installed the XSpec Oxygen plugin ( https://github.com/xspec/oXygen-XML-editor-xspec-support ), probably through the addons support: https://www.oxygenxml.com/InstData/Addons/community/updateSite.xml
I'll look into it to see what is going on. Meanwhile, to execute the XSpec, you can use the Apply transformation Scenario action from the toolbar: image.png

Best regards,
Alex

Alex Jitianu

unread,
Sep 4, 2019, 1:45:42 PM9/4/19
to xspec...@googlegroups.com
Hello Anil,

It look like you've installed the XSpec Oxygen plugin ( https://github.com/xspec/oXygen-XML-editor-xspec-support ), probably through the addons support: https://www.oxygenxml.com/InstData/Addons/community/updateSite.xml
I'll look into it to see what is going on. Meanwhile, to execute the XSpec, you can use the Apply transformation Scenario action from the toolbar: image.png

Best regards,
Alex

În mie., 4 sept. 2019 la 14:50, Florent Georges <fgeo...@fgeorges.org> a scris:

Anil Kumar Gupta

unread,
Sep 4, 2019, 11:20:00 PM9/4/19
to xspec...@googlegroups.com
Thanks to all my issue is resolved now as per suggestion of Alex.

Thanks Alex for your suggestion.



--
Anil Prasad
Mob. No. 9990974891
Reply all
Reply to author
Forward
0 new messages