[jira] Created: (MEV-326) Spring 2.0 M2 is missing a POM

2006-02-08 Thread Matt Raible (JIRA)
Spring 2.0 M2 is missing a POM -- Key: MEV-326 URL: http://jira.codehaus.org/browse/MEV-326 Project: Maven Evangelism Type: Bug Components: Invalid POM Reporter: Matt Raible

Re: critique of maven 2.0.2

2006-02-08 Thread Piéroni Raphaël
2006/2/7, Brett Porter [EMAIL PROTECTED]: Piéroni Raphaël wrote: The programs which needs to be created are : - the crawler which reads the poms from a local or remote repository. called from command line. outputs the fact base in a file. You should definitely peek into the

Schedule ignored

2006-02-08 Thread Graham Leggett
Hi all, I have set up a daily schedule within Continuum v1.0.2 to run builds at 6am every day. I used the cron string 0 0 6 * * ? with a quiet period of zero, and the schedule is enabled. This schedule has no effect - it doesn't run, even though attempts at forcing the build work fine. Is

[jira] Created: (MPIR-26) Could the Dependencies report show the size of the jars/etc...

2006-02-08 Thread Benoit Xhenseval (JIRA)
Could the Dependencies report show the size of the jars/etc... -- Key: MPIR-26 URL: http://jira.codehaus.org/browse/MPIR-26 Project: Maven 2.x Project Info Reports Plugin Type: New Feature Reporter:

Re: a little more on site structure

2006-02-08 Thread John Allen
Re snapshot sites. This is exactly what i use the site:stage functionality to try and provide. In my scheme a project basically has two sites, its released site (deployed to distrMgmt::site::url) and its snapshot site. The snapshot site is generated with lots of technical reports usefull for

[jira] Closed: (MPASPECTJ-19) Add messageHolderClass property

2006-02-08 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPASPECTJ-19?page=all ] Lukas Theussl closed MPASPECTJ-19: -- Resolution: Fixed Fixed a while ago. Add messageHolderClass property --- Key: MPASPECTJ-19 URL:

[jira] Updated: (MPASPECTJ-23) Report for the plugin

2006-02-08 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPASPECTJ-23?page=all ] Lukas Theussl updated MPASPECTJ-23: --- Fix Version: 3.3 Report for the plugin - Key: MPASPECTJ-23 URL: http://jira.codehaus.org/browse/MPASPECTJ-23

Re: Schedule ignored

2006-02-08 Thread Emmanuel Venisse
Do you have a project attached to your schedule? If you don't have changes in your scm since the latest build, you'll don't have a new build. Send your logs around 6AM Emmanuel Graham Leggett a écrit : Hi all, I have set up a daily schedule within Continuum v1.0.2 to run builds at 6am

[jira] Created: (MEV-327) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Olivier Lamy (JIRA)
Upload backport-util-concurrent version 2.1 --- Key: MEV-327 URL: http://jira.codehaus.org/browse/MEV-327 Project: Maven Evangelism Type: Bug Reporter: Olivier Lamy Attachments: backport-util-concurrent-2.1.jar,

[jira] Updated: (MEV-327) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Olivier Lamy (JIRA)
[ http://jira.codehaus.org/browse/MEV-327?page=all ] Olivier Lamy updated MEV-327: - Attachment: backport-util-concurrent-2.1.jar backport-util-concurrent-2.1.pom Upload backport-util-concurrent version 2.1

[jira] Commented: (MECLIPSE-37) eclipse:eclipse should execute in a later phase than generate-sources

2006-02-08 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-37?page=comments#action_58151 ] Kenney Westerhof commented on MECLIPSE-37: -- Yup.. ;) but probably the most flexible one. There are tons of other solutions, like adding a MojoConfigurator class for each

[jira] Created: (MNG-2051) Failure to inject ScmManager component

2006-02-08 Thread Michael B?ckling (JIRA)
Failure to inject ScmManager component -- Key: MNG-2051 URL: http://jira.codehaus.org/browse/MNG-2051 Project: Maven 2 Type: Bug Components: Embedding Reporter: Michael Böckling When using the embedder, the component

Re: critique of maven 2.0.2

2006-02-08 Thread Steve Loughran
Piéroni Raphaël wrote: 2006/2/7, Brett Porter [EMAIL PROTECTED]: Piéroni Raphaël wrote: The programs which needs to be created are : - the crawler which reads the poms from a local or remote repository. called from command line. outputs the fact base in a file. You should definitely peek

[jira] Updated: (MECLIPSE-37) eclipse:eclipse should execute in a later phase than generate-sources

2006-02-08 Thread fabrizio giustina (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-37?page=all ] fabrizio giustina updated MECLIPSE-37: -- Fix Version: (was: 2.1) remove fix-version for further discussions eclipse:eclipse should execute in a later phase than generate-sources

Re: critique of maven 2.0.2

2006-02-08 Thread Piéroni Raphaël
2006/2/8, Steve Loughran [EMAIL PROTECTED]: Piéroni Raphaël wrote: I don't know if it is the right tool. i jumped on Steve proposition as i was found of prolog during my school years. I don't know if it is right either. One good reason for not using it, but for sticking in java, is

[jira] Commented: (MNG-1598) It should be possible not to include the META-INF/maven directory in produced jars

2006-02-08 Thread Oliver Siegmar (JIRA)
[ http://jira.codehaus.org/browse/MNG-1598?page=comments#action_58154 ] Oliver Siegmar commented on MNG-1598: - Okay, thanks. But why not just update maven-jar-plugin to 2.0.2 so that others can participate this feature without reading this? It should

[ANN] Maven Eclipse Plugin 2.1 for maven 2 released

2006-02-08 Thread Fabrizio Giustina
We are pleased to announce the Maven Eclipse Plugin 2.1 for maven 2 release! http://maven.apache.org/plugins/maven-eclipse-plugin/ Changes in this version include: ** Improvement * [MECLIPSE-47] - Support for wtp 1.0 * [MECLIPSE-55] - Documentation: eclipse:eclipse creates Projects or

[m2] class not found problem when running plugin

2006-02-08 Thread Jurgen De Landsheer
hello, I am creating a plugin (inherits from Abstractmojo)that is running during the build cycle in the phase generate-test-sources I need the already compiled classes (from the project the plugin is running in) available but I get a ClassNotFoundException how can I load all classes in

[jira] Created: (MSUREFIRE-58) Cannot override read-only parameter: classpathElements

2006-02-08 Thread Jesper Zedlitz (JIRA)
Cannot override read-only parameter: classpathElements -- Key: MSUREFIRE-58 URL: http://jira.codehaus.org/browse/MSUREFIRE-58 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.1.2 Reporter:

RE: a little more on site structure

2006-02-08 Thread Brian E. Fox
could be done with a profile, but to align with distributionManagement snapshotRepository maybe we should have distributionManagement snapshotSite. +1.. That would be great. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[jira] Created: (MPJALOPY-9) Jalopy Classes not found

2006-02-08 Thread Arnaud Heritier (JIRA)
Jalopy Classes not found Key: MPJALOPY-9 URL: http://jira.codehaus.org/browse/MPJALOPY-9 Project: maven-jalopy-plugin Type: Bug Versions: 1.4 Reporter: Arnaud Heritier Assigned to: Arnaud Heritier Priority: Blocker

[jira] Updated: (MPJALOPY-7) replace textarea dependency by jext

2006-02-08 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPJALOPY-7?page=all ] Arnaud Heritier updated MPJALOPY-7: --- type: Wish (was: Bug) replace textarea dependency by jext --- Key: MPJALOPY-7 URL:

Re: critique of maven 2.0.2

2006-02-08 Thread Steve Loughran
Piéroni Raphaël wrote: 2006/2/8, Steve Loughran [EMAIL PROTECTED]: Piéroni Raphaël wrote: I don't know if it is the right tool. i jumped on Steve proposition as i was found of prolog during my school years. I don't know if it is right either. One good reason for not using it, but for

[jira] Created: (MNG-2052) Transitive system deps are not interpolated correctly thus rendering them invalid

2006-02-08 Thread Chris Stevenson (JIRA)
Transitive system deps are not interpolated correctly thus rendering them invalid - Key: MNG-2052 URL: http://jira.codehaus.org/browse/MNG-2052 Project: Maven 2 Type: Bug Components:

[jira] Created: (CONTINUUM-588) cvs checkout does not honor sub-directories

2006-02-08 Thread Aaron Smuts (JIRA)
cvs checkout does not honor sub-directories --- Key: CONTINUUM-588 URL: http://jira.codehaus.org/browse/CONTINUUM-588 Project: Continuum Type: Bug Components: Core system Versions: 1.0.2 Environment: linux, cvs,

[jira] Created: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-02-08 Thread Mark J. Titorenko (JIRA)
assembling dependent jars or snapshots uses timestamp formatted version instead of ${version} - Key: MASSEMBLY-67 URL: http://jira.codehaus.org/browse/MASSEMBLY-67 Project: Maven

[jira] Commented: (MASSEMBLY-67) assembling dependent jars or snapshots uses timestamp formatted version instead of ${version}

2006-02-08 Thread Mark J. Titorenko (JIRA)
[ http://jira.codehaus.org/browse/MASSEMBLY-67?page=comments#action_58158 ] Mark J. Titorenko commented on MASSEMBLY-67: The issue title should read assembling dependent jars that contain snapshots not assembling dependent jars or snapshots.

[jira] Created: (MNG-2053) Implements a better toString method in the maven objects exemple in : o.a.m.p.MavenProject

2006-02-08 Thread Olivier Lamy (JIRA)
Implements a better toString method in the maven objects exemple in : o.a.m.p.MavenProject -- Key: MNG-2053 URL: http://jira.codehaus.org/browse/MNG-2053 Project: Maven 2 Type:

[jira] Updated: (MPJALOPY-9) Jalopy Classes not found

2006-02-08 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPJALOPY-9?page=all ] Arnaud Heritier updated MPJALOPY-9: --- Version: 1.3.1 Jalopy Classes not found Key: MPJALOPY-9 URL: http://jira.codehaus.org/browse/MPJALOPY-9

[jira] Created: (MJAR-28) Using the jar plugin with addClasspath and snapshots can create manifest classpath with incorrect jar versions

2006-02-08 Thread Mark J. Titorenko (JIRA)
Using the jar plugin with addClasspath and snapshots can create manifest classpath with incorrect jar versions -- Key: MJAR-28 URL:

design docs for repositories?

2006-02-08 Thread Lex Spoon
Hi, we at the Scala group (scala.epfl.ch) are looking at community infrastructure to share artifacts around. Joel Trunick pointed me towards Maven. Maven is interesting for us to begin with as simply an improved ant for building software. More specifically, though, its support for remote

RE: a little more on site structure

2006-02-08 Thread Mike Perham
Why are these permanent? Developers come and go. Projects migrate locations and SCM systems change occasionally. These reports don't change as frequently but they still do change. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 07, 2006 11:10

[jira] Created: (MECLIPSE-67) subprojects not included when the root pom has packaging pom

2006-02-08 Thread Olivier Lamy (JIRA)
subprojects not included when the root pom has packaging pom Key: MECLIPSE-67 URL: http://jira.codehaus.org/browse/MECLIPSE-67 Project: Maven 2.x Eclipse Plugin Type: Bug Versions: 2.1

[maven2 build branches/maven-2.0.x - SUCCESS - update] Wed Feb 8 15:15:01 GMT 2006

2006-02-08 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20060208.151502.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060208.151502.txt - To unsubscribe,

[jira] Created: (MAVENUPLOAD-727) Please add Hibernate 3.1.2 sources

2006-02-08 Thread Nicol?s Lichtmaier (JIRA)
Please add Hibernate 3.1.2 sources -- Key: MAVENUPLOAD-727 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-727 Project: maven-upload-requests Type: Task Reporter: Nicolás Lichtmaier Please, add this sources jar

[maven2 build trunk - SUCCESS - update] Wed Feb 8 16:00:00 GMT 2006

2006-02-08 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060208.160001.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060208.160001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: critique of maven 2.0.2

2006-02-08 Thread Piéroni Raphaël
2006/2/8, Steve Loughran [EMAIL PROTECTED]: Piéroni Raphaël wrote: 2006/2/8, Steve Loughran [EMAIL PROTECTED]: Piéroni Raphaël wrote: I don't know if it is the right tool. i jumped on Steve proposition as i was found of prolog during my school years. I don't know if it is right

Re: critique of maven 2.0.2

2006-02-08 Thread Piéroni Raphaël
To overcome the license issue, maybe a tool which use a gpl prolog to the queries shown by Steve can be created at mojo.codehaus.org ? I don't remember the license policy. So whatever the means and the licences issues, are we agree about the task such a tool have to do (the needs expressed by

[jira] Closed: (MPSCM-77) It should be possible to check changes made by prepare-release before they are checked in and tagged

2006-02-08 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-77?page=all ] Lukas Theussl closed MPSCM-77: -- Resolution: Fixed I finally opted for a new property maven.scm.testmode (default: false) which was easier to implement (otherwise we would have had to check whether

[jira] Commented: (MPSCM-67) scm:prepare-release fails because project.xml has been locally modified

2006-02-08 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-67?page=comments#action_58164 ] Lukas Theussl commented on MPSCM-67: Dennis, I think with the fix for MPSCM-77 you should have a workaround for your problem (it allows you to remove the backup files by hand before

[jira] Commented: (MNGECLIPSE-22) The Plug-In fails to run under Eclipse 3.0.x and IBM Rational Developer (RAD)

2006-02-08 Thread Rik Bosman (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-22?page=comments#action_58167 ] Rik Bosman commented on MNGECLIPSE-22: -- My company is moving t oRSA (which is a subset of RAD) in a couple of months. Eclipse 3.0 based How much work would it cost to

[jira] Commented: (MNGECLIPSE-22) The Plug-In fails to run under Eclipse 3.0.x and IBM Rational Developer (RAD)

2006-02-08 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-22?page=comments#action_58168 ] Eugene Kuleshov commented on MNGECLIPSE-22: --- Rik, shanges include some SWT incompatibilities as well as entirely new API for the launch configurations. If you wan't to

[jira] Moved: (MAVENUPLOAD-728) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-728?page=all ] Carlos Sanchez moved MEV-327 to MAVENUPLOAD-728: Group ID: (was: backport-util-concurrent) Bundle URL: ? Artifact ID: (was: backport-util-concurrent)

[jira] Commented: (MEV-326) Spring 2.0 M2 is missing a POM

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-326?page=comments#action_58169 ] Carlos Sanchez commented on MEV-326: No, it's not, lot of changes from m1 to m2 http://cvs.sourceforge.net/viewcvs.py/springframework/spring/lib/readme.txt?r1=1.85r2=1.94 Very busy

[jira] Commented: (MAVENUPLOAD-728) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-728?page=comments#action_58171 ] Carlos Sanchez commented on MAVENUPLOAD-728: Please read http://maven.apache.org/guides/mini/guide-ibiblio-upload.html Upload backport-util-concurrent version 2.1

[jira] Created: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Mike Perham (JIRA)
JUnitBattery dies when TestSuite has an anonymous inner class - Key: MSUREFIRE-59 URL: http://jira.codehaus.org/browse/MSUREFIRE-59 Project: Maven 2.x Surefire Plugin Type: Bug Versions: 2.1.2

[jira] Updated: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=all ] Mike Perham updated MSUREFIRE-59: - Description: I have this method in my test suite: {code} private static File[] getWSDLFiles() { URL directoryURL =

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_58172 ] Mike Perham commented on MSUREFIRE-59: -- This works in 2.0 but fails when we upgrade to 2.1.2. JUnitBattery dies when TestSuite has an anonymous inner class

