Hello,
 
Please first look at the feature list of Karaf 4 and what are you use to distributions?
 
https://karaf.apache.org/manual/latest/update-notes.html
 
Regards,
 
Ozgur
 
 
25.03.2017, 20:19, "Frank Sandoval" <[email protected]>:
All,
 
I am following the guide here: https://wiki.opendaylight.org/view/Karaf_4_Migration_Guide and have the following comments and questions
 
step 1: "So we need to wait for the corresponding projects to switch” how does one determine if a dependency supports karaf 4? Searching nexus is not straightforward, e.g where is odl-restconf?
 
step 2: 
"open old pom and turn it into aggregator… with scm, url, and distributionManagement as before” - the ‘before’ does not contain scm, url, etc. The top-level pom does. provide a complete example of what ./features/pom.xml should look like
 
step 3: define new features
It seems to be implied that this means:
1. create a directory for each feature in features/
,
, See “cd features/odl-ttp-model’.
2. create a pom.xml file for each feature 
 
I believe the dir tree should look something like:
features
features-eman
(what originally was eman/features)
pom.xml (aggregator)
odl-eman-<feature>
pom.xml
 
"you'll need to use the odl4- variants here” where are the ‘4’ references in the example?. 
 
also, why does my pom have
      <artifactId>features-mdsal-model</artifactId>
and the example has
<artifactId>mdsal-model-artifacts</artifactId>
 
features/odl-eman-api$ mvn clean install 
is successful
 
features/odl-eman-api$ man test -Psft
fails
 
Attached is surefire report.
 
It appears single-feature-test initialization fails and there’s something about an SLF4J error)
 
I don’t believe I can continue until I can resolve the single-feature-test
 
Can someone please provide assistance?

Frank Sandoval
Principal - Pajarito Technologies LLC
mobile: 720 338-1988
 

 
,

_______________________________________________
dev mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/dev

_______________________________________________
infrastructure mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/infrastructure

Reply via email to