Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 12388 invoked from network); 30 Sep 2009 22:19:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 22:19:48 -0000 Received: (qmail 51458 invoked by uid 500); 30 Sep 2009 22:19:48 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 51407 invoked by uid 500); 30 Sep 2009 22:19:48 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 51397 invoked by uid 99); 30 Sep 2009 22:19:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 22:19:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 22:19:45 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 760BA234C004 for ; Wed, 30 Sep 2009 15:19:23 -0700 (PDT) Message-ID: <1642638110.1254349163468.JavaMail.jira@brutus> Date: Wed, 30 Sep 2009 15:19:23 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (FELIX-1669) [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method replaceWitInstruction In-Reply-To: <914229648.1254349043710.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-1669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated FELIX-1669: ------------------------------------ Attachment: patch.txt Here's a patch with the method picked up from the older revision in svn > [BUILD-BREAK] aQute/lib/osgi/Builder.java is missing method replaceWitInstruction > --------------------------------------------------------------------------------- > > Key: FELIX-1669 > URL: https://issues.apache.org/jira/browse/FELIX-1669 > Project: Felix > Issue Type: Bug > Reporter: Davanum Srinivas > Attachments: patch.txt > > > Here's what i get when i run "mvn -Dpackaging=plugins install" > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[187,20] cannot find symbol > symbol : method replaceWitInstruction(java.util.Map>,java.lang.String) > location: class aQute.lib.osgi.Builder > /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[330,59] cannot find symbol > symbol : method replaceWitInstruction(java.util.Map>,java.lang.String) > location: class aQute.lib.osgi.Builder > /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[332,58] cannot find symbol > symbol : method replaceWitInstruction(java.util.Map>,java.lang.String) > location: class aQute.lib.osgi.Builder > /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[336,30] cannot find symbol > symbol : method replaceWitInstruction(java.util.Map>,java.lang.String) > location: class aQute.lib.osgi.Builder > /mnt/sda1/dims/apache/felix/bundleplugin/src/main/java/aQute/lib/osgi/Builder.java:[1023,32] cannot find symbol > symbol : method replaceWitInstruction(java.util.Map>,java.lang.String) > location: class aQute.lib.osgi.Builder -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.