[ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=all ] Emmanuel Lecharny closed DIRSNICKERS-101: -----------------------------------------
fixed > Project does not compile > ------------------------ > > Key: DIRSNICKERS-101 > URL: http://issues.apache.org/jira/browse/DIRSNICKERS-101 > Project: Directory ASN1 > Type: Bug > Components: ASN.1 Compiler > Reporter: Emmanuel Lecharny > Assignee: Alan Cabrera > Priority: Blocker > Attachments: stub-compiler.diff > > 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira
