Hi,

Thanks to Ivan for his helpful response!

I used Ivan's command. However, I am not sure how to define that the master is 
"sodium". Do I need to do this at the time I submit the code? Or do I need to 
do it before compiling? How do I define the master?

Anyway, I tried to compile l2switch using the command at the Newcomers Guide:

$ time mvn clean install -DskipTests 2>&1 | tee mvn.log.0 | grep 'WARN\|ERROR'

This command produced many warnings, which I assume I need to fix before 
submitting the code. There are mainly two different types of warnings:

1. The warning says that something has been deprecated. There are hundreds of 
this type of warning. Here is just one example:
[WARNING] 
/home/david/sodium/l2switch/packethandler/implementation/src/main/java/org/opendaylight/l2switch/packethandler/decoders/AbstractPacketDecoder.java:[12,51]
 org.opendaylight.controller.sal.binding.api.NotificationProviderService in 
org.opendaylight.controller.sal.binding.api has been deprecated

2. There are duplicate versions of some code. There are about 15 warnings of 
this type. I provide a few examples:
[WARNING] Duplicate versions for org.javassist:javassist::jar, 3.24.0-GA and 
3.26.0-GA
[WARNING] Duplicate versions for javax.validation:validation-api::jar, 
1.1.0.Final and 2.0.1.Final
[WARNING] Duplicate versions for javax.annotation:javax.annotation-api::jar, 
1.3 and 1.2
[WARNING] Duplicate versions for org.ops4j.pax.jdbc:pax-jdbc::jar, 1.3.2 and 
1.3.5
[WARNING] Duplicate versions for com.h2database:h2::jar, 1.4.200 and 1.3.172

Can somebody provide some guidance on how should I proceed to fix these 
warnings or if they are happening because I have not explicitly defined the 
master.

Regards,

David


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#8995): https://lists.opendaylight.org/g/Discuss/message/8995
Mute This Topic: https://lists.opendaylight.org/mt/99883508/21656
Group Owner: discuss+ow...@lists.opendaylight.org
Unsubscribe: https://lists.opendaylight.org/g/Discuss/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to