Re: svn commit: r543671 - in /maven/components/trunk: maven-core/ maven-core/src/main/java/org/apache/maven/core/monitor/event/ maven-core/src/main/java/org/apache/maven/core/monitor/logging/ maven-se

2007-06-01 Thread Jason van Zyl


On 1 Jun 07, at 8:06 PM 1 Jun 07, [EMAIL PROTECTED] wrote:


Author: carlos
Date: Fri Jun  1 17:06:11 2007
New Revision: 543671

URL: http://svn.apache.org/viewvc?view=rev&rev=543671
Log:
[MNG-2943] Avoid using package names used in other artifacts: add  
some comments




-1

Roll all of those back. I'm not if you haven't noticed but we're  
trying to process patches across both the trunk and the branch and you:


1) Making an assumption about how the embedder is going to be  
deployed yourself while I have historically always had clients  
consume a single JAR/Bundle
2) Making it difficult for us to patch across the branch and trunk  
for no good reason given the embedder has always been proffered up as  
a single JAR
3) Should ask on things you historically have never had anything to  
do with


The embedder will continue to be a single bundle/jar as it has always  
been until you convince me (the one who has always done the work and  
released the embedder to anyone using it from its inception)  
otherwise. It might be a great idea for reasons I can't fathom but  
for the love of god stop diddling everything that you historically  
did not start or have had nothing to do with.



Modified:
maven/components/trunk/maven-core/pom.xml
maven/components/trunk/maven-core/src/main/java/org/apache/ 
maven/core/monitor/event/DefaultEventMonitor.java
maven/components/trunk/maven-core/src/main/java/org/apache/ 
maven/core/monitor/logging/DefaultLog.java

maven/components/trunk/maven-settings/pom.xml
maven/components/trunk/maven-settings/src/main/java/org/apache/ 
maven/settings/SettingsConfigurationException.java


Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/ 
pom.xml?view=diff&rev=543671&r1=543670&r2=543671
== 


--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Fri Jun  1 17:06:11 2007
@@ -157,6 +157,7 @@
 maven-bundle-plugin
 
   
+
 !org.apache.maven.monitor.*,*Package>

   
 

Modified: maven/components/trunk/maven-core/src/main/java/org/ 
apache/maven/core/monitor/event/DefaultEventMonitor.java
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/ 
src/main/java/org/apache/maven/core/monitor/event/ 
DefaultEventMonitor.java?view=diff&rev=543671&r1=543670&r2=543671
== 

--- maven/components/trunk/maven-core/src/main/java/org/apache/ 
maven/core/monitor/event/DefaultEventMonitor.java (original)
+++ maven/components/trunk/maven-core/src/main/java/org/apache/ 
maven/core/monitor/event/DefaultEventMonitor.java Fri Jun  1  
17:06:11 2007

@@ -25,6 +25,7 @@

 /**
  * @author jdcasey
+ * @since 2.1
  */
 public class DefaultEventMonitor
 extends AbstractSelectiveEventMonitor

Modified: maven/components/trunk/maven-core/src/main/java/org/ 
apache/maven/core/monitor/logging/DefaultLog.java
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven-core/ 
src/main/java/org/apache/maven/core/monitor/logging/DefaultLog.java? 
view=diff&rev=543671&r1=543670&r2=543671
== 

--- maven/components/trunk/maven-core/src/main/java/org/apache/ 
maven/core/monitor/logging/DefaultLog.java (original)
+++ maven/components/trunk/maven-core/src/main/java/org/apache/ 
maven/core/monitor/logging/DefaultLog.java Fri Jun  1 17:06:11 2007

@@ -24,6 +24,7 @@

 /**
  * @author jdcasey
+ * @since 2.1
  */
 public class DefaultLog
 implements Log

Modified: maven/components/trunk/maven-settings/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven- 
settings/pom.xml?view=diff&rev=543671&r1=543670&r2=543671
== 


--- maven/components/trunk/maven-settings/pom.xml (original)
+++ maven/components/trunk/maven-settings/pom.xml Fri Jun  1  
17:06:11 2007

@@ -52,6 +52,7 @@
 maven-bundle-plugin
 
   
+
 !org.apache.maven,*
   
 

Modified: maven/components/trunk/maven-settings/src/main/java/org/ 
apache/maven/settings/SettingsConfigurationException.java
URL: http://svn.apache.org/viewvc/maven/components/trunk/maven- 
settings/src/main/java/org/apache/maven/settings/ 
SettingsConfigurationException.java? 
view=diff&rev=543671&r1=543670&r2=543671
== 

--- maven/components/trunk/maven-settings/src/main/java/org/apache/ 
maven/settings/SettingsConfigurationException.java (original)
+++ maven/components/trunk/maven-settings/src/main/java/org/apache/ 
maven/settings/SettingsConfigurationException.java Fri Jun  1  
17:06:11 2007

@@ -24,6 +24,7 @@
  *
  * @author mailto:

Re: svn commit: r543579 - in /maven/components/trunk/maven-project/src: main/java/org/apache/maven/profiles/activation/JdkPrefixProfileActivator.java test/java/org/apache/maven/profiles/activation/Jdk

2007-06-01 Thread Brett Porter


On 02/06/2007, at 5:12 AM, [EMAIL PROTECTED] wrote:


REOPENED - issue MNG-1910: Allow jdk 1.4+ as profile requirement
http://jira.codehaus.org/browse/MNG-1910


Is this a mylar syntax or something?

- Brett

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



Re: svn commit: r543657 - in /maven/components/trunk/maven-core/src/main/java/org/apache/maven: core/ core/monitor/ core/monitor/event/ core/monitor/logging/ monitor/event/ monitor/logging/ plugin/

2007-06-01 Thread Jason van Zyl


On 1 Jun 07, at 7:12 PM 1 Jun 07, [EMAIL PROTECTED] wrote:


Author: carlos
Date: Fri Jun  1 16:12:33 2007
New Revision: 543657

URL: http://svn.apache.org/viewvc?view=rev&rev=543657
Log:


I'm not sure if you've noticed but the whole embedder has been  
provided as a single bundle from the day it's been used inside  
eclipse. Why are you packaging everything up separately.


I would like to just export a single bundle that encapsulates  
everything any client needs in a single bundle. The only thing anyone  
is every going to use is from the embedder. I could see having wagon  
providers, or SCM providers in other bundles if they need to be  
pulled in but every Maven module as an OSGi bundle I'm not in favor  
of which is why it has always been consumed externally as a single  
bundle.


Thanks,

Jason

--
Jason van Zyl
Founder and PMC Chair, Apache Maven
jason at sonatype dot com
--




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



Re: svn commit: r543685 - in /maven/plugins/trunk/maven-javadoc-plugin/src: main/java/org/apache/maven/plugin/javadoc/ test/java/org/apache/maven/plugin/javadoc/ test/java/org/apache/maven/plugin/java

2007-06-01 Thread Wendy Smoak

On 6/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Author: vsiveton
Date: Fri Jun  1 17:52:48 2007
New Revision: 543685

URL: http://svn.apache.org/viewvc?view=rev&rev=543685
Log:
MJAVADOC-125: Dont generate javadoc report if project has pom packaging


Will it still work for aggregating javadoc at the top of a
multi-module project?  The top level pom would have pom packaging in
that case.

--
Wendy

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



Re: [jira] Subscription: Outstanding Repository Maintenance: Evangelism

2007-06-01 Thread Henri Yandell

All done.

Should we point this subscription (and the upload one) to the new
repository list?

Hen

On 5/31/07, Carlos Sanchez <[EMAIL PROTECTED]> wrote:

go for it, but keep the poms for the corrupt jars (just delete the wrong stuff)

On 5/31/07, Henri Yandell <[EMAIL PROTECTED]> wrote:
> Suggest we close the following:
>
> MEV-325 - Too minor to bother with. WONTFIX.
> MEV-201 - No org/relaxngdatatype. INVALID.
> MEV-401 - Dead issue?
> MEV-483 - ActiveMQ's problem. INVALID.
> MEV-511 - Struts2 snapshot dep. WONTFIX
> MEV-499 - Apart from the magic release, this issue is FIXED. Close
> issue and bring up with Vincent separately.
> MEV-436 - No point keeping these open. WONTFIX.
>
> Suggest we act on:
>
> MEV-449 - Delete Lucene 1.9.1 directory (and on people.apache.org) and
> mail lucene pmc.
> MEV-520 - Delete retroweaver 1.2.4.
>
>
> On 5/30/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Issue Subscription
> > Filter: Outstanding Repository Maintenance: Evangelism (40 issues)
> > Subscriber: mavendevlist
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

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




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



