gslewis/dmex
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Daisymaths Exercises ==================== This library comprises two modules: the 'core' module contains the exercise/problem model, the exercise implementations and problem renderers to produce XML representations (DOM and SAX); and the 'pdf' module which contains renderers to produce PDF output. Building -------- Requires Java 1.6. The library is built using Apache Ant (tested with Ant 1.8.1). Use 'ant -projecthelp' to see a list of available targets. Local build settings can be provided using a build.properties file in the base directory. You can copy conf/build.properties-sample and modify for your own usage. The 'core' module has no dependencies (at the moment). The 'pdf' module requires Apache Fop (1.0) and all its dependencies. See lib/pdf/README for a list. The jars can either be copied to lib/pdf or you can set the "pdf.jars" classpath property in your build.properties file to include the paths to the jars. If you don't want the PDF module, set the "modules.includes" property in your build.properties to be blank. The modules are compiled to build/<module_name> directories and the jars are created in the target/ directory. Compilation of each module is handled by the src/<module_name>/build-module.xml build file which is called from the 'compile' target of the top-level build file. Geoff Lewis <gsl@gslsrc.net>
About
Daisymaths Exercises Java library
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published