Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44E0E9DC2 for ; Tue, 20 Dec 2011 13:46:30 +0000 (UTC) Received: (qmail 87690 invoked by uid 500); 20 Dec 2011 13:46:30 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 87633 invoked by uid 500); 20 Dec 2011 13:46:30 -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 87469 invoked by uid 99); 20 Dec 2011 13:46:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2011 13:46:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Dec 2011 13:46:24 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id ECE90B062F for ; Tue, 20 Dec 2011 07:46:03 -0600 (CST) Date: Tue, 20 Dec 2011 07:46:03 -0600 (CST) From: "Kristian Rosenvold (JIRA)" To: issues@maven.apache.org Message-ID: <1750889160.5770.1324388763971.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> In-Reply-To: <20064723.25630.1291600743366.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] (MCOMPILER-142) classes complied by plexus-compiler-eclipse get 'source not found' problem in eclipse class file editor MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 X-Virus-Checked: Checked by ClamAV on apache.org [ https://jira.codehaus.org/browse/MCOMPILER-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristian Rosenvold updated MCOMPILER-142: ----------------------------------------- Comment: was deleted (was: Fixed in 4e81d19bef7660d39c39ac3b7a35732b958a0624 in plexus-compiler) > classes complied by plexus-compiler-eclipse get 'source not found' problem in eclipse class file editor > ------------------------------------------------------------------------------------------------------- > > Key: MCOMPILER-142 > URL: https://jira.codehaus.org/browse/MCOMPILER-142 > Project: Maven 2.x Compiler Plugin > Issue Type: Bug > Affects Versions: 2.3.2 > Reporter: Rice Yeh > Assignee: Kristian Rosenvold > Priority: Critical > > All classes complied by plexus-compiler-eclipse will get 'source not found' problem in eclipse class file editor which is opened when you access the jar file containing the compiled classes even though you have source jar associated with the jar file. A guy met the same problem as mine, see http://www.mail-archive.com/users@maven.apache.org/msg80120.html. The following is his observation on this problem: > After having a look into the generated classes, I found that the debug > information is different from the one I compiled with eclipse > jdt. For example, > Debug information from eclipse jdt compiler > Source File Name: MyClass.java > Debug information from plexus-compiler-eclipse maven plugin > Source File Name: com.mydomain.myproject.MyClass > This probable causes the problem. > Rice -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira