[jira] Updated: (MNG-1375) create separate :module, :project and :workspace goals

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1375?page=all ] Brett Porter updated MNG-1375: -- Description: According to the Plugin-Matrix on the Maven2 page the IDEA plugin is final and has all features of the Maven1 IDEA plugin. It even says it was reviewed and

[jira] Updated: (MNG-1363) Transitive dependencies with system scope and version range trying to be downloaded

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1363?page=all ] Brett Porter updated MNG-1363: -- Description: java tools [1.4,1.5) ${java.home}/../lib/tools.jar system If this dependency is present maven tries to download from

[jira] Commented: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-03 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=comments#action_50012 ] Kenney Westerhof commented on MNG-1323: --- I don't think so - inheritance doesn't play a role. The parent-pom is just an empty pom stating 1 module -> the pom discussed above. I'll f

[jira] Updated: (MNG-1362) Several problems when specifying custom target dir

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1362?page=all ] Brett Porter updated MNG-1362: -- Description: I'd like to change my target dir to be target/maven instead of target/ First problem: === If I add the following to my pom.xml: ${basedir}/targ

[jira] Commented: (MNG-1359) release plugin must rewrite scm connection (for svn projects) url in tagged pom or set scm tag in tagged pom for other scm

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1359?page=comments#action_50010 ] Brett Porter commented on MNG-1359: --- this already does it for SVN, but not others > release plugin must rewrite scm connection (for svn projects) url in tagged > pom or set scm tag in

[jira] Updated: (MNG-1358) scp:// urls not recognised, even when wagon-ssh is installed.

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1358?page=all ] Brett Porter updated MNG-1358: -- Description: I have got the task working to pull in the various deployment wagons But when I run a deploy target and use the scp:// protocol , I get the u

[jira] Updated: (MNG-1356) Java system properties should be interpolated in pom.xml

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1356?page=all ] Brett Porter updated MNG-1356: -- Description: Here's a use case where I'd need ${java.io.tmp.dir} interpolated in my pom.xml: Some plugins output things. Some of those things can be transient and putting

[jira] Updated: (MNG-1355) Infinity Loop in DefaultMavenProjectBuilder.assembleLineage

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1355?page=all ] Brett Porter updated MNG-1355: -- Description: In my open-source project (http://svn.projxperts.com/mmm/trunk/) I get an java.lang.StackOverflowError when I can mvn. This seems to have something to do wit

[jira] Closed: (MNG-1354) NPE when plugins throw certain exceptions

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1354?page=all ] Brett Porter closed MNG-1354: - Assign To: Brett Porter Resolution: Duplicate Fix Version: (was: 2.0.1) it was on the tag: http://svn.apache.org/viewcvs.cgi/maven/components/tags/maven-

[jira] Reopened: (MNG-1354) NPE when plugins throw certain exceptions

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1354?page=all ] Brett Porter reopened MNG-1354: --- > NPE when plugins throw certain exceptions > - > > Key: MNG-1354 > URL: http://jira.codehaus.org/browse/MNG-1

[jira] Updated: (MNG-1353) Allow creating POJO config classes anywhere without requiring the plugin user to specify an implementation element

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1353?page=all ] Brett Porter updated MNG-1353: -- Description: This is really important for several reasons: * I don't like to clutter my main plugin package with POJO classes. For the Cargo m2 plugin I have 7-8 POJO cl

[jira] Created: (MNG-1420) When profile selected in command line doesn't exist print a warning/error

2005-11-03 Thread Carlos Sanchez (JIRA)
When profile selected in command line doesn't exist print a warning/error - Key: MNG-1420 URL: http://jira.codehaus.org/browse/MNG-1420 Project: Maven 2 Type: Improvement Versions: 2.0

[jira] Updated: (MNG-1418) When proxy host doesn't exist print a warning instead of silently ignore

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1418?page=all ] Carlos Sanchez updated MNG-1418: Summary: When proxy host doesn't exist print a warning instead of silently ignore (was: When proxy is not reachable print a warning instead of silently ignore) > Wh

[jira] Created: (MNG-1419) resolve outstanding wagon issues

2005-11-03 Thread Brett Porter (JIRA)
resolve outstanding wagon issues Key: MNG-1419 URL: http://jira.codehaus.org/browse/MNG-1419 Project: Maven 2 Type: Bug Components: maven-artifact Reporter: Brett Porter Fix For: 2.0.1 -- This message is automaticall

