[jira] Created: (MAVENUPLOAD-498) JavaServer Faces API

2005-08-30 Thread Wilfred Springer (JIRA)
JavaServer Faces API Key: MAVENUPLOAD-498 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-498 Project: maven-upload-requests Type: Task Reporter: Wilfred Springer https://javaserverfaces.dev.java.net/faq.html The JavaServer Faces API and imp

[jira] Created: (MNG-805) basedir resolves to reactor root by mistake

2005-08-30 Thread Brett Porter (JIRA)
basedir resolves to reactor root by mistake --- Key: MNG-805 URL: http://jira.codehaus.org/browse/MNG-805 Project: Maven 2 Type: Bug Reporter: Brett Porter Assigned to: Brett Porter Fix For: 2.0-beta-1 currently uncon

[jira] Commented: (MNG-754) Exception thrown building site

2005-08-30 Thread Lilians Auvigne (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_45452 ] Lilians Auvigne commented on MNG-754: - I have same problem with http://www.ibiblio.org/maven2/concurrent/concurrent/1.3.4/concurrent-1.3.4.pom. 1 concurrent concurrent con

[jira] Commented: (MNG-754) Exception thrown building site

2005-08-30 Thread Lilians Auvigne (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_45453 ] Lilians Auvigne commented on MNG-754: - also for http://www.ibiblio.org/maven2/commons-beanutils/commons-beanutils-core/1.7.0/commons-beanutils-core-1.7.0.pom with 1.7 instead of 1

[jira] Commented: (MNG-754) Exception thrown building site

2005-08-30 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/MNG-754?page=comments#action_45454 ] Emmanuel Venisse commented on MNG-754: -- I fixed concurrent pom > Exception thrown building site > -- > > Key: MNG-754 > URL: http://jira

[jira] Created: (MPMULTIPROJECT-57) When building the whole multiproject site, build each subproject in its correct directory instead of moving everything at the end (which may be very slow)

2005-08-30 Thread Ignacio G. Mac Dowell (JIRA)
When building the whole multiproject site, build each subproject in its correct directory instead of moving everything at the end (which may be very slow) ---

[jira] Updated: (CONTINUUM-171) exception in failed checkout is not helpful

2005-08-30 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-171?page=all ] Emmanuel Venisse updated CONTINUUM-171: --- Description: the exception propogated for a failed checkout doesn't report what actually went wrong (in my case, it attempted to use a direc

[jira] Updated: (MEV-65) dependencies not set inside ibiblio repository.

2005-08-30 Thread Gilles Scokart (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=all ] Gilles Scokart updated MEV-65: -- Attachment: velocity-1.4.pom And here, the dependency between velocity and velocity-dep, plus the URL. > dependencies not set inside ibiblio repository. > -

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
I'm not sure what to add. My mirror settings are: central-mirror http://qadev21.dev.qintra.com:7002/repository central snapshot-mirror http://qadev21.dev.qintra.com:7002/repository snapshots The output from one of the integration tests

[jira] Created: (MEV-73) commons-collections is missing scope

2005-08-30 Thread Carsten Ziegeler (JIRA)
commons-collections is missing scope Key: MEV-73 URL: http://jira.codehaus.org/browse/MEV-73 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Carsten Ziegeler The dependency for junit needs the scope te

[jira] Updated: (MEV-65) dependencies not set inside ibiblio repository.

2005-08-30 Thread Gilles Scokart (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=all ] Gilles Scokart updated MEV-65: -- Attachment: jmock-cglib-1.0.1.pom Here is a new pom with correct dependencies for jmock-cglib. I have also added the URL to the jmock website. > dependencies not set inside

[jira] Created: (MEV-74) commons-lang is missing scope

2005-08-30 Thread Carsten Ziegeler (JIRA)
commons-lang is missing scope - Key: MEV-74 URL: http://jira.codehaus.org/browse/MEV-74 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Carsten Ziegeler The dependency for junit needs the scope test -- This m

Re: SVN Build Error

2005-08-30 Thread Brett Porter
Sorry, I haven't used maven-proxy, actually. So it is trying to connect to: http://snapshots.maven.codehaus.org/maven2/plugins as a repository? Does -X show what causes the failed download? - Brett Allison, Bob wrote: >I'm not sure what to add. My mirror settings are: > > > centra

[jira] Commented: (MEV-65) dependencies not set inside ibiblio repository.

2005-08-30 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=comments#action_45459 ] Joerg Schaible commented on MEV-65: --- CAUTION: This POM for jmock-cglib will have version issues. It references CGLIB 2.1 which has a transitive dependency to ASM 1.x ... which in turn is

[jira] Closed: (CONTINUUM-211) Improve error message when ScmUpdate fails

2005-08-30 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-211?page=all ] Emmanuel Venisse closed CONTINUUM-211: -- Resolution: Fixed o Fixed plexus-maven-plugin o Error appears now in build screen > Improve error message when ScmUpdate fails > ---

[jira] Updated: (CONTINUUM-211) Improve error message when ScmUpdate fails

2005-08-30 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-211?page=all ] Emmanuel Venisse updated CONTINUUM-211: --- Remaining Estimate: 10 minutes Original Estimate: 600 Environment: > Improve error message when ScmUpdate fails > -

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
I'm not worried about configuring maven-proxy. That is fairly straight forward. My problem is how do I tell Maven 2 that I have a mirror of the pluginRepository? In the m2 top-level plugin, there is a repository named "snapshots" which points to "http://snapshots.maven.codehaus.org/maven2/"; and

Re: SVN Build Error

2005-08-30 Thread Brett Porter
That's a problem - while id's can be the same across repos, it won't work with the mirroring :( You'll need to change the id of the snapshot plugin repo (eg snapshots-plugins), and add a new mirror. We're currently looking at simplifying this. - Brett Allison, Bob wrote: >I'm not worried about

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
So I need to go to every Maven2 SVN project and change the name "snapshots" in the pluginRepository stanza to something else so I can define a mirror for them? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 07:09 To: Maven Developers List Su

Re: SVN Build Error

2005-08-30 Thread Brett Porter
Allison, Bob wrote: >So I need to go to every Maven2 SVN project and change the name >"snapshots" in the pluginRepository stanza to something else so I can >define a mirror for them? > > It should be inherited, so it is probably just the root, and maven-plugins/pom.xml. Sorry for the inconvenie

[jira] Commented: (MNG-802) Clarify SUN's jar distribution policy on site and in Maven so users know to install those files in their own remote repo

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-802?page=comments#action_45465 ] Brett Porter commented on MNG-802: -- links can be used by pasting the full text including %3e. http://maven.apache.org/reference/standard-sun-jar-names.html We should link to this from t

[jira] Updated: (MNG-803) Document of Detailed Changes between M1/M2

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-803?page=all ] Brett Porter updated MNG-803: - Fix Version: 2.0 > Document of Detailed Changes between M1/M2 > -- > > Key: MNG-803 > URL: http://jira.codehaus.org/

