Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 66231 invoked from network); 28 Jan 2011 18:36:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Jan 2011 18:36:11 -0000 Received: (qmail 11890 invoked by uid 500); 28 Jan 2011 18:36:11 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 11810 invoked by uid 500); 28 Jan 2011 18:36:10 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 11802 invoked by uid 99); 28 Jan 2011 18:36:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 18:36:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Jan 2011 18:36:09 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0SIZnJr024302 for ; Fri, 28 Jan 2011 18:35:49 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id p0SIZnue024301; Fri, 28 Jan 2011 13:35:49 -0500 (EST) Date: Fri, 28 Jan 2011 13:35:49 -0500 (EST) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 50682] New: javac: import com.sun.org.apache.xml.internal.security.utils.Base64; fails X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: dlkingjr@yahoo.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/bugzilla/show_bug.cgi?id=50682 Summary: javac: import com.sun.org.apache.xml.internal.security.utils.Base64; fails Product: Ant Version: 1.8.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: critical Priority: P2 Component: Core AssignedTo: notifications@ant.apache.org ReportedBy: dlkingjr@yahoo.com The class import of com.sun.org.apache.xml.internal.security.utils.Base64 fails. ant output: [javac] C:\....\security\EncryptionManager.java:23: package com.sun.org.apache.xml.internal.security.utils does not exist [javac] import com.sun.org.apache.xml.internal.security.utils.Base64; The above specified class is in ${JAVA_HOME}/jre/lib/rt.jar. The javac task is not allowing this jar to be specified in the class path to the compiler if the jar is specified using the ${JAVA_HOME}/jre/lib/rt.jar path. This class is found if rt.jar is copied to the project lib directory and then specified in the classpath to the javac task. This does not happen when the same class is compiled in Eclipse. Relevant build.xml fragments: -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.