Skip to content

kimjbstar/xsd2jar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xsd2jar

description

This will analyze a list of directories in an XSD and convert each one to a JAR file.

Since it works on a docker container basis, it doesn't have to take into account the java version of the host machine.

how to use

  1. Inside the xsd directory, place the files you want to convert. An example is shown below.
./xsd
├── animals
│   ├── Cat.xsd
│   ├── Dog.xsd
├── students
    ├── Liam.xsd
    └── John.xsd
  1. You must have docker installed.

  2. Clone the xsd2jar project.

git@github.com:kimjbstar/xsd2jar.git
  1. Run the container via docker compose up.

  2. Verify that the directory and the jar files of the same name have been created.

./xsd
├── animals
│   ├── Cat.xsd
│   ├── Dog.xsd
├── students
│   ├── Liam.xsd
│   └── John.xsd
├── animals.jar
└── students.jar

Releases

No releases published

Packages

No packages published