[jira] Updated: (MNG-804) maven.jar.override usage in m2

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-804?page=all ] Brett Porter updated MNG-804: - Fix Version: 2.0 Summary: maven.jar.override usage in m2 (was: Maven.jar.overrid) there are two cases to address: - file based overrides (no longer supported - expla

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
It should be inherited, but the plugin parent and several integration tests (8, 9, 22, 23, 25, 26, 27, 40, 41, 44, 45, 46, 49, and 1011) specify it explicitly. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 07:15 To: Maven Developers List Su

RE: SVN Build Error

2005-08-30 Thread Allison, Bob
I changed the name of the pluginRepository on test 46 (which fails if I have the snapshots mirror set up) and defined a mirror for it. After adding the plugin repository's real path into the proxy, the test runs fine. Should I submit a JIRA issue to adjust the pluginRepository ID wherever it appe

Re: SVN Build Error

2005-08-30 Thread Brett Porter
Thanks. Please add a comment to http://jira.codehaus.org/browse/MNG-139 describing the issue so it can be taken into account. - Brett Allison, Bob wrote: >I changed the name of the pluginRepository on test 46 (which fails if I >have the snapshots mirror set up) and defined a mirror for it. Afte

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-30 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_08.02.24/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Commented: (MNG-139) server definitions should be reusable

2005-08-30 Thread Bob Allison (JIRA)
[ http://jira.codehaus.org/browse/MNG-139?page=comments#action_45474 ] Bob Allison commented on MNG-139: - One place where problems can occur is using a mirror for codehaus while building m2. In the m2 top-level plugin, there is a repository named "snapsho

[jira] Created: (MPLINKCHECK-23) Improve linkcheck performance (2x+) getting rid of jtidy dependency via regexps

2005-08-30 Thread Ignacio G. Mac Dowell (JIRA)
Improve linkcheck performance (2x+) getting rid of jtidy dependency via regexps --- Key: MPLINKCHECK-23 URL: http://jira.codehaus.org/browse/MPLINKCHECK-23 Project: maven-linkcheck-plugin Typ

[continuum build - FAILED - update] Tue Aug 30 12:30:00 GMT 2005

2005-08-30 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050830.123000.txt

[jira] Created: (MNG-806) tools.jar needs to be supported as a normal dependency

2005-08-30 Thread Matthew Pocock (JIRA)
tools.jar needs to be supported as a normal dependency -- Key: MNG-806 URL: http://jira.codehaus.org/browse/MNG-806 Project: Maven 2 Type: Improvement Environment: sun sdk Reporter: Matthew Pocock Sun SDKs have

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-30 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_12.01.39/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

Re: Deleted files in beaver at codehaus

2005-08-30 Thread Carlos Sanchez
mavenuser/maven-components/maven-meeper/ is a CVS checkout, so can we delete mavenuser or mavenuser/maven-components and checkout from SVN there or in any other place? On 8/29/05, Brett Porter <[EMAIL PROTECTED]> wrote: > That was me. Sorry about that! > > I thought repository-tools/bin was a fu

[jira] Commented: (MPLINKCHECK-23) Improve linkcheck performance (2x+) getting rid of jtidy dependency via regexps

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPLINKCHECK-23?page=comments#action_45504 ] Carlos Sanchez commented on MPLINKCHECK-23: --- Looks good I'll take a closer look when I have more time > Improve linkcheck performance (2x+) getting rid of jtidy dependen

svn commit: r264817 - in /maven/maven-1/plugins/trunk/jetty: announcements/ plugin.jelly xdocs/changes.xml

2005-08-30 Thread vmassol
Author: vmassol Date: Tue Aug 30 10:22:04 2005 New Revision: 264817 URL: http://svn.apache.org/viewcvs?rev=264817&view=rev Log: MPJETTY-2: Allow JSP compilation by adding tools.jar to the jetty execution classpath Removed: maven/maven-1/plugins/trunk/jetty/announcements/ Modified: maven/

[jira] Closed: (MPJETTY-2) Cannot compile jsp pages

2005-08-30 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPJETTY-2?page=all ] Vincent Massol closed MPJETTY-2: Assign To: Vincent Massol Resolution: Fixed Fix Version: 1.2 Applied (at last!). Sorry for the delay... > Cannot compile jsp pages >

[jira] Created: (MNG-807) Serious problem in repository

2005-08-30 Thread Sami Dalouche (JIRA)
Serious problem in repository - Key: MNG-807 URL: http://jira.codehaus.org/browse/MNG-807 Project: Maven 2 Type: Bug Versions: 2.0-alpha-3 Environment: Windows / JDK 1.5 Reporter: Sami Dalouche This bug must have been reported

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-30 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_04.00.34/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

[jira] Created: (MNG-808) Maven 2 Website Information

2005-08-30 Thread Natalie Burdick (JIRA)
Maven 2 Website Information --- Key: MNG-808 URL: http://jira.codehaus.org/browse/MNG-808 Project: Maven 2 Type: Task Components: documentation Reporter: Natalie Burdick Sample topics/themes (based on mailing lists): 1) Why Choose/Use

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

2005-08-30 Thread Rick Fusaro (JIRA)
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

[jira] Updated: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-155?page=all ] Lukas Theussl updated MPXDOC-155: - Attachment: MPXDOC-155.patch Hi Phil, Can you test the attached patch please? I have successfully generated the site for jakarta math with it. There are a few lay

[jira] Commented: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

2005-08-30 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45511 ] Arnaud Heritier commented on MPXDOC-155: I published a new snapshot for this plugin. You can download it with : maven plugin:download -DgroupId=maven -DartifactId=maven-xdoc-plu

[jira] Created: (MNG-809) NPE in maven-javadoc-plugin

2005-08-30 Thread md (JIRA)
NPE in maven-javadoc-plugin --- Key: MNG-809 URL: http://jira.codehaus.org/browse/MNG-809 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-beta-1 Environment: Windows 2k3 SP1. JDK 1.5.0_04 Reporter: md Attachme

Lifecycle Plugin Development Assistance Request

2005-08-30 Thread Allison, Bob
I am working on a plugin to create a life cycle plugin to build RPMs. As things stand right now, I have a plugin which defines the RPM life cycle and contains mojos which just generate a warning so I know they were called. I have a project which uses packaging of rpm; running "m2 package" on that

RE: [jira] Created: (MNG-809) NPE in maven-javadoc-plugin

2005-08-30 Thread Allison, Bob
Duplicate of MNG-779, I think. -Original Message- From: md (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 18:08 To: dev@maven.apache.org Subject: [jira] Created: (MNG-809) NPE in maven-javadoc-plugin NPE in maven-javadoc-plugin --- Key:

[jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45513 ] Lukas Theussl commented on MPXDOC-111: -- I don't see that in Mozilla nor in Konqueror so I assume it's an IE issue. In any case, and are equivalent. Maybe somebody using IE can

[jira] Commented: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

2005-08-30 Thread Phil Steitz (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45514 ] Phil Steitz commented on MPXDOC-155: Works 4 me. I checked a couple of commons sites and they all look fine, once I add the message template to commons-site.jsl. Thanks! Note: wh

[jira] Commented: (MPXDOC-101) large blocks of source code disappear in IE 6

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-101?page=comments#action_45516 ] Lukas Theussl commented on MPXDOC-101: -- This seems to be related: http://www.evolt.org/article/MSIE6_bug_with_floating_divs_and_spacers/17/23899/ I need someone using IE6 to test

svn commit: r264888 - in /maven/components/trunk/maven-plugins/maven-assembly-plugin: pom.xml src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java src/main/mdo/descriptor.mdo

2005-08-30 Thread kenney
Author: kenney Date: Tue Aug 30 15:57:50 2005 New Revision: 264888 URL: http://svn.apache.org/viewcvs?rev=264888&view=rev Log: o Fixed tabs -> spaces (sorry, makes diff hard to read) and some codingstyle issues. o Modified model: added a 'BaseSet' type as a basetype for DependencySet and File

[jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45519 ] Carlos Sanchez commented on MPXDOC-111: --- It's an IE issue only, I don't know how difficult can be to generate collapsed tags when content it's empty > is transformed into > --

[jira] Updated: (MPXDOC-149) is appearing same way as subsection

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-149?page=all ] Lukas Theussl updated MPXDOC-149: - Attachment: MPXDOC-149.patch Make the dt definition specific to the faq plugin (check if this layout is ok). Note that MPFAQ-11 has to be adjusted accordingly. >

