Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Fwd: Build XText with ant

Hi

line 20: 'JavaSE-1.8' is not a valid Execution Environment

You are not using Java 8, either because it is not available, not configured or your version of Buckminster does not support it.

    Regards

        Ed Willink


On 03/06/2015 18:01, sivanarayana ganesh wrote:

Hi,

I have been struggling to build my XText project with buckminister generated build file(build.ant). This is what I have done.
   Env :  Eclipse Luna, Java 1.8

   --> Create new Xtext project, and created some grammar
  ---> Ran mwe workflows and xtext artifacts
   --> Create buckminister project
   ---> ant -f build.ant

Errors:

[java] Error: file /home/vagrant/workspace/com.visa.ovn.rules.ui/src-gen/com/visa/ovn/ui/contentassist/antlr/PartialRulesContentAssistParser.java, line 33: Syntax error, parameterized types are only available if source level is 1.5 or greater [java] Warning: file /home/vagrant/workspace/com.visa.ovn.rules.ui/META-INF/MANIFEST.MF, line 20: 'JavaSE-1.8' is not a valid Execution Environment

Sorry if it is a basic question. Appreciate any help.

Thanks.

-Siva.







Back to the top