You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org> on 2005/05/23 08:41:10 UTC

[jira] Closed: (DIRSNICKERS-101) Project does not compile

     [ 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