Scheduled maintenance on Saturday, 27 September 2025, from 07:00 AM to 4:00 PM GMT (09:00 AM to 6:00 PM CEST) - some services may be unavailable -

Skip to content
README.md 805 B
Newer Older
# YANG Tools Wrapper

Philip Makedonski's avatar
Philip Makedonski committed
This plug-in wraps the [YANG Tools](https://wiki.opendaylight.org/display/ODL/YANG+Tools) licensed under the EPL 1.0 Software Licence for consumption as an Eclipse plug-in. It is currently used as a dependency in the YANG-to-TDL generator.

The dependencies are specified and fetched from Maven in the nested dependencies folder, then copied to the libs folder. The MANIFEST.MF and .classpath files are updated accordingly as part of the build. 

Note: Offline builds run fine. When loading the project in Eclipse it seems to require that the .classpath is set to export all the jars. When installing the plugin from the repository, it still cannot be referenced correctly it seems. 

TODO: Check what is missing.

TODO: Explore using Maven artifacts as part of the target platform?