Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save YordanGeorgiev/81faf0353e30e17f5f804048abf292b0 to your computer and use it in GitHub Desktop.
Save YordanGeorgiev/81faf0353e30e17f5f804048abf292b0 to your computer and use it in GitHub Desktop.
[how-to generate scala from xlsd] how-to generate scala code from xsd
# chk the followin tool - http://scalaxb.org/setup
# chk the prerequisite tool - http://www.foundweekends.org/conscript/setup.html
# install the conscript , check your proxy settings first - your should be able to connect to the Internet
cd ~
wget https://raw.githubusercontent.com/foundweekends/conscript/master/setup.sh
vim setup.sh
# and intstall it
sh setup.sh # wait patiently - all jvm stuff is usually slow ...
# use the conscript to install the scalaxb command line version
cs eed3si9n/scalaxb
# fetcth the scalaxb
~/.conscript/bin/cs eed3si9n/scalaxb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment