Re: [controller-dev] Controller:CORS_support

2016-10-31 Thread Ryan Goulding
Hi, I think you are probably referring to CrossOriginFilter, which is compile time concept currently in NETCONF project in web.xml [0]. HTH. Regards, Ryan Goulding [0] https://github.com/opendaylight/netconf/blob/1927682ff5f558c9120aafbf68bee75a5d5cfb07/restconf/sal-rest-connector/src/main/res

Re: [controller-dev] Controller:CORS_support

2016-10-31 Thread 徐鸿
Thanks for the reply. Maybe enable CORS default is not need for most of uers, but I hope we can open it in an xml file in the distribution package without compile the project sources. 2016年10月31日 下午7:21,"Michael Vorburger" 写道: > +netconf-dev (because this is really more of a restconf than a dlux

Re: [controller-dev] [release] CONTROLLER Carbon Autorelease Build Failure

2016-10-31 Thread Thanh Ha
We do have a mechanism in place where autorelease and integration/distribution projects can remove projects from the build if the are unresponsive or blocking us from moving forward. Thanh On Mon, Oct 31, 2016 at 2:26 PM, Ryan Goulding wrote: > I'd like to point out that this is really a maint

Re: [controller-dev] [release] CONTROLLER Carbon Autorelease Build Failure

2016-10-31 Thread Ryan Goulding
I'd like to point out that this is really a maintenance patch; the function will not change. We simply moved the artifacts. Functionality shouldn't change at all. Similar patches have been pushed to ~45 other projects. I tried to explain this in several emails to these projects, but got no res

Re: [controller-dev] [release] CONTROLLER Carbon Autorelease Build Failure

2016-10-31 Thread Thanh Ha
On Thu, Oct 27, 2016 at 1:05 PM, An Ho wrote: > Hi CONTROLLER CLUSTERING Team, > > There are Carbon Autorelease Build Failures in sal-clustering-commons. > Could someone from your team please take a look and confirm if the issue is > related to your project and if so identify an ETA for a fix? >

[controller-dev] Kernel Projects call Agenda Topics

2016-10-31 Thread Ryan Goulding
Hi All, Please add any topics you wish to discuss during tomorrow's call here [0] or email me and I can handle it. Thanks, Ryan [0] https://wiki.opendaylight.org/view/Kernel_Projects_Call# Upcoming_Agenda_Topics ___ controller-dev mailing list control

Re: [controller-dev] Build Fails!!

2016-10-31 Thread Michael Vorburger
Hello Pragati, On Mon, Oct 31, 2016 at 1:00 PM, Pragati Shrivastava < cs14resch11...@iith.ac.in> wrote: > Yes I have edited my m2.settings.xml using: > > cp -n ~/.m2/settings.xml{,.orig} ; \ > wget -q -O - > https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > > ~/.m2/

Re: [controller-dev] [opendaylight-dev] Lombok

2016-10-31 Thread Michael Vorburger
Hi Guy, Lombok was quite the hype a few years ago from what I remember, and perhaps it "inspired" a number of projects one could consider derived from it. Meanwhile I think there are perhaps better alternatives for it's different features. Most that I've looked at in this kind of space is now more

Re: [controller-dev] Build Fails!!

2016-10-31 Thread Pragati Shrivastava
Yes I have edited my m2.settings.xml using: cp -n ~/.m2/settings.xml{,.orig} ; \ wget -q -O - https://raw.githubusercontent.com/opendaylight/odlparent/master/settings.xml > ~/.m2/settings.xml PFA: Full Error log, after running command:$mvn clean install -D skipTests On Mon, Oct 31, 2016 at 4:

Re: [controller-dev] Controller:CORS_support

2016-10-31 Thread Michael Vorburger
+netconf-dev (because this is really more of a restconf than a dlux topic) Controller & netconf-dev for restconf teams, To me it seems curious that we would expect an end-user to go through the "hoops" explained on the Wiki page mentioned below to get CORS working... I'm not an expert on this to

Re: [controller-dev] CONTROLLER Carbon Autorelease Build Failure

2016-10-31 Thread Stephen Kitt
On Thu, 27 Oct 2016 13:41:13 -0400 Tom Pantelis wrote: > Controller builds are fine. The dependency for > edu.umd.cs.findbugs.annotations comes from odlparent via > https://git.opendaylight.org/gerrit/#/c/47357/ which was merged a few > days ago . However the patch indicates the merge job was SUC

Re: [controller-dev] Build Fails!!

2016-10-31 Thread Robert Varga
On 10/31/2016 10:28 AM, Pragati Shrivastava wrote: > > Building ODL on system: Ubuntu 14.0.4, JDK 1.8, maven 3.3.9, > I have followed " > https://wiki.opendaylight.org/view/GettingStarted:Development_Environment_Setup > > tutorial to setup ODL > but > $mvn clean-install > fails with error log (

Re: [controller-dev] Build Fails!!

2016-10-31 Thread Vikram Darsi
Hi It is working fine with maven 3.3.3 From: controller-dev-boun...@lists.opendaylight.org [mailto:controller-dev-boun...@lists.opendaylight.org] On Behalf Of Pragati Shrivastava Sent: 31 October 2016 14:59 To: controller-dev@lists.opendaylight.org Subject: [controller-dev] Build Fails!! Buil

[controller-dev] Build Fails!!

2016-10-31 Thread Pragati Shrivastava
Building ODL on system: Ubuntu 14.0.4, JDK 1.8, maven 3.3.9, I have followed " https://wiki.opendaylight.org/view/GettingStarted:Development_Environment_Setup tutorial to setup ODL but $mvn clean-install fails with error log (PFA), I have tried it many times on different machines but same error i