Return-Path: Delivered-To: apmail-incubator-directory-dev-archive@www.apache.org Received: (qmail 71699 invoked from network); 18 Feb 2005 23:32:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Feb 2005 23:32:53 -0000 Received: (qmail 20028 invoked by uid 500); 18 Feb 2005 23:32:52 -0000 Delivered-To: apmail-incubator-directory-dev-archive@incubator.apache.org Received: (qmail 19978 invoked by uid 500); 18 Feb 2005 23:32:52 -0000 Mailing-List: contact directory-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list directory-dev@incubator.apache.org Received: (qmail 19965 invoked by uid 99); 18 Feb 2005 23:32:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 18 Feb 2005 15:32:52 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j1INWmmd027884 for ; Sat, 19 Feb 2005 00:32:48 +0100 Message-ID: <1503985006.1108769568916.JavaMail.jira@ajax.apache.org> Date: Sat, 19 Feb 2005 00:32:48 +0100 (CET) From: "Emmanuel Lecharny (JIRA)" To: directory-dev@incubator.apache.org Subject: [jira] Reopened: (DIRSNICKERS-101) Project does not compile In-Reply-To: <1562600115.1107696205360.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=history ] Emmanuel Lecharny reopened DIRSNICKERS-101: ------------------------------------------- Assign To: (was: Alan Cabrera) trunk is not compiling > Project does not compile > ------------------------ > > Key: DIRSNICKERS-101 > URL: http://issues.apache.org/jira/browse/DIRSNICKERS-101 > Project: Directory Snickers > Type: Bug > Components: ASN.1 Compiler > Reporter: Emmanuel Lecharny > Priority: Blocker > > Due to a modification in subdirectoriy structure, some classes have been moved but packege/import namespaces haven't been changed : > /incubator/directory/asn1/trunk/stub-compiler/src/java/org/apache/snickers/asn1/stages/parser/ParseException.java : > ... > * limitations under the License. > */ > package org.apache.snickers.asn1.parser; > ... ^ > | > +--- should be ...asn1.stages.parser; > or : > /incubator/directory/asn1/trunk/stub-compiler/src/java/org/apache/snickers/asn1/stages/parser/primitive/BooleanPrimitive.java > ... > package org.apache.snickers.asn1.stages.parser.primitive; > import antlr.Token; > import org.apache.snickers.asn1.parser.ParseException; > ... ^ > | > +--- should be ...asn1.stages.parser... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira