Re: Failed build from master

2018-04-11 Thread David Lotts
> I documented this in RYA-485

is this related to?  RYA-472 "Shaded jars not being produced"
Just ran across it, did not read it.
david.


Re: Failed build from master

2018-04-11 Thread Jorge Machado
I managed to figured it out but we have a bug there. 
On pom.xml from rya.mapreduce there is param missing on the maven-shade-plugin: 

 package
 
shade



Jorge Machado





> On 11 Apr 2018, at 11:16, Jorge Machado  wrote:
> 
> Hi Jeff again, 
> 
> so the build has finished but from the docs it should exist a 
> rya.mapreduce-*-SNAPSHOT-shaded.jar which I cannot found. 
> Any Tipps ? 
> 
> 
> Jorge Machado
> 
> 
> 
> 
>> On 10 Apr 2018, at 16:21, Jeff Dasch > > wrote:
>> 
>> Jorge,
>> 
>> Master looks to be ok right now.  There are a number of reasons why RAT
>> might complain.  Files generated by your IDE might be the culprit, or
>> builds using different combinations of profiles might also be the culprit.
>> You'd have to send out the rat.txt file to know for sure.
>> 
>> For a fix, the command "git clean -fdx" will be more thorough than "mvn
>> clean", but it might clobber something your IDE depends on.  The command
>> "mvn clean install -Drat.skip" is the more lightweight workaround.
>> 
>> -Jeff
>> 
>> On Tue, Apr 10, 2018 at 10:05 AM, Jorge Machado > > wrote:
>> 
>>> Hi Guys,
>>> 
>>> I was trying to compile Rya from master and I always get :
>>> 
>>> Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
>>> (check-licenses) on project rya.extras: Too many files with unapproved
>>> license: 6 See RAT report in: /Users/jorge/Documents/
>>> BigData/experiments/incubator-rya/extras/target/rat.txt
>>> 
>>> Is the repo broken on master ? I’m using the command: mvn clean install
>>> 
>>> Thanks
>>> 
>>> 
>>> Jorge Machado
>>> www.jmachado.me 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
> 



Re: Failed build from master

2018-04-10 Thread Jorge Machado
Thanks Jeff, seems to be building.

Jorge

> On 10 Apr 2018, at 16:21, Jeff Dasch  wrote:
> 
> Jorge,
> 
> Master looks to be ok right now.  There are a number of reasons why RAT
> might complain.  Files generated by your IDE might be the culprit, or
> builds using different combinations of profiles might also be the culprit.
> You'd have to send out the rat.txt file to know for sure.
> 
> For a fix, the command "git clean -fdx" will be more thorough than "mvn
> clean", but it might clobber something your IDE depends on.  The command
> "mvn clean install -Drat.skip" is the more lightweight workaround.
> 
> -Jeff
> 
> On Tue, Apr 10, 2018 at 10:05 AM, Jorge Machado  wrote:
> 
>> Hi Guys,
>> 
>> I was trying to compile Rya from master and I always get :
>> 
>> Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
>> (check-licenses) on project rya.extras: Too many files with unapproved
>> license: 6 See RAT report in: /Users/jorge/Documents/
>> BigData/experiments/incubator-rya/extras/target/rat.txt
>> 
>> Is the repo broken on master ? I’m using the command: mvn clean install
>> 
>> Thanks
>> 
>> 
>> Jorge Machado
>> www.jmachado.me
>> 
>> 
>> 
>> 
>> 
>> 



Re: Failed build from master

2018-04-10 Thread Jeff Dasch
Jorge,

Master looks to be ok right now.  There are a number of reasons why RAT
might complain.  Files generated by your IDE might be the culprit, or
builds using different combinations of profiles might also be the culprit.
You'd have to send out the rat.txt file to know for sure.

For a fix, the command "git clean -fdx" will be more thorough than "mvn
clean", but it might clobber something your IDE depends on.  The command
"mvn clean install -Drat.skip" is the more lightweight workaround.

-Jeff

On Tue, Apr 10, 2018 at 10:05 AM, Jorge Machado  wrote:

> Hi Guys,
>
> I was trying to compile Rya from master and I always get :
>
> Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check
> (check-licenses) on project rya.extras: Too many files with unapproved
> license: 6 See RAT report in: /Users/jorge/Documents/
> BigData/experiments/incubator-rya/extras/target/rat.txt
>
> Is the repo broken on master ? I’m using the command: mvn clean install
>
> Thanks
>
>
> Jorge Machado
> www.jmachado.me
>
>
>
>
>
>