I see what is happening... When I build using the provided command at root, the first attempt fails with some permission denied error. Then when I retry it is left in the streaming directory because the && cd .. didn't get executed due to the failure. So, the rat execution was happening from metron-streaming.
Need to figure out the permission denied error and it should work. On Tue, Mar 29, 2016 at 8:49 AM, larry mccay <[email protected]> wrote: > bash-3.2$ mvn --version > Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; > 2014-02-14T12:37:52-05:00) > Maven home: /Users/larry/Projects/apache-maven-3.2.1 > Java version: 1.8.0_51, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.9.5", arch: "x86_64", family: "mac" > > On Tue, Mar 29, 2016 at 8:47 AM, Casey Stella <[email protected]> wrote: > >> Which version of maven and what OS are you using, Larry? >> On Tue, Mar 29, 2016 at 08:39 larry mccay <[email protected]> wrote: >> >> > via mvn apache-rat:check && cd metron-streaming && mvn clean >> > integration-test && cd .. command from the top of the project. >> > >> > On Tue, Mar 29, 2016 at 8:36 AM, Casey Stella <[email protected]> >> wrote: >> > >> > > Are you running rat directly or via mvn from the metron_streaming >> > project? >> > > On Tue, Mar 29, 2016 at 08:33 larry mccay <[email protected]> wrote: >> > > >> > > > I realize that I am late to this party but I tried to build rc5 from >> > > source >> > > > and am running into rat failures for the following files: >> > > > >> > > > >> > > > >> > > >> > >> /Users/larry/Projects/incubator-metron/metron-streaming/Metron-DataLoads/src/test/resources/taxii-messages/message.discovery >> > > > >> > > > >> > > >> > >> /Users/larry/Projects/incubator-metron/metron-streaming/Metron-DataLoads/src/test/resources/taxii-messages/messages.poll >> > > > >> > > > The files do not have the required headers. >> > > > >> > > > It seems that others managed to build with the provided >> instructions. >> > > > Did you not encounter these errors for some reason? >> > > > >> > > > On Mon, Mar 28, 2016 at 9:19 PM, James Sirota < >> [email protected] >> > > >> > > > wrote: >> > > > >> > > > > The vote passes with 3 binding +1s, 3 non-binding +1s, and no –1s >> > > > > >> > > > > Thanks, >> > > > > James >> > > > > >> > > > >> > > >> > >> > >
