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/02/06 14:23:25 UTC

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

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...


-- 
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


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...
>>>
>>>
>>>  
>>>
>
>
>


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

Posted by "Alan D. Cabrera" <ad...@toolazydogs.com>.
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...
>>
>>
>>  
>>



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

Posted by Alex Karasulu <ao...@bellsouth.net>.
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...
>
>
>  
>


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

Posted by "Alan Cabrera (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=history ]

Alan Cabrera reassigned DIRSNICKERS-101:
----------------------------------------

    Assign To: Alan Cabrera

> 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
>  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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Posted by "Alan Cabrera (JIRA)" <di...@incubator.apache.org>.
     [ 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


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

Posted by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org>.
     [ 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


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

Posted by "Emmanuel Lecharny (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=history ]

Emmanuel Lecharny updated DIRSNICKERS-101:
------------------------------------------

    Attachment: stub-compiler.diff

To correct the trunk compilation pb.

> 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
>  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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Posted by "Alan Cabrera (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=history ]

Alan Cabrera reassigned DIRSNICKERS-101:
----------------------------------------

    Assign To: Alan Cabrera  (was: Alex Karasulu)

> 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


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

Posted by "Alan Cabrera (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=history ]
     
Alan Cabrera resolved DIRSNICKERS-101:
--------------------------------------

    Resolution: Fixed

Should be fixed now.  Thanks!

> 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
>  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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Posted by "Alex Karasulu (JIRA)" <di...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSNICKERS-101?page=comments#action_58794 ]
     
Alex Karasulu commented on DIRSNICKERS-101:
-------------------------------------------

Alan,

Just wondering if you already got to this.  Let me know if we can close it?  

Thanks,
Alex

> 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