[jira] Created: (MNG-1418) When proxy is not reachable print a warning instead of silently ignore

2005-11-03 Thread Carlos Sanchez (JIRA)
When proxy is not reachable print a warning instead of silently ignore -- Key: MNG-1418 URL: http://jira.codehaus.org/browse/MNG-1418 Project: Maven 2 Type: Improvement Versions: 2.0 Repo

[jira] Closed: (MNG-1351) Improve error handling and message

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1351?page=all ] Brett Porter closed MNG-1351: - Assign To: Brett Porter Resolution: Duplicate > Improve error handling and message > -- > > Key: MNG-1351 > URL:

[jira] Updated: (MNG-1352) Improve message when a required config is not present in pom.xml

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1352?page=all ] Brett Porter updated MNG-1352: -- Description: As you can see below the message has an "OR" but the 2 alternatives are the same: C:\dev\cargo\trunk\samples\extensions\maven2>mvn clean org.codehaus.carg

[jira] Updated: (MNG-1347) Maven (plexus?) doesn't recognize Mojo parameter setters defined in a base class

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1347?page=all ] Brett Porter updated MNG-1347: -- Description: Create a Mojo class that extends some base class that itself defines a parameter that uses a setter. Here's an example: public class Base extends AbstractM

[jira] Updated: (MNG-1340) antlib doesn't check SNAPSHOTs

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1340?page=all ] Brett Porter updated MNG-1340: -- Fix Version: 2.0.1 Environment: > antlib doesn't check SNAPSHOTs > -- > > Key: MNG-1340 > URL: http://jira.codehaus.org/

[jira] Updated: (MNG-1346) Add link to javadoc in configuration description page for user defined types of Mojos.

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1346?page=all ] Brett Porter updated MNG-1346: -- Description: The documentation page for the configuration of a Mojo, as currently generated, only documents basic types (booleans, Lists, Sets, Properties) but fails to sa

[jira] Commented: (MNG-1417) Relocated artifacts hide other versions that should be picked

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MNG-1417?page=comments#action_50005 ] Carlos Sanchez commented on MNG-1417: - A workaround is exclude the relocated artifacts where used struts struts 1.2.7

[jira] Updated: (MNG-1337) Interpolation of POM values needs to be improved

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1337?page=all ] Brett Porter updated MNG-1337: -- Description: Currently there are a few problems with POM interpolation: 1) Things like ${pom.organization.name} show with the ${pom.name} 2) ${pom.build.directory} is al

[jira] Closed: (MNG-1334) classpath related error when invoking the rmic task from maven

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1334?page=all ] Brett Porter closed MNG-1334: - Assign To: Brett Porter Resolution: Won't Fix ... ${java.home}/lib/tools.jar can be added to the antrun plugin > classpath related error when invoking the

[jira] Updated: (MNG-1331) dealing with licenses

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1331?page=all ] Brett Porter updated MNG-1331: -- Description: maven could offer a configurable way to include project licenses in the jar, briefly discussed on IRC today jorgdoes m2 have anything built-in

[jira] Updated: (MNG-1326) Using CVS/CVN/etc. as source-code repository for Maven + having list of known projects.

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1326?page=all ] Brett Porter updated MNG-1326: -- Description: INTRODUCTION This feature is about Maven being able to automatically download source for dependent projects and compile them. The desired procedure would be

[jira] Updated: (MNG-1330) direct support for mock classes

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1330?page=all ] Brett Porter updated MNG-1330: -- Description: a element of some sort would allow projects to easily deal with mock classes. At the moment you would have to create a separate module myproject-mocks and

[jira] Updated: (MNG-1323) Plugin extensions (dependencies) not resolved in reactor build

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1323?page=all ] Brett Porter updated MNG-1323: -- Description: I've added a dependency on an Ant Task in project/build/plugins/plugin[artifactId='maven-antrun-plugin']/dependencies/ and run that anttask using the antrun

[jira] Commented: (MNG-1320) Build failed due to an empty or corrupt metadata file in the repository

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1320?page=comments#action_50001 ] Brett Porter commented on MNG-1320: --- its not "corrupt". Its written as default, which is no versions. It doesn't try again for another day. 1) its not empty, its just written out with

[jira] Created: (MNG-1417) Relocated artifacts hide other versions that should be picked

2005-11-03 Thread Carlos Sanchez (JIRA)
Relocated artifacts hide other versions that should be picked - Key: MNG-1417 URL: http://jira.codehaus.org/browse/MNG-1417 Project: Maven 2 Type: Bug Versions: 2.0 Reporter: Carlos Sanchez P

[jira] Updated: (MNG-1318) mvn.bat sets incorrect value to M2_HOME [Windows 2000]

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1318?page=all ] Brett Porter updated MNG-1318: -- Description: When running Maven 2 by calling mvn.bat on Windows 2000 (SP4) the batch file sets M2_HOME to a value including the name of the batch file itself. This result

[jira] Updated: (MNG-1317) m2.bat doesn't work on Windows 2000

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1317?page=all ] Brett Porter updated MNG-1317: -- Description: the m2.bat doesn't work on Windows 2000. This batch uses '%~dps0\mvn %*' to call the mvn batch file. %~dps0 expands to the path including the batch name, re

[jira] Updated: (MNG-1316) Dependency report breaks on systemPath artifacts

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1316?page=all ] Brett Porter updated MNG-1316: -- Description: My project refers to several artifacts that have a element, refering to jar files in the ${basedir}/lib directory. The projects builds fine, but the depend

[jira] Closed: (MNG-1313) maven-surefire-plugin cannot test custom charset providers specified in META-INF/services/java.nio.charset.spi.CharsetProvider

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1313?page=all ] Brett Porter closed MNG-1313: - Assign To: Brett Porter Resolution: Duplicate > maven-surefire-plugin cannot test custom charset providers specified in > META-INF/services/java.nio.charset.spi.C

[jira] Updated: (MNG-1311) Cannot be executed in package phase

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1311?page=all ] Brett Porter updated MNG-1311: -- Description: If you run the assembly plugin in an execution for a phase (like package), it goes into an endless loop. I am using the verify phase as the work-around. Enco

[jira] Updated: (MNG-1308) please release the maven embedder

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1308?page=all ] Brett Porter updated MNG-1308: -- Description: the embedder is not present at any remote repository currently. i was not able to build it from trunk either. that prevents work on IDE intergration. was

[jira] Commented: (MNG-1256) antlib + http based repository + version range errors badly

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1256?page=comments#action_5 ] Brett Porter commented on MNG-1256: --- I don't understand how it can get the directory listing when requesting the metadata file. Can you please upload a zip of a project that exhibits

[jira] Updated: (MNG-1303) surefire should include bootclasspath when running tests

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1303?page=all ] Brett Porter updated MNG-1303: -- Description: I use the common-digester to parse a configuration file. When I do this in a test case I get the following error. javax.xml.parsers.FactoryConfigurationErro

[jira] Closed: (MNG-1298) Need a way to set requiresReports to true by attributing my Mojo.

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1298?page=all ] Brett Porter closed MNG-1298: - Assign To: Brett Porter Resolution: Won't Fix requiresReports doesn't do what you need here. Please try @aggregator on the report that is configured in the root p

[jira] Commented: (MAVENUPLOAD-577) jt400-4.7.0-bundle

2005-11-03 Thread Brian Bonner (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-577?page=comments#action_49997 ] Brian Bonner commented on MAVENUPLOAD-577: -- Bundle URL is: http://jira.codehaus.org/secure/attachment/17389/jt400-4.7.0-bundle.jar > jt400-4.7.0-bundle > -

[jira] Commented: (MAVENUPLOAD-578) jt400-4.8.0-bundle

2005-11-03 Thread Brian Bonner (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-578?page=comments#action_49996 ] Brian Bonner commented on MAVENUPLOAD-578: -- Bundle URL is: http://jira.codehaus.org/secure/attachment/17390/jt400-4.8.0-bundle.jar > jt400-4.8.0-bundle > -

[jira] Created: (MAVENUPLOAD-578) jt400-4.8.0-bundle

2005-11-03 Thread Brian Bonner (JIRA)
jt400-4.8.0-bundle -- Key: MAVENUPLOAD-578 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-578 Project: maven-upload-requests Type: Task Reporter: Brian Bonner Attachments: jt400-4.8.0-bundle.jar http://jt400.sourceforge.net/ http://jt400.sour

[jira] Created: (MAVENUPLOAD-577) jt400-4.7.0-bundle

2005-11-03 Thread Brian Bonner (JIRA)
jt400-4.7.0-bundle -- Key: MAVENUPLOAD-577 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-577 Project: maven-upload-requests Type: Task Reporter: Brian Bonner Attachments: jt400-4.7.0-bundle.jar http://jt400.sourceforge.net/ http://jt400.sour

Re: svn commit: r330681 - in /maven/components/trunk/maven-core-it: ./ it0085/ it0085/dep/ it0085/war/ it0085/war/src/ it0085/war/src/main/ it0085/war/src/main/webapp/ it0085/war/src/main/webapp/WEB-I

2005-11-03 Thread Brett Porter
I was really hoping for a unit test on this instead. There is a suite there already [EMAIL PROTECTED] wrote: Author: jdcasey Date: Thu Nov 3 17:39:23 2005 New Revision: 330681 URL: http://svn.apache.org/viewcvs?rev=330681&view=rev Log: Adding test case for preserving system scope on tran

[maven2 build - SUCCESS - update] Fri Nov 4 01:45:00 GMT 2005

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

Re: svn commit: r330634 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/factory/DefaultArtifactFactory.java

2005-11-03 Thread Jesse McConnell
it was a tiny bit convoluted, took a while to explain it clearly thanks though jdcasey On 11/3/05, John Casey <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'll go back and add a test tonight. > > Brett Porter wrote: > | Where is the test? > | > | There are al

[continuum build - SUCCESS - update] Fri Nov 4 01:00:00 GMT 2005

2005-11-03 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20051104.010001.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051104.010001.txt

[jira] Closed: (MNG-1413) code-format links are broken on the Maven site.

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1413?page=all ] Brett Porter closed MNG-1413: - Assign To: Brett Porter Resolution: Fixed > code-format links are broken on the Maven site. > --- > > Key: MNG

[maven2 build - SUCCESS - checkout] Fri Nov 4 00:15:01 GMT 2005

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

[jira] Commented: (MNG-1415) quoted arguments are not being protected

2005-11-03 Thread Alexandre Poitras (JIRA)
[ http://jira.codehaus.org/browse/MNG-1415?page=comments#action_49988 ] Alexandre Poitras commented on MNG-1415: Seems related to http://jira.codehaus.org/browse/MNG-1389 > quoted arguments are not being protected > --

[jira] Updated: (MNG-1416) Patch: Small addition to Settings.xml documentation

2005-11-03 Thread K.C. Baltz (JIRA)
[ http://jira.codehaus.org/browse/MNG-1416?page=all ] K.C. Baltz updated MNG-1416: Attachment: MNG-1416-maven-settings.patch Here's the patch > Patch: Small addition to Settings.xml documentation > > >

[jira] Created: (MNG-1416) Patch: Small addition to Settings.xml documentation

2005-11-03 Thread K.C. Baltz (JIRA)
Patch: Small addition to Settings.xml documentation Key: MNG-1416 URL: http://jira.codehaus.org/browse/MNG-1416 Project: Maven 2 Type: Improvement Components: documentation - general Reporter: K.C. Baltz

[jira] Created: (MNG-1415) quoted arguments are not being protected

2005-11-03 Thread Matthew Pocock (JIRA)
quoted arguments are not being protected Key: MNG-1415 URL: http://jira.codehaus.org/browse/MNG-1415 Project: Maven 2 Type: Bug Environment: Linux Reporter: Matthew Pocock Priority: Critical Arguments with whitespac

Re: svn commit: r330634 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/factory/DefaultArtifactFactory.java

2005-11-03 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'll go back and add a test tonight. Brett Porter wrote: | Where is the test? | | There are already a set of unit tests for scoping, this needs to be | added. The behaviour also need sto be documented (with a reason) so that | it doesn't later get ch

[maven2 build - SUCCESS - update] Thu Nov 3 22:00:02 GMT 2005

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

[jira] Closed: (MNG-1414) Maven dies when trying to report a plugin error

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1414?page=all ] Brett Porter closed MNG-1414: - Assign To: Brett Porter Resolution: Duplicate > Maven dies when trying to report a plugin error > --- > > Key:

[jira] Commented: (CONTINUUM-413) build reported as successful on win xp even when maven 1 build fails

2005-11-03 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-413?page=comments#action_49985 ] Emmanuel Venisse commented on CONTINUUM-413: you need to refresh you page. content is : Continuum uses the command line return code for detecting a successful or fail

[jira] Created: (MNG-1414) Maven dies when trying to report a plugin error

2005-11-03 Thread mike perham (JIRA)
Maven dies when trying to report a plugin error --- Key: MNG-1414 URL: http://jira.codehaus.org/browse/MNG-1414 Project: Maven 2 Type: Bug Versions: 2.0 Reporter: mike perham While trying to build an EAR with

[jira] Closed: (MNG-1322) Install-file zeros file if the source file is the target file.

2005-11-03 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1322?page=all ] John Casey closed MNG-1322: --- Resolution: Fixed Applied, with a small change. Thanks, Allan, and sorry for the misattribution in the SVN log! The change was to throw a MojoFailureException instead of

[jira] Commented: (MEV-171) MyFaces is complete mess

2005-11-03 Thread Alexandre Poitras (JIRA)
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit [ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49981 ] Alexandre Poitras commented on MEV-171: --- Delete this

[maven2 build - SUCCESS - update] Thu Nov 3 21:15:00 GMT 2005

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

[jira] Closed: (MAVEN-1721) On start fails with FactoryConfigurationError class not found

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1721?page=all ] Brett Porter closed MAVEN-1721: --- Assign To: Brett Porter Resolution: Won't Fix you have Maven 1.0.2 in your path before Maven 1.1. That needs to be removed. > On start fails with FactoryCon