[jira] Closed: (MEV-303) POM for Tapestry 4.0

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-303?page=all ] Carlos Sanchez closed MEV-303: -- Resolution: Fixed Don't know what happened. I've increased logging level in case this happens again POM for Tapestry 4.0 Key:

[jira] Updated: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=all ] Carlos Sanchez updated MSUREFIRE-59: Fix Version: 2.1.3 JUnitBattery dies when TestSuite has an anonymous inner class -

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_58175 ] Carlos Sanchez commented on MSUREFIRE-59: - it's complaining about the constructor, can you paste the constructors you have? JUnitBattery dies when TestSuite has an

[jira] Closed: (MEV-323) Invalid hibernate dependency in hibernate-tools-3.1.0.beta4 pom

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-323?page=all ] Carlos Sanchez closed MEV-323: -- Assign To: Carlos Sanchez Resolution: Fixed Invalid hibernate dependency in hibernate-tools-3.1.0.beta4 pom

[jira] Created: (MNG-2054) Multiple Inheritence causes plugin executions to run multiple times (Test Case Attached)

2006-02-08 Thread Brian Fox (JIRA)
Multiple Inheritence causes plugin executions to run multiple times (Test Case Attached) Key: MNG-2054 URL: http://jira.codehaus.org/browse/MNG-2054 Project: Maven 2 Type: Bug

[jira] Commented: (MSUREFIRE-59) JUnitBattery dies when TestSuite has an anonymous inner class

2006-02-08 Thread Mike Perham (JIRA)
[ http://jira.codehaus.org/browse/MSUREFIRE-59?page=comments#action_58177 ] Mike Perham commented on MSUREFIRE-59: -- The outer class has the standard () and (String) JUnit constructors. The inner class's code is posted right there. It's the

[jira] Commented: (MNG-2054) Multiple Inheritence causes plugin executions to run multiple times (Test Case Attached)

2006-02-08 Thread Brian Fox (JIRA)
[ http://jira.codehaus.org/browse/MNG-2054?page=comments#action_58178 ] Brian Fox commented on MNG-2054: Further investigation using help:effective-pom shows that the plugin configuration actually gets included 2x in the pom. Shouldn't executions with the

[jira] Updated: (MAVENUPLOAD-728) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Olivier Lamy (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-728?page=all ] Olivier Lamy updated MAVENUPLOAD-728: - Attachment: pom.xml Upload backport-util-concurrent version 2.1 --- Key: MAVENUPLOAD-728

[jira] Updated: (MNG-2054) Multiple Inheritence causes plugin executions to run multiple times (Test Case Attached)

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-2054?page=all ] Carlos Sanchez updated MNG-2054: Priority: Critical (was: Major) Fix Version: 2.0.3 Multiple Inheritence causes plugin executions to run multiple times (Test Case Attached)

Build Failure on Windows

2006-02-08 Thread Stramel, Jay
The tests always fail when I try to build Continuum using the Build.bat batch file. I tried the build for the trunk and the 1.0.2 tag and both fail: [surefire] Running org.apache.maven.continuum.it.ShellIntegrationTest [surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6.011

[jira] Commented: (MAVENUPLOAD-728) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-728?page=comments#action_58185 ] Carlos Sanchez commented on MAVENUPLOAD-728: you just need to make a JAR with the following format means that you have to include those files in a jar pom.xml

Re: Build Failure on Windows

2006-02-08 Thread Emmanuel Venisse
it doesn't require some setup. What is the error? trunk isn't stable! Emmanuel Stramel, Jay a écrit : The tests always fail when I try to build Continuum using the Build.bat batch file. I tried the build for the trunk and the 1.0.2 tag and both fail: [surefire] Running

Re: Build Failure on Windows

2006-02-08 Thread Emmanuel Venisse
I'm preparing the build of a snapshot version after each commit, so you'll don't need to build trunk or branch. Emmanuel Stramel, Jay a écrit : The tests always fail when I try to build Continuum using the Build.bat batch file. I tried the build for the trunk and the 1.0.2 tag and both

[jira] Created: (MAVENUPLOAD-729) Sourceforge project 'dozer' to be uploaded.

2006-02-08 Thread Franz Garsombke (JIRA)
Sourceforge project 'dozer' to be uploaded. --- Key: MAVENUPLOAD-729 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-729 Project: maven-upload-requests Type: Task Reporter: Franz Garsombke

[jira] Updated: (MAVENUPLOAD-728) Upload backport-util-concurrent version 2.1

2006-02-08 Thread Olivier Lamy (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-728?page=all ] Olivier Lamy updated MAVENUPLOAD-728: - Attachment: backport-util-concurrent-2.1-mev-upload.jar Upload backport-util-concurrent version 2.1 ---

Re: Bringing plugins to Apache Maven

2006-02-08 Thread Vincent Siveton
+1 for bringing and merging plugins. Vincent 2006/2/7, Brett Porter [EMAIL PROTECTED]: This is not a vote. +1's here are just I've read and think it's all good, but generally I'm just looking for feedback on specific plugins and decision points before taking this any further forward. Some

jdk 1.4 and 1.5 in same install?

2006-02-08 Thread David Blevins
So i find myself needing jdk 1.4 for 90% of what i have in the geronimo continuum install, some of those actually can't compile with 1.5 because of corba/vm ties. But alas I do need 1.5 now for at least two projects. Do i pretty much have to setup another continuum install for this?

[jira] Commented: (MPJAVADOC-73) Javadoc Warnings report is empty, has parse exception

2006-02-08 Thread Jeff Jensen (JIRA)
[ http://jira.codehaus.org/browse/MPJAVADOC-73?page=comments#action_58194 ] Jeff Jensen commented on MPJAVADOC-73: -- Arnaud, I think you nailed it! b3 successfully generates the Javadoc Warnings Report in my local environment. I have had b3 running

Re: jdk 1.4 and 1.5 in same install?

2006-02-08 Thread Carlos Sanchez
What about compiler and test plugins options like fork, executable, ... On 2/8/06, David Blevins [EMAIL PROTECTED] wrote: So i find myself needing jdk 1.4 for 90% of what i have in the geronimo continuum install, some of those actually can't compile with 1.5 because of corba/vm ties. But

[jira] Created: (MNG-2055) Error in Introduction to the Build Lifecycle

2006-02-08 Thread Prasad Kashyap (JIRA)
Error in Introduction to the Build Lifecycle Key: MNG-2055 URL: http://jira.codehaus.org/browse/MNG-2055 Project: Maven 2 Type: Bug Components: Documentation: Introductions Reporter: Prasad Kashyap Priority:

[jira] Moved: (MEV-328) HELP ! something wierd with resource in maven repo

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MEV-328?page=all ] Brett Porter moved HAUS-1079 to MEV-328: Priority: (was: Major) Group ID: jython Artifact ID: jython Version: 20020827 Key: MEV-328 (was: HAUS-1079)

[jira] Closed: (MEV-328) HELP ! something wierd with resource in maven repo

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MEV-328?page=all ] Brett Porter closed MEV-328: Assign To: Brett Porter Resolution: Fixed HELP ! something wierd with resource in maven repo -- Key:

[jira] Closed: (MPXDOC-185) maven.xdoc.date=navigation-top and navigation-bottom do not work

2006-02-08 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-185?page=all ] Lukas Theussl closed MPXDOC-185: Resolution: Fixed maven.xdoc.date=navigation-top and navigation-bottom do not work

graphing (was: critique of maven 2.0.2)

2006-02-08 Thread Brett Porter
That's an option, but I'd really prefer to look at other options first. If you do something in prolog, how many other people are going to be able to work with you on it? Is it something others are going to be able to quickly understand and modify/improve? And I need to emphasise again that there

[jira] Commented: (MNG-2055) Error in Introduction to the Build Lifecycle

2006-02-08 Thread Prasad Kashyap (JIRA)
[ http://jira.codehaus.org/browse/MNG-2055?page=comments#action_58201 ] Prasad Kashyap commented on MNG-2055: - I believe this has been fixed already here. maven-site\src\site\apt\guides\introduction\introduction-to-the-lifecycle.apt Maybe it has not

[jira] Commented: (MNG-1598) It should be possible not to include the META-INF/maven directory in produced jars

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1598?page=comments#action_58202 ] Brett Porter commented on MNG-1598: --- we don't release every time a single bug is fixed :) It will be included in the next release. It should be possible not to include the

[jira] Closed: (MNG-2055) Error in Introduction to the Build Lifecycle

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2055?page=all ] Brett Porter closed MNG-2055: - Assign To: Brett Porter Resolution: Fixed Error in Introduction to the Build Lifecycle Key: MNG-2055

[jira] Commented: (MNG-2052) Transitive system deps are not interpolated correctly thus rendering them invalid

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-2052?page=comments#action_58203 ] Brett Porter commented on MNG-2052: --- where is the property defined? Transitive system deps are not interpolated correctly thus rendering them invalid

