Return-Path: Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: (qmail 76062 invoked from network); 28 Apr 2010 11:16:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Apr 2010 11:16:41 -0000 Received: (qmail 91360 invoked by uid 500); 28 Apr 2010 11:16:41 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 91272 invoked by uid 500); 28 Apr 2010 11:16:40 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 91264 invoked by uid 99); 28 Apr 2010 11:16:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 11:16:39 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Apr 2010 11:16:33 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id AA59B15F014B for ; Wed, 28 Apr 2010 06:16:12 -0500 (CDT) Date: Wed, 28 Apr 2010 06:16:12 -0500 (CDT) From: "Nikola Petrov (JIRA)" To: issues@maven.apache.org Message-ID: <10755652.8031.1272453372510.JavaMail.haus-jira@codehaus01.managed.contegix.com> In-Reply-To: <29011979.1229116699766.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Commented: (MDEP-192) generated classpath should match what maven produces MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/MDEP-192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=219229#action_219229 ] Nikola Petrov commented on MDEP-192: ------------------------------------ I have a patch that fixes the problem but it cannot pass the tests, because it uses MavenSession and for some odd reason the class is not injected when testing it with junit. As soon as i figure out how to do that i will post the code here. > generated classpath should match what maven produces > ---------------------------------------------------- > > Key: MDEP-192 > URL: http://jira.codehaus.org/browse/MDEP-192 > Project: Maven 2.x Dependency Plugin > Issue Type: Bug > Components: build-classpath > Affects Versions: 2.0, 2.1 > Environment: all > Reporter: deckrider > Assignee: Brian Fox > > The generated classpath should be what maven produces, but appears to be in some other order when the following configuration is used for both version 2.0 and today's (Dec 12, 2008) latest trunk: > > org.apache.maven.plugins > maven-dependency-plugin > > > classpathUnix > generate-sources > > build-classpath > > > : > ${project.artifactId} > ${project.build.directory}/${project.artifactId}-unix.classpath > > > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira