You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Alan D. Cabrera" <ad...@toolazydogs.com> on 2005/02/06 18:14:05 UTC

Re: [stub compiler] Re: [jira] Created: (DIRSNICKERS-101) Project does not compile

I think that when things got copied out of my branch, the got copied out 
when I was halfway restructuring things.  I'm on it.


Regards,
Alan

Alex Karasulu wrote:

> Hmmm that's odd.  Alan any idea what is happening here?
>
> Alex
>
> Emmanuel Lecharny (JIRA) wrote:
>
>> 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
>> Assigned to: Alex Karasulu    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...
>>
>>
>>  
>>



Re: [stub compiler] Re: [jira] Created: (DIRSNICKERS-101) Project does not compile

Posted by Alex Karasulu <ao...@bellsouth.net>.
Alan D. Cabrera wrote:

> I think that when things got copied out of my branch, the got copied 
> out when I was halfway restructuring things.  I'm on it.
>
No worries I just was wondering if I could have broken something by 
mistake. 

Cheers,
Alex

>
> Regards,
> Alan
>
> Alex Karasulu wrote:
>
>> Hmmm that's odd.  Alan any idea what is happening here?
>>
>> Alex
>>
>> Emmanuel Lecharny (JIRA) wrote:
>>
>>> 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
>>> Assigned to: Alex Karasulu    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...
>>>
>>>
>>>  
>>>
>
>
>