[jira] Created: (MAVEN-1721) On start fails with FactoryConfigurationError class not found

2005-11-03 Thread Phil Gibbs (JIRA)
On start fails with FactoryConfigurationError class not found - Key: MAVEN-1721 URL: http://jira.codehaus.org/browse/MAVEN-1721 Project: Maven Type: Bug Versions: 1.1-beta-2 Environment: win xp sp 2

[jira] Updated: (MNG-1322) Install-file zeros file if the source file is the target file.

2005-11-03 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1322?page=all ] John Casey updated MNG-1322: Fix Version: 2.0.1 > Install-file zeros file if the source file is the target file. > -- > > Key: MNG-1322

[jira] Closed: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

2005-11-03 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1345?page=all ] John Casey closed MNG-1345: --- Resolution: Fixed Applied Edwin's patch, with a minor change: I followed Jerome's suggestion and coded it to throw an exception when outputDir.mkdirs() returns false. The

Re: svn commit: r330634 - /maven/components/trunk/maven-artifact/src/main/java/org/apache/maven/artifact/factory/DefaultArtifactFactory.java

2005-11-03 Thread Brett Porter
Where is the test? There are already a set of unit tests for scoping, this needs to be added. The behaviour also need sto be documented (with a reason) so that it doesn't later get changed for someone using it differently. - Brett [EMAIL PROTECTED] wrote: Author: jdcasey Date: Thu Nov 3 13

[jira] Commented: (MEV-169) Relocated dependency for tagsoup in xom

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-169?page=comments#action_49975 ] Carlos Sanchez commented on MEV-169: 4.0.0 tagsoup tagsoup 0.9.7 org.ccil.cowan.tagsoup tagsoup > Relocated dependency for tagsoup in xom > -

[jira] Closed: (MAVENUPLOAD-573) Please upload tagsoup 0.9.7

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-573?page=all ] Carlos Sanchez closed MAVENUPLOAD-573: -- Assign To: Carlos Sanchez Resolution: Fixed > Please upload tagsoup 0.9.7 > --- > > Key: MAVENUPLOAD-573

[jira] Closed: (MNG-1407) option on install-file to generate a skeleton pom

2005-11-03 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1407?page=all ] Brett Porter closed MNG-1407: - Assign To: Brett Porter Resolution: Duplicate > option on install-file to generate a skeleton pom > - > >

[jira] Closed: (MAVENUPLOAD-572) iCal4j 0.9.17 - Maven bundle

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-572?page=all ] Carlos Sanchez closed MAVENUPLOAD-572: -- Assign To: Carlos Sanchez Resolution: Fixed > iCal4j 0.9.17 - Maven bundle > > > Key: MAVENUPLOAD-57

[m2] eclipse plugin test failures

2005-11-03 Thread Mark Hobson
Hi there, The svn trunk eclipse plugin tests are failing for me under cygwin. The problem is that some parts of the project/classpath/setting writers are using absolute paths, and in others they're using canonical paths. The abstract test always replaces ${basedir} with either the basedir system

[jira] Closed: (CONTINUUM-413) build reported as successful on win xp even when maven 1 build fails

