|
Using the attached model, the codegeneration succeeds, but the compilation fails with:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project bgp-parser-api: Compilation failure: Compilation failure:
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPduBuilder.java:[8,102] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: package org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.bgpls.pdu
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPduBuilder.java:[15,13] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: class org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.BgplsPduBuilder
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPdu.java:[8,102] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: package org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.bgpls.pdu
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPduBuilder.java:[29,50] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: class org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.BgplsPduBuilder
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPdu.java:[20,5] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: interface org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.BgplsPdu
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPduBuilder.java:[52,17] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: class org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.BgplsPduBuilder.BgplsPduImpl
[ERROR] /home/nite/bgpcep/bgp/parser-api/target/generated-sources/sal/org/opendaylight/yang/gen/v1/urn/cisco/params/xml/ns/yang/controller/bgpls/rev201387/BgplsPduBuilder.java:[75,16] cannot find symbol
[ERROR] symbol: class LinkStateAttribute
[ERROR] location: class org.opendaylight.yang.gen.v1.urn.cisco.params.xml.ns.yang.controller.bgpls.rev201387.BgplsPduBuilder.BgplsPduImpl
[ERROR] -> [Help 1]
|