Re: new report

2011-11-28 Thread Stephen Connolly
Looks good

On 27 November 2011 12:32, Simone Tripodi  wrote:
> Hi again Mark,
> here is the new generated report[1] including Leiningen and SBT,
> please let me know if there are more that have to be included!
> Have a nice day, all the best!
> Simo
>
> [1] http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> On Sun, Nov 27, 2011 at 12:43 PM, Simone Tripodi
>  wrote:
>> Thanks a lot Mark!
>> so sorry but I didn't even know the existence of these tools :( I'm
>> going to quickly deprecate myself :)
>> Going to update the generation right now, I'll deploy a new report and
>> keep you updated!
>> Have a nice day,
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>>
>>
>> On Sun, Nov 27, 2011 at 11:23 AM, Mark Derricutt  wrote:
>>> Doh - was on my way out earlier.  Should have mentioned it in the post!
>>>
>>> Leiningen:  [groupId/artifactId "version"]
>>>
>>> If the groupId/artifactId are the same, you can just use [artifactId
>>> "version"]
>>>
>>> https://github.com/technomancy/leiningen
>>> http://clojars.org/swank-clojure <- an example from the clojars repo
>>>
>>> SBT:
>>>
>>> libraryDependencies += "groupId" %% "artifactId" % "version"
>>>
>>>
>>> Taken from https://github.com/harrah/xsbt/wiki/Quick-Configuration-Examples
>>>
>>>
>>>
>>>
>>> --
>>> "Great artists are extremely selfish and arrogant things" — Steven Wilson,
>>> Porcupine Tree
>>>
>>>
>>> On Sun, Nov 27, 2011 at 11:06 PM, Simone Tripodi
>>> wrote:
>>>
>>>> Hi Mark!
>>>> sure, no problem! can you point me please to the documentation where I
>>>> can find the dependency pattern for those build systems?
>>>> Many thanks in advance!
>>>> Simo
>>>>
>>>> http://people.apache.org/~simonetripodi/
>>>> http://simonetripodi.livejournal.com/
>>>> http://twitter.com/simonetripodi
>>>> http://www.99soft.org/
>>>>
>>>>
>>>>
>>>> On Sun, Nov 27, 2011 at 7:32 AM, Mark Derricutt  wrote:
>>>> > +1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
>>>> > mentioned as well to complete the set.
>>>> >
>>>> > Mark
>>>> >
>>>> > --
>>>> > "Great artists are extremely selfish and arrogant things" — Steven
>>>> Wilson,
>>>> > Porcupine Tree
>>>> >
>>>> >
>>>> > On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi <
>>>> simonetrip...@apache.org>wrote:
>>>> >
>>>> >> Hi all guys,
>>>> >> I found few minutes to work on a simple idea [1] to create a new
>>>> >> module report, you can find a preview on my personal ASF space[2],
>>>> >> WDYT?
>>>> >> Many thanks in advance, all the best!
>>>> >> Simo
>>>> >>
>>>> >> [1] http://jira.codehaus.org/browse/MPIR-236
>>>> >> [2]
>>>> >>
>>>> http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
>>>> >>
>>>> >>
>>>> >> http://people.apache.org/~simonetripodi/
>>>> >> http://simonetripodi.livejournal.com/
>>>> >> http://twitter.com/simonetripodi
>>>> >> http://www.99soft.org/
>>>> >>
>>>> >> -
>>>> >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>>> >> For additional commands, e-mail: dev-h...@maven.apache.org
>>>> >>
>>>> >>
>>>> >
>>>>
>>>> -
>>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>>
>>>>
>>>
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: new report

2011-11-27 Thread Simone Tripodi
Hi again Mark,
here is the new generated report[1] including Leiningen and SBT,
please let me know if there are more that have to be included!
Have a nice day, all the best!
Simo

[1] http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sun, Nov 27, 2011 at 12:43 PM, Simone Tripodi
 wrote:
> Thanks a lot Mark!
> so sorry but I didn't even know the existence of these tools :( I'm
> going to quickly deprecate myself :)
> Going to update the generation right now, I'll deploy a new report and
> keep you updated!
> Have a nice day,
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> On Sun, Nov 27, 2011 at 11:23 AM, Mark Derricutt  wrote:
>> Doh - was on my way out earlier.  Should have mentioned it in the post!
>>
>> Leiningen:  [groupId/artifactId "version"]
>>
>> If the groupId/artifactId are the same, you can just use [artifactId
>> "version"]
>>
>> https://github.com/technomancy/leiningen
>> http://clojars.org/swank-clojure <- an example from the clojars repo
>>
>> SBT:
>>
>> libraryDependencies += "groupId" %% "artifactId" % "version"
>>
>>
>> Taken from https://github.com/harrah/xsbt/wiki/Quick-Configuration-Examples
>>
>>
>>
>>
>> --
>> "Great artists are extremely selfish and arrogant things" — Steven Wilson,
>> Porcupine Tree
>>
>>
>> On Sun, Nov 27, 2011 at 11:06 PM, Simone Tripodi
>> wrote:
>>
>>> Hi Mark!
>>> sure, no problem! can you point me please to the documentation where I
>>> can find the dependency pattern for those build systems?
>>> Many thanks in advance!
>>> Simo
>>>
>>> http://people.apache.org/~simonetripodi/
>>> http://simonetripodi.livejournal.com/
>>> http://twitter.com/simonetripodi
>>> http://www.99soft.org/
>>>
>>>
>>>
>>> On Sun, Nov 27, 2011 at 7:32 AM, Mark Derricutt  wrote:
>>> > +1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
>>> > mentioned as well to complete the set.
>>> >
>>> > Mark
>>> >
>>> > --
>>> > "Great artists are extremely selfish and arrogant things" — Steven
>>> Wilson,
>>> > Porcupine Tree
>>> >
>>> >
>>> > On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi <
>>> simonetrip...@apache.org>wrote:
>>> >
>>> >> Hi all guys,
>>> >> I found few minutes to work on a simple idea [1] to create a new
>>> >> module report, you can find a preview on my personal ASF space[2],
>>> >> WDYT?
>>> >> Many thanks in advance, all the best!
>>> >> Simo
>>> >>
>>> >> [1] http://jira.codehaus.org/browse/MPIR-236
>>> >> [2]
>>> >>
>>> http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
>>> >>
>>> >>
>>> >> http://people.apache.org/~simonetripodi/
>>> >> http://simonetripodi.livejournal.com/
>>> >> http://twitter.com/simonetripodi
>>> >> http://www.99soft.org/
>>> >>
>>> >> -
>>> >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> >> For additional commands, e-mail: dev-h...@maven.apache.org
>>> >>
>>> >>
>>> >
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>>> For additional commands, e-mail: dev-h...@maven.apache.org
>>>
>>>
>>
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: new report

2011-11-27 Thread Simone Tripodi
Thanks a lot Mark!
so sorry but I didn't even know the existence of these tools :( I'm
going to quickly deprecate myself :)
Going to update the generation right now, I'll deploy a new report and
keep you updated!
Have a nice day,
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sun, Nov 27, 2011 at 11:23 AM, Mark Derricutt  wrote:
> Doh - was on my way out earlier.  Should have mentioned it in the post!
>
> Leiningen:  [groupId/artifactId "version"]
>
> If the groupId/artifactId are the same, you can just use [artifactId
> "version"]
>
> https://github.com/technomancy/leiningen
> http://clojars.org/swank-clojure <- an example from the clojars repo
>
> SBT:
>
> libraryDependencies += "groupId" %% "artifactId" % "version"
>
>
> Taken from https://github.com/harrah/xsbt/wiki/Quick-Configuration-Examples
>
>
>
>
> --
> "Great artists are extremely selfish and arrogant things" — Steven Wilson,
> Porcupine Tree
>
>
> On Sun, Nov 27, 2011 at 11:06 PM, Simone Tripodi
> wrote:
>
>> Hi Mark!
>> sure, no problem! can you point me please to the documentation where I
>> can find the dependency pattern for those build systems?
>> Many thanks in advance!
>> Simo
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>>
>>
>> On Sun, Nov 27, 2011 at 7:32 AM, Mark Derricutt  wrote:
>> > +1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
>> > mentioned as well to complete the set.
>> >
>> > Mark
>> >
>> > --
>> > "Great artists are extremely selfish and arrogant things" — Steven
>> Wilson,
>> > Porcupine Tree
>> >
>> >
>> > On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi <
>> simonetrip...@apache.org>wrote:
>> >
>> >> Hi all guys,
>> >> I found few minutes to work on a simple idea [1] to create a new
>> >> module report, you can find a preview on my personal ASF space[2],
>> >> WDYT?
>> >> Many thanks in advance, all the best!
>> >> Simo
>> >>
>> >> [1] http://jira.codehaus.org/browse/MPIR-236
>> >> [2]
>> >>
>> http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
>> >>
>> >>
>> >> http://people.apache.org/~simonetripodi/
>> >> http://simonetripodi.livejournal.com/
>> >> http://twitter.com/simonetripodi
>> >> http://www.99soft.org/
>> >>
>> >> -
>> >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> >> For additional commands, e-mail: dev-h...@maven.apache.org
>> >>
>> >>
>> >
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: new report

2011-11-27 Thread Mark Derricutt
Doh - was on my way out earlier.  Should have mentioned it in the post!

Leiningen:  [groupId/artifactId "version"]

If the groupId/artifactId are the same, you can just use [artifactId
"version"]

https://github.com/technomancy/leiningen
http://clojars.org/swank-clojure <- an example from the clojars repo

SBT:

libraryDependencies += "groupId" %% "artifactId" % "version"


Taken from https://github.com/harrah/xsbt/wiki/Quick-Configuration-Examples




-- 
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree


On Sun, Nov 27, 2011 at 11:06 PM, Simone Tripodi
wrote:

> Hi Mark!
> sure, no problem! can you point me please to the documentation where I
> can find the dependency pattern for those build systems?
> Many thanks in advance!
> Simo
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
>
>
> On Sun, Nov 27, 2011 at 7:32 AM, Mark Derricutt  wrote:
> > +1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
> > mentioned as well to complete the set.
> >
> > Mark
> >
> > --
> > "Great artists are extremely selfish and arrogant things" — Steven
> Wilson,
> > Porcupine Tree
> >
> >
> > On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi <
> simonetrip...@apache.org>wrote:
> >
> >> Hi all guys,
> >> I found few minutes to work on a simple idea [1] to create a new
> >> module report, you can find a preview on my personal ASF space[2],
> >> WDYT?
> >> Many thanks in advance, all the best!
> >> Simo
> >>
> >> [1] http://jira.codehaus.org/browse/MPIR-236
> >> [2]
> >>
> http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
> >>
> >>
> >> http://people.apache.org/~simonetripodi/
> >> http://simonetripodi.livejournal.com/
> >> http://twitter.com/simonetripodi
> >> http://www.99soft.org/
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> >> For additional commands, e-mail: dev-h...@maven.apache.org
> >>
> >>
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: new report

2011-11-27 Thread Simone Tripodi
Hi Mark!
sure, no problem! can you point me please to the documentation where I
can find the dependency pattern for those build systems?
Many thanks in advance!
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/



On Sun, Nov 27, 2011 at 7:32 AM, Mark Derricutt  wrote:
> +1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
> mentioned as well to complete the set.
>
> Mark
>
> --
> "Great artists are extremely selfish and arrogant things" — Steven Wilson,
> Porcupine Tree
>
>
> On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi 
> wrote:
>
>> Hi all guys,
>> I found few minutes to work on a simple idea [1] to create a new
>> module report, you can find a preview on my personal ASF space[2],
>> WDYT?
>> Many thanks in advance, all the best!
>> Simo
>>
>> [1] http://jira.codehaus.org/browse/MPIR-236
>> [2]
>> http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
>>
>>
>> http://people.apache.org/~simonetripodi/
>> http://simonetripodi.livejournal.com/
>> http://twitter.com/simonetripodi
>> http://www.99soft.org/
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
>> For additional commands, e-mail: dev-h...@maven.apache.org
>>
>>
>

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: new report

2011-11-26 Thread Mark Derricutt
+1 nice.   Would be good to see Leiningen ( clojure ) and sbt ( scala )
mentioned as well to complete the set.

Mark

-- 
"Great artists are extremely selfish and arrogant things" — Steven Wilson,
Porcupine Tree


On Sun, Nov 27, 2011 at 6:33 AM, Simone Tripodi wrote:

> Hi all guys,
> I found few minutes to work on a simple idea [1] to create a new
> module report, you can find a preview on my personal ASF space[2],
> WDYT?
> Many thanks in advance, all the best!
> Simo
>
> [1] http://jira.codehaus.org/browse/MPIR-236
> [2]
> http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html
>
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


new report

2011-11-26 Thread Simone Tripodi
Hi all guys,
I found few minutes to work on a simple idea [1] to create a new
module report, you can find a preview on my personal ASF space[2],
WDYT?
Many thanks in advance, all the best!
Simo

[1] http://jira.codehaus.org/browse/MPIR-236
[2] http://people.apache.org/~simonetripodi/minimal-pom/dependency-info.html


http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org