[maven2 build trunk - SUCCESS - update] Wed Feb 8 22:00:00 GMT 2006

2006-02-08 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060208.22.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060208.22.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: graphing

2006-02-08 Thread Raphaël Piéroni
That's why i do not have started yet. We should first sort the needs, then choose the appropriate language. Am i confused or the first thing to do is to create a in memory graph of the whole repository by crawling it ? after, i don't really see what to do. If we want to query a database with

Re: graphing

2006-02-08 Thread Raphaël Piéroni
Brett, can you explain me a bit of the repository manager ? i have found the svn. so i will try to create an in memory graph (and perhaps in the same time a prolog fact base) In advance thanks for the answer. Raphaël Raphaël Piéroni a écrit : That's why i do not have started yet. We

Re: graphing

2006-02-08 Thread Brett Porter
I'll start a new thread repository manager overview Raphaël Piéroni wrote: Brett, can you explain me a bit of the repository manager ? i have found the svn. so i will try to create an in memory graph (and perhaps in the same time a prolog fact base) In advance thanks for the answer.

repository manager overview

2006-02-08 Thread Brett Porter
Some folks seem interested, so I wanted to give a quick overview of the repository manager. It is an application that runs either standalone or as a webapp with the following functionality: - repository search - repository/artifact browsing and display of artifacts and their relationships -

