Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » buckminster junit launch -- headless(unable to launch junits)
buckminster junit launch -- headless [message #1698078] Wed, 10 June 2015 21:25 Go to next message
Siva Gaddam is currently offline Siva GaddamFriend
Messages: 22
Registered: June 2015
Junior Member
I'm unable to launch junits using buckminster. Here is my launch config

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/com.ovn.dsl.tests/xtend-gen/com/vovn/tests"/>
</listAttribute>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
<listEntry value="2"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=com.ovn.dsl.tests/xtend-gen&lt;com.ovn.dsl.tests"/>
<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit4"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value=""/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="com.ovn.dsl.tests"/>
</launchConfiguration>


[java] INFO: junit '-l' 'com.ovn.dsl.tests/com.ovn.dsl.tests.launch' '--flatXML' '--output' '/test.results/com.ovn.dsl.tests.launch.xml'
[java] The input element of the launch configuration does not exist

The tests are generated ones and it is a source folder. Am I missing something in launch config?


Re: buckminster junit launch -- headless [message #1698080 is a reply to message #1698078] Wed, 10 June 2015 21:56 Go to previous message
Siva Gaddam is currently offline Siva GaddamFriend
Messages: 22
Registered: June 2015
Junior Member
Never mind. I got fixed by changing value="=com.ovn.dsl.tests/xtend-gen&lt;com.ovn.dsl.tests" to value="=com.ovn.dsl.tests/xtend-gen"
Previous Topic:Zip exception when trying to run from ant file
Next Topic:Strict grammar vs Relax grammar
Goto Forum:
  


Current Time: Tue Mar 19 08:59:41 GMT 2024

Powered by FUDForum. Page generated in 0.02924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top