Re: cocoon-parent pom breaking build

2012-01-06 Thread Francesco Chicchiriccò
On 06/01/2012 11:41, Robby Pelssers wrote:

 Hi guys,

  

 I think the cocoon-parent pom is causing issues.  But as I am using
 maven3 it might be wise that I don't touch that file as it might break
 with others still using maven 2.

  

 Can someone using maven 2 take a look if he finds errors in that pom?


Robby, the build is broken by cocoon-sample, because rat plugin finds
too many approved licenses, i.e. there are new files without the
needed ASL header.

Look at https://builds.apache.org/job/Cocoon-trunk/135/console (towards
the end) for details.


Regards.

-- 
Francesco Chicchiriccò

Apache Cocoon Committer and PMC Member
http://people.apache.org/~ilgrosso/



RE: cocoon-parent pom breaking build

2012-01-06 Thread Robby Pelssers
Ok. So you're saying every single file needs the ASL header?  Or do we have a 
list of which files should have that header?

Curious to find out if that plugin is able to handle different filetypes 
correct as I will need to use different types of commenting for java, css, xml 
etc.

Robby

From: Francesco Chicchiriccò [mailto:ilgro...@apache.org]
Sent: Friday, January 06, 2012 11:52 AM
To: dev@cocoon.apache.org
Subject: Re: cocoon-parent pom breaking build

On 06/01/2012 11:41, Robby Pelssers wrote:
Hi guys,

I think the cocoon-parent pom is causing issues.  But as I am using maven3 it 
might be wise that I don't touch that file as it might break with others still 
using maven 2.

Can someone using maven 2 take a look if he finds errors in that pom?

Robby, the build is broken by cocoon-sample, because rat plugin finds too many 
approved licenses, i.e. there are new files without the needed ASL header.

Look at https://builds.apache.org/job/Cocoon-trunk/135/console (towards the 
end) for details.


Regards.


--

Francesco Chicchiriccò



Apache Cocoon Committer and PMC Member

http://people.apache.org/~ilgrosso/


RE: cocoon-parent pom breaking build

2012-01-06 Thread Robby Pelssers
I only added the style.css without a license. That is fixed now.

Sorry for the inconvenience people.  Was not fully aware of this.

Robby

From: Robby Pelssers [mailto:robby.pelss...@nxp.com]
Sent: Friday, January 06, 2012 11:56 AM
To: dev@cocoon.apache.org
Subject: RE: cocoon-parent pom breaking build

Ok. So you're saying every single file needs the ASL header?  Or do we have a 
list of which files should have that header?

Curious to find out if that plugin is able to handle different filetypes 
correct as I will need to use different types of commenting for java, css, xml 
etc.

Robby

From: Francesco Chicchiriccò [mailto:ilgro...@apache.org]
Sent: Friday, January 06, 2012 11:52 AM
To: dev@cocoon.apache.org
Subject: Re: cocoon-parent pom breaking build

On 06/01/2012 11:41, Robby Pelssers wrote:
Hi guys,

I think the cocoon-parent pom is causing issues.  But as I am using maven3 it 
might be wise that I don't touch that file as it might break with others still 
using maven 2.

Can someone using maven 2 take a look if he finds errors in that pom?

Robby, the build is broken by cocoon-sample, because rat plugin finds too many 
approved licenses, i.e. there are new files without the needed ASL header.

Look at https://builds.apache.org/job/Cocoon-trunk/135/console (towards the 
end) for details.

Regards.

--

Francesco Chicchiriccò



Apache Cocoon Committer and PMC Member

http://people.apache.org/~ilgrosso/


Re: cocoon-parent pom breaking build

2012-01-06 Thread Jasha Joachimsthal
On 6 January 2012 11:55, Robby Pelssers robby.pelss...@nxp.com wrote:

 Ok. So you’re saying every single file needs the ASL header?  Or do we
 have a list of which files should have that header?


In general each source code and configuration file should have the correct
license header.
The command jenkins performs is:
 mvn clean install -B -U -e -fae -V -T3 -P it -P archetypes


 

 ** **

 Curious to find out if that plugin is able to handle different filetypes
 correct as I will need to use different types of commenting for java, css,
 xml etc.


Eclipse has a license plugin and IntelliJ offers similar functionality to
automagically add licenses in new files (or update files that don't have
the proper license).


 

 ** **

 Robby

 ** **

 *From:* Francesco Chicchiriccò [mailto:ilgro...@apache.org]
 *Sent:* Friday, January 06, 2012 11:52 AM
 *To:* dev@cocoon.apache.org
 *Subject:* Re: cocoon-parent pom breaking build

 ** **

 On 06/01/2012 11:41, Robby Pelssers wrote: 

 Hi guys,

  

 I think the cocoon-parent pom is causing issues.  But as I am using maven3
 it might be wise that I don’t touch that file as it might break with others
 still using maven 2.

  

 Can someone using maven 2 take a look if he finds errors in that pom?


 Robby, the build is broken by cocoon-sample, because rat plugin finds too
 many approved licenses, i.e. there are new files without the needed ASL
 header.

 Look at https://builds.apache.org/job/Cocoon-trunk/135/console (towards
 the end) for details. 



 

 Regards.

 

 -- 

 Francesco Chicchiriccò

 ** **

 Apache Cocoon Committer and PMC Member

 http://people.apache.org/~ilgrosso/




Re: cocoon-parent pom breaking build

2012-01-06 Thread Jasha Joachimsthal
Remember we don't make mistakes, we have happy little accidents (Bob Ross)
;)
Something to read http://www.apache.org/legal/src-headers.html

On 6 January 2012 11:59, Robby Pelssers robby.pelss...@nxp.com wrote:

 I only added the style.css without a license. That is fixed now.  

 ** **

 Sorry for the inconvenience people.  Was not fully aware of this.

 ** **

 Robby

 ** **

 *From:* Robby Pelssers [mailto:robby.pelss...@nxp.com]
 *Sent:* Friday, January 06, 2012 11:56 AM
 *To:* dev@cocoon.apache.org
 *Subject:* RE: cocoon-parent pom breaking build

 ** **

 Ok. So you’re saying every single file needs the ASL header?  Or do we
 have a list of which files should have that header?

 ** **

 Curious to find out if that plugin is able to handle different filetypes
 correct as I will need to use different types of commenting for java, css,
 xml etc.

 ** **

 Robby

 ** **

 *From:* Francesco Chicchiriccò [mailto:ilgro...@apache.org]
 *Sent:* Friday, January 06, 2012 11:52 AM
 *To:* dev@cocoon.apache.org
 *Subject:* Re: cocoon-parent pom breaking build

 ** **

 On 06/01/2012 11:41, Robby Pelssers wrote: 

 Hi guys,

  

 I think the cocoon-parent pom is causing issues.  But as I am using maven3
 it might be wise that I don’t touch that file as it might break with others
 still using maven 2.

  

 Can someone using maven 2 take a look if he finds errors in that pom?


 Robby, the build is broken by cocoon-sample, because rat plugin finds too
 many approved licenses, i.e. there are new files without the needed ASL
 header.

 Look at https://builds.apache.org/job/Cocoon-trunk/135/console (towards
 the end) for details. 

 ** **

 Regards.

 -- 

 Francesco Chicchiriccò

 ** **

 Apache Cocoon Committer and PMC Member

 http://people.apache.org/~ilgrosso/