[jira] Updated: (MPFAQ-11) questions' font is same size or smaller than answers' one

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-11?page=all ] Lukas Theussl updated MPFAQ-11: --- Attachment: MPFAQ-11.patch Make the dt's in questions use a style specific to the faq plugin. Note that this depends on my patch submitted for MPXDOC-149. > questions'

[REPOCLEAN] Error(s) occurred while converting repository

2005-08-30 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion. For more details, see: http://test.maven.codehaus.org/reports/repoclean/30-Aug-2005_08.00.51/repository.report.txt - To unsubscribe, e-mail: [EMAIL PROTE

Re: [jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Lukas Theussl
It's an IE issue only, I don't know how difficult can be to generate collapsed tags when content it's empty I don't know either. In any case, I consider this clearly a bug of IE (I can see that and each render a newline, but alone?), so the question is: should we care. I'd vote for cl

[maven2 build - SUCCESS - update] Wed Aug 31 00:00:00 GMT 2005

2005-08-30 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050831.00.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050831.00.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[maven2 build - SUCCESS - checkout] Wed Aug 31 00:15:00 GMT 2005

2005-08-30 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20050831.001500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20050831.001500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Deleted files in beaver at codehaus

2005-08-30 Thread Brett Porter
Yep, let's checkout from SVN under repository-tools. - Brett Carlos Sanchez wrote: >mavenuser/maven-components/maven-meeper/ is a CVS checkout, so can we >delete mavenuser or mavenuser/maven-components and checkout from SVN >there or in any other place? > > >On 8/29/05, Brett Porter <[EMAIL PROT

[jira] Closed: (MNG-807) Serious problem in repository

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-807?page=all ] Brett Porter closed MNG-807: Assign To: Brett Porter Resolution: Duplicate I can assure you it is nowhere near 90%, but specific projects do have problems. Reports are filed under the "MEV" proj

[jira] Commented: (MEV-52) broken active MQ poms

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MEV-52?page=comments#action_45525 ] Brett Porter commented on MEV-52: - similar problems during the 3.1 release. > broken active MQ poms > - > > Key: MEV-52 > URL: http://jira.codehaus.or

Re: Deleted files in beaver at codehaus

2005-08-30 Thread Carlos Sanchez
repository-tools is not currently a svn checkout either. I suggest checking out maven-components to ~/maven-components to match svn structure and point cron jobs there, remove mavenuser (i think there's nothing being used here) and repository-tools (after checking that svn is up to date), making b

[jira] Closed: (MEV-66) cglib 2.1_2 should depend on asm 1.5.3, not 2.0

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-66?page=all ] Carlos Sanchez closed MEV-66: - Assign To: Carlos Sanchez Resolution: Fixed Make it depend on 1.5.3 > cglib 2.1_2 should depend on asm 1.5.3, not 2.0 >

[jira] Created: (MPECLIPSE-100) No ability to configure the JRE specified in generated .classpath file

2005-08-30 Thread Ken Weiner (JIRA)
No ability to configure the JRE specified in generated .classpath file -- Key: MPECLIPSE-100 URL: http://jira.codehaus.org/browse/MPECLIPSE-100 Project: maven-eclipse-plugin Type: Bug Versions: 1

[jira] Updated: (MEV-65) jmock velocity cglib dependencies

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=all ] Carlos Sanchez updated MEV-65: -- Assign To: Carlos Sanchez Summary: jmock velocity cglib dependencies (was: dependencies not set inside ibiblio repository.) > jmock velocity cglib dependencies > ---

[jira] Closed: (MEV-65) jmock velocity cglib dependencies

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=all ] Carlos Sanchez closed MEV-65: - Resolution: Fixed jmock Added dependency to cglib-full-2.0, which is the one jmock actually uses http://cvs.jmock.org/viewrep/jmock/jmock/lib velocity fixed artifactId i

