cincheo / jsweet

A Java to JavaScript transpiler.
http://www.jsweet.org
Other
1.45k stars 160 forks source link

candy-generator fails to build #641

Closed mfreeman-xtivia closed 3 years ago

mfreeman-xtivia commented 3 years ago

is there something special needed to build the candy-generator?

cloned the repo, cd into candy-generator, mvn install

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jsweet-candy-generator: Compilation failure: Compilation failure: 
[ERROR] /home/mfreeman/temp/jsweet/candy-generator/src/main/java/org/jsweet/input/typescriptdef/TypescriptDef2Java.java:[42,45] cannot find symbol
[ERROR]   symbol:   class TypescriptDefParser
[ERROR]   location: package org.jsweet.input.typescriptdef.parser
[ERROR] /home/mfreeman/temp/jsweet/candy-generator/src/main/java/org/jsweet/input/typescriptdef/TypescriptDef2Java.java:[183,17] cannot find symbol
[ERROR]   symbol:   class TypescriptDefParser
[ERROR]   location: class org.jsweet.input.typescriptdef.TypescriptDef2Java
[ERROR] /home/mfreeman/temp/jsweet/candy-generator/src/main/java/org/jsweet/input/typescriptdef/TypescriptDef2Java.java:[183,46] cannot find symbol
[ERROR]   symbol:   variable TypescriptDefParser
[ERROR]   location: class org.jsweet.input.typescriptdef.TypescriptDef2Java
[ERROR] -> [Help 1]
mfreeman-xtivia commented 3 years ago

What an idiot I am. RTFM

lgrignon commented 3 years ago

Haha. Enjoy using JSweet!