Re: [jira] Closed: (MNG-2521) Using JDK 1.5+ annotations for mojos metadata

2007-06-01 Thread Eric Redmond

Unfortunately the mvn-anno-mojo won't work for a wide audience, since it
requires a sun jdk w/ apt to run. Mine uses qdox and Kenney's uses
reflection.. we're still resolving the details on merging.

I'll work on getting it out this weekend - just one more problem to fix and
I'll patch.

Eric

On 5/31/07, Brett Porter <[EMAIL PROTECTED]> wrote:


Jason,

I'm interested in playing with these, but I haven't been able to find
them (though I do recall seeing commits). Can you point me in the
right direction?

- Brett

On 01/06/2007, at 1:32 PM, Jason van Zyl (JIRA) wrote:

>
>  [ http://jira.codehaus.org/browse/MNG-2521?
> page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Jason van Zyl closed MNG-2521.
> --
>
> Resolution: Fixed
>
> Kenney and Eric have already created tools for this.
>
>> Using JDK 1.5+ annotations for mojos metadata
>> -
>>
>> Key: MNG-2521
>> URL: http://jira.codehaus.org/browse/MNG-2521
>> Project: Maven 2
>>  Issue Type: New Feature
>>  Components: Multiple Language Support
>>Affects Versions: 2.0-alpha-1, 2.0.4, 2.0.5
>>Reporter: Yoav Landman
>> Attachments: maven-plugin-tools-anno.patch
>>
>>
>> The attached patch contains a plugin-tool that allows writing
>> annotatd mojos using JDK 1.5 annotations instead of doclet comments.
>> It is was created from (my) sf.net project https://sourceforge.net/
>> projects/mvn-anno-mojo/.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the
> administrators: http://jira.codehaus.org/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/
> software/jira
>
>

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



--
Eric Redmond
http://www.sonatype.com


Re: Adding to the central/ibiblio repository

2007-06-01 Thread Wendy Smoak

On 5/31/07, Daniel Murley <[EMAIL PROTECTED]> wrote:


We'd like to get our open source projects into the central/ibiblio Maven
Repository.  What is actually involved in getting this to happen - The
website touches on rsync and that's about it.


This?  http://maven.apache.org/guides/mini/guide-ibiblio-upload.html

It talks about rsync, then says to provide a script and open an
MAVENUPLOAD issue.

--
Wendy

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



Re: Problem with CVS Branch

2007-06-01 Thread Emmanuel Venisse

Your scm part seems to be good. What is your error?

Arun P Johny a écrit :

Hi,

How should I modify my scm connection so that it will release a project 
which is from a cvs branch


With Regards,
Arun P johny

Emmanuel Venisse wrote:

What is your pb?

Arun P Johny a écrit :

Hi all,

I'm new to maven environment. I've maven 2.0.4 in my system. When I 
try to build a project from my CVS ROOT it is happening fine. But now 
I've branched out my project. After branching out I tried to build a 
jar from the new branch. It is not happening, still my CVS ROOT is 
working fine.


Can any one help me. My scm setting is as follows

Root:
 
   scm:cvs:local:/var/lib/cvs/root:Common
   
scm:cvs:ext:[EMAIL PROTECTED]:/var/lib/cvs/root:Common 


   RELEASE_7_4_18RC6
 

With Regards,
Arun P johny



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







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





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







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



Re: Problem with CVS Branch

2007-06-01 Thread Arun P Johny

Hi,

How should I modify my scm connection so that it will release a project 
which is from a cvs branch


With Regards,
Arun P johny

Emmanuel Venisse wrote:

What is your pb?

Arun P Johny a écrit :

Hi all,

I'm new to maven environment. I've maven 2.0.4 in my system. When I 
try to build a project from my CVS ROOT it is happening fine. But now 
I've branched out my project. After branching out I tried to build a 
jar from the new branch. It is not happening, still my CVS ROOT is 
working fine.


Can any one help me. My scm setting is as follows

Root:
 
   scm:cvs:local:/var/lib/cvs/root:Common
   
scm:cvs:ext:[EMAIL PROTECTED]:/var/lib/cvs/root:Common 


   RELEASE_7_4_18RC6
 

With Regards,
Arun P johny



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







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





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



Re: Problem with CVS Branch

2007-06-01 Thread Emmanuel Venisse

What is your pb?

Arun P Johny a écrit :

Hi all,

I'm new to maven environment. I've maven 2.0.4 in my system. When I try 
to build a project from my CVS ROOT it is happening fine. But now I've 
branched out my project. After branching out I tried to build a jar from 
the new branch. It is not happening, still my CVS ROOT is working fine.


Can any one help me. My scm setting is as follows

Root:
 
   scm:cvs:local:/var/lib/cvs/root:Common
   
scm:cvs:ext:[EMAIL PROTECTED]:/var/lib/cvs/root:Common 


   RELEASE_7_4_18RC6
 

With Regards,
Arun P johny



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







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



Re: [VOTE] Release maven-one-plugin 1.1

2007-06-01 Thread Vincent Siveton

+1

Vincent

2007/5/31, Dennis Lundberg <[EMAIL PROTECTED]>:

Hi,

I'd like to release maven-one-plugin 1.1. Half of the issues filed
against 1.0 have been closed in this release. The main reason for the
release is the addition of the M1 to M2 pom converter.

Release Notes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11241&styleName=Html&version=12529

Tag:
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1/

Staged at:
http://people.apache.org/~dennisl/staging-repository-one-plugin/

The vote will be open for 72 hours.


Here is my +1

--
Dennis Lundberg

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




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



Problem with CVS Branch

2007-06-01 Thread Arun P Johny

Hi all,

I'm new to maven environment. I've maven 2.0.4 in my system. When I try 
to build a project from my CVS ROOT it is happening fine. But now I've 
branched out my project. After branching out I tried to build a jar from 
the new branch. It is not happening, still my CVS ROOT is working fine.


Can any one help me. My scm setting is as follows

Root:
 
   scm:cvs:local:/var/lib/cvs/root:Common
   
scm:cvs:ext:[EMAIL PROTECTED]:/var/lib/cvs/root:Common

   RELEASE_7_4_18RC6
 

With Regards,
Arun P johny



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



Re: [VOTE] Release maven-one-plugin 1.1

2007-06-01 Thread Damien Lecan

+1 (Non-binding)

M1 to M2 pom converter is an amazing feature, very useful.
It's work well.

There's no reason now not to migrate M1 projects to M2 (Jakarta
commons projects ? ;o)

Thanks for your work

Damien Lecan

2007/5/31, Dennis Lundberg <[EMAIL PROTECTED]>:

Hi,

I'd like to release maven-one-plugin 1.1. Half of the issues filed
against 1.0 have been closed in this release. The main reason for the
release is the addition of the M1 to M2 pom converter.

Release Notes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11241&styleName=Html&version=12529

Tag:
http://svn.apache.org/repos/asf/maven/plugins/tags/maven-one-plugin-1.1/

Staged at:
http://people.apache.org/~dennisl/staging-repository-one-plugin/

The vote will be open for 72 hours.


Here is my +1

--
Dennis Lundberg

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




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



Adding to the central/ibiblio repository

2007-06-01 Thread Daniel Murley
Hi there,

We'd like to get our open source projects into the central/ibiblio Maven
Repository.  What is actually involved in getting this to happen - The
website touches on rsync and that's about it.

Cheers,

Daniel


Daniel Murley
Xbio Systems Pty Ltd

South Tower
Level 10, 459 Collins Street
Melbourne, Victoria, Australia 3000


[t]   +61 3 9629 8717
[f]   +61 3 9629 8718
[m]   +61 418 587 848
[e]   [EMAIL PROTECTED]
[w]   www.xbiosystems.com


Please return this message to the sender if you have received it in error
and delete it and any attachments from your system. Do not disseminate,
distribute or copy this e-mail. The information is confidential, is not
intended and may not be used for, any purpose other than Xbio Systems
business as expressly sanctioned by its Directors. 

Xbio Systems cannot warrant that attachments are free from viruses or other
defects. You assume all liability for loss, damage or consequences that may
arise from opening or using the attachments.



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