davidmoten / xsd-forms

Generates web forms from xml schema documents (xsd)
137 stars 51 forks source link

Uncompilable source code - cannot find symbol (Class Generator) #15

Closed Suryadi-Ace closed 9 years ago

Suryadi-Ace commented 9 years ago

Hi David, I'm trying to use your xsd-forms-generator into my demo project, as per documentation to include the generator into my dependencies:

com.github.davidmoten.xsdforms xsd-forms-generator 0.2.2-SNAPSHOT

after include it, I still not able to do import com.github.davidmoten.xsdforms.Generator inside my servlet. I notice it only allow me to import com.github.davidmoten.xsdforms.Ignore (which is a package under xsd-scalaxb).

davidmoten commented 9 years ago

have you built all artifacts so that the xsd-forms-generator artifact exists?

Suryadi-Ace commented 9 years ago

issue solved need to import scala plugin in netbeans IDE

davidmoten commented 9 years ago

ah good, cheers Dave

On 14 December 2014 at 12:26, Suryadi-Ace notifications@github.com wrote:

issue solved need to import scala plugin in netbeans IDE

— Reply to this email directly or view it on GitHub https://github.com/davidmoten/xsd-forms/issues/15#issuecomment-66898939.