2005-11-03 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-413?page=all ] Emmanuel Venisse closed CONTINUUM-413: -- Assign To: Emmanuel Venisse Resolution: Fixed Fix Version: 1.1 Faqs are updated > build reported as successful on win xp even when ma

[jira] Closed: (MAVENUPLOAD-574) add saxon-xpath 8.5.1 to repository

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-574?page=all ] Carlos Sanchez closed MAVENUPLOAD-574: -- Assign To: Carlos Sanchez Resolution: Fixed > add saxon-xpath 8.5.1 to repository > --- > > Key:

Re: SVN autogenerated emails

2005-11-03 Thread Brett Porter
The mojo.codehaus.org one is SVN::Notify 2.49 http://search.cpan.org/dist/SVN-Notify/ - Brett Mark Hobson wrote: On 03/11/05, Mark Hobson <[EMAIL PROTECTED]> wrote: On 03/11/05, Piotr Bzdyl <[EMAIL PROTECTED]> wrote: It is very similar to this layout (in my email reader some colours are di

[jira] Closed: (MAVENUPLOAD-576) New version of smack jabber extensions from jivesoftware

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-576?page=all ] Carlos Sanchez closed MAVENUPLOAD-576: -- Assign To: Carlos Sanchez Resolution: Fixed > New version of smack jabber extensions from jivesoftware > -

[jira] Closed: (MAVENUPLOAD-575) New version of smack jabber api from jivesoftware

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-575?page=all ] Carlos Sanchez closed MAVENUPLOAD-575: -- Assign To: Carlos Sanchez Resolution: Fixed > New version of smack jabber api from jivesoftware >

[jira] Created: (MAVENUPLOAD-576) New version of smack jabber extensions from jivesoftware

2005-11-03 Thread Emmanuel Venisse (JIRA)
New version of smack jabber extensions from jivesoftware Key: MAVENUPLOAD-576 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-576 Project: maven-upload-requests Type: Task Reporter: Emmanuel Venisse --

[jira] Created: (MAVENUPLOAD-575) New version of smack jabber api from jivesoftware

2005-11-03 Thread Emmanuel Venisse (JIRA)
New version of smack jabber api from jivesoftware - Key: MAVENUPLOAD-575 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-575 Project: maven-upload-requests Type: Task Reporter: Emmanuel Venisse -- This message

[jira] Commented: (MEV-171) MyFaces is complete mess

2005-11-03 Thread Jean-Laurent de Morlhon (JIRA)
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit [ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49969 ] Jean-Laurent de Morlhon commented on MEV-171: -

[jira] Created: (MNG-1413) code-format links are broken on the Maven site.

2005-11-03 Thread John Casey (JIRA)
code-format links are broken on the Maven site. --- Key: MNG-1413 URL: http://jira.codehaus.org/browse/MNG-1413 Project: Maven 2 Type: Bug Reporter: John Casey this will affect users' abilities to submit good patches.

[jira] Commented: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=comments#action_49955 ] Lukas Theussl commented on MNG-1409: The german translation also has some problems. The properties files are UTF-8 encoded, but the html output is unreadable (even with -Dfile.encodi

[jira] Closed: (MEV-166) Incorrect dependency for icu4j in xom

2005-11-03 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-166?page=all ] Carlos Sanchez closed MEV-166: -- Assign To: Carlos Sanchez Resolution: Fixed Fixed icu relocation to icu4j > Incorrect dependency for icu4j in xom > - > >

[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2005-11-03 Thread Emmanuel Venisse (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-358?page=comments#action_49952 ] Emmanuel Venisse commented on CONTINUUM-358: seems to be good. just a little remark, why do you want to disable User Management? I think some installation will require

[jira] Updated: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=all ] Vincent Siveton updated MNG-1409: - Attachment: plexus-site-renderer.diff plexus-site-renderer.diff > Various encoding problems with InputStream and XML > -

[jira] Updated: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=all ] Vincent Siveton updated MNG-1409: - Attachment: plexus-utils_2.diff plexus-utils_2.diff > Various encoding problems with InputStream and XML > -- > >

[jira] Updated: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=all ] Vincent Siveton updated MNG-1409: - Attachment: plexus-utils.diff plexus-utils.diff > Various encoding problems with InputStream and XML > -- > >

[jira] Updated: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=all ] Vincent Siveton updated MNG-1409: - Attachment: plexus-i18n.diff plexus-i18n.diff > Various encoding problems with InputStream and XML > -- > >

[jira] Commented: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=comments#action_49947 ] Vincent Siveton commented on MNG-1409: -- This issue appears currently for a Japanese translation and maybe for other East Asian languages (CJK charsets). - Using a VM parameter coul

[jira] Created: (MNG-1412) .classpath should have nearest order

2005-11-03 Thread Mark Hobson (JIRA)
.classpath should have nearest order Key: MNG-1412 URL: http://jira.codehaus.org/browse/MNG-1412 Project: Maven 2 Type: Bug Components: maven-eclipse-plugin Versions: 2.0 Reporter: Mark Hobson The .classpath file

[jira] Updated: (MNG-1409) Various encoding problems with InputStream and XML

2005-11-03 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-1409?page=all ] Vincent Siveton updated MNG-1409: - Component: maven-site-plugin > Various encoding problems with InputStream and XML > -- > > Key: MNG-1409 >

[jira] Commented: (CONTINUUM-358) User Authentication via LDAP

2005-11-03 Thread Frank Zhao (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-358?page=comments#action_49945 ] Frank Zhao commented on CONTINUUM-358: -- Motivation: Save the work of creating/managing Continuum users by using the existing LDAP server for user authentication. Proposed LD

[jira] Commented: (MEV-171) MyFaces is complete mess

2005-11-03 Thread Alexandre Poitras (JIRA)
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit [ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49944 ] Alexandre Poitras commented on MEV-171: --- Would be nic

[jira] Commented: (MEV-171) MyFaces is complete mess

2005-11-03 Thread Alexandre Poitras (JIRA)
In-Reply-To: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit [ http://jira.codehaus.org/browse/MEV-171?page=comments#action_49943 ] Alexandre Poitras commented on MEV-171: --- Whoops get r

[jira] Created: (MEV-171) MyFaces is complete mess

2005-11-03 Thread Alexandre Poitras (JIRA)
Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit MyFaces is complete mess -- Key: MEV-171 URL: http://jira.codehaus.org/browse/MEV-171 Project: Maven Evangelism Type: Bug Components: Dependenci

[jira] Created: (MNG-1411) mvn site:site generates empty javadoc report

2005-11-03 Thread Boris Boehlen (JIRA)
mvn site:site generates empty javadoc report Key: MNG-1411 URL: http://jira.codehaus.org/browse/MNG-1411 Project: Maven 2 Type: Bug Components: maven-site-plugin Reporter: Boris Boehlen When I invoke mvn site:sit

Pb generating dependencies report

2005-11-03 Thread Samuel Le Berrigaud
Hi, I had a unexpected exception when generating the dependencies report for my project, calling "mvn site". Here is the output from maven: [INFO] Generate "Dependencies" report. [INFO] [ERROR] FATAL ERROR [INFO]

[jira] Created: (MNG-1410) Timestamped snapshot dependencies added as file refs rather than project refs

2005-11-03 Thread Mark Hobson (JIRA)
Timestamped snapshot dependencies added as file refs rather than project refs - Key: MNG-1410 URL: http://jira.codehaus.org/browse/MNG-1410 Project: Maven 2 Type: Bug Components: maven-ecli

[jira] Updated: (MNG-1345) "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist.

2005-11-03 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1345?page=all ] John Casey updated MNG-1345: Description: "No such file or directory" when resource targetdirectory contains "../" and target/classes does not exist. example: ../gen

[jira] Created: (MAVENUPLOAD-574) add saxon-xpath 8.5.1 to repository

2005-11-03 Thread Dan Allen (JIRA)
add saxon-xpath 8.5.1 to repository --- Key: MAVENUPLOAD-574 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-574 Project: maven-upload-requests Type: Task Reporter: Dan Allen In addition to the saxon 8.5.1, I would like to also

[jira] Updated: (MNG-1387) surefire plugin crashes

2005-11-03 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=all ] Erick Dovale updated MNG-1387: -- Attachment: test-surefire.zip an empty project with 1 single unit test that will make surefire reporting to blow by redifing the toString method of the test case > suref

[jira] Commented: (MNG-1387) surefire plugin crashes

2005-11-03 Thread Erick Dovale (JIRA)
[ http://jira.codehaus.org/browse/MNG-1387?page=comments#action_49940 ] Erick Dovale commented on MNG-1387: --- I think I just figure out this problem. As I said before the problem is caused when searching for a ( when there is none. The reason for the probl

  1   2   >