sebastianbenz / Jnario

Executable specifications for Java
136 stars 38 forks source link

Unable to find xtend-gen file with generated JAVA Code #156

Closed naurinjamil1 closed 9 years ago

naurinjamil1 commented 9 years ago

I wish to use the Jnario Test framework for testing my implementation in JAVA 8. I installed Jnario 1.0.0 from the website http://www.jnario.org/updates/releases/. Now, I create a new JAVA project -> Specs folder -> Feature file. And write some scenarios inside the Feature file. But now, after saving my work, I am unable to find the folder xtend-gen that contains the generated JAVA code inside it. How to proceed ?

sebastianbenz commented 9 years ago

Which xtend version have you got installed?

naurinjamil1 commented 9 years ago

I have installed Eclipse Xtend 2.7.2.

sebastianbenz commented 9 years ago

Jnario 1.0 is unfortunately not compatible to Xtend 2.7. We are currently working on the new version. You need to downgrade Xtend to 2.6.

naurinjamil1 commented 9 years ago

Xtend 2.6. Interesting. I want to try this as well, but where can I get the lower Xtend version? The eclipse marketplace contains Xtend 2.7 alone.