[jira] Closed: (MNG-809) NPE in maven-javadoc-plugin

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-809?page=all ] Brett Porter closed MNG-809: Assign To: Brett Porter Resolution: Duplicate > NPE in maven-javadoc-plugin > --- > > Key: MNG-809 > URL: http://jira.codeha

[jira] Commented: (MEV-74) commons-lang is missing scope

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-74?page=comments#action_45528 ] Carlos Sanchez commented on MEV-74: --- Fixed in ibiblio > commons-lang is missing scope > - > > Key: MEV-74 > URL: http://jira.codehaus.org/br

[jira] Commented: (MEV-73) commons-collections is missing scope

2005-08-30 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-73?page=comments#action_45529 ] Carlos Sanchez commented on MEV-73: --- Fixed in ibiblio > commons-collections is missing scope > > > Key: MEV-73 > URL: http://jira.c

[jira] Updated: (MNG-808) Maven 2 Website Information

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-808?page=all ] Brett Porter updated MNG-808: - Fix Version: 2.0 Complexity: Novice (was: Intermediate) > Maven 2 Website Information > --- > > Key: MNG-808 > URL: http://jir

Re: [jira] Commented: (MEV-73) commons-collections is missing scope

2005-08-30 Thread Brett Porter
Is it also being fixed at Apache? Remember that it will be overwritten next sync otherwise... It is also worthwhile modifying the commons build files so that future releases are ok. I can apply patches. - Brett Carlos Sanchez (JIRA) wrote: >[ http://jira.codehaus.org/browse/MEV-73?page=comm

Re: Lifecycle Plugin Development Assistance Request

2005-08-30 Thread Brett Porter
Allison, Bob wrote: >I am working on a plugin to create a life cycle plugin to build RPMs. >As things stand right now, I have a plugin which defines the RPM life >cycle and contains mojos which just generate a warning so I know they >were called. I have a project which uses packaging of rpm; runn

Re: [jira] Commented: (MEV-73) commons-collections is missing scope

2005-08-30 Thread Carlos Sanchez
This other was not overwritten http://jira.codehaus.org/browse/MEV-58 It'd be interesting to know if the sync will override it always or only when there're changes to the same file in the apache repo. I would suggest also to turn off the syncing of poms that already exist in the destination becaus

Re: [jira] Commented: (MEV-73) commons-collections is missing scope

2005-08-30 Thread Brett Porter
Carlos Sanchez wrote: >This other was not overwritten >http://jira.codehaus.org/browse/MEV-58 > > Yep, the m1 version is overwritten each time - but the m2 is only converted when it is changed. So if the m1 version where edited, you might find the m2 one gets lost which would be a problem. >It

Re: [jira] Commented: (MEV-73) commons-collections is missing scope

2005-08-30 Thread Carlos Sanchez
I would say, sync only poms that don't exist already, so we get new ones, but don't override already existing poms automatically, make the interested projects submit a issue in MEV, because if they're interested in fixing their build they will be also interested in that pom ending in ibiblio, somet

[jira] Updated: (MPFAQ-11) questions' font is same size or smaller than answers' one

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-11?page=all ] Lukas Theussl updated MPFAQ-11: --- Description: In the faq body, the questions are less indented that the answers but both have the same font size (or sometimes questions are smaller see MPFAQ-10 !). It'

[jira] Updated: (MPFAQ-15) Adding a "top" link after each answer

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-15?page=all ] Lukas Theussl updated MPFAQ-15: --- Description: That would be great to have this feature, as it's found on lots of FAQs. This just needs some trivial modifications of the faq.jsl file : * add an anchor

[jira] Updated: (MPFAQ-16) faq plugin does not produce valid XHTML 1.0 Transitional

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPFAQ-16?page=all ] Lukas Theussl updated MPFAQ-16: --- Description: The html code produced by the current maven-faq-plugin is not valid XHTML 1.0 Transitional. That's because the sub-element of each get's copied through

[jira] Updated: (MPCHANGES-22) description attribute of release element undocumented

2005-08-30 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPCHANGES-22?page=all ] Lukas Theussl updated MPCHANGES-22: --- Description: The 'About' page in the documentation display the attributes for the 'release' element, but 'description' is not listed. was: The 'About' p

[jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45537 ] fabrizio giustina commented on MPXDOC-111: -- the "two line break" visualization it's surely an IE issue but note that and are not equivalent, br must be collapsed in html. >

[jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-111?page=comments#action_45538 ] Brett Porter commented on MPXDOC-111: - I agree we should bew acommodating IE quirks where possible, but I don't want to invest effort in grappling with jsl at this point. Let's try

[jira] Created: (MEV-75) struts-menu 2.3 should be

2005-08-30 Thread Edwin Punzalan (JIRA)
struts-menu 2.3 should be Key: MEV-75 URL: http://jira.codehaus.org/browse/MEV-75 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Edwin Punzalan the dependency scope for junit uses type instead o

Re: [jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Lukas Theussl
the "two line break" visualization it's surely an IE issue but note that and are not equivalent, br must be collapsed in html. They *are* equivalent in XHTML 1.0 (see section 4.6 in [1]). They are not equivalent in HTML 4. Maven generated sites are XHTML 1.0. [1] http://www.w3.org/TR/xh

Re: [jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Fabrizio Giustina
On 8/31/05, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > >the "two line break" visualization it's surely an IE issue but note that > > and are not equivalent, br must be collapsed in html. > > > They *are* equivalent in XHTML 1.0 (see section 4.6 in [1]). They are > not equivalent in HTML 4. Mav

Re: [jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Lukas Theussl
the alternative syntax allowed by XML gives uncertain results in many existing user agents. So we are back at my point that it's an IE bug :-) . - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[jira] Commented: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

2005-08-30 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45539 ] Arnaud Heritier commented on MPXDOC-155: Yes, I upgraded the maven-model on my machine (I'm trying to unify dependencies in all plugins) but I'm not sure we'll use it for the x

Re: [jira] Commented: (MPXDOC-111) is transformed into

2005-08-30 Thread Brett Porter
Please read my comment though. 1) we need to accommodate IE bugs, as much as it sucks, so that it doesn't harm our users. 2) this is a bit of a pain using JSL, so let's focus further effort on getting the m2 technology into m1 - Brett Lukas Theussl wrote: > >> the alternative syntax allowed by

[jira] Updated: (MNG-704) javadoc plugin doesn't honor multiple custom tags

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-704?page=all ] Brett Porter updated MNG-704: - Component: (was: maven-plugins) maven-javadoc-plugin > javadoc plugin doesn't honor multiple custom tags >

[jira] Updated: (MNG-620) Javadoc plugin fails when JAVA_HOME contains spaces

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-620?page=all ] Brett Porter updated MNG-620: - Component: (was: maven-plugins) maven-javadoc-plugin > Javadoc plugin fails when JAVA_HOME contains spaces > --

[jira] Updated: (MNG-779) JavadocReport throws NPE

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-779?page=all ] Brett Porter updated MNG-779: - Component: maven-javadoc-plugin > JavadocReport throws NPE > > > Key: MNG-779 > URL: http://jira.codehaus.org/browse/MNG-779 >

[jira] Commented: (MEV-65) jmock velocity cglib dependencies

2005-08-30 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=comments#action_45540 ] Joerg Schaible commented on MEV-65: --- > jmock >Added dependency to cglib-full-2.0, which is the one jmock actually uses >http://cvs.jmock.org/viewrep/jmock/jmock/lib Uaaah. cglib-full inc

[jira] Commented: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

2005-08-30 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-155?page=comments#action_45541 ] Brett Porter commented on MPXDOC-155: - do you require 3.0.1? If not, I suggest 3.0.0... > xdoc 1.9 not compatible with older customised site.jsl > -