Probably a victim of not doing a "clean compile." Maven works completely on timestamps of source and dest and does not check dependencies of code. So if you build juniper code once, then changed IpAddressTO, and then did compile, maven won't detect that JuniperSrxResource should be rebuilt. Maven's just cool like that.
Darren On Thu, Sep 19, 2013 at 1:42 AM, Daan Hoogland <[email protected]>wrote: > Sorry, it was mee, > > Don't know how I missed it as I did do the nonoss build. Probably had > some build leftovers on my system. > Does someone know if there are configurations possible where juniper > works with something else then vlan? > > if so > if (ip.getBroadcastUri() != null && > !ip.getBroadcastUri().equals("untagged")) { > try { > publicVlanTag = Long.parseLong(ip.getBroadcastUri()); > } catch (Exception e) { > throw new ExecutionException("Could not parse public VLAN tag: " + > ip.getBroadcastUri()); > } > } > is going to fail. > > > > On Thu, Sep 19, 2013 at 1:41 AM, Kelven Yang <[email protected]> > wrote: > > Thanks Alena. > > > > Kelven > > > > On 9/18/13 4:38 PM, "Alena Prokharchyk" <[email protected]> > > wrote: > > > >> Thank you Darren, just fixed with > >>3ab8d8d8f20c453fdc684f177a612922eae5f415 > >> > >>-Alena. > >> > >>From: Darren Shepherd > >><[email protected]<mailto:[email protected]>> > >>Reply-To: "[email protected]<mailto:[email protected]>" > >><[email protected]<mailto:[email protected]>> > >>Date: Wednesday, September 18, 2013 4:29 PM > >>To: "[email protected]<mailto:[email protected]>" > >><[email protected]<mailto:[email protected]>> > >>Cc: "[email protected]<mailto:[email protected]>" > >><[email protected]<mailto:[email protected]>> > >>Subject: Re: Master nonoss is broken? > >> > >>It was the below that broke it. The Juniper code was not updated to > >>reflect the refactor from vlanId to broadcastUri > >> > >>commit 2614b00c513734ce6b1c29e572fbd7a37d4059fc > >>Author: Daan Hoogland > >><[email protected]<mailto:[email protected]>> > >>Date: Thu Aug 1 16:25:27 2013 +0200 > >> > >> sdn hosted vpc gateways (using lswitch) > >> > >> > >> > >>On Wed, Sep 18, 2013 at 4:19 PM, Alena Prokharchyk < > >>[email protected]<mailto:[email protected]>> > wrote: > >> > >>Looking > >> > >>From: Kelven Yang > >><[email protected]<mailto:[email protected]><mailto: > kelven.yang@ > >>citrix.com>> > >>Reply-To: > >>"[email protected]<mailto:[email protected]><mailto: > dev@cl > >>oudstack.apache.org>" < > >>[email protected]<mailto:[email protected]><mailto: > dev@clo > >>udstack.apache.org>> > >>Date: Wednesday, September 18, 2013 4:14 PM > >>To: > >>"[email protected]<mailto:[email protected]><mailto: > dev@cl > >>oudstack.apache.org>" < > >>[email protected]<mailto:[email protected]><mailto: > dev@clo > >>udstack.apache.org>> > >>Subject: Master nonoss is broken? > >> > >>In JuniperSrxResource.java, someone to look at it? > >> > >>Kelven > >> > >> > >> > > >