[jira] Commented: (MNG-1898) Plugin classpath broken from 2.0 to 2.0.1

2006-02-08 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1898?page=comments#action_58204 ] Carlos Sanchez commented on MNG-1898: - Try excluding xml-apis and xerces. That fixed a similar problem for me Plugin classpath broken from 2.0 to 2.0.1

RE: repository manager overview

2006-02-08 Thread Brian E. Fox
I've been meaning to try this out. How much of the functionality listed below is usable in some form? (I know it's still being developed) -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 08, 2006 5:40 PM To: Maven Developers List Subject:

Re: repository manager overview

2006-02-08 Thread dan tran
can it cleanup repository? I am doing daily release, and one a while to need to remove unused artifacts ( only milestone ones stay). Currently I selectively remove the version folders but leave meta data file untouch. Can this app fix up my metadata files? Thanks -Dan On 2/8/06, Brian E.

[jira] Closed: (MPJALOPY-9) Jalopy Classes not found

2006-02-08 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPJALOPY-9?page=all ] Arnaud Heritier closed MPJALOPY-9: -- Resolution: Fixed Fixed. A Snapshot is deployed. Jalopy Classes not found Key: MPJALOPY-9 URL:

Re: repository manager overview

2006-02-08 Thread Brett Porter
Brian E. Fox wrote: I've been meaning to try this out. How much of the functionality listed below is usable in some form? (I know it's still being developed) Its not well integrated yet (the individual components are tested and usable on their own). The webapp will tie a lot together. dan

