[ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=history ] Alan Cabrera resolved DIRSNICKERS-101: -------------------------------------- Resolution: Fixed Completed > 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 > Assignee: Alan Cabrera > 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