[maven2 build - SUCCESS - update] Wed Sep 21 06:45:00 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050921.064500.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050921.064500.txt

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



[jira] Created: (MPXDOC-173) maven-xdoc.dtd is not complete

2005-09-20 Thread Lukas Theussl (JIRA)
maven-xdoc.dtd is not complete
--

 Key: MPXDOC-173
 URL: http://jira.codehaus.org/browse/MPXDOC-173
 Project: maven-xdoc-plugin
Type: Bug
 Reporter: Lukas Theussl
 Fix For: 1.10


As for now, xdoc:validate works but gives a lot of false warnings.

-- 
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]



[jira] Closed: (MNG-899) have repoclean populate metadata in the repository on conversion, and do a once over on the current set

2005-09-20 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-899?page=all ]
 
Brett Porter closed MNG-899:


Resolution: Fixed

> have repoclean populate metadata in the repository on conversion, and do a 
> once over on the current set
> ---
>
>  Key: MNG-899
>  URL: http://jira.codehaus.org/browse/MNG-899
>  Project: Maven 2
> Type: Task
>   Components: repository-tools
> Reporter: Brett Porter
> Assignee: Brett Porter
>  Fix For: 2.0-beta-2

>
> Original Estimate: 4 hours
>Time Spent: 4 hours
> Remaining: 0 minutes
>


-- 
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]



[jira] Closed: (MPCHANGES-24) The encoding of the changes.xml file is not preserved after doing release-version

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPCHANGES-24?page=all ]
 
Lukas Theussl closed MPCHANGES-24:
--

 Resolution: Fixed
Fix Version: 1.6

Dom4j 1.4 does not allow for an easy extraction of the document encoding, this 
was only added in version 1.5. An upgrade of dom4j has been attempted for Maven 
(see MAVEN-1345) but failed for several reasons. 

To work around the current issue I have rewritten the transformation routine to 
use Maven's default output encoding, maven.docs.outputencoding, which can be 
specified as a property.

> The encoding of the changes.xml file is not preserved after doing 
> release-version
> -
>
>  Key: MPCHANGES-24
>  URL: http://jira.codehaus.org/browse/MPCHANGES-24
>  Project: maven-changes-plugin
> Type: Bug
> Versions: 1.5.1
>  Environment: Windows XP Pro, Maven 1.0.2, Changes-plugin 1.5.1.
> Reporter: Dennis Lundberg
>  Fix For: 1.6
>  Attachments: encoding.patch
>
>
> I thought that I would finally take the plunge and use the scm-plugin to do a 
> release. After making sure that all files had been checked into version 
> control, it began changing the project.xml and changes.xml files. For some 
> reason this didn't go well, but that might be another Jira issue later on.
> The scm-plugin uses the changes-plugin to transform the changes.xml file by 
> inserting the correct date for the release being made. The changes-plugin 
> reads, transforms and then writes the file back again. This means that some 
> formating is lost and whitespace changes are made, which is OK.
> However the encoding of the original changes.xml file is not preserved when 
> it is written back after the transformation. This meant that my file was 
> converted from ISO-8859-1 to UTF-8, which is the default encoding used by 
> dom4j. Without a UTF-8 compliant editor I can't edit the file any more, 
> because I use non-us-ascii character in the file.
> I tried to make a patch (see attached file) but I wasn't very successful. The 
> attached file should be treated as psudo-code because the actual method that 
> I call doesn't exist in the Document class in dom4j. The point of the 
> attachment is to show what should be done. I am not familiar enough with 
> dom4j to solve it myself, sorry. Maybe someone else has an idea of what needs 
> to be done?

-- 
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]



svn commit: r290631 - in /maven/maven-1/plugins/trunk/changes: plugin.jelly src/main/org/apache/maven/changes/ReleaseVersion.java xdocs/changes.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 23:32:39 2005
New Revision: 290631

URL: http://svn.apache.org/viewcvs?rev=290631&view=rev
Log:
The encoding of changes.xml is not preserved

Modified:
maven/maven-1/plugins/trunk/changes/plugin.jelly

maven/maven-1/plugins/trunk/changes/src/main/org/apache/maven/changes/ReleaseVersion.java
maven/maven-1/plugins/trunk/changes/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/changes/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/plugin.jelly?rev=290631&r1=290630&r2=290631&view=diff
==
--- maven/maven-1/plugins/trunk/changes/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/changes/plugin.jelly Tue Sep 20 23:32:39 2005
@@ -23,6 +23,7 @@
   xmlns:ant="jelly:ant"
   xmlns:define="jelly:define"
   xmlns:util="jelly:util"
+  xmlns:c="changes:transform"
   xmlns:doc="doc">
 
   
@@ -76,12 +77,16 @@
 
   
   
+  
+  
+
+  
   
 
-  ${transformer.releaseVersion(f, pom.currentVersion, version, date)}
+  ${transformer.releaseVersion(f, pom.currentVersion, version, 
encoding, date)}
 
 
-  ${transformer.releaseVersion(f, pom.currentVersion, version)}
+  ${transformer.releaseVersion(f, pom.currentVersion, version, 
encoding)}
 
   
 

Modified: 
maven/maven-1/plugins/trunk/changes/src/main/org/apache/maven/changes/ReleaseVersion.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/src/main/org/apache/maven/changes/ReleaseVersion.java?rev=290631&r1=290630&r2=290631&view=diff
==
--- 
maven/maven-1/plugins/trunk/changes/src/main/org/apache/maven/changes/ReleaseVersion.java
 (original)
+++ 
maven/maven-1/plugins/trunk/changes/src/main/org/apache/maven/changes/ReleaseVersion.java
 Tue Sep 20 23:32:39 2005
@@ -32,11 +32,11 @@
  */
 public class ReleaseVersion
 {
-public static final void releaseVersion( File changesFile, String 
currentVersion, String version )
+public static final void releaseVersion( File changesFile, String 
currentVersion, String version, String encoding)
 throws DocumentException, FileNotFoundException, 
UnsupportedEncodingException, IOException
 {
 DateFormat dateFormat = new SimpleDateFormat( "-MM-dd" );
-releaseVersion( changesFile, currentVersion, version, 
dateFormat.format( new Date() ) );
+releaseVersion( changesFile, currentVersion, version, encoding, 
dateFormat.format( new Date() ) );
 }
 
 static final Document transformVersion( File changesFile, String 
currentVersion, String version, String date )
@@ -101,7 +101,7 @@
 return null;
 }
 
-public static final void releaseVersion( File changesFile, String 
currentVersion, String version, String date )
+public static final void releaseVersion( File changesFile, String 
currentVersion, String version, String encoding, String date )
 throws DocumentException, FileNotFoundException, 
UnsupportedEncodingException, IOException
 {
 Document doc = transformVersion( changesFile, currentVersion, version, 
date );
@@ -120,6 +120,7 @@
 format.setIndentSize( 2 );
 format.setNewlines( true );
 format.setTrimText( true );
+format.setEncoding( encoding );
 
 XMLWriter writer = new XMLWriter( format );
 writer.setOutputStream( os );

Modified: maven/maven-1/plugins/trunk/changes/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/xdocs/changes.xml?rev=290631&r1=290630&r2=290631&view=diff
==
--- maven/maven-1/plugins/trunk/changes/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changes/xdocs/changes.xml Tue Sep 20 23:32:39 
2005
@@ -25,6 +25,7 @@
   
   
 
+  The encoding of 
changes.xml is not preserved after scm:prepare-release.
   Fix XTHML 1.0 compliance.
   Document description attribute of release element.
   Add a live bookmark link for the RSS for 
Firefox.



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



[maven2 build - SUCCESS - checkout] Wed Sep 21 05:28:44 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050921.052844.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050921.052844.txt

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



[maven2 build - SUCCESS - checkout] Wed Sep 21 04:46:35 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050921.044635.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050921.044635.txt

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



repocleaned

2005-09-20 Thread Brett Porter
Hi,

I ran repoclean over the main maven2 repository. I believe this will
have corrected most of the checksums including adding missing ones, and
will have completed the metadata in the repository so that version
ranges work. The automated conversion and m2 deploy process will take
care of keeping it up to date, but we need to add monitoring in the
future for that and more.

There is a copy left behind that will be kept for a period of time. Let
me know if you see any quirks. I'm trying a clean checkout now.

Thanks,
Brett

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



proposed collaboration with the Ant community

2005-09-20 Thread Brett Porter
Hi,

Building on some ideas we've been percolating for some time, I have sent
the following to ant-dev.
http://mail-archives.apache.org/mod_mbox/ant-dev/200509.mbox/[EMAIL PROTECTED]

I'd encourage anyone interested to read and/or respond. I think it might
be beneficial to keep discussion on ant-dev, though if anyone has any
maven specific points, please raise them here.

Cheers,
Brett

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



[REPOCLEAN] Error(s) occurred while converting repository

2005-09-20 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/20-Sep-2005_11.34.50/repository.report.txt

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



svn commit: r290607 - in /maven/components/trunk: ./ maven-archetype/ maven-core-it/it2002/ maven-plugins/maven-ant-plugin/ maven-plugins/maven-antlr-plugin/ maven-plugins/maven-antrun-plugin/ maven-plugins/maven-assembly-plugin/ maven-plugins/maven-ch...

2005-09-20 Thread brett
Author: brett
Date: Tue Sep 20 20:29:45 2005
New Revision: 290607

URL: http://svn.apache.org/viewcvs?rev=290607&view=rev
Log:
ignore release.properties and more

Modified:
maven/components/trunk/   (props changed)
maven/components/trunk/maven-archetype/   (props changed)
maven/components/trunk/maven-core-it/it2002/   (props changed)
maven/components/trunk/maven-plugins/maven-ant-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-antlr-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-antrun-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-assembly-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-checkstyle-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-clean-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-clover-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-compiler-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-deploy-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-ear-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-eclipse-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-ejb-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-idea-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-install-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-jar-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-javadoc-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-plugin-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-pmd-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-project-info-reports-plugin/   
(props changed)
maven/components/trunk/maven-plugins/maven-projecthelp-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-release-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-resources-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-site-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-source-plugin/   (props changed)
maven/components/trunk/maven-plugins/maven-surefire-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-verifier-plugin/   (props 
changed)
maven/components/trunk/maven-plugins/maven-war-plugin/   (props changed)

Propchange: maven/components/trunk/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1,3 +1,4 @@
+release.properties
 maven.log
 target
 .classpath

Propchange: maven/components/trunk/maven-archetype/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1,3 +1,4 @@
+release.properties
 *.ipr
 *.iml
 *.iws

Propchange: maven/components/trunk/maven-core-it/it2002/
--
--- svn:ignore (added)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -0,0 +1,2 @@
+target
+project.checkout

Propchange: maven/components/trunk/maven-plugins/maven-ant-plugin/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1,3 +1,4 @@
+release.properties
 target
 *.iml
 build.xml

Propchange: maven/components/trunk/maven-plugins/maven-antlr-plugin/
--
--- svn:ignore (added)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -0,0 +1,2 @@
+release.properties
+target

Propchange: maven/components/trunk/maven-plugins/maven-antrun-plugin/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1 +1,2 @@
+release.properties
 target

Propchange: maven/components/trunk/maven-plugins/maven-assembly-plugin/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1,3 +1,4 @@
+release.properties
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-plugins/maven-checkstyle-plugin/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1,3 +1,4 @@
+release.properties
 target
 *.iml
 *.ipr

Propchange: maven/components/trunk/maven-plugins/maven-clean-plugin/
--
--- svn:ignore (original)
+++ svn:ignore Tue Sep 20 20:29:45 2005
@@ -1,3 +1,4 @@
+release.properties
 target
 *~
 *.log

Propchange: maven/components/trunk/maven-plugins/maven-clover-plugin/
--

[maven2 build - SUCCESS - update] Wed Sep 21 02:45:01 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050921.024501.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050921.024501.txt

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



svn commit: r290603 - /maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java

2005-09-20 Thread brett
Author: brett
Date: Tue Sep 20 19:46:44 2005
New Revision: 290603

URL: http://svn.apache.org/viewcvs?rev=290603&view=rev
Log:
more cleanup of site plugin

Modified:

maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java?rev=290603&r1=290602&r2=290603&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/DoxiaMojo.java
 Tue Sep 20 19:46:44 2005
@@ -77,11 +77,6 @@
 private static final String DEFAULT_TEMPLATE = RESOURCE_DIR + 
"/maven-site.vm";
 
 /**
- * OutputName of all reports files generated by Maven
- */
-private static List generatedReportsFileName = new ArrayList();
-
-/**
  * Patterns which should be excluded by default.
  */
 // TODO Push me into a shared area (plexus-utils?)
@@ -229,8 +224,6 @@
 }
 }
 
-List reports = getReports();
-
 if ( attributes == null )
 {
 attributes = new HashMap();
@@ -258,16 +251,10 @@
 Locale defaultLocale = (Locale) localesList.get( 0 );
 Locale.setDefault( defaultLocale );
 
-List projectInfos = new ArrayList();
-List projectReports = new ArrayList();
-categorizeReports( reports, defaultLocale, projectInfos, 
projectReports );
-
 for ( Iterator iterator = localesList.iterator(); 
iterator.hasNext(); )
 {
 Locale locale = (Locale) iterator.next();
 
-String siteDescriptor = getSiteDescriptor( reports, locale, 
projectInfos, projectReports );
-
 File outputDirectory = getOutputDirectory( locale, 
defaultLocale );
 
 // Safety
@@ -276,14 +263,6 @@
 outputDirectory.mkdirs();
 }
 
-// Handle the GeneratedSite Directory
-File generatedSiteFile = new File( generatedSiteDirectory );
-if ( generatedSiteFile.exists() )
-{
-siteRenderer.render( generatedSiteFile, outputDirectory, 
siteDescriptor, template, attributes,
- locale );
-}
-
 // Generate static site
 File siteDirectoryFile = new File( siteDirectory );
 if ( !locale.getLanguage().equals( defaultLocale.getLanguage() 
) )
@@ -297,6 +276,10 @@
 {
 tryToFindDuplicates( siteDirectoryFile, duplicate );
 }
+
+// Handle the GeneratedSite Directory
+File generatedSiteFile = new File( generatedSiteDirectory );
+
 if ( generatedSiteFile.exists() )
 {
 tryToFindDuplicates( generatedSiteFile, duplicate );
@@ -309,10 +292,37 @@
 throw new MavenReportException( msg );
 }
 
+List reports = getReports();
+
+Map categories = categorizeReports( reports );
+
+List projectInfos = (List) categories.get( 
MavenReport.CATEGORY_PROJECT_INFORMATION );
+List projectReports = (List) categories.get( 
MavenReport.CATEGORY_PROJECT_REPORTS );
+
+if ( projectInfos == null )
+{
+projectInfos = Collections.EMPTY_LIST;
+}
+
+if ( projectReports == null )
+{
+projectReports = Collections.EMPTY_LIST;
+}
+
+String siteDescriptor = getSiteDescriptor( reports, locale, 
projectInfos, projectReports );
+
+if ( generatedSiteFile.exists() )
+{
+siteRenderer.render( generatedSiteFile, outputDirectory, 
siteDescriptor, template, attributes,
+ locale );
+}
+
 //Generate reports
+List generatedReportsFileName = Collections.EMPTY_LIST;
 if ( reports != null )
 {
-generateReportsPages( reports, locale, outputDirectory, 
defaultLocale, siteDescriptor );
+generatedReportsFileName = generateReportsPages( reports, 
locale, outputDirectory, defaultLocale,
+ 
siteDescriptor );
 }
 
 //Generate overview pages
@@ -418,26 +428,23 @@
 }
 }
 