[maven2 build trunk - SUCCESS - checkout] Thu Feb 9 00:00:01 GMT 2006

2006-02-08 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060209.02.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060209.02.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[jira] Created: (MPMD-13) Provide pmd:check (patch attached)

2006-02-08 Thread John Allen (JIRA)
Provide pmd:check (patch attached) -- Key: MPMD-13 URL: http://jira.codehaus.org/browse/MPMD-13 Project: Maven 2.x Pmd Plugin Type: New Feature Reporter: John Allen Attachments: PmdViolationCheckMojo.java Attached file adds a

[maven2 build branches/maven-2.0.x - FAILED - checkout] Thu Feb 9 00:30:00 GMT 2006

2006-02-08 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060209.003000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MPMD-13) Provide pmd:check (patch attached)

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPMD-13?page=comments#action_58207 ] Brett Porter commented on MPMD-13: -- thanks! Provide pmd:check (patch attached) -- Key: MPMD-13 URL:

[jira] Closed: (MPMD-13) Provide pmd:check (patch attached)

2006-02-08 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPMD-13?page=all ] Brett Porter closed MPMD-13: Assign To: Brett Porter Resolution: Fixed Fix Version: 2.0-beta-2 Provide pmd:check (patch attached) -- Key:

[maven2 build trunk - SUCCESS - update] Thu Feb 9 01:00:00 GMT 2006

2006-02-08 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20060209.010001.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20060209.010001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[jira] Created: (MNG-2056) Exception when starting new page with AbstractMavenMultiPageReport

2006-02-08 Thread Adam Winer (JIRA)
Exception when starting new page with AbstractMavenMultiPageReport -- Key: MNG-2056 URL: http://jira.codehaus.org/browse/MNG-2056 Project: Maven 2 Type: Bug Components: Sites Reporting

[maven2 build branches/maven-2.0.x - FAILED - update] Thu Feb 9 01:45:00 GMT 2006

2006-02-08 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060209.014501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-02-08 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (30 issues) Subscriber: mavendevlist Key Summary MEV-326 Spring 2.0 M2 is missing a POM http://jira.codehaus.org/browse/MEV-326 MEV-325 Description of jaxb-api 1.0.1 is wrong

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-02-08 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (5 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-729Sourceforge project 'dozer' to be uploaded. http://jira.codehaus.org/browse/MAVENUPLOAD-729 MAVENUPLOAD-728Upload backport-util-concurrent

[jira] Created: (MNG-2057) The Maven 2.0.2 XML parser fails to parse a UTF-8 POM that begins with the optional byte-order mark.

2006-02-08 Thread Steven Coco (JIRA)
The Maven 2.0.2 XML parser fails to parse a UTF-8 POM that begins with the optional byte-order mark. Key: MNG-2057 URL: http://jira.codehaus.org/browse/MNG-2057 Project:

[maven2 build branches/maven-2.0.x - FAILED - update] Thu Feb 9 02:15:00 GMT 2006

2006-02-08 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060209.021501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build branches/maven-2.0.x - FAILED - update] Thu Feb 9 02:45:00 GMT 2006

2006-02-08 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20060209.024501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: design docs for repositories?

2006-02-08 Thread Stephen Duncan
Yes, in Maven you can have multiple remote repositories. This is most commonly done to have an internal repository for non-public distributions, in addition to the public open-source repository. But you can have as many remote repositories as you wish. -Stephen On 2/8/06, Lex Spoon [EMAIL

  1   2   >