You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by Tommaso Teofili <to...@gmail.com> on 2011/11/08 16:21:31 UTC

Help on CLEREZZA-646

Hi all,
there is a huge amount of files which lack the AL headers so I'd kindly ask
for some help in this "exciting" task :P
Can anyone please join in ?
Regards,
Tommaso

Re: Help on CLEREZZA-646

Posted by Hasan Hasan <ha...@trialox.org>.
Hi Tommaso

what is the status of this issue now?
do you still need help? I can help if needed
I tried mvn rat:rat and can't figure out what I can help here. Maybe I miss
something...?

cheers
hasan

On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
<to...@gmail.com>wrote:

> In the meantime I'm going to disable maven-rat-plugin from default
> execution to avoid useless CI fails.
> Tommaso
>
> 2011/11/8 Tommaso Teofili <to...@gmail.com>
>
> > Hi all,
> > there is a huge amount of files which lack the AL headers so I'd kindly
> > ask for some help in this "exciting" task :P
> > Can anyone please join in ?
> > Regards,
> > Tommaso
> >
>

Re: Help on CLEREZZA-646

Posted by Daniel Spicar <da...@trialox.org>.
I have seen that a binary assembly is already performed by the
tdb-launcher. I am currently copying this artifact to the parent's target
folder. But how do we want this to work? And where should the artifact end
up? Do we want to deploy it? I understood deploy to be for maven artifacts
only and zip files are not maven artifacts. I am not sure if the release
plugin correctly picks it up for signing etc. But testing this takes
awfully long so I'll know later.

Also, does anyone know what this in the parent.pom means exactly?

"<!-- apache plugin repositories are to be removed before relase -->" (line
1380)

On Wed, Nov 16, 2011 at 2:11 PM, Tommaso Teofili
<to...@gmail.com>wrote:

> Hi Daniel,
>
> for the release I think we're going to produce two artifacts:
> - the source package which contains all the sources of the modules we chose
> to release
> - a binary package which could be used to launch Clerezza (sources could
> not be included)
>
> The first artifact is already automatically generated when doing mvn
> release:prepare (use also the -DdryRun=true parameter to try it, see also
> [1]).
> We discussed what the binary artifact should contain and Reto proposed that
> it would just be the platform.launcher.tdb package with
> README/NOTICE/LICENSE and dependencies.
>
> So it'd be good that this second step is automated in the parent POM
> (using, for example, a separate Maven assembly descriptor) and this is what
> I meant in my previous email.
>
> Sorry if it sounded not clear, I hope I clarified a bit :)
> Tommaso
>
>
> [1] : http://maven.apache.org/plugins/maven-release-plugin/
> 2011/11/16 Daniel Spicar <da...@trialox.org>
>
> > Hi Thommaso,
> >
> > what do you mean with "We need now to add the platform.launcher.tdb jar
> as
> > the binary artifact for the release inside the parent pom"? I have time
> to
> > help but I'm not sure what it means?
> >
> > Regards,
> > Daniel
> >
> > On Mon, Nov 14, 2011 at 1:04 PM, Tommaso Teofili
> > <to...@gmail.com>wrote:
> >
> > > Hi guys,
> > > I think so, everything seems ok with regards to RAT checks.
> > > We need now to add the platform.launcher.tdb jar as the binary artifact
> > for
> > > the release inside the parent pom; if you have time to do that it'd be
> > > super.
> > > Then (I think) we are ready to create a new RC and call for a vote.
> > > Tommaso
> > >
> > > 2011/11/14 Hasan Hasan <ha...@trialox.org>
> > >
> > > > ah ok thanks reto
> > > > miss your email. so everything is settled?
> > > >
> > > > cheers
> > > > hasan
> > > >
> > > > On Mon, Nov 14, 2011 at 10:35 AM, Reto Bachmann-Gmür <
> reto@apache.org
> > > > >wrote:
> > > >
> > > > > I think I've now added all the required headers or exclusions
> > > directives,
> > > > > mvn -Prat clean install now succeeds.
> > > > >
> > > > > Reto
> > > > >
> > > > > On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
> > > > > <to...@gmail.com>wrote:
> > > > >
> > > > > > In the meantime I'm going to disable maven-rat-plugin from
> default
> > > > > > execution to avoid useless CI fails.
> > > > > > Tommaso
> > > > > >
> > > > > > 2011/11/8 Tommaso Teofili <to...@gmail.com>
> > > > > >
> > > > > > > Hi all,
> > > > > > > there is a huge amount of files which lack the AL headers so
> I'd
> > > > kindly
> > > > > > > ask for some help in this "exciting" task :P
> > > > > > > Can anyone please join in ?
> > > > > > > Regards,
> > > > > > > Tommaso
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Help on CLEREZZA-646

Posted by Tommaso Teofili <to...@gmail.com>.
Hi Daniel,

for the release I think we're going to produce two artifacts:
- the source package which contains all the sources of the modules we chose
to release
- a binary package which could be used to launch Clerezza (sources could
not be included)

The first artifact is already automatically generated when doing mvn
release:prepare (use also the -DdryRun=true parameter to try it, see also
[1]).
We discussed what the binary artifact should contain and Reto proposed that
it would just be the platform.launcher.tdb package with
README/NOTICE/LICENSE and dependencies.

So it'd be good that this second step is automated in the parent POM
(using, for example, a separate Maven assembly descriptor) and this is what
I meant in my previous email.

Sorry if it sounded not clear, I hope I clarified a bit :)
Tommaso


[1] : http://maven.apache.org/plugins/maven-release-plugin/
2011/11/16 Daniel Spicar <da...@trialox.org>

> Hi Thommaso,
>
> what do you mean with "We need now to add the platform.launcher.tdb jar as
> the binary artifact for the release inside the parent pom"? I have time to
> help but I'm not sure what it means?
>
> Regards,
> Daniel
>
> On Mon, Nov 14, 2011 at 1:04 PM, Tommaso Teofili
> <to...@gmail.com>wrote:
>
> > Hi guys,
> > I think so, everything seems ok with regards to RAT checks.
> > We need now to add the platform.launcher.tdb jar as the binary artifact
> for
> > the release inside the parent pom; if you have time to do that it'd be
> > super.
> > Then (I think) we are ready to create a new RC and call for a vote.
> > Tommaso
> >
> > 2011/11/14 Hasan Hasan <ha...@trialox.org>
> >
> > > ah ok thanks reto
> > > miss your email. so everything is settled?
> > >
> > > cheers
> > > hasan
> > >
> > > On Mon, Nov 14, 2011 at 10:35 AM, Reto Bachmann-Gmür <reto@apache.org
> > > >wrote:
> > >
> > > > I think I've now added all the required headers or exclusions
> > directives,
> > > > mvn -Prat clean install now succeeds.
> > > >
> > > > Reto
> > > >
> > > > On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
> > > > <to...@gmail.com>wrote:
> > > >
> > > > > In the meantime I'm going to disable maven-rat-plugin from default
> > > > > execution to avoid useless CI fails.
> > > > > Tommaso
> > > > >
> > > > > 2011/11/8 Tommaso Teofili <to...@gmail.com>
> > > > >
> > > > > > Hi all,
> > > > > > there is a huge amount of files which lack the AL headers so I'd
> > > kindly
> > > > > > ask for some help in this "exciting" task :P
> > > > > > Can anyone please join in ?
> > > > > > Regards,
> > > > > > Tommaso
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: Help on CLEREZZA-646

Posted by Daniel Spicar <da...@trialox.org>.
Hi Thommaso,

what do you mean with "We need now to add the platform.launcher.tdb jar as
the binary artifact for the release inside the parent pom"? I have time to
help but I'm not sure what it means?

Regards,
Daniel

On Mon, Nov 14, 2011 at 1:04 PM, Tommaso Teofili
<to...@gmail.com>wrote:

> Hi guys,
> I think so, everything seems ok with regards to RAT checks.
> We need now to add the platform.launcher.tdb jar as the binary artifact for
> the release inside the parent pom; if you have time to do that it'd be
> super.
> Then (I think) we are ready to create a new RC and call for a vote.
> Tommaso
>
> 2011/11/14 Hasan Hasan <ha...@trialox.org>
>
> > ah ok thanks reto
> > miss your email. so everything is settled?
> >
> > cheers
> > hasan
> >
> > On Mon, Nov 14, 2011 at 10:35 AM, Reto Bachmann-Gmür <reto@apache.org
> > >wrote:
> >
> > > I think I've now added all the required headers or exclusions
> directives,
> > > mvn -Prat clean install now succeeds.
> > >
> > > Reto
> > >
> > > On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
> > > <to...@gmail.com>wrote:
> > >
> > > > In the meantime I'm going to disable maven-rat-plugin from default
> > > > execution to avoid useless CI fails.
> > > > Tommaso
> > > >
> > > > 2011/11/8 Tommaso Teofili <to...@gmail.com>
> > > >
> > > > > Hi all,
> > > > > there is a huge amount of files which lack the AL headers so I'd
> > kindly
> > > > > ask for some help in this "exciting" task :P
> > > > > Can anyone please join in ?
> > > > > Regards,
> > > > > Tommaso
> > > > >
> > > >
> > >
> >
>

Re: Help on CLEREZZA-646

Posted by Tommaso Teofili <to...@gmail.com>.
Hi guys,
I think so, everything seems ok with regards to RAT checks.
We need now to add the platform.launcher.tdb jar as the binary artifact for
the release inside the parent pom; if you have time to do that it'd be
super.
Then (I think) we are ready to create a new RC and call for a vote.
Tommaso

2011/11/14 Hasan Hasan <ha...@trialox.org>

> ah ok thanks reto
> miss your email. so everything is settled?
>
> cheers
> hasan
>
> On Mon, Nov 14, 2011 at 10:35 AM, Reto Bachmann-Gmür <reto@apache.org
> >wrote:
>
> > I think I've now added all the required headers or exclusions directives,
> > mvn -Prat clean install now succeeds.
> >
> > Reto
> >
> > On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
> > <to...@gmail.com>wrote:
> >
> > > In the meantime I'm going to disable maven-rat-plugin from default
> > > execution to avoid useless CI fails.
> > > Tommaso
> > >
> > > 2011/11/8 Tommaso Teofili <to...@gmail.com>
> > >
> > > > Hi all,
> > > > there is a huge amount of files which lack the AL headers so I'd
> kindly
> > > > ask for some help in this "exciting" task :P
> > > > Can anyone please join in ?
> > > > Regards,
> > > > Tommaso
> > > >
> > >
> >
>

Re: Help on CLEREZZA-646

Posted by Hasan Hasan <ha...@trialox.org>.
ah ok thanks reto
miss your email. so everything is settled?

cheers
hasan

On Mon, Nov 14, 2011 at 10:35 AM, Reto Bachmann-Gmür <re...@apache.org>wrote:

> I think I've now added all the required headers or exclusions directives,
> mvn -Prat clean install now succeeds.
>
> Reto
>
> On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
> <to...@gmail.com>wrote:
>
> > In the meantime I'm going to disable maven-rat-plugin from default
> > execution to avoid useless CI fails.
> > Tommaso
> >
> > 2011/11/8 Tommaso Teofili <to...@gmail.com>
> >
> > > Hi all,
> > > there is a huge amount of files which lack the AL headers so I'd kindly
> > > ask for some help in this "exciting" task :P
> > > Can anyone please join in ?
> > > Regards,
> > > Tommaso
> > >
> >
>

Re: Help on CLEREZZA-646

Posted by Reto Bachmann-Gmür <re...@apache.org>.
I think I've now added all the required headers or exclusions directives,
mvn -Prat clean install now succeeds.

Reto

On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
<to...@gmail.com>wrote:

> In the meantime I'm going to disable maven-rat-plugin from default
> execution to avoid useless CI fails.
> Tommaso
>
> 2011/11/8 Tommaso Teofili <to...@gmail.com>
>
> > Hi all,
> > there is a huge amount of files which lack the AL headers so I'd kindly
> > ask for some help in this "exciting" task :P
> > Can anyone please join in ?
> > Regards,
> > Tommaso
> >
>

Re: Help on CLEREZZA-646

Posted by Daniel Spicar <ds...@apache.org>.
I can help with this task. Anything to watch out for? I'll just run RAT and
start adding headers.

Regards,
Daniel

On Wed, Nov 9, 2011 at 9:35 AM, Tommaso Teofili
<to...@gmail.com>wrote:

> In the meantime I'm going to disable maven-rat-plugin from default
> execution to avoid useless CI fails.
> Tommaso
>
> 2011/11/8 Tommaso Teofili <to...@gmail.com>
>
> > Hi all,
> > there is a huge amount of files which lack the AL headers so I'd kindly
> > ask for some help in this "exciting" task :P
> > Can anyone please join in ?
> > Regards,
> > Tommaso
> >
>

Re: Help on CLEREZZA-646

Posted by Tommaso Teofili <to...@gmail.com>.
In the meantime I'm going to disable maven-rat-plugin from default
execution to avoid useless CI fails.
Tommaso

2011/11/8 Tommaso Teofili <to...@gmail.com>

> Hi all,
> there is a huge amount of files which lack the AL headers so I'd kindly
> ask for some help in this "exciting" task :P
> Can anyone please join in ?
> Regards,
> Tommaso
>