Xill makes it easy to perform content related operations like extraction, manipulation or generation using a domain specific scripting language.
Please be aware that this project is no longer being actively maintained. As such, the automated builds via Jenkins no longer work due to JavaFX issues. Currently, the only way to build the project is to use a Windows machine with Oracle Java 8 JDK, and follow the build instructions. This also means that any new release needs to be done completely manually.
To edit Xill robots, open the native xill-ide application applicable to your system:
- Windows:
xill-ide.exe
- Mac:
xill-ide.app
- Unix:
xill-ide
To run a certain .xill
robot, either:
- open it in Xill IDE and press the play button
- execute
xill [name of robot]
on the command line
The built packages are available on bintray.
This repository contains all major components of the Xill platform. This means the build can get quite complex for Maven beginners. Take a look at the build documentation to see how it works.
For more build information you should check out BUILD.md
For more release information you should check out RELEASE.md
Oracle does not allow this artifact to be published on our Maven repositories. To build this project you will have to set up your environment to pull the jar file from their repository: Take me to the instructions!
The Xill platform is licensed under the Apache License, Version 2.