-private void c

[maven2 build - SUCCESS - update] Wed Sep 21 02:30:00 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050921.023000.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050921.023000.txt

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



svn commit: r290601 - /maven/components/trunk/maven-site/pom.xml

2005-09-20 Thread brett
Author: brett
Date: Tue Sep 20 19:31:13 2005
New Revision: 290601

URL: http://svn.apache.org/viewcvs?rev=290601&view=rev
Log:
use released parent

Modified:
maven/components/trunk/maven-site/pom.xml

Modified: maven/components/trunk/maven-site/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/pom.xml?rev=290601&r1=290600&r2=290601&view=diff
==
--- maven/components/trunk/maven-site/pom.xml (original)
+++ maven/components/trunk/maven-site/pom.xml Tue Sep 20 19:31:13 2005
@@ -3,7 +3,7 @@
   
 maven
 org.apache.maven
-2.0-beta-1-SNAPSHOT
+2.0-beta-1
   
   4.0.0
   maven-site



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



[jira] Updated: (MNG-575) Add a way to configure permissions on deployed files

2005-09-20 Thread Jesse McConnell (JIRA)
 [ http://jira.codehaus.org/browse/MNG-575?page=all ]

Jesse McConnell updated MNG-575:


Attachment: mng-575.patch

this patch works for things like m2 deploy

settings.xml controls the permissions as in the following example


  snapshots
  jesse
   
  /home/jesse/.ssh/id_dsa
  775
  775



> Add a way to configure permissions on deployed files
> 
>
>  Key: MNG-575
>  URL: http://jira.codehaus.org/browse/MNG-575
>  Project: Maven 2
> Type: Improvement
>   Components: maven-artifact
> Versions: 2.0-alpha-3
> Reporter: Kenney Westerhof
>  Fix For: 2.0-beta-2
>  Attachments: mng-575.patch
>
>
> [actually maven-artifact-manager..?]
> Since my umask = 077, m2 deploy stores files in the remote repository that 
> aren't accessible
> by httpd.
> I need to provide file permissions in the repository configuration in the pom 
> or in the settings.xml
> server definitions (perhaps the repo's, but permissions should go with 
> authentication information I think).
> Wagon already supports filemode and group settings on it's Repositories. 
> DefaultWagonManager doesn't provide a way
> to fill those settings. 

-- 
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]



[jira] Updated: (MNG-857) Maven Archetype documentation

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-857?page=all ]

Johnny R. Ruiz III updated MNG-857:
---

Fix Version: (was: 2.0)
 2.0-beta-2
  Component: documentation

> Maven Archetype documentation
> -
>
>  Key: MNG-857
>  URL: http://jira.codehaus.org/browse/MNG-857
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Reporter: allan ramirez
> Assignee: allan ramirez
> Priority: Minor
>  Fix For: 2.0-beta-2

>
> Original Estimate: 8 hours
> Remaining: 8 hours
>
> add javadoc and apt doc for an overview

-- 
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]



[jira] Updated: (MNG-856) Maven FAQ/XDoc/Site documentation

2005-09-20 Thread allan ramirez (JIRA)
 [ http://jira.codehaus.org/browse/MNG-856?page=all ]

allan ramirez updated MNG-856:
--

  Assign To: allan ramirez
Fix Version: (was: 2.0)
 2.0-beta-2
  Component: documentation

> Maven FAQ/XDoc/Site documentation
> -
>
>  Key: MNG-856
>  URL: http://jira.codehaus.org/browse/MNG-856
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Reporter: allan ramirez
> Assignee: allan ramirez
> Priority: Minor
>  Fix For: 2.0-beta-2

>
> Original Estimate: 8 hours
> Remaining: 8 hours
>
> add javadoc and apt doc for an overview

-- 
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]



[jira] Updated: (MNG-859) Maven compiler plugin documentation

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-859?page=all ]

Johnny R. Ruiz III updated MNG-859:
---

Fix Version: (was: 2.0)
 2.0-beta-2
  Component: maven-compiler-plugin

> Maven compiler plugin documentation
> ---
>
>  Key: MNG-859
>  URL: http://jira.codehaus.org/browse/MNG-859
>  Project: Maven 2
> Type: Improvement
>   Components: maven-compiler-plugin
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: MNG-859.patch
>
> Original Estimate: 8 hours
>Time Spent: 5 hours
> Remaining: 3 hours
>
> Add java doc and apt doc for an overview

-- 
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]



[jira] Updated: (MNG-855) Maven Surefire Plugin Documentation

2005-09-20 Thread Johnny R. Ruiz III (JIRA)
 [ http://jira.codehaus.org/browse/MNG-855?page=all ]

Johnny R. Ruiz III updated MNG-855:
---

   Fix Version: (was: 2.0)
2.0-beta-2
 Component: maven-surefire-plugin
Remaining Estimate: 6 hours
 Original Estimate: 21600

> Maven Surefire Plugin Documentation
> ---
>
>  Key: MNG-855
>  URL: http://jira.codehaus.org/browse/MNG-855
>  Project: Maven 2
> Type: Improvement
>   Components: maven-surefire-plugin
> Reporter: allan ramirez
> Assignee: Johnny R. Ruiz III
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: MNG-855.patch
>
> Original Estimate: 6 hours
> Remaining: 6 hours
>
> Add javadoc and apt doc for an overview

-- 
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]



Re: svn commit: r290534 - in /maven/components/trunk/maven-plugins/maven-jar-plugin/src: main/java/org/apache/maven/plugin/jar/JarMojo.java site/ site/apt/ site/apt/howto.apt site/site.xml

2005-09-20 Thread Brett Porter
Stephane: can you make sure you have your svn autoprops set up and that
.apt is included so that svn:eol-style is set on future additions.

Also, it looks like there were some tab characters in this patch?

- Brett

[EMAIL PROTECTED] wrote:

> /**
>- * @todo Change type to File
>- * 
>+   * Directory containing the generated JAR.
>+ *
>  * @parameter expression="${project.build.directory}"
>  * @required
>  * @readonly
>  
>

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



Re: Eclipse, WTP and Maven directory structure

2005-09-20 Thread Brett Porter
Yes, and that page no longer exists (it should be replaced with a
.htaccess I guess).

http://maven.apache.org/reference/conventions.html

- Brett

John Casey wrote:

> Just checking, but you know that's the m1 doco you're pointing to there,
> right? Are we updating our best practices for m1 as well? I guess that's
> not a bad idea...
>
> -j
>

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



[maven2 build - SUCCESS - checkout] Wed Sep 21 00:15:00 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050921.001501.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050921.001501.txt

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



Re: svn commit: r290572 - in /maven/components/trunk: maven-core-it/it2002/project/pom.xml maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java

2005-09-20 Thread Jason van Zyl
On Wed, 2005-09-21 at 07:57 +1000, Brett Porter wrote:
> Please state what this fixes - cvs records should speak for themselves
> without the need to go to JIRA.

Now there would be a cool SCM wrapper: get the wrapper to look up the
issue description and insert it! :-)

> Thanks,
> Brett
> 
> [EMAIL PROTECTED] wrote:
> 
> >Author: jdcasey
> >Date: Tue Sep 20 14:47:10 2005
> >New Revision: 290572
> >
> >URL: http://svn.apache.org/viewcvs?rev=290572&view=rev
> >Log:
> >Resolving: MNG-842
> >
> >Modified:
> >maven/components/trunk/maven-core-it/it2002/project/pom.xml
> >  
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org



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



RE: Eclipse, WTP and Maven directory structure

2005-09-20 Thread Jason van Zyl
On Tue, 2005-09-20 at 23:46 +0200, Arnaud HERITIER wrote:
> > > 
> > > Just checking, but you know that's the m1 doco you're pointing to 
> > > there, right?
> > 
> > Yup, just pointing out that it needs updating too.
> 
> The doco you mentioned is deprecated (and must be removed).
> The current one is : http://maven.apache.org/reference/conventions.html

That's what happens when you've been using maven2 for two years (yes,
two years :-)) and don't look at m1 doco.

> > 
> > > Are we updating our best practices for m1 as well? I guess 
> > that's not 
> > > a bad idea...
> > 
> > I thought we were but I don't think genapp has been updated 
> > accordingly either.
> 
> No, it's not yet done 
> But I think we'll not move the default plugins settings (xdocs, ...), or it 
> will break too much projects.
> We'll add in generated projects the settings for the new layout ..
> 
> Arnaud
> 
> 
> > 
> > > - -j
> > > 
> > > Jason van Zyl wrote:
> > > | On Tue, 2005-09-20 at 16:52 -0400, Jason van Zyl wrote:
> > > |
> > > |>On Mon, 2005-09-19 at 22:53 +0200, Arnaud HERITIER wrote:
> > > |>
> > > |>>The proposed directory layout is the old one in maven 1.
> > > |>>Perhaps, should we say to them what the new project's layout is ?
> > > |>
> > > |>+1
> > > |
> > > |
> > > | By that I meant I will ping Chuck Bridgham ... done.
> > > |
> > > | And this needs to be updated:
> > > |
> > > | http://maven.apache.org/reference/dirlayout.html
> > > |
> > > | Which I'll tackle while doing the doco updates in general.
> > > |
> > > |
> > > |>>Arnaud
> > > |>>
> > > |>>
> > > |>>>
> > > |>>>So go ahead and vote for it! Popular request does 
> > influence them.
> > > |>>>:)
> > > |>>>
> > > |>>>Vincent Massol wrote:
> > > |>>>
> > > |>>>
> > > |I should have mentioned that the pointer to the link below was 
> > > |provided by Thomas.
> > > |
> > > |Thanks Thomas!
> > > |-Vincent
> > > |
> > > |
> > > |>-Original Message-
> > > |>From: [EMAIL PROTECTED]
> > > |>>>
> > > |>>>[mailto:[EMAIL PROTECTED] On
> > > |>>>
> > > |>Behalf Of Thomas Van de Velde
> > > |>Sent: lundi 19 septembre 2005 18:39
> > > |>To: Maven Developers List
> > > |>Subject: Re: Eclipse, WTP and Maven directory structure
> > > |>
> > > |>You can also refer to the following issue in Eclipse WTP's
> > > |>>>
> > > |>>>bugzilla:
> > > |>>>
> > > |>https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981
> > > |>
> > > |>Cheers,
> > > |>Thomas
> > > |>
> > > |>On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > > |>
> > > |>>Hi,
> > > |>>
> > > |>>FYI, it seems the Eclipse WTP team is considering supporting 
> > > |>>flexible source directory organization. They have listed 3 
> > > |>>scenarios and one of them is
> > > |>>Maven:
> > > |>>
> > > |>>http://tinyurl.com/9jn7s
> > > |>>(scroll down to scenario 2 for the Maven part)
> > > |>>
> > > |>>-Vincent
> > > |>>>
> > > |>>>
> > > |>>>
> > > 
> > |>>>--
> > > |>>>--- 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]
> > > |>>
> > > |>>
> > > -BEGIN PGP SIGNATURE-
> > > Version: GnuPG v1.2.6 (GNU/Linux)
> > > 
> > > iD8DBQFDMHsgK3h2CZwO/4URAsC4AJ42hjF12jjUgq/Z7T3orIjpysbqNACgr/Z1
> > > d2cGinh/6DddPTRVL2SNFck=
> > > =/2st
> > > -END PGP SIGNATURE-
> > > 
> > > 
> > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> > > additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > --
> > jvz.
> > 
> > Jason van Zyl
> > jason at maven.org
> > http://maven.apache.org
> > 
> > 
> > 
> > -
> > 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]
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



[jira] Closed: (MPXDOC-166) Update navigation.xsd

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPXDOC-166?page=all ]
 
Lukas Theussl closed MPXDOC-166:


Resolution: Fixed

> Update navigation.xsd
> -
>
>  Key: MPXDOC-166
>  URL: http://jira.codehaus.org/browse/MPXDOC-166
>  Project: maven-xdoc-plugin
> Type: Bug
> Reporter: Arnaud Heritier
>  Fix For: 1.10

>
>
> some items are missing. (search for example). 

-- 
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]



[jira] Closed: (MPXDOC-169) Add xdoc tag library documentation to the plugin site

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPXDOC-169?page=all ]
 
Lukas Theussl closed MPXDOC-169:


Resolution: Fixed

> Add xdoc tag library documentation to the plugin site
> -
>
>  Key: MPXDOC-169
>  URL: http://jira.codehaus.org/browse/MPXDOC-169
>  Project: maven-xdoc-plugin
> Type: Wish
> Versions: 1.9.2
>  Environment: beta 1
> Reporter: Lukas Theussl
> Assignee: Lukas Theussl
>  Fix For: 1.10

>
> Original Estimate: 4 hours
> Remaining: 4 hours
>


-- 
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]



[jira] Created: (MNG-936) settings.xml : OOD problem

2005-09-20 Thread bmak (JIRA)
settings.xml  : OOD problem
-

 Key: MNG-936
 URL: http://jira.codehaus.org/browse/MNG-936
 Project: Maven 2
Type: Bug
  Components: maven-core, design  
Versions: 2.0-beta-1
 Environment: cygwin 5.1 on xp professional sp2
 Reporter: bmak
Priority: Minor


with the -e option set I get the attached stack trace and more.

you dont need to be running under cygwin to reproduce. Just put windows paths 
in the example, and not unix paths.

under cywin, reproduce the problem as follows:

edit settlings.xml to include the /tmp/repo

from the "getting started" link, use the following command:

   m2 archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app

m2 will create the directory tree :

   /tmp/repo/org/apache/maven/plugins 

but not complete it or any of the other dirtrees needed to run the archetype 
plugin.

then the command attempts to find the localRepository using %USERPROFILE% and 
not the  value. 

To me this shows that  feature has not been implemented via 
OOD but procedurally, and that the implementation as is fails to create the 
correct directory tree in the first place.

I see it as an OOD issue because there obviously is not a one-stop shopping 
solution to find  value. in one phase of the command 
execution, it attempted to deposit plugngs in to the correct cache location. In 
another phase of the m2 command execution, it skips trying to find the plugins 
using the  value.

-=-=-=- partial stack trace -=-=-
 Caused by: java.io.FileNotFoundException: C:\Documents and 
Settings\mak\.m2\plugin-registry.xml (The system cannot find the path specified)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.(FileOutputStream.java:179)
at java.io.FileOutputStream.(FileOutputStream.java:131)
at java.io.FileWriter.(FileWriter.java:73)
at org.apache.maven.plugin.version.DefaultPluginVersionManager.writeUser
Registry(DefaultPluginVersionManager.java:573)
... 19 mor



-- 
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]



svn commit: r290590 - in /maven/maven-1/plugins/trunk/xdoc/xdocs: changes.xml navigation.xml tags.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 17:12:27 2005
New Revision: 290590

URL: http://svn.apache.org/viewcvs?rev=290590&view=rev
Log:
MPXDOC-169: Add xdoc tag library documentation to the plugin site

Added:
maven/maven-1/plugins/trunk/xdoc/xdocs/tags.xml
Modified:
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=290590&r1=290589&r2=290590&view=diff
==
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Tue Sep 20 17:12:27 2005
@@ -27,6 +27,7 @@
   
   
 
+  Add xdoc tag 
library documentation to the plugin site.
   Fix 
xdoc:validate.
   One cannot call xdoc:copy-user-resources directly.
   Add support for more powered-by banners.

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml?rev=290590&r1=290589&r2=290590&view=diff
==
--- maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/navigation.xml Tue Sep 20 17:12:27 
2005
@@ -29,6 +29,7 @@
 
   
   
+  
   
   
 

Added: maven/maven-1/plugins/trunk/xdoc/xdocs/tags.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/tags.xml?rev=290590&view=auto
==
--- maven/maven-1/plugins/trunk/xdoc/xdocs/tags.xml (added)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/tags.xml Tue Sep 20 17:12:27 2005
@@ -0,0 +1,332 @@
+
+  
+Plugin tags
+  
+  
+
+  The following tag libraries and tags are provided by this plugin.
+  
+doc
+  
+deregisterReport
+registerReport
+formatAsNumber
+jslFile
+jsl
+itemLink
+text-xdoc
+printRow
+performJSL
+performJSLTransform
+performJSL-i18n
+jslToSite
+escapeNameToken
+  
+
+  
+
+
+  
+Deregister a report from xdoc.
+
+  AttributeOptional?Description
+  
+name
+No
+ Report to deregister, must be same as name used to 
register.
+  
+
+  
+  
+A tag to register a report with xdoc.
+
+  AttributeOptional?Description
+  
+name
+No
+The name of the report to register.
+  
+  
+pluginName
+No
+The name of the plugin. the plugin:report goal must exist
+  
+  
+description
+Yes
+A text description of the report.
+  
+  
+link
+No
+The nav-bar link for this report.
+  
+  
+target
+Yes
+The target for the new page (_self, _blank, ...).
+  
+
+  
+  
+Calls org.apache.maven.util.DVSLFormatter
+
+  AttributeOptional?Description
+  
+string
+No
+The string to format.
+  
+  
+pattern
+No
+The pattern.
+  
+
+  
+  
+
+  Basic tag for performing arbitrary jsl transformations
+  on arbitrary jsl inputs.
+
+
+  AttributeOptional?Description
+  
+input
+Yes
+The input file.
+  
+  
+output
+No
+The output file.
+  
+  
+stylesheet
+No
+The stylesheet to use in the transformation.
+  
+  
+encoding
+Yes
+The encoding of the output file.
+  
+  
+omitXmlDeclaration
+Yes
+
+  
+  
+outputMode
+No
+
+  
+  
+prettyPrint
+Yes
+
+  
+
+  
+  
+
+  This tag has a lot of defaults suitable for transforming
+  documents easily.
+
+
+  AttributeOptional?Description
+  
+input
+Yes
+The input file.
+  
+  
+outputDirectory
+Yes
+Will be placed under ${maven.gen.docs}.
+  
+  
+stylesheet
+No
+  

[jira] Closed: (MPPDF-48) validate pdf_navigation file

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPPDF-48?page=all ]
 
Lukas Theussl closed MPPDF-48:
--

Resolution: Fixed

> validate pdf_navigation file
> 
>
>  Key: MPPDF-48
>  URL: http://jira.codehaus.org/browse/MPPDF-48
>  Project: maven-pdf-plugin
> Type: Improvement
> Reporter: Lukas Theussl
> Assignee: Lukas Theussl
>  Fix For: 2.5

>
>


-- 
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]



svn commit: r290582 - in /maven/maven-1/plugins/trunk/pdf: plugin.jelly xdocs/changes.xml xdocs/goals.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 16:00:30 2005
New Revision: 290582

URL: http://svn.apache.org/viewcvs?rev=290582&view=rev
Log:
New goal pdf:navigation-validate

Modified:
maven/maven-1/plugins/trunk/pdf/plugin.jelly
maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
maven/maven-1/plugins/trunk/pdf/xdocs/goals.xml

Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=290582&r1=290581&r2=290582&view=diff
==
--- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Tue Sep 20 16:00:30 2005
@@ -16,7 +16,13 @@
  * limitations under the License.
  */
  -->
-
+
 
   
 
@@ -274,6 +280,33 @@
   
 
 
+  
+
+  
+
+
+
+
+
+
+
+
+  
+
+  
+  
+
+  
+
+
+
+
   
 
 

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=290582&r1=290581&r2=290582&view=diff
==
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Tue Sep 20 16:00:30 2005
@@ -25,6 +25,7 @@
   
   
 
+  New goal 
pdf:navigation-validate to validate the pdf navigation 
file.
   Fix 
maven.pdf.cover.projectCompany.
   Make cover header- and footer-height 
configurable.
   Use optional id tag 
for sub/section anchors to avoid problems with identical names.

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/goals.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/goals.xml?rev=290582&r1=290581&r2=290582&view=diff
==
--- maven/maven-1/plugins/trunk/pdf/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/goals.xml Tue Sep 20 16:00:30 2005
@@ -46,6 +46,10 @@
   Generates a PDF document containing all project documentation. 
The PDF is generated from the .fo file generated in the fo:fo 
goal.
 
 
+  pdf:navigation-validate
+  Validates ${maven.pdf.navigationFile}.
+
+
   maven-pdf-plugin:register
   Register the pdf generation after the site goal.
 



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



[jira] Commented: (MNG-934) change default value of usePluginRegistry in settings.xml to 'false'

2005-09-20 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-934?page=comments#action_46778 ] 

Trygve Laugstol commented on MNG-934:
-

Not sure, the real usage for the registry is to be able to pin the version of a 
plugin, right? So that even if the project depends on LASTEST, it will get the 
version in the registry? If so, should the project say "use the registry"? What 
I'm wondering is will it ever be enabled again? I don't know, got to think more 
:)

> change default value of usePluginRegistry in settings.xml to 'false'
> 
>
>  Key: MNG-934
>  URL: http://jira.codehaus.org/browse/MNG-934
>  Project: Maven 2
> Type: Improvement
> Versions: 2.0-beta-1
> Reporter: John Casey
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
>
> will this cause more problems than it solves? it seems like the majority of 
> users don't use this feature, unless it's in the case of a new m2 release, 
> where they're still on the old release...but I'm not sure what impact this 
> would have on that situtation.
> WDYT?

-- 
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]



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46777 ] 

Arnaud Heritier commented on MPPDF-50:
--

It could be possible.
You're using a SNAPSHOT, thus I could update it on the server and your maven 
could download it ;-)

But it wasn't the case ;-)

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Jeff Jensen (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46776 ] 

Jeff Jensen commented on MPPDF-50:
--

Perhaps, but sorry, I think instead you missed your opportunity to say "See how 
good I am!  I fixed it without you noticing"  ;-)  LOL!


> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



svn commit: r290574 - in /maven/components/trunk/maven-plugins/maven-jar-plugin/src/site: apt/howto.apt site.xml

2005-09-20 Thread brett
Author: brett
Date: Tue Sep 20 14:58:56 2005
New Revision: 290574

URL: http://svn.apache.org/viewcvs?rev=290574&view=rev
Log:
set properties

Modified:

maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt   
(contents, props changed)
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml   
(contents, props changed)

Modified: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt?rev=290574&r1=290573&r2=290574&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt 
(original)
+++ 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt 
Tue Sep 20 14:58:56 2005
@@ -1,20 +1,20 @@
- --

- Maven 2 JAR Plugin

- --

-

-Maven 2 JAR Plugin

-

- Builds your project into a jar

- 

-*How to Use

-

-  If the packaging of your project is set to 'jar', this plugin is executed

-  whenever it passes the "package" phase. Have it executed

-  using the command below from your project:

-



-  m2 package



-

-  From your project's target directory you'll able to see the generated jar 
file.

-

+ --
+ Maven 2 JAR Plugin
+ --
+
+Maven 2 JAR Plugin
+
+ Builds your project into a jar
+ 
+*How to Use
+
+  If the packaging of your project is set to 'jar', this plugin is executed
+  whenever it passes the "package" phase. Have it executed
+  using the command below from your project:
+
+---
+  m2 package
+---
+
+  From your project's target directory you'll able to see the generated jar 
file.
+

Propchange: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt
--
svn:eol-style = native

Modified: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml?rev=290574&r1=290573&r2=290574&view=diff
==
--- maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml 
(original)
+++ maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml Tue 
Sep 20 14:58:56 2005
@@ -1,21 +1,21 @@
-

-  

-Maven JAR plugin

-http://maven.apache.org/images/apache-maven-project.png

-http://maven.apache.org/

-  

-  

-http://maven.apache.org/images/maven-small.gif

-  

-  

-

-  http://maven.apache.org/maven2/"/>

-

-

-

-  

-

-${reports}

-  

-

-

+
+  
+Maven JAR plugin
+http://maven.apache.org/images/apache-maven-project.png
+http://maven.apache.org/
+  
+  
+http://maven.apache.org/images/maven-small.gif
+  
+  
+
+  http://maven.apache.org/maven2/"/>
+
+
+
+  
+
+${reports}
+  
+
+

Propchange: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml
--
svn:eol-style = native



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



Re: svn commit: r290572 - in /maven/components/trunk: maven-core-it/it2002/project/pom.xml maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java

2005-09-20 Thread Brett Porter
Please state what this fixes - cvs records should speak for themselves
without the need to go to JIRA.

Thanks,
Brett

[EMAIL PROTECTED] wrote:

>Author: jdcasey
>Date: Tue Sep 20 14:47:10 2005
>New Revision: 290572
>
>URL: http://svn.apache.org/viewcvs?rev=290572&view=rev
>Log:
>Resolving: MNG-842
>
>Modified:
>maven/components/trunk/maven-core-it/it2002/project/pom.xml
>  
>

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



[maven2 build - SUCCESS - update] Tue Sep 20 21:45:00 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050920.214500.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050920.214500.txt

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



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46772 ] 

Arnaud Heritier commented on MPPDF-50:
--

maven is magic :-)

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[jira] Closed: (MNG-842) release plugin creates tag that truncates path information after /trunk/ in the original

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-842?page=all ]
 
John Casey closed MNG-842:
--

Resolution: Fixed

> release plugin creates tag that truncates path information after /trunk/ in 
> the original
> 
>
>  Key: MNG-842
>  URL: http://jira.codehaus.org/browse/MNG-842
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Versions: 2.0-beta-1
> Reporter: Brett Porter
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 1 hour
>Time Spent: 30 minutes
> Remaining: 0 minutes
>
> witness modello: modello-1.0-alpha-4 is created instead of 
> modello-1.0-alpha-4/modello (prefer the first layout, but that doesn't match 
> how the SCM is set up)

-- 
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]



svn commit: r290572 - in /maven/components/trunk: maven-core-it/it2002/project/pom.xml maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java

2005-09-20 Thread jdcasey
Author: jdcasey
Date: Tue Sep 20 14:47:10 2005
New Revision: 290572

URL: http://svn.apache.org/viewcvs?rev=290572&view=rev
Log:
Resolving: MNG-842

Modified:
maven/components/trunk/maven-core-it/it2002/project/pom.xml

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java

Modified: maven/components/trunk/maven-core-it/it2002/project/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/project/pom.xml?rev=290572&r1=290571&r2=290572&view=diff
==
--- maven/components/trunk/maven-core-it/it2002/project/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it2002/project/pom.xml Tue Sep 20 
14:47:10 2005
@@ -40,14 +40,14 @@
   
 
   
-
scm:svn:file://localhost/${project.file.parentFile.parentFile}/target/svnroot/project/trunk
-
scm:svn:file://localhost/${project.file.parentFile.parentFile}/target/svnroot/project/trunk
-
file://localhost/${project.file.parentFile.parentFile}/target/svnroot/project/trunk
+
scm:svn:file://localhost/${project.file.parentFile.parentFile}/target/svnroot/trunk/project
+
scm:svn:file://localhost/${project.file.parentFile.parentFile}/target/svnroot/trunk/project
+
file://localhost/${project.file.parentFile.parentFile}/target/svnroot/trunk/project
 p1
   
 
   
-
file://localhost/${project.file.parentFile.parentFile}/target/svnroot/project/tags
+
file://localhost/${project.file.parentFile.parentFile}/target/svnroot/tags
   
 
   

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java?rev=290572&r1=290571&r2=290572&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/helpers/ProjectScmRewriter.java
 Tue Sep 20 14:47:10 2005
@@ -23,6 +23,9 @@
 import org.apache.maven.project.MavenProject;
 import org.codehaus.plexus.util.StringUtils;
 
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
 public class ProjectScmRewriter
 {
 private ReleaseProgressTracker releaseProgress;
@@ -87,9 +90,23 @@
 
 private String convertSvnConnectionString( String scmConnection, String 
tag )
 {
-if ( scmConnection.indexOf( "/trunk" ) >= 0 )
+int trunkBegin = scmConnection.indexOf( "/trunk" );
+
+if ( trunkBegin >= 0 )
 {
-scmConnection = StringUtils.replace( scmConnection, "/trunk", 
"/tags/" + tag );
+String tail = "";
+
+if ( scmConnection.length() > trunkBegin + "/trunk".length() )
+{
+tail = scmConnection.substring( trunkBegin + "/trunk".length() 
);
+
+if ( !tail.startsWith( "/" ) )
+{
+tail += "/";
+}
+}
+
+scmConnection = scmConnection.substring( 0, trunkBegin ) + 
"/tags/" + tag + tail;
 }
 else
 {



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



RE: Eclipse, WTP and Maven directory structure

2005-09-20 Thread Arnaud HERITIER
> > 
> > Just checking, but you know that's the m1 doco you're pointing to 
> > there, right?
> 
> Yup, just pointing out that it needs updating too.

The doco you mentioned is deprecated (and must be removed).
The current one is : http://maven.apache.org/reference/conventions.html

> 
> > Are we updating our best practices for m1 as well? I guess 
> that's not 
> > a bad idea...
> 
> I thought we were but I don't think genapp has been updated 
> accordingly either.

No, it's not yet done 
But I think we'll not move the default plugins settings (xdocs, ...), or it 
will break too much projects.
We'll add in generated projects the settings for the new layout ..

Arnaud


> 
> > - -j
> > 
> > Jason van Zyl wrote:
> > | On Tue, 2005-09-20 at 16:52 -0400, Jason van Zyl wrote:
> > |
> > |>On Mon, 2005-09-19 at 22:53 +0200, Arnaud HERITIER wrote:
> > |>
> > |>>The proposed directory layout is the old one in maven 1.
> > |>>Perhaps, should we say to them what the new project's layout is ?
> > |>
> > |>+1
> > |
> > |
> > | By that I meant I will ping Chuck Bridgham ... done.
> > |
> > | And this needs to be updated:
> > |
> > | http://maven.apache.org/reference/dirlayout.html
> > |
> > | Which I'll tackle while doing the doco updates in general.
> > |
> > |
> > |>>Arnaud
> > |>>
> > |>>
> > |>>>
> > |>>>So go ahead and vote for it! Popular request does 
> influence them.
> > |>>>:)
> > |>>>
> > |>>>Vincent Massol wrote:
> > |>>>
> > |>>>
> > |I should have mentioned that the pointer to the link below was 
> > |provided by Thomas.
> > |
> > |Thanks Thomas!
> > |-Vincent
> > |
> > |
> > |>-Original Message-
> > |>From: [EMAIL PROTECTED]
> > |>>>
> > |>>>[mailto:[EMAIL PROTECTED] On
> > |>>>
> > |>Behalf Of Thomas Van de Velde
> > |>Sent: lundi 19 septembre 2005 18:39
> > |>To: Maven Developers List
> > |>Subject: Re: Eclipse, WTP and Maven directory structure
> > |>
> > |>You can also refer to the following issue in Eclipse WTP's
> > |>>>
> > |>>>bugzilla:
> > |>>>
> > |>https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981
> > |>
> > |>Cheers,
> > |>Thomas
> > |>
> > |>On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > |>
> > |>>Hi,
> > |>>
> > |>>FYI, it seems the Eclipse WTP team is considering supporting 
> > |>>flexible source directory organization. They have listed 3 
> > |>>scenarios and one of them is
> > |>>Maven:
> > |>>
> > |>>http://tinyurl.com/9jn7s
> > |>>(scroll down to scenario 2 for the Maven part)
> > |>>
> > |>>-Vincent
> > |>>>
> > |>>>
> > |>>>
> > 
> |>>>--
> > |>>>--- 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]
> > |>>
> > |>>
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.2.6 (GNU/Linux)
> > 
> > iD8DBQFDMHsgK3h2CZwO/4URAsC4AJ42hjF12jjUgq/Z7T3orIjpysbqNACgr/Z1
> > d2cGinh/6DddPTRVL2SNFck=
> > =/2st
> > -END PGP SIGNATURE-
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> > additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> --
> jvz.
> 
> Jason van Zyl
> jason at maven.org
> http://maven.apache.org
> 
> 
> 
> -
> 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]



[maven2 build - SUCCESS - update] Tue Sep 20 21:15:01 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050920.211501.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050920.211501.txt

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



Re: Eclipse, WTP and Maven directory structure

2005-09-20 Thread Jason van Zyl
On Tue, 2005-09-20 at 17:12 -0400, John Casey wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Just checking, but you know that's the m1 doco you're pointing to there,
> right? 

Yup, just pointing out that it needs updating too.

> Are we updating our best practices for m1 as well? I guess that's
> not a bad idea...

I thought we were but I don't think genapp has been updated accordingly
either.

> - -j
> 
> Jason van Zyl wrote:
> | On Tue, 2005-09-20 at 16:52 -0400, Jason van Zyl wrote:
> |
> |>On Mon, 2005-09-19 at 22:53 +0200, Arnaud HERITIER wrote:
> |>
> |>>The proposed directory layout is the old one in maven 1.
> |>>Perhaps, should we say to them what the new project's layout is ?
> |>
> |>+1
> |
> |
> | By that I meant I will ping Chuck Bridgham ... done.
> |
> | And this needs to be updated:
> |
> | http://maven.apache.org/reference/dirlayout.html
> |
> | Which I'll tackle while doing the doco updates in general.
> |
> |
> |>>Arnaud
> |>>
> |>>
> |>>>
> |>>>So go ahead and vote for it! Popular request does influence them.
> |>>>:)
> |>>>
> |>>>Vincent Massol wrote:
> |>>>
> |>>>
> |I should have mentioned that the pointer to the link below was
> |provided by Thomas.
> |
> |Thanks Thomas!
> |-Vincent
> |
> |
> |>-Original Message-
> |>From: [EMAIL PROTECTED]
> |>>>
> |>>>[mailto:[EMAIL PROTECTED] On
> |>>>
> |>Behalf Of Thomas Van de Velde
> |>Sent: lundi 19 septembre 2005 18:39
> |>To: Maven Developers List
> |>Subject: Re: Eclipse, WTP and Maven directory structure
> |>
> |>You can also refer to the following issue in Eclipse WTP's
> |>>>
> |>>>bugzilla:
> |>>>
> |>https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981
> |>
> |>Cheers,
> |>Thomas
> |>
> |>On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> |>
> |>>Hi,
> |>>
> |>>FYI, it seems the Eclipse WTP team is considering supporting
> |>>flexible source directory organization. They have listed 3
> |>>scenarios and one of them is
> |>>Maven:
> |>>
> |>>http://tinyurl.com/9jn7s
> |>>(scroll down to scenario 2 for the Maven part)
> |>>
> |>>-Vincent
> |>>>
> |>>>
> |>>>
> |>>>-
> |>>>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]
> |>>
> |>>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.6 (GNU/Linux)
> 
> iD8DBQFDMHsgK3h2CZwO/4URAsC4AJ42hjF12jjUgq/Z7T3orIjpysbqNACgr/Z1
> d2cGinh/6DddPTRVL2SNFck=
> =/2st
> -END PGP SIGNATURE-
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org



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



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Jeff Jensen (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46770 ] 

Jeff Jensen commented on MPPDF-50:
--

This is how I run it:
set MAVEN_OPTS=-Xmx1024m
call maven -p projectperforcefaq.xml 
-Dmaven.pdf.navigationFile=navigation-pdf-perforce.xml pdf

I run it this way because I already have a PDF defined for the project, and 
need a PDF of only this FAQ (actually that is an enhancement request - allow 
config of multiple PDFs per project!).

I will attach a log run and my config files.

WOW - I just ran it again to get a complete log for you, and it worked this 
time!  I have no idea why - I ran it a number of times prior, and it failed 
each time.

Consider it closed.  Fantastic!  Thanks a again!

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[jira] Created: (MNG-935) Gentoo style pom dependencies

2005-09-20 Thread Brian C. Dilley (JIRA)
Gentoo style pom dependencies
-

 Key: MNG-935
 URL: http://jira.codehaus.org/browse/MNG-935
 Project: Maven 2
Type: Wish
 Environment: None appropriate
 Reporter: Brian C. Dilley


I'm a long time Gentoo Linux (http://www.gentoo.org/) user, and i think that 
Maven could adpot some idea's from gentoo's portage 
(http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=1).

Gentoo has a concept of "ebuilds" (which can be compared to poms).  An ebuild 
is an install script of sorts for installing a particular piece of software.  
An ebuild defines, among other things, what it's dependencies (other ebuilds) 
are.  There are two types of dependencies: optional and required.  A required 
depency is something that the software needs to be built or run, while an 
optional depency is the exact opposite... it is optional at compile and run 
time.  Basically an optional depency is a feature that the piece of sotware 
supports that isn't necessary for it to function.

There is also something in gentoo called "USE flags".  Use flags are a system 
scope set of parameters that determine how ebuilds are built... and which 
features are included or excluded.  For instance, "alsa" is a USE flag.  If 
your use flags have "alsa" in them then any application that supports Alsa 
(Advanced Linux Sound Architecture) as an optional dependency will be compiled 
with support for alsa.  Likewise, if your USE flags contain "-alsa" then 
anything that has optional support for alsa will not be compiled with support 
for alsa.  I should also mention that if a particular ebuild requires alsa... 
alsa will be built as well as it (because it requires alsa at compile/run 
time)... but it and anything else that requires it will be the only piece of 
software on the machine that has alsa support.  I should also note that Gentoo 
has what is called "profiles".  Profiles contain (among other things) a default 
set of USE flags for the general user, so in theory a Gentoo user doesn't have 
to modify their USE flags whatsoever.

My thinking is that Maven could adopt this.   Poms could specify required and 
optional dependencies,  and at a project level USE flags could be defined to 
filter what gets included in a project. For instance someone using the Spring 
Framework may not be using Hibernate... in their use flags "-hibernate" could 
be defined so that maven knows not to grab hibernate (and all of it's 
dependencies) just because they want to use the spring MVC framework.



-- 
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]



Re: Eclipse, WTP and Maven directory structure

2005-09-20 Thread John Casey

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just checking, but you know that's the m1 doco you're pointing to there,
right? Are we updating our best practices for m1 as well? I guess that's
not a bad idea...

- -j

Jason van Zyl wrote:
| On Tue, 2005-09-20 at 16:52 -0400, Jason van Zyl wrote:
|
|>On Mon, 2005-09-19 at 22:53 +0200, Arnaud HERITIER wrote:
|>
|>>The proposed directory layout is the old one in maven 1.
|>>Perhaps, should we say to them what the new project's layout is ?
|>
|>+1
|
|
| By that I meant I will ping Chuck Bridgham ... done.
|
| And this needs to be updated:
|
| http://maven.apache.org/reference/dirlayout.html
|
| Which I'll tackle while doing the doco updates in general.
|
|
|>>Arnaud
|>>
|>>
|>>>
|>>>So go ahead and vote for it! Popular request does influence them.
|>>>:)
|>>>
|>>>Vincent Massol wrote:
|>>>
|>>>
|I should have mentioned that the pointer to the link below was
|provided by Thomas.
|
|Thanks Thomas!
|-Vincent
|
|
|>-Original Message-
|>From: [EMAIL PROTECTED]
|>>>
|>>>[mailto:[EMAIL PROTECTED] On
|>>>
|>Behalf Of Thomas Van de Velde
|>Sent: lundi 19 septembre 2005 18:39
|>To: Maven Developers List
|>Subject: Re: Eclipse, WTP and Maven directory structure
|>
|>You can also refer to the following issue in Eclipse WTP's
|>>>
|>>>bugzilla:
|>>>
|>https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981
|>
|>Cheers,
|>Thomas
|>
|>On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
|>
|>>Hi,
|>>
|>>FYI, it seems the Eclipse WTP team is considering supporting
|>>flexible source directory organization. They have listed 3
|>>scenarios and one of them is
|>>Maven:
|>>
|>>http://tinyurl.com/9jn7s
|>>(scroll down to scenario 2 for the Maven part)
|>>
|>>-Vincent
|>>>
|>>>
|>>>
|>>>-
|>>>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]
|>>
|>>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFDMHsgK3h2CZwO/4URAsC4AJ42hjF12jjUgq/Z7T3orIjpysbqNACgr/Z1
d2cGinh/6DddPTRVL2SNFck=
=/2st
-END PGP SIGNATURE-

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



[jira] Created: (MNG-934) change default value of usePluginRegistry in settings.xml to 'false'

2005-09-20 Thread John Casey (JIRA)
change default value of usePluginRegistry in settings.xml to 'false'


 Key: MNG-934
 URL: http://jira.codehaus.org/browse/MNG-934
 Project: Maven 2
Type: Improvement
Versions: 2.0-beta-1
 Reporter: John Casey
 Fix For: 2.0-beta-2


will this cause more problems than it solves? it seems like the majority of 
users don't use this feature, unless it's in the case of a new m2 release, 
where they're still on the old release...but I'm not sure what impact this 
would have on that situtation.

WDYT?

-- 
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]



[jira] Commented: (MNG-845) get rid of "originalModel"

2005-09-20 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-845?page=comments#action_46766 ] 

John Casey commented on MNG-845:


I don't see how else you'll be able to get at the un-inherited, in-injected POM 
without originalModel. We're dependent on this to rewrite pom.xml, unless you 
were to read in the xml and apply some sort of transform, which definitely 
seems like the greater of the two evils.

Also, it eliminates the need to perform the read/transform logic for other 
plugins that may want to simply make a slightly tweaked version of the pom.xml, 
not to mention transferring it to a database instance or something else, 
eventually.

> get rid of "originalModel"
> --
>
>  Key: MNG-845
>  URL: http://jira.codehaus.org/browse/MNG-845
>  Project: Maven 2
> Type: Task
>   Components: maven-project
> Reporter: Brett Porter
>  Fix For: 2.0-beta-2

>
>
> this seems to have polluted the api for the release plugin, and should be 
> able to be done as a separate instantiation of the project (and seems to be 
> happening anyway).

-- 
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]



RE: Eclipse, WTP and Maven directory structure

2005-09-20 Thread Jason van Zyl
On Tue, 2005-09-20 at 16:52 -0400, Jason van Zyl wrote:
> On Mon, 2005-09-19 at 22:53 +0200, Arnaud HERITIER wrote:
> > The proposed directory layout is the old one in maven 1.
> > Perhaps, should we say to them what the new project's layout is ?
> 
> +1

By that I meant I will ping Chuck Bridgham ... done.

And this needs to be updated:

http://maven.apache.org/reference/dirlayout.html

Which I'll tackle while doing the doco updates in general.

> > Arnaud
> > 
> > > 
> > > 
> > > So go ahead and vote for it! Popular request does influence them.
> > > :)
> > > 
> > > Vincent Massol wrote:
> > > 
> > > > I should have mentioned that the pointer to the link below was 
> > > > provided by Thomas.
> > > > 
> > > > Thanks Thomas!
> > > > -Vincent
> > > > 
> > > >> -Original Message-
> > > >> From: [EMAIL PROTECTED] 
> > > [mailto:[EMAIL PROTECTED] On 
> > > >> Behalf Of Thomas Van de Velde
> > > >> Sent: lundi 19 septembre 2005 18:39
> > > >> To: Maven Developers List
> > > >> Subject: Re: Eclipse, WTP and Maven directory structure
> > > >> 
> > > >> You can also refer to the following issue in Eclipse WTP's 
> > > bugzilla:
> > > >> 
> > > >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981
> > > >> 
> > > >> Cheers,
> > > >> Thomas
> > > >> 
> > > >> On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > > >> >
> > > >> > Hi,
> > > >> >
> > > >> > FYI, it seems the Eclipse WTP team is considering supporting 
> > > >> > flexible source directory organization. They have listed 3 
> > > >> > scenarios and one of them is
> > > >> > Maven:
> > > >> >
> > > >> > http://tinyurl.com/9jn7s
> > > >> > (scroll down to scenario 2 for the Maven part)
> > > >> >
> > > >> > -Vincent
> > > 
> > > 
> > > 
> > > -
> > > 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]
> > 
> > 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Simplex sigillum veri. (Simplicity is the seal of truth.)


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



[jira] Updated: (MNG-842) release plugin creates tag that truncates path information after /trunk/ in the original

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-842?page=all ]

John Casey updated MNG-842:
---

Version: 2.0-beta-1
Fix Version: 2.0-beta-2

> release plugin creates tag that truncates path information after /trunk/ in 
> the original
> 
>
>  Key: MNG-842
>  URL: http://jira.codehaus.org/browse/MNG-842
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Versions: 2.0-beta-1
> Reporter: Brett Porter
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 1 hour
> Remaining: 1 hour
>
> witness modello: modello-1.0-alpha-4 is created instead of 
> modello-1.0-alpha-4/modello (prefer the first layout, but that doesn't match 
> how the SCM is set up)

-- 
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]



[jira] Updated: (MNG-842) release plugin creates tag that truncates path information after /trunk/ in the original

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-842?page=all ]

John Casey updated MNG-842:
---

Remaining Estimate: 1 hour
 Original Estimate: 3600

> release plugin creates tag that truncates path information after /trunk/ in 
> the original
> 
>
>  Key: MNG-842
>  URL: http://jira.codehaus.org/browse/MNG-842
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Versions: 2.0-beta-1
> Reporter: Brett Porter
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 1 hour
> Remaining: 1 hour
>
> witness modello: modello-1.0-alpha-4 is created instead of 
> modello-1.0-alpha-4/modello (prefer the first layout, but that doesn't match 
> how the SCM is set up)

-- 
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]



[jira] Closed: (MNG-882) release:perform doesn't fail when the project it is building fails to build

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-882?page=all ]
 
John Casey closed MNG-882:
--

Resolution: Fixed

> release:perform doesn't fail when the project it is building fails to build
> ---
>
>  Key: MNG-882
>  URL: http://jira.codehaus.org/browse/MNG-882
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Reporter: Brett Porter
> Assignee: John Casey

>
> Original Estimate: 15 minutes
>Time Spent: 15 minutes
> Remaining: 0 minutes
>
> this could just be a result of the the windows batch file not giving back the 
> right error code, but you end up with a failure, followed by a success in the 
> same output.

-- 
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]



[jira] Updated: (MNG-882) release:perform doesn't fail when the project it is building fails to build

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-882?page=all ]

John Casey updated MNG-882:
---

Remaining Estimate: 15 minutes
 Original Estimate: 900

> release:perform doesn't fail when the project it is building fails to build
> ---
>
>  Key: MNG-882
>  URL: http://jira.codehaus.org/browse/MNG-882
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Reporter: Brett Porter
> Assignee: John Casey

>
> Original Estimate: 15 minutes
> Remaining: 15 minutes
>
> this could just be a result of the the windows batch file not giving back the 
> right error code, but you end up with a failure, followed by a success in the 
> same output.

-- 
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]



[jira] Updated: (MNG-884) release:perform doesn't work at all without release.properties

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-884?page=all ]

John Casey updated MNG-884:
---

   Version: 2.0-beta-1
   Fix Version: 2.0-beta-2
Remaining Estimate: 2 hours
 Original Estimate: 7200

will have to determine the proper course of action in the case of a reactored 
release, but otherwise should be doable.

> release:perform doesn't work at all without release.properties
> --
>
>  Key: MNG-884
>  URL: http://jira.codehaus.org/browse/MNG-884
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Versions: 2.0-beta-1
> Reporter: Brett Porter
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 2 hours
> Remaining: 2 hours
>
> it should be able to derive this from the mojo configuration in most cases

-- 
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]



svn commit: r290565 - /maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java

2005-09-20 Thread brett
Author: brett
Date: Tue Sep 20 14:05:00 2005
New Revision: 290565

URL: http://svn.apache.org/viewcvs?rev=290565&view=rev
Log:
o store temp file in temp directory, not target which may not exist
o error out if site doesn't exist to copy.
o clean up

Modified:

maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java?rev=290565&r1=290564&r2=290565&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-site-plugin/src/main/java/org/apache/maven/doxia/ScpSiteDeployMojo.java
 Tue Sep 20 14:05:00 2005
@@ -1,7 +1,20 @@
+package org.apache.maven.doxia;
+
 /*
- * Copyright (c) 2005 Your Corporation. All Rights Reserved.
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
  */
-package org.apache.maven.doxia;
 
 import org.apache.maven.artifact.manager.WagonManager;
 import org.apache.maven.model.DistributionManagement;
@@ -23,13 +36,13 @@
 import java.util.zip.ZipEntry;
 import java.util.zip.ZipOutputStream;
 
-
 /**
  * Deploys website using scp protocol.
  * First website files are packaged into zip archive,
  * then archive is transfred to remote host, nextly it is un-archived.
  * This method of deployment should normally be much faster
  * then making file by file copy.
+ *
  * @author mailto:[EMAIL PROTECTED]">Michal Maczka
  * @version $Id$
  * @goal deploy
@@ -41,13 +54,7 @@
  * @parameter alias="siteDirectory" 
expression="${project.build.directory}/site"
  * @required
  */
-private String inputDirectory;
-
-/**
- * @parameter expression="${project.build.directory}"
- * @required
- */
-private String workingDirectory;
+private File inputDirectory;
 
 /**
  * @parameter
@@ -71,61 +78,67 @@
 public void execute()
 throws MojoExecutionException
 {
-File baseDir = new File( inputDirectory );
+if ( !inputDirectory.exists() )
+{
+throw new MojoExecutionException( "The site does not exist, please 
run site:site first" );
+}
 
 File zipFile;
 
 try
 {
-zipFile = File.createTempFile( "site", ".zip", new File( 
workingDirectory ) );
+zipFile = File.createTempFile( "site", ".zip" );
 }
 catch ( IOException e )
 {
 throw new MojoExecutionException( "Cannot create site archive!", e 
);
 }
 
-SshCommandExecutor commandExecutor = null;
-try
+DistributionManagement distributionManagement = 
project.getDistributionManagement();
+
+if ( distributionManagement == null )
 {
-DistributionManagement distributionManagement = 
project.getDistributionManagement();
+throw new MojoExecutionException( "Missing distribution management 
information in the project" );
+}
 
-if ( distributionManagement == null )
-{
-throw new MojoExecutionException( "Missing distribution 
management information in the project" );
-}
+Site site = distributionManagement.getSite();
 
-Site site = distributionManagement.getSite();
+if ( site == null )
+{
+throw new MojoExecutionException(
+"Missing site information in the distribution management 
element in the project.." );
+}
 
-if ( site == null )
-{
-throw new MojoExecutionException( "Missing site information in 
the distribution management element in the project.." );
-}
+String url = site.getUrl();
 
-String url = site.getUrl();
+String id = site.getId();
 
-String id = site.getId();
+if ( url == null )
+{
+throw new MojoExecutionException( "The URL to the site is missing 
in the project descriptor." );
+}
 
-if ( url == null )
-{
-throw new

RE: Eclipse, WTP and Maven directory structure

2005-09-20 Thread Jason van Zyl
On Mon, 2005-09-19 at 22:53 +0200, Arnaud HERITIER wrote:
> The proposed directory layout is the old one in maven 1.
> Perhaps, should we say to them what the new project's layout is ?

+1

> Arnaud
> 
> > 
> > 
> > So go ahead and vote for it! Popular request does influence them.
> > :)
> > 
> > Vincent Massol wrote:
> > 
> > > I should have mentioned that the pointer to the link below was 
> > > provided by Thomas.
> > > 
> > > Thanks Thomas!
> > > -Vincent
> > > 
> > >> -Original Message-
> > >> From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On 
> > >> Behalf Of Thomas Van de Velde
> > >> Sent: lundi 19 septembre 2005 18:39
> > >> To: Maven Developers List
> > >> Subject: Re: Eclipse, WTP and Maven directory structure
> > >> 
> > >> You can also refer to the following issue in Eclipse WTP's 
> > bugzilla:
> > >> 
> > >> https://bugs.eclipse.org/bugs/show_bug.cgi?id=102981
> > >> 
> > >> Cheers,
> > >> Thomas
> > >> 
> > >> On 9/19/05, Vincent Massol <[EMAIL PROTECTED]> wrote:
> > >> >
> > >> > Hi,
> > >> >
> > >> > FYI, it seems the Eclipse WTP team is considering supporting 
> > >> > flexible source directory organization. They have listed 3 
> > >> > scenarios and one of them is
> > >> > Maven:
> > >> >
> > >> > http://tinyurl.com/9jn7s
> > >> > (scroll down to scenario 2 for the Maven part)
> > >> >
> > >> > -Vincent
> > 
> > 
> > 
> > -
> > 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]
> 
> 
-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



[jira] Closed: (MNG-928) interactiveMode doesn't work

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-928?page=all ]
 
John Casey closed MNG-928:
--

Resolution: Won't Fix

this behavior was caused by the '-B' switch in the release:prepare invocation 
from test.sh.

> interactiveMode doesn't work
> 
>
>  Key: MNG-928
>  URL: http://jira.codehaus.org/browse/MNG-928
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Reporter: Emmanuel Venisse
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 2 hours
>Time Spent: 15 minutes
> Remaining: 0 minutes
>
> I have setup it to true in settings.xml, and it always false in release plugin

-- 
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]



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46758 ] 

Arnaud Heritier commented on MPPDF-50:
--

Can you give us more informations about your project, your environment, the 
log
We don't succeed to reproduce your problem.
It seems you use a multiproject.
We have actually some problems with multiproject so it can be a problem in 
maven's core and not in the pdf plugin.
Can you try to create the pdf directly in your subproject to test if it works.

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[maven2 build - SUCCESS - update] Tue Sep 20 20:15:00 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050920.201500.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050920.201500.txt

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



Jelly - test regex match in string property

2005-09-20 Thread ccoulter
Is there a way in a plugin to test a a property with a regular expression and 
get a true/false indication?  I don't particularly need the "matching" text 
returned.

Reason: I'd like a way to determine if any dependency is a SNAPSHOT versus a 
versioned release.  This way we could prevent accidently generating a "release" 
for  code that still depends on a snapshot.

Thinking of something like:



 Dependency is a SNAPSHOT


Thanks in advance for you time.  Maven is a big help with our builds.

Cary


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



svn commit: r290555 - in /maven/maven-1/plugins/trunk/ejb: project.xml xdocs/changes.xml

2005-09-20 Thread vmassol
Author: vmassol
Date: Tue Sep 20 13:13:58 2005
New Revision: 290555

URL: http://svn.apache.org/viewcvs?rev=290555&view=rev
Log:
Prepare for version 1.8 development.

Modified:
maven/maven-1/plugins/trunk/ejb/project.xml
maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/ejb/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.xml?rev=290555&r1=290554&r2=290555&view=diff
==
--- maven/maven-1/plugins/trunk/ejb/project.xml (original)
+++ maven/maven-1/plugins/trunk/ejb/project.xml Tue Sep 20 13:13:58 2005
@@ -22,7 +22,7 @@
   3
   maven-ejb-plugin
   Maven EJB Plugin
-  1.7.1
+  1.8-SNAPSHOT
   EJB Plugin for Maven
   EJB Plugin for Maven
   http://maven.apache.org/reference/plugins/ejb/

Modified: maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml?rev=290555&r1=290554&r2=290555&view=diff
==
--- maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/ejb/xdocs/changes.xml Tue Sep 20 13:13:58 2005
@@ -21,8 +21,11 @@
   
 Changes
 Nathan Coast
+Vincent Massol
   
   
+
+
 
   Update dependency to Maven Model v3.0.0 
final (it was previously depending on 3.0.0 SNAPSHOT).
 



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



[jira] Commented: (WAGONSSH-2) wagon-ssh unit tests fail

2005-09-20 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-2?page=comments#action_46757 ] 

Juan F. Codagnone commented on WAGONSSH-2:
--

 WAGONSSH-7 was a dup of this. sorry about that!

> wagon-ssh unit tests fail
> -
>
>  Key: WAGONSSH-2
>  URL: http://jira.codehaus.org/browse/WAGONSSH-2
>  Project: wagon-ssh
> Type: Bug
> Reporter: Brett Porter
> Assignee: Michal Maczka
>  Fix For: 1.0-alpha-5

>
>
> both tests error out with some sort of auth error

-- 
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]



[jira] Closed: (MNG-927) release-pom.xml isn't remove in trunk after tagging

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-927?page=all ]
 
John Casey closed MNG-927:
--

Resolution: Fixed

> release-pom.xml isn't remove in trunk after tagging
> ---
>
>  Key: MNG-927
>  URL: http://jira.codehaus.org/browse/MNG-927
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Reporter: Emmanuel Venisse
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 1 hour
>Time Spent: 10 minutes
> Remaining: 0 minutes
>


-- 
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]



svn commit: r290554 - /maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

2005-09-20 Thread jdcasey
Author: jdcasey
Date: Tue Sep 20 13:11:42 2005
New Revision: 290554

URL: http://svn.apache.org/viewcvs?rev=290554&view=rev
Log:
Resolving: MNG-927

Modified:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java?rev=290554&r1=290553&r2=290554&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
 Tue Sep 20 13:11:42 2005
@@ -253,7 +253,7 @@
 }
 }
 
-//removeReleasePoms();
+removeReleasePoms();
 
 checkInNextSnapshot();
 



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



svn commit: r290553 - /maven/maven-1/core/trunk/maven.xml

2005-09-20 Thread aheritier
Author: aheritier
Date: Tue Sep 20 13:10:03 2005
New Revision: 290553

URL: http://svn.apache.org/viewcvs?rev=290553&view=rev
Log:
fix typo !!!

Modified:
maven/maven-1/core/trunk/maven.xml

Modified: maven/maven-1/core/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=290553&r1=290552&r2=290553&view=diff
==
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Tue Sep 20 13:10:03 2005
@@ -37,7 +37,7 @@
   
   
 
-
+
   
   
 



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



[jira] Closed: (MNG-930) are remove in in pom.xml by release:prepare

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-930?page=all ]
 
John Casey closed MNG-930:
--

Resolution: Fixed

>  are remove in  in pom.xml by release:prepare
> --
>
>  Key: MNG-930
>  URL: http://jira.codehaus.org/browse/MNG-930
>  Project: Maven 2
> Type: Bug
>   Components: maven-release-plugin
> Reporter: Emmanuel Venisse
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 1 hour
>Time Spent: 30 minutes
> Remaining: 0 minutes
>


-- 
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]



svn commit: r290552 - in /maven/components/trunk: maven-core-it/it2002/project/pom.xml maven-core-it/it2002/test.sh maven-project/src/main/java/org/apache/maven/project/ModelUtils.java

2005-09-20 Thread jdcasey
Author: jdcasey
Date: Tue Sep 20 13:05:08 2005
New Revision: 290552

URL: http://svn.apache.org/viewcvs?rev=290552&view=rev
Log:
Resolving: MNG-930

o Fixed profile properties cloning in ModelUtils
o Added properties to the test profile in it2002
o Moved the checkout dir for it2002 to be under target, to make it easier to 
clean.


Modified:
maven/components/trunk/maven-core-it/it2002/project/pom.xml
maven/components/trunk/maven-core-it/it2002/test.sh

maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ModelUtils.java

Modified: maven/components/trunk/maven-core-it/it2002/project/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/project/pom.xml?rev=290552&r1=290551&r2=290552&view=diff
==
--- maven/components/trunk/maven-core-it/it2002/project/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it2002/project/pom.xml Tue Sep 20 
13:05:08 2005
@@ -101,6 +101,10 @@
   maven-artifact
 
   
+
+  
+testValue
+  
 
   
 

Modified: maven/components/trunk/maven-core-it/it2002/test.sh
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/test.sh?rev=290552&r1=290551&r2=290552&view=diff
==
--- maven/components/trunk/maven-core-it/it2002/test.sh (original)
+++ maven/components/trunk/maven-core-it/it2002/test.sh Tue Sep 20 13:05:08 2005
@@ -1,7 +1,6 @@
 #!/bin/bash
 
 rm -Rf target
-rm -Rf project.checkout
 
 mkdir target
 
@@ -17,9 +16,9 @@
 svn import project file://localhost/${dir}/target/svnroot/project/trunk -m 
"import."
 svn mkdir file://localhost/${dir}/target/svnroot/project/tags -m "Creating 
tags dir."
 
-svn co file://localhost/${dir}/target/svnroot/project/trunk project.checkout
+svn co file://localhost/${dir}/target/svnroot/project/trunk 
target/project.checkout
 
-cd project.checkout
+cd target/project.checkout
 
 cat pom.xml | sed "s#\${project.file.parentFile.parentFile}#$dir#g" >tmp
 mv tmp pom.xml

Modified: 
maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ModelUtils.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ModelUtils.java?rev=290552&r1=290551&r2=290552&view=diff
==
--- 
maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ModelUtils.java
 (original)
+++ 
maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/ModelUtils.java
 Tue Sep 20 13:05:08 2005
@@ -543,7 +543,10 @@
 
 if ( props != null )
 {
-newProfile.setProperties( new Properties( props ) );
+Properties newProps = new Properties();
+newProps.putAll( props );
+
+newProfile.setProperties( newProps );
 }
 
 newProfile.setReporting( cloneProfileReporting( 
profile.getReporting() ) );



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



[maven2 build - SUCCESS - update] Tue Sep 20 19:45:00 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050920.194500.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050920.194500.txt

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



[jira] Closed: (MNG-929) release:perform doesn't work with dependency define in dependencyManagement

2005-09-20 Thread John Casey (JIRA)
 [ http://jira.codehaus.org/browse/MNG-929?page=all ]
 
John Casey closed MNG-929:
--

Resolution: Fixed

> release:perform doesn't work with dependency define in dependencyManagement
> ---
>
>  Key: MNG-929
>  URL: http://jira.codehaus.org/browse/MNG-929
>  Project: Maven 2
> Type: Bug
> Reporter: Emmanuel Venisse
> Assignee: John Casey
>  Fix For: 2.0-beta-2

>
> Original Estimate: 2 hours
>Time Spent: 2 hours
> Remaining: 0 minutes
>
> [INFO] 
> 
> [INFO] Building Continuum Parent Project
> [INFO]task-segment: [release:perform] (aggregator-style)
> [INFO] 
> 
> [INFO] [release:perform]
> [INFO] Checking out the project to perform the release ...
> [INFO] NOTE: Using release-pom: E:\continuum\target\checkout\release-pom.xml 
> in reactor build.
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Reason: Failed to validate POM for 
> 'E:\continuum\target\checkout\continuum-api\pom.xml'.
>   Reason(s):
>   [0]  In Dependency {groupId=plexus, artifactId=plexus-formica, 
> version=null, type=jar}:
>-> 'dependencies.dependency.version' is missing.
>   [1]  In Dependency {groupId=org.apache.maven.continuum, 
> artifactId=continuum-model, version=null, type=jar}:
>-> 'dependencies.dependency.version' is missing.
> [INFO] 
> 
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Sep 20 10:43:46 CEST 2005
> [INFO] Final Memory: 1M/2M
> [INFO] 
> 
> [INFO] 
> 
> [INFO] Reactor Summary:
> [INFO] 
> 
> [INFO] Continuum Parent 
> Project.SUCCESS
> [INFO] Continuum 
> Model..SUCCESS
> [INFO] Continuum 
> APISUCCESS
> [INFO] Continuum 
> Test...SUCCESS
> [INFO] Continuum 
> Notifiers..SUCCESS
> [INFO] Continuum Notifier 
> API...SUCCESS
> [INFO] Continuum 
> Store..SUCCESS
> [INFO] Continuum 
> Core...SUCCESS
> [INFO] Continuum Cruise Control 
> ImporterSUCCESS
> [INFO] Continuum XMLRPC 
> Interface...SUCCESS
> [INFO] Continuum MSN 
> Notifier...SUCCESS
> [INFO] Continuum Jabber 
> NotifierSUCCESS
> [INFO] Continuum 
> WebSUCCESS
> [INFO] Continuum IRC 
> Notifier...SUCCESS
> [INFO] Continuum Plexus 
> Application.SUCCESS
> [INFO] Continuum Core Integration 
> Test..SUCCESS
> [INFO]
> [INFO]
> [INFO] 
> 
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> 
> [INFO] Total time: 11 minutes 34 seconds
> [INFO] Finished at: Tue Sep 20 10:43:47 CEST 2005
> [INFO] Final Memory: 3M/5M
> [INFO] 
> 

-- 
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]



[jira] Closed: (MAVEN-1678) ant:ftp - error during FTP transfer: java.net.SocketException: Software caused connection abort: connect

2005-09-20 Thread Rick Fusaro (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-1678?page=all ]
 
Rick Fusaro closed MAVEN-1678:
--

Resolution: Fixed

The problem turned out to be a issue with McAfee's Enterprise Virus Scan. That 
software was setup in our organization to block ports 20 and 21. Works great 
after disabling virus scan. 

> ant:ftp - error during FTP transfer: java.net.SocketException: Software 
> caused connection abort: connect
> 
>
>  Key: MAVEN-1678
>  URL: http://jira.codehaus.org/browse/MAVEN-1678
>  Project: Maven
> Type: Bug
>   Components: jelly/ant integration
> Versions: 1.0.2
>  Environment: maven 1.0.2 
> MAVEN_HOME\lib\ant-optional-1.5.3-1 
> MAVEN_HOME\lib\ant-1.5.3-1 
> NetComponents-1.3.8 
> Reporter: Rick Fusaro

>
>
> When we try to use the ant:ftp task (see maven.xml and project.xml below) 
> within maven we get the following message:error during FTP transfer: 
> java.net.SocketException: Software caused connection abort: connect. Any 
> ideas? We have also tried action="put" and got the same message.
> === maven.xml === 
> 
>  classname="org.apache.tools.ant.taskdefs.optional.net.FTP" />
>  verbose="yes" action="list" listing="list.txt" >
> 
> 
> 
> 
>  
> = project.xml = 
> 
> 
> oro
> NetComponents
> jar
> 1.3.8
> 
> root
> 
> 
> 
> = ftp log from server =
> 0830 09:34:47 (0b2c) 165.201.195.235:32961 connected to 165.201.129.199:21
> 0830 09:34:47 (0b2c) www.srsks.sr.state.ks.us S(0) 165.201.195.235 
> ftp_cicm logon success (A1)
> 0830 09:35:09 (0b2c) www.srsks.sr.state.ks.us S(0) 165.201.195.235 
> ftp_cicm logoff R:0 D:0 P:0
> 0830 09:35:09 (0b2c) 165.201.195.235 connection closed

-- 
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]



svn commit: r290539 - in /maven/components/trunk: maven-core-it/it2002/project/pom.xml maven-core-it/it2002/project/subproject/pom.xml maven-core-it/it2002/project/subproject2/pom.xml maven-core/src/main/java/org/apache/maven/DefaultMaven.java

2005-09-20 Thread jdcasey
Author: jdcasey
Date: Tue Sep 20 12:28:54 2005
New Revision: 290539

URL: http://svn.apache.org/viewcvs?rev=290539&view=rev
Log:
Resolving: MNG-929

o Fixed DefaultMaven to use the release-pom.xml for MavenProjects loaded via 
 if the parent project is loaded from release-pom.xml

o Adjusted tests to have dependencyManagement.


Modified:
maven/components/trunk/maven-core-it/it2002/project/pom.xml
maven/components/trunk/maven-core-it/it2002/project/subproject/pom.xml
maven/components/trunk/maven-core-it/it2002/project/subproject2/pom.xml

maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java

Modified: maven/components/trunk/maven-core-it/it2002/project/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/project/pom.xml?rev=290539&r1=290538&r2=290539&view=diff
==
--- maven/components/trunk/maven-core-it/it2002/project/pom.xml (original)
+++ maven/components/trunk/maven-core-it/it2002/project/pom.xml Tue Sep 20 
12:28:54 2005
@@ -68,6 +68,23 @@
 
   
 
+  
+
+
+  org.apache.maven
+  maven-artifact
+  2.0-beta-1
+  test
+
+
+  org.apache.maven
+  maven-artifact-manager
+  2.0-beta-1
+  test
+
+
+  
+
   
 
   env-test
@@ -82,14 +99,6 @@
 
   org.apache.maven
   maven-artifact
-  2.0-beta-1
-  test
-
-
-  org.apache.maven
-  maven-artifact-manager
-  2.0-beta-1
-  test
 
   
 

Modified: maven/components/trunk/maven-core-it/it2002/project/subproject/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/project/subproject/pom.xml?rev=290539&r1=290538&r2=290539&view=diff
==
--- maven/components/trunk/maven-core-it/it2002/project/subproject/pom.xml 
(original)
+++ maven/components/trunk/maven-core-it/it2002/project/subproject/pom.xml Tue 
Sep 20 12:28:54 2005
@@ -8,4 +8,10 @@
 
   project-sub1
 
+  
+
+  org.apache.maven
+  maven-artifact-manager
+
+  
 

Modified: 
maven/components/trunk/maven-core-it/it2002/project/subproject2/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it2002/project/subproject2/pom.xml?rev=290539&r1=290538&r2=290539&view=diff
==
--- maven/components/trunk/maven-core-it/it2002/project/subproject2/pom.xml 
(original)
+++ maven/components/trunk/maven-core-it/it2002/project/subproject2/pom.xml Tue 
Sep 20 12:28:54 2005
@@ -14,6 +14,10 @@
   project-sub1
   1.0-SNAPSHOT
 
+
+  org.apache.maven
+  maven-artifact-manager
+
   
 
 

Modified: 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java?rev=290539&r1=290538&r2=290539&view=diff
==
--- 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
 (original)
+++ 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/DefaultMaven.java
 Tue Sep 20 12:28:54 2005
@@ -337,9 +337,12 @@
 {
 File file = (File) iterator.next();
 
+boolean usingReleasePom = false;
+
 if ( RELEASE_POMv4.equals( file.getName() ) )
 {
 getLogger().info( "NOTE: Using release-pom: " + file + " in 
reactor build." );
+usingReleasePom = true;
 }
 
 MavenProject project = getProject( file, localRepository, 
settings, globalProfileManager );
@@ -366,7 +369,19 @@
 for ( Iterator i = project.getModules().iterator(); 
i.hasNext(); )
 {
 String name = (String) i.next();
-moduleFiles.add( new File( basedir, name + "/pom.xml" ) );
+
+File moduleFile;
+
+if ( usingReleasePom )
+{
+moduleFile = new File( basedir, name + "/" + 
Maven.RELEASE_POMv4 );
+}
+else
+{
+moduleFile = new File( basedir, name + "/" + 
Maven.POMv4 );
+}
+
+moduleFiles.add( moduleFile );
 }
 
 List collectedProjects = collectProjects( moduleFiles, 
localRepository, recursive, settings,



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

[jira] Closed: (MNG-858) Maven JAR Plugin documentation

2005-09-20 Thread Stephane Nicoll (JIRA)
 [ http://jira.codehaus.org/browse/MNG-858?page=all ]
 
Stephane Nicoll closed MNG-858:
---

 Resolution: Fixed
Fix Version: (was: 2.0)
 2.0-beta-2

Applied, thanks.


> Maven JAR Plugin documentation
> --
>
>  Key: MNG-858
>  URL: http://jira.codehaus.org/browse/MNG-858
>  Project: Maven 2
> Type: Improvement
>   Components: documentation
> Reporter: allan ramirez
> Assignee: Stephane Nicoll
> Priority: Minor
>  Fix For: 2.0-beta-2
>  Attachments: maven-jar-plugin.patch
>
> Original Estimate: 8 hours
> Remaining: 8 hours
>
> Add java doc and apt doc for an overview

-- 
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]



svn commit: r290534 - in /maven/components/trunk/maven-plugins/maven-jar-plugin/src: main/java/org/apache/maven/plugin/jar/JarMojo.java site/ site/apt/ site/apt/howto.apt site/site.xml

2005-09-20 Thread snicoll
Author: snicoll
Date: Tue Sep 20 12:22:03 2005
New Revision: 290534

URL: http://svn.apache.org/viewcvs?rev=290534&view=rev
Log:
PR: MNG-858
Submitted by: Allan Ramirez
Reviewed by: Stephane Nicoll
Documentation of Jar plugin

Added:
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml
Modified:

maven/components/trunk/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java?rev=290534&r1=290533&r2=290534&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/main/java/org/apache/maven/plugin/jar/JarMojo.java
 Tue Sep 20 12:22:03 2005
@@ -25,6 +25,8 @@
 import java.io.File;
 
 /**
+ * Build a JAR from the current project.
+ *
  * @author Emmanuel Venisse
  * @version $Id$
  * @goal jar
@@ -34,27 +36,33 @@
 public class JarMojo
 extends AbstractMojo
 {
-
+
 private static final String[] DEFAULT_EXCLUDES = new 
String[]{"**/package.html"};
 
 private static final String[] DEFAULT_INCLUDES = new String[]{"**/**"};
 
 /**
- * @todo Change type to File
- * 
+* Directory containing the generated JAR.
+ *
  * @parameter expression="${project.build.directory}"
  * @required
  * @readonly
+ *
+ * @todo Change type to File
  */
 private String basedir;
 
 /**
+* Name of the generated JAR.
+*
  * @parameter alias="jarName" expression="${project.build.finalName}"
  * @required
  */
 private String finalName;
 
 /**
+* Directory containing the classes.
+*
  * @parameter expression="${project.build.outputDirectory}"
  * @required
  * @readonly
@@ -62,6 +70,8 @@
 private String outputDirectory;
 
 /**
+* The maven project.
+*
  * @parameter expression="${project}"
  * @required
  * @readonly
@@ -69,11 +79,15 @@
 private MavenProject project;
 
 /**
+ * The maven archiver to use.
+ *
  * @parameter
  */
 private MavenArchiveConfiguration archive = new 
MavenArchiveConfiguration();
 
 /**
+* Generates the JAR.
+ *
  * @todo Add license files in META-INF directory.
  */
 public void execute()
@@ -107,5 +121,4 @@
 throw new MojoExecutionException( "Error assembling JAR", e );
 }
 }
-
 }

Added: 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt?rev=290534&view=auto
==
--- 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt 
(added)
+++ 
maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/apt/howto.apt 
Tue Sep 20 12:22:03 2005
@@ -0,0 +1,20 @@
+ --

+ Maven 2 JAR Plugin

+ --

+

+Maven 2 JAR Plugin

+

+ Builds your project into a jar

+ 

+*How to Use

+

+  If the packaging of your project is set to 'jar', this plugin is executed

+  whenever it passes the "package" phase. Have it executed

+  using the command below from your project:

+

+---

+  m2 package

+---

+

+  From your project's target directory you'll able to see the generated jar 
file.

+


Added: maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml?rev=290534&view=auto
==
--- maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml 
(added)
+++ maven/components/trunk/maven-plugins/maven-jar-plugin/src/site/site.xml Tue 
Sep 20 12:22:03 2005
@@ -0,0 +1,21 @@
+

+  

+Maven JAR plugin

+http://maven.apache.org/images/apache-maven-project.png

+http://maven.apache.org/

+  

+  

+http://maven.apache.org/images/maven-small.gif

+  

+  

+

+  http://maven.apache.org/maven2/"/>

+

+

+

+  

+

+${reports}

+  

+

+




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



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Jeff Jensen (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46751 ] 

Jeff Jensen commented on MPPDF-50:
--

Great turnaround, thanks a ton!

This new version does not find the nav.xml file though...appears relative to a 
root path.  These values are now blank, and they were populated before.  I 
think this is the hint to the cause.
maven.docs.src  = []
maven.docs.dest = []
maven.gen.docs  = []

fo:fo:
[echo] Generating 
c:/devroot/healthmatch/builds/healthmatchmultiproject/pdf/project.fo from 
/navigation-pdf-perforce.xml ...

BUILD FAILED
File.. C:\Documents and 
Settings\pwjjj69\.maven\cache\maven-pdf-plugin-2.5-SNAPSHOT\plugin.jelly
Element... fail
Line.. 122
Column -1
PDF generation cannot complete as /navigation-pdf-perforce.xml is missing
Total time   : 8 seconds
Finished at  : Tuesday, September 20, 2005 1:51:09 PM CDT


> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[jira] Closed: (MPMULTIPROJECT-44) multiproject:site fail if sub-projects has a & on POM

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPMULTIPROJECT-44?page=all ]
 
Lukas Theussl closed MPMULTIPROJECT-44:
---

Resolution: Fixed

> multiproject:site fail if sub-projects has a & on POM
> -
>
>  Key: MPMULTIPROJECT-44
>  URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-44
>  Project: maven-multiproject-plugin
> Type: Bug
> Versions: 1.4
> Reporter: Felipe Leme
>  Fix For: 1.5
>  Attachments: testcase-MPMULTIPROJECT44.zip
>
> Original Estimate: 3 hours
> Remaining: 3 hours
>
> If a sub-project has a & in its description, multiproject:site fails, 
> even though site:generate works fine on the sub-project:
> xdoc:jelly-transform:
> [echo] Generating 
> D:/cvs/maven-plugins/test-multiproject/target/docs/projects-overview.html 
> from 
> D:\cvs\maven-plugins\test-multiproject\target\generated-xdocs\projects-overview.xml
> BUILD FAILED
> File.. C:\Documents and 
> Settings\t_fl01\.maven\cache\maven-xdoc-plugin-1.9-snapshot-cpqd\plugin.jelly
> Element... x:parse
> Line.. 719
> Column 42
> Error on line 31 of document 
> file:/D:/cvs/maven-plugins/test-multiproject/target/generated-xdocs/projects-overview.xml:
>  The reference to entity ":" must end with the ';' delimiter. Nested 
> exception: The reference to entity ":" must end with the ';' delimiter.
> Total time: 39 seconds
> Finished at: Mon Aug 23 10:05:13 BRT 2004
> I haven't checked how projects-overview.xml is generated yet, but it is 
> probably applying a XSL on the sub-project POM, and that transformation is 
> replacing & for &.

-- 
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]



svn commit: r290526 - in /maven/maven-1/plugins/trunk/multiproject: plugin.jelly src/plugin-resources/templates/projects-overview.jelly src/plugin-resources/templates/projects-overview.xml xdocs/changes.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 11:51:20 2005
New Revision: 290526

URL: http://svn.apache.org/viewcvs?rev=290526&view=rev
Log:
MPMULTIPROJECT-44: use jelly for overview page template

Added:

maven/maven-1/plugins/trunk/multiproject/src/plugin-resources/templates/projects-overview.jelly
Removed:

maven/maven-1/plugins/trunk/multiproject/src/plugin-resources/templates/projects-overview.xml
Modified:
maven/maven-1/plugins/trunk/multiproject/plugin.jelly
maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/multiproject/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/plugin.jelly?rev=290526&r1=290525&r2=290526&view=diff
==
--- maven/maven-1/plugins/trunk/multiproject/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/multiproject/plugin.jelly Tue Sep 20 11:51:20 
2005
@@ -186,13 +186,12 @@
   
   Creating overview page
   
-  
+
 
  
   

Added: 
maven/maven-1/plugins/trunk/multiproject/src/plugin-resources/templates/projects-overview.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/src/plugin-resources/templates/projects-overview.jelly?rev=290526&view=auto
==
--- 
maven/maven-1/plugins/trunk/multiproject/src/plugin-resources/templates/projects-overview.jelly
 (added)
+++ 
maven/maven-1/plugins/trunk/multiproject/src/plugin-resources/templates/projects-overview.jelly
 Tue Sep 20 11:51:20 2005
@@ -0,0 +1,63 @@
+
+
+
+
+
+
+  
+
+
+  ${overviewPageTitle}
+
+
+
+  
+
+  
+${overviewPageText}
+  
+
+
+
+  
+
+  
+
+  ${project.name}
+
+
+  ${project.name}
+
+  
+  ${project.shortDescription}
+
+  
+
+
+  
+
+
+  
+

Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?rev=290526&r1=290525&r2=290526&view=diff
==
--- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Tue Sep 20 
11:51:20 2005
@@ -26,7 +26,8 @@
   
   
 
-  Can not mix 
multiproject goals with other/custom goals
+  multiproject:site fails if sub-projects has a 
& on POM.
+  Can not mix 
multiproject goals with other/custom goals.
 
 
   Set version of the



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



[maven2 build - SUCCESS - update] Tue Sep 20 18:15:01 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050920.181501.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050920.181501.txt

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



svn commit: r290499 - /maven/components/trunk/pom.xml

2005-09-20 Thread trygvis
Author: trygvis
Date: Tue Sep 20 11:05:03 2005
New Revision: 290499

URL: http://svn.apache.org/viewcvs?rev=290499&view=rev
Log:
o Adding the Apache announce list.

Modified:
maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=290499&r1=290498&r2=290499&view=diff
==
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Tue Sep 20 11:05:03 2005
@@ -36,6 +36,13 @@
   dev@maven.apache.org
   http://mail-archives.apache.org/mod_mbox/maven-dev
 
+
+  Apache Announce List
+  [EMAIL PROTECTED]
+  [EMAIL PROTECTED]
+  announce@apache.org
+  mail-archives.apache.org/mod_mbox/www-announce/
+
   
   
 
@@ -214,4 +221,4 @@
   scp://minotaur.apache.org/www/maven.apache.org/maven2/
 
   
-
\ No newline at end of file
+



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



svn commit: r290489 - /maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 10:15:52 2005
New Revision: 290489

URL: http://svn.apache.org/viewcvs?rev=290489&view=rev
Log:
Forgot the changelog

Modified:
maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml?rev=290489&r1=290488&r2=290489&view=diff
==
--- maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/xdocs/changes.xml Tue Sep 20 
10:15:52 2005
@@ -25,6 +25,9 @@
 Vincent Massol
   
   
+
+  Can not mix 
multiproject goals with other/custom goals
+
 
   Set version of the
 maven-modeldependency to



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



[jira] Closed: (MPMULTIPROJECT-49) Can not mix multiproject goals with other/custom goals

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPMULTIPROJECT-49?page=all ]
 
Lukas Theussl closed MPMULTIPROJECT-49:
---

Resolution: Fixed

> Can not mix multiproject goals with other/custom goals
> --
>
>  Key: MPMULTIPROJECT-49
>  URL: http://jira.codehaus.org/browse/MPMULTIPROJECT-49
>  Project: maven-multiproject-plugin
> Type: Bug
>  Environment: windows 2000
> cruisecontrol
> maven 1.0.2
> java 1.4.2
> Reporter: Jesper Tejlgaard Pedersen
>  Fix For: 1.5

>
>
> I would like to configure the multiproject plug-in to run checkstyle 
> separately on our buildserver.
> We are trying to run maven using the command 
> maven -Dgoal checkstyle multiproject:install multiproject:goal 
> multiproject:clean multiproject:deploy
> This however only results in an execution which could have been described as 
> maven multiproject:install multiproject:install multiproject:clean 
> multiproject:deploy.
> That is: install is runned twice instead of running install followed by 
> checkstyle.

-- 
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]



svn commit: r290488 - /maven/maven-1/plugins/trunk/multiproject/project.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 10:12:04 2005
New Revision: 290488

URL: http://svn.apache.org/viewcvs?rev=290488&view=rev
Log:
Start work on 1.5

Modified:
maven/maven-1/plugins/trunk/multiproject/project.xml

Modified: maven/maven-1/plugins/trunk/multiproject/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/project.xml?rev=290488&r1=290487&r2=290488&view=diff
==
--- maven/maven-1/plugins/trunk/multiproject/project.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.xml Tue Sep 20 10:12:04 
2005
@@ -22,7 +22,7 @@
   ../plugin-parent/project.xml
   maven-multiproject-plugin
   Maven Multi-Project Plug-in
-  1.4.1
+  1.5-SNAPSHOT
   A plugin to handle the building of multiple projects within 
maven.
   Multi-Project Plugin for Maven
   http://maven.apache.org/reference/plugins/multiproject/
@@ -99,6 +99,15 @@
 Java Developer
   
   +10
+
+
+  Lukas Theussl
+  ltheussl
+  [EMAIL PROTECTED]
+  
+Developer
+  
+  -7
 
   
   



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



svn commit: r290486 - /maven/maven-1/plugins/trunk/multiproject/plugin.jelly

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 10:06:37 2005
New Revision: 290486

URL: http://svn.apache.org/viewcvs?rev=290486&view=rev
Log:
MPMULTIPROJECT-49: Use a different variable for running multiproject:goal
internally so it does not interfer with the command line -Dgoal option.

Note that this does not solve MPMULTIPROJECT-60 nor MAVEN-1691.

Modified:
maven/maven-1/plugins/trunk/multiproject/plugin.jelly

Modified: maven/maven-1/plugins/trunk/multiproject/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/plugin.jelly?rev=290486&r1=290485&r2=290486&view=diff
==
--- maven/maven-1/plugins/trunk/multiproject/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/multiproject/plugin.jelly Tue Sep 20 10:06:37 
2005
@@ -44,7 +44,6 @@
 
   
   
-  
   
   
   
   
 
@@ -204,18 +203,29 @@
   
-
-  
+
+  
+
+
+
+
+
 A goal to run must be specified, e.g.
 maven -Dgoal=clean multiproject:goal
+
+
+  
 
   
+goals="${runGoal}"
+ignoreFailures="${maven.multiproject.ignoreFailures}"/>
+
+  
+  
+

   
   
@@ -224,7 +234,7 @@
   
 
-
+
 
 
   
@@ -242,7 +252,7 @@
   
 
-
+
 
 
   
@@ -262,7 +272,7 @@
   
 
-
+
 
   
   
@@ -281,7 +291,7 @@

 
-
+
 
   
   
@@ -300,7 +310,7 @@
   
 
-
+
 
   
   
@@ -373,7 +383,7 @@
   
 
-
+
 
 
   



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



[jira] Created: (MPREPO-11) Document create-upload-bundle and probably rename to repository:create-upload-bundle

2005-09-20 Thread Carlos Sanchez (JIRA)
Document create-upload-bundle and probably rename to 
repository:create-upload-bundle


 Key: MPREPO-11
 URL: http://jira.codehaus.org/browse/MPREPO-11
 Project: maven-repository-plugin
Type: Improvement
Versions: 1.2
 Reporter: Carlos Sanchez




-- 
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]



[jira] Created: (MPREPO-10) create-upload-bundle doesn't resolve extension

2005-09-20 Thread Carlos Sanchez (JIRA)
create-upload-bundle doesn't resolve extension
--

 Key: MPREPO-10
 URL: http://jira.codehaus.org/browse/MPREPO-10
 Project: maven-repository-plugin
Type: Bug
Versions: 1.2
 Reporter: Carlos Sanchez
Priority: Blocker


Use the same procedure as in deploy goals to create a temporary self contained 
pom

-- 
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]



[jira] Created: (CONTINUUM-314) Remove border for company logo

2005-09-20 Thread Yann Le Du (JIRA)
Remove border for company logo
--

 Key: CONTINUUM-314
 URL: http://jira.codehaus.org/browse/CONTINUUM-314
 Project: Continuum
Type: Wish
  Components: continuum-web  
Versions: 1.0-alpha-4
 Reporter: Yann Le Du
Priority: Minor
 Attachments: CONTINUUM-314.txt

Patch attached

-- 
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



[jira] Closed: (MAVENUPLOAD-502) Please upload Maven Hammurapi Plugin

2005-09-20 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-502?page=all ]
 
Carlos Sanchez closed MAVENUPLOAD-502:
--

 Assign To: Carlos Sanchez
Resolution: Fixed

I think 1.1 create-upload-bundle doesn't work correctly. You should be able to 
use jar:install or jar:deploy and a correct pom would be generated in your repo.

> Please upload Maven Hammurapi Plugin
> 
>
>  Key: MAVENUPLOAD-502
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-502
>  Project: maven-upload-requests
> Type: Task
> Reporter: Arun Nachimuthu
> Assignee: Carlos Sanchez
>  Attachments: maven-hammurapi-plugin-1.0-bundle.jar
>
>
> Please upload Maven Hammurapi Plugin
> https://maven-plugins.dev.java.net/files/documents/3784/20047/maven-hammurapi-plugin-1.0-bundle.jar

-- 
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]



[jira] Commented: (MPWAR-50) Add support for EJB client code

2005-09-20 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46746 ] 

Vincent Massol commented on MPWAR-50:
-

Sorry guys. You're right...

The build worked fined and I failed to notice that the generated WAR didn't 
have the ejb client bundled. This is all my fault :-(

Thanks to both of you for fixing this. So in order for the code in the article 
to work, readers will need to use the WAR plugin v1.6.2...

Sorry again

> Add support for EJB client code
> ---
>
>  Key: MPWAR-50
>  URL: http://jira.codehaus.org/browse/MPWAR-50
>  Project: maven-war-plugin
> Type: Bug
> Versions: 1.6.1, 1.6
> Reporter: Jan Bares
>  Fix For: 1.6.2

>
>
> The ejb plugin from maven 1.1-beta 2 can generated EJB client code 
> maven.ejb.client.generate=true. The client code is placed in repository as 
> ejbs/.jar. Unfortunately war plugin adds only type=jar dependencies 
> and ignores type=ejb dependencies, see maven-war-plugin-1.6.1/plugin.jelly, 
> line 149.

-- 
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]



svn commit: r290482 - /maven/maven-1/plugins/trunk/pdf/plugin.properties

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 09:21:18 2005
New Revision: 290482

URL: http://svn.apache.org/viewcvs?rev=290482&view=rev
Log:
Set imageDpi=75

Modified:
maven/maven-1/plugins/trunk/pdf/plugin.properties

Modified: maven/maven-1/plugins/trunk/pdf/plugin.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.properties?rev=290482&r1=290481&r2=290482&view=diff
==
--- maven/maven-1/plugins/trunk/pdf/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.properties Tue Sep 20 09:21:18 2005
@@ -23,7 +23,7 @@
 maven.pdf.paperType=A4
 maven.pdf.companyIncName=${pom.organization.name}
 #maven.pdf.copyrightYear=Not defined by default
-maven.pdf.imageDpi=72
+maven.pdf.imageDpi=75
 maven.pdf.debug=false
 maven.pdf.navigationFile=navigation.xml
 maven.pdf.navigationFilePath=${maven.xdoc.src}



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



[jira] Commented: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPPDF-50?page=comments#action_46745 ] 

Arnaud Heritier commented on MPPDF-50:
--

You can test it :
maven plugin:download 
-Dmaven.repo.remote=http:www.ibiblio.org/maven,http://cvs.apache.org/repository/
 -DgroupId=maven -DartifactId=maven-pdf-plugin -Dversion=2.5-SNAPSHOT

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
> Assignee: Arnaud Heritier
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[jira] Closed: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPPDF-50?page=all ]
 
Lukas Theussl closed MPPDF-50:
--

 Resolution: Fixed
Fix Version: 2.5

A simple bug in the jelly script, its fixed. Thanks!

> maven.pdf.cover.projectCompany is always "Apache Software Foundation"
> -
>
>  Key: MPPDF-50
>  URL: http://jira.codehaus.org/browse/MPPDF-50
>  Project: maven-pdf-plugin
> Type: Bug
> Versions: 2.4
>  Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), 
> Win 2K
> Reporter: Jeff Jensen
>  Fix For: 2.5

>
>
> maven.pdf.cover.projectCompany doesn't seem to default to 
> "${pom.organization.name}".  Explicitly setting 
> maven.pdf.cover.projectCompany in project.properties also has no effect.
> My assumption is maven.pdf.cover.projectCompany contains the value printed at 
> the bottom of the cover page.   "Apache Software Foundation" is always 
> printed there.

-- 
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]



[continuum build - SUCCESS - update] Tue Sep 20 16:00:01 GMT 2005

2005-09-20 Thread continuum
Distribution:
http://maven.zones.apache.org/~continuum/builds/continuum-20050920.160001.tar.gz

Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050920.160001.txt


svn commit: r290480 - in /maven/maven-1/plugins/trunk/pdf: plugin.jelly xdocs/changes.xml

2005-09-20 Thread ltheussl
Author: ltheussl
Date: Tue Sep 20 09:10:48 2005
New Revision: 290480

URL: http://svn.apache.org/viewcvs?rev=290480&view=rev
Log:
MPPDF-50: maven.pdf.cover.projectCompany didn't work

Modified:
maven/maven-1/plugins/trunk/pdf/plugin.jelly
maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=290480&r1=290479&r2=290480&view=diff
==
--- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Tue Sep 20 09:10:48 2005
@@ -154,7 +154,7 @@
   
   
   
-  
+  
   
   
   

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=290480&r1=290479&r2=290480&view=diff
==
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Tue Sep 20 09:10:48 2005
@@ -25,6 +25,7 @@
   
   
 
+  Fix 
maven.pdf.cover.projectCompany.
   Make cover header- and footer-height 
configurable.
   Use optional id tag 
for sub/section anchors to avoid problems with identical names.
 



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



[jira] Resolved: (MPWAR-50) Add support for EJB client code

2005-09-20 Thread Arnaud Heritier (JIRA)
 [ http://jira.codehaus.org/browse/MPWAR-50?page=all ]
 
Arnaud Heritier resolved MPWAR-50:
--

Resolution: Fixed

Fixed

> Add support for EJB client code
> ---
>
>  Key: MPWAR-50
>  URL: http://jira.codehaus.org/browse/MPWAR-50
>  Project: maven-war-plugin
> Type: Bug
> Versions: 1.6.1, 1.6
> Reporter: Jan Bares
>  Fix For: 1.6.2

>
>
> The ejb plugin from maven 1.1-beta 2 can generated EJB client code 
> maven.ejb.client.generate=true. The client code is placed in repository as 
> ejbs/.jar. Unfortunately war plugin adds only type=jar dependencies 
> and ignores type=ejb dependencies, see maven-war-plugin-1.6.1/plugin.jelly, 
> line 149.

-- 
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]



svn commit: r290468 - in /maven/maven-1/plugins/trunk/war: plugin.jelly xdocs/changes.xml

2005-09-20 Thread aheritier
Author: aheritier
Date: Tue Sep 20 08:16:59 2005
New Revision: 290468

URL: http://svn.apache.org/viewcvs?rev=290468&view=rev
Log:
MPWAR-50 : Add support for EJB client code.

Modified:
maven/maven-1/plugins/trunk/war/plugin.jelly
maven/maven-1/plugins/trunk/war/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/war/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/plugin.jelly?rev=290468&r1=290467&r2=290468&view=diff
==
--- maven/maven-1/plugins/trunk/war/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/war/plugin.jelly Tue Sep 20 08:16:59 2005
@@ -145,15 +145,14 @@
 

   
-  
-  
- 
-  
- 
-  
- 
-  
-  
+ 
+
+   
+
+
+   
+
+
 
   
   

Modified: maven/maven-1/plugins/trunk/war/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/xdocs/changes.xml?rev=290468&r1=290467&r2=290468&view=diff
==
--- maven/maven-1/plugins/trunk/war/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/war/xdocs/changes.xml Tue Sep 20 08:16:59 2005
@@ -24,6 +24,9 @@
 Vincent Massol
   
   
+
+  Add support for 
EJB client code.
+
 
   Removed attribute
 update=truefrom



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



[jira] Created: (MNG-933) Ability to view how the site would look without generating the entire site

2005-09-20 Thread Arik Kfir (JIRA)
Ability to view how the site would look without generating the entire site
--

 Key: MNG-933
 URL: http://jira.codehaus.org/browse/MNG-933
 Project: Maven 2
Type: New Feature
  Components: design  
 Reporter: Arik Kfir
Priority: Minor


It would be nice to be able to run something like "m2 site:run" which would 
start a process that serves the site dynamically. If you know Apache Forrest, 
its similar to "forrest run" (as opposed to "forrest site" - which is like "m2 
site:site").

The use case here, is that when writing documentation, it is frustrating to 
having to generate the entire site every time you make a change - if you simply 
want to preview the results. A better approach would be a Jetty (or Tomcat?) 
process that receives the request from a browser, and generates the content 
lazily. It would make writing m2-style docs a breeze.

In Maven 1 it would have been almost impossible, but with m2 - it might be 
possible.

The only caveat I see here is having to know what report to run against each 
URL. The only way I see to solve this is having reports expose (via 
annotations?) the list of files they generate, but that has disadvantages as 
well.

Non-the-less - this would be a killer helper plugin.

-- 
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]



[jira] Commented: (MPWAR-50) Add support for EJB client code

2005-09-20 Thread Jan Bares (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46738 ] 

Jan Bares commented on MPWAR-50:


Vincent, I know about the article, but it is buggy, even the latest from SVN. 
Just to be sure, I build it once again and the waf-controller-ejb.jar is not 
part of waf-web-1.4.war just because of this bug.

> Add support for EJB client code
> ---
>
>  Key: MPWAR-50
>  URL: http://jira.codehaus.org/browse/MPWAR-50
>  Project: maven-war-plugin
> Type: Bug
> Versions: 1.6.1, 1.6
> Reporter: Jan Bares
>  Fix For: 1.6.2

>
>
> The ejb plugin from maven 1.1-beta 2 can generated EJB client code 
> maven.ejb.client.generate=true. The client code is placed in repository as 
> ejbs/.jar. Unfortunately war plugin adds only type=jar dependencies 
> and ignores type=ejb dependencies, see maven-war-plugin-1.6.1/plugin.jelly, 
> line 149.

-- 
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]



[jira] Commented: (MPWAR-50) Add support for EJB client code

2005-09-20 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPWAR-50?page=comments#action_46737 ] 

Arnaud Heritier commented on MPWAR-50:
--

In your article you only add the dependency on the ejb-client jar ?
But in the generated war the ejb-client jar isn't present ! :-(


> Add support for EJB client code
> ---
>
>  Key: MPWAR-50
>  URL: http://jira.codehaus.org/browse/MPWAR-50
>  Project: maven-war-plugin
> Type: Bug
> Versions: 1.6.1, 1.6
> Reporter: Jan Bares
>  Fix For: 1.6.2

>
>
> The ejb plugin from maven 1.1-beta 2 can generated EJB client code 
> maven.ejb.client.generate=true. The client code is placed in repository as 
> ejbs/.jar. Unfortunately war plugin adds only type=jar dependencies 
> and ignores type=ejb dependencies, see maven-war-plugin-1.6.1/plugin.jelly, 
> line 149.

-- 
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]



[ANN] Continuum 1.0 Alpha 4 Released

2005-09-20 Thread Emmanuel Venisse

The Maven team is pleased to announce the 1.0-alpha-4 release of
Continuum. This release offers users both an advance look at what's in
Continuum 1.0 and a head start in helping to shape the final Continuum
release.

You can find everything here:

http://maven.apache.org/continuum

The binaries can be found here:

http://maven.apache.org/continuum/download.html

Among the improvements, we have now:
 - Schedule support, each project can use its own schedule
 - Build definitions, each project can run multiple build whith different 
options/goals/profiles

 - Added a jabber notifier
 - Added a msn notifier

The change log can be found here: 
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10540&styleName=Html&version=11665


Emmanuel


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



svn commit: r290462 - /maven/maven-1/core/trunk/maven.xml

2005-09-20 Thread aheritier
Author: aheritier
Date: Tue Sep 20 07:55:40 2005
New Revision: 290462

URL: http://svn.apache.org/viewcvs?rev=290462&view=rev
Log:
run tests in bootstrap from plugins directory (to avoid conflicts with 
properties defined in core)

Modified:
maven/maven-1/core/trunk/maven.xml

Modified: maven/maven-1/core/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=290462&r1=290461&r2=290462&view=diff
==
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Tue Sep 20 07:55:40 2005
@@ -36,9 +36,8 @@
 
   
   
-
-
-
+
+
   
   
 



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



[jira] Created: (MPPDF-50) maven.pdf.cover.projectCompany is always "Apache Software Foundation"

2005-09-20 Thread Jeff Jensen (JIRA)
maven.pdf.cover.projectCompany is always "Apache Software Foundation"
-

 Key: MPPDF-50
 URL: http://jira.codehaus.org/browse/MPPDF-50
 Project: maven-pdf-plugin
Type: Bug
Versions: 2.4
 Environment: Maven 1.1 beta 2, PDF plugin 2.4 (included in 1.1b2 release), Win 
2K
 Reporter: Jeff Jensen


maven.pdf.cover.projectCompany doesn't seem to default to 
"${pom.organization.name}".  Explicitly setting maven.pdf.cover.projectCompany 
in project.properties also has no effect.
My assumption is maven.pdf.cover.projectCompany contains the value printed at 
the bottom of the cover page.   "Apache Software Foundation" is always printed 
there.

-- 
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]



  1   2   >