0

I am trying to learn how to compile xtend / xtext code. I followed two advices, this one, which I found a cleaner and more practical solution and this one. But neither worked. I feel like I got closer trying the first way (using ant and ivy)

But following README I got the error: error 1

I tried to add <dependency org="org.eclipse.xtend" name="org.eclipse.xtend.core" rev="2.19.0" conf="web->default"/> in ivy.xml but..

error 2

So, i just need compile and run a HelloWorld

Community
  • 1
  • 1
Matheus
  • 301
  • 3
  • 16
  • is there any reason not to use ant or gradle or maven? did you try to stip the signatures from manifests? – Christian Dietrich Sep 11 '19 at 17:27
  • 1
    btw did you simply to to provide an absolute path (first error) `-d /data/eclipse-workspaces/ws-dev-cdietric-largedevices/demo/src-gen2 -cp /home/cdietric/.p2/pool/plugins/com.google.guava_15.0.0.v201403281430.jar:/home/cdietric/.p2/pool/plugins/org.eclipse.xtext.xbase.lib_2.13.0.v20171012-0742.jar:/home/cdietric/.p2/pool/plugins/org.eclipse.xtend.lib_2.13.0.v20171012-0742.jar:/home/cdietric/.p2/pool/plugins/org.eclipse.xtend.lib.macro_2.13.0.v20171012-0742.jar /data/eclipse-workspaces/ws-dev-cdietric-largedevices/demo/src ` (+ a classpath) – Christian Dietrich Sep 11 '19 at 17:31

0 Answers0