Re: Shortening paths for core ITs

2008-09-21 Thread Mauro Talevi

Arnaud HERITIER wrote:

+1
Just a remark : sometime you replace integration-tests by "its" otherwise by
"it". Perhaps we could unify them .
For example you propose to rename core-integration-tests-support to
core-it-support and not to core-its-support.



+1


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Shortening paths for core ITs

2008-09-21 Thread Arnaud HERITIER
+1
Just a remark : sometime you replace integration-tests by "its" otherwise by
"it". Perhaps we could unify them .
For example you propose to rename core-integration-tests-support to
core-it-support and not to core-its-support.

Arnaud

On Mon, Sep 22, 2008 at 1:51 AM, Brett Porter <[EMAIL PROTECTED]> wrote:

> +1 to all
>
> I would prefer core-it-suite to core-its, but it's a small thing.
>
> I additionally think the src/main/resources/* paths could be reduced to
> just the issue number (mng-1234), without the description of the problem
> (the description can be retained in Java test class). It is the resource
> paths that tend to be longer overall and could afford some space saving.
>
> Let me add a huge thanks for taking this on!
>
> Cheers,
> Brett
>
>
> On 22/09/2008, at 4:11 AM, Benjamin Bentmann wrote:
>
>  Hi,
>>
>> motivated by a recent user's mail that a checkout of the core ITs failed,
>> I would like to suggest the following renames to make contributing a little
>> easier.
>>
>> More precisely, in core-integration-testing/trunk change
>>
>>  core-integration-tests
>>  -> core-its
>>
>>  core-integration-tests/src/main/java/**/integrationtests/*
>>  -> core-its/src/main/java/**/its/*
>>
>>  core-integration-tests-support
>>  -> core-it-support
>>
>>  core-integration-tests-support/core-integration-testing-plugins
>>  -> core-it-support/core-it-plugins
>>
>>  core-integration-tests-support/core-integration-testing-support
>>  -> core-it-support/core-it-support
>>
>>  core-integration-tests-support/core-integration-testing-wagon
>>  -> core-it-support/core-it-wagon
>>
>>  core-integration-tests-support/maven-integration-test-archetype
>>  -> core-it-support/maven-it-archetype
>>
>>  core-integration-tests-support/maven-integration-test-helper
>>  -> core-it-support/maven-it-helper
>>
>>  core-integration-tests-support/maven-integration-test-sample
>>  -> core-it-support/maven-it-sample
>>
>> i.e. basically replace "integration-test*" with "it".
>>
>> Since IT seems to be a common acronym among us, I believe the loss in
>> expressiveness is small. However, there would be a considerably reduction in
>> path length (29 chars for the archetype project).
>>
>> Of course, the artifactIds of the corresponding project should be aligned
>> to.
>>
>> Not sure how others feel, but IMHO Maven would benefit from some more
>> contributions, here is enough work lying around. Since those contributions
>> usually happen in people's free time, I consider it important to lower the
>> barrier for contributors to get in touch with the project.
>>
>> What do you think?
>>
>>
>> Benjamin
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> --
> Brett Porter
> [EMAIL PROTECTED]
> http://blogs.exist.com/bporter/
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
..
Arnaud HERITIER
..
OCTO Technology - aheritier AT octo DOT com
www.octo.com | blog.octo.com
..
ASF - aheritier AT apache DOT org
www.apache.org | maven.apache.org
...


Re: Shortening paths for core ITs

2008-09-21 Thread Brett Porter

+1 to all

I would prefer core-it-suite to core-its, but it's a small thing.

I additionally think the src/main/resources/* paths could be reduced  
to just the issue number (mng-1234), without the description of the  
problem (the description can be retained in Java test class). It is  
the resource paths that tend to be longer overall and could afford  
some space saving.


Let me add a huge thanks for taking this on!

Cheers,
Brett

On 22/09/2008, at 4:11 AM, Benjamin Bentmann wrote:


Hi,

motivated by a recent user's mail that a checkout of the core ITs  
failed, I would like to suggest the following renames to make  
contributing a little easier.


More precisely, in core-integration-testing/trunk change

 core-integration-tests
 -> core-its

 core-integration-tests/src/main/java/**/integrationtests/*
 -> core-its/src/main/java/**/its/*

 core-integration-tests-support
 -> core-it-support

 core-integration-tests-support/core-integration-testing-plugins
 -> core-it-support/core-it-plugins

 core-integration-tests-support/core-integration-testing-support
 -> core-it-support/core-it-support

 core-integration-tests-support/core-integration-testing-wagon
 -> core-it-support/core-it-wagon

 core-integration-tests-support/maven-integration-test-archetype
 -> core-it-support/maven-it-archetype

 core-integration-tests-support/maven-integration-test-helper
 -> core-it-support/maven-it-helper

 core-integration-tests-support/maven-integration-test-sample
 -> core-it-support/maven-it-sample

i.e. basically replace "integration-test*" with "it".

Since IT seems to be a common acronym among us, I believe the loss  
in expressiveness is small. However, there would be a considerably  
reduction in path length (29 chars for the archetype project).


Of course, the artifactIds of the corresponding project should be  
aligned to.


Not sure how others feel, but IMHO Maven would benefit from some  
more contributions, here is enough work lying around. Since those  
contributions usually happen in people's free time, I consider it  
important to lower the barrier for contributors to get in touch with  
the project.


What do you think?


Benjamin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Brett Porter
[EMAIL PROTECTED]
http://blogs.exist.com/bporter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: problems building maven

2008-09-21 Thread Benjamin Bentmann

emiddio-verizon wrote:

Reason: Cannot find parent: org.apache.maven:maven-parent for project: 


You will need to configure Maven to use the Apache snapshot repository:
http://maven.apache.org/guides/development/guide-testing-development-plugins.html

: The filename or extension is too long. 


You don't actually need the core-integration-testing if you only intend 
to build Maven. If you really want, you could just check out this module 
individually into a shorter path, e.g. "C:\maven\core-it" works.



Benjamin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Shortening paths for core ITs

2008-09-21 Thread Benjamin Bentmann

Hi,

motivated by a recent user's mail that a checkout of the core ITs 
failed, I would like to suggest the following renames to make 
contributing a little easier.


More precisely, in core-integration-testing/trunk change

  core-integration-tests
  -> core-its

  core-integration-tests/src/main/java/**/integrationtests/*
  -> core-its/src/main/java/**/its/*

  core-integration-tests-support
  -> core-it-support

  core-integration-tests-support/core-integration-testing-plugins
  -> core-it-support/core-it-plugins

  core-integration-tests-support/core-integration-testing-support
  -> core-it-support/core-it-support

  core-integration-tests-support/core-integration-testing-wagon
  -> core-it-support/core-it-wagon

  core-integration-tests-support/maven-integration-test-archetype
  -> core-it-support/maven-it-archetype

  core-integration-tests-support/maven-integration-test-helper
  -> core-it-support/maven-it-helper

  core-integration-tests-support/maven-integration-test-sample
  -> core-it-support/maven-it-sample

i.e. basically replace "integration-test*" with "it".

Since IT seems to be a common acronym among us, I believe the loss in 
expressiveness is small. However, there would be a considerably 
reduction in path length (29 chars for the archetype project).


Of course, the artifactIds of the corresponding project should be 
aligned to.


Not sure how others feel, but IMHO Maven would benefit from some more 
contributions, here is enough work lying around. Since those 
contributions usually happen in people's free time, I consider it 
important to lower the barrier for contributors to get in touch with the 
project.


What do you think?


Benjamin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



problems building maven

2008-09-21 Thread emiddio-verizon

re: http://maven.apache.org/guides/development/guide-building-m2.html


please help me get maven to build


i am using windows xp; i have maven 2.0.9 installed; i have successfully 
fully built apache axis2,

which uses maven and mercurial. i have ant1.7.0 installed;

the maven build instructions say to build maven 2.0 -- all you need is:
svn co 
https://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x 
maven-2.0.x


i have done this -- and it will not build; i am trying to build with 
maven -- not a bootstrap/ant build.


the error is:
C:\Sun\maven-2.0.x\maven-2.0.x>mvn install
[INFO] Scanning for projects...
[INFO] 


[ERROR] FATAL ERROR
[INFO] 


[INFO] Error building POM (may not be this project's POM).


Project ID: null:maven:pom:2.0.10-SNAPSHOT

Reason: Cannot find parent: org.apache.maven:maven-parent for project: 
null:maven:pom:2.0.10-SNAPSHOT for project null:maven:pom:2.0.10-SNAPSHOT

...


also -- i  have attempted to dnload/checkout via:

svn co https://svn.apache.org/repos/asf/maven/trunks maven

to the C:\maven directory; i get the checkout error:
svn: Can't create directory 
'C:\maven\trunks\core-integration-testing\core-integration-tests-support
\maven-integration-test-archetype\src\main\resources\archetype-resources\src\test\resources
\mng--descriptionOfProblem\checkstyle-assembly\src\main\resources\.svn\tmp\text-base'
: The filename or extension is too long.  


yet the html page says can checkout to windows if done to the root;












Re: [VOTE][RESULT] Release maven-plugins parent POM 12

2008-09-21 Thread Dennis Lundberg
This vote has passed with the following votes:

+1: Olivier Lamy, Brian E. Fox, Maria Odea Ching, Arnaud Heritier,
Vincent Siveton, Brett Porter, Dennis Lundberg

I'll continue with the release process.

Dennis Lundberg wrote:
> Hi
> 
> Here's another parent in need of a release.
> 
> Diff for the pom.xml:
> http://svn.eu.apache.org/viewvc/maven/plugins/trunk/pom.xml?r1=646036&r2=695450&diff_format=h
> 
> Diff for the site.xml:
> http://svn.eu.apache.org/viewvc/maven/plugins/trunk/src/site/site.xml?r1=630637&r2=689071&diff_format=h
> 
> I have deployed a new SNAPSHOT as maven-plugins 12-20080915.122743-9.
> 
> The vote will be open for 72 hours.
> 
> 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release maven-plugins parent POM 12

2008-09-21 Thread Dennis Lundberg
+1 from me

Dennis Lundberg wrote:
> Hi
> 
> Here's another parent in need of a release.
> 
> Diff for the pom.xml:
> http://svn.eu.apache.org/viewvc/maven/plugins/trunk/pom.xml?r1=646036&r2=695450&diff_format=h
> 
> Diff for the site.xml:
> http://svn.eu.apache.org/viewvc/maven/plugins/trunk/src/site/site.xml?r1=630637&r2=689071&diff_format=h
> 
> I have deployed a new SNAPSHOT as maven-plugins 12-20080915.122743-9.
> 
> The vote will be open for 72 hours.
> 
> 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release maven-plugins parent POM 12

2008-09-21 Thread Dennis Lundberg
Benjamin Bentmann wrote:
> Dennis Lundberg wrote:
> 
>> Sure, should we use 1.0-beta-4?
> 
> I guess we both meant alpha-4 ;-)

Right, I took the version number from the last vote thread, which said
beta. Thanks for fixing that.

> 
> 
> Benjamin
> 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE][RESULT] Release maven-shared-components parent POM 10

2008-09-21 Thread Dennis Lundberg
This vote has passed with the following votes:

+1: Olivier Lamy, Brett Porter, Dennis Lundberg

I'll continue with the release process.


Dennis Lundberg wrote:
> Hi
> 
> Now that maven-parent 9 is out, it's time to follow up with the other
> parents as well.
> 
> Diff for the pom.xml:
> http://svn.eu.apache.org/viewvc/maven/shared/trunk/pom.xml?r1=637254&r2=695193&diff_format=h
> 
> Diff for the site.xml:
> http://svn.eu.apache.org/viewvc/maven/shared/trunk/src/site/site.xml?r1=651831&r2=682029&diff_format=h
> 
> I have deployed a new SNAPSHOT as maven-shared-components
> 10-20080915.120459-5.
> 
> The vote will be open for 72 hours.
> 
> 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release maven-shared-components parent POM 10

2008-09-21 Thread Dennis Lundberg
Adding my +1 as well.

Dennis Lundberg wrote:
> Hi
> 
> Now that maven-parent 9 is out, it's time to follow up with the other
> parents as well.
> 
> Diff for the pom.xml:
> http://svn.eu.apache.org/viewvc/maven/shared/trunk/pom.xml?r1=637254&r2=695193&diff_format=h
> 
> Diff for the site.xml:
> http://svn.eu.apache.org/viewvc/maven/shared/trunk/src/site/site.xml?r1=651831&r2=682029&diff_format=h
> 
> I have deployed a new SNAPSHOT as maven-shared-components
> 10-20080915.120459-5.
> 
> The vote will be open for 72 hours.
> 
> 


-- 
Dennis Lundberg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]