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)" <ji...@apache.org> on 2010/11/16 11:39:14 UTC

[jira] Created: (DIRKRB-77) Adapt the error messages we use in grammars

Adapt the error messages we use in grammars
-------------------------------------------

                 Key: DIRKRB-77
                 URL: https://issues.apache.org/jira/browse/DIRKRB-77
             Project: Directory Kerberos
          Issue Type: Task
    Affects Versions: 1.5.8
            Reporter: Emmanuel Lecharny
            Assignee: Emmanuel Lecharny
            Priority: Blocker
             Fix For: 2.0.0-RC1


Currently, the error messages are directly taken from the LDAP decoder. This is not good.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] [Resolved] (DIRKRB-77) Adapt the error messages we use in grammars

Posted by "Emmanuel Lecharny (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRKRB-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny resolved DIRKRB-77.
-------------------------------------

    Resolution: Fixed

It has been done a long time ago
                
> Adapt the error messages we use in grammars
> -------------------------------------------
>
>                 Key: DIRKRB-77
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-77
>             Project: Directory Kerberos
>          Issue Type: Task
>    Affects Versions: 2.0.0-RC1
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 2.0.0-RC1
>
>
> Currently, the error messages are directly taken from the LDAP decoder. This is not good.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (DIRKRB-77) Adapt the error messages we use in grammars

Posted by "Emmanuel Lecharny (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRKRB-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRKRB-77.
-----------------------------------


closed
                
> Adapt the error messages we use in grammars
> -------------------------------------------
>
>                 Key: DIRKRB-77
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-77
>             Project: Directory Kerberos
>          Issue Type: Task
>    Affects Versions: 2.0.0-RC1
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 2.0.0-RC1
>
>
> Currently, the error messages are directly taken from the LDAP decoder. This is not good.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Re: Compilation errors in Kerberos Codec?

Posted by Emmanuel Lecharny <el...@gmail.com>.
On 11/29/10 4:54 PM, feezelr@gdls.com wrote:
> This morning after and "svn up" I'm getting the following error:

Oops, my bad. I forgot to commit a file.

Svn up, it should be fixed now.


> ALSO, as I understand the package groupings, shouldn't kerberos.codec be
> using "shared.i18n" rather than "server.i18n"?
No, because the messages are not shared, they are specific to the 
Kerberos server, which is a part of the server.


-- 
Regards,
Cordialement,
Emmanuel Lécharny
www.iktek.com


Compilation errors in Kerberos Codec?

Posted by fe...@gdls.com.
This morning after and "svn up" I'm getting the following error:

[INFO] Building ApacheDS Protocol Kerberos Codec
[INFO]    task-segment: [install]
[INFO] 
------------------------------------------------------------------------
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory 
C:\ADSWinFinal\trunk\apacheds\kerberos-codec\src\main\resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 103 source files to 
C:\ADSWinFinal\trunk\apacheds\kerberos-codec\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] 
\ADSWinFinal\trunk\apacheds\kerberos-codec\src\main\java\org\apache\directory\shared\kerberos\codec\principalName\actions\StoreNameString.java
:[101,37] cannot find symbol
symbol  : variable ERR_745_NOT_A_KERBEROS_STRING
location: class org.apache.directory.server.i18n.I18n
[ERROR] 
\ADSWinFinal\trunk\apacheds\kerberos-codec\src\main\java\org\apache\directory\shared\kerberos\codec\principalName\actions\StoreNameString.java
:[104,54] cannot find symbol
symbol  : variable ERR_745_NOT_A_KERBEROS_STRING
location: class org.apache.directory.server.i18n.I18n
[INFO] 2 errors


ALSO, as I understand the package groupings, shouldn't kerberos.codec be 
using "shared.i18n" rather than "server.i18n"?

Regards,
Richard Feezel



.


This is an e-mail from General Dynamics Land Systems. It is for the intended recipient only and may contain confidential and privileged information.  No one else may read, print, store, copy, forward or act in reliance on it or its attachments.  If you are not the intended recipient, please return this message to the sender and delete the message and any attachments from your computer. Your cooperation is appreciated.


[jira] Commented: (DIRKRB-77) Adapt the error messages we use in grammars

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRKRB-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964688#action_12964688 ] 

Emmanuel Lecharny commented on DIRKRB-77:
-----------------------------------------

Done for :
EncryptedData
PrincipalName
HostAddress
Ticket 

> Adapt the error messages we use in grammars
> -------------------------------------------
>
>                 Key: DIRKRB-77
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-77
>             Project: Directory Kerberos
>          Issue Type: Task
>    Affects Versions: 2.0.0-RC1
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 2.0.0-RC1
>
>
> Currently, the error messages are directly taken from the LDAP decoder. This is not good.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRKRB-77) Adapt the error messages we use in grammars

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRKRB-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964796#action_12964796 ] 

Emmanuel Lecharny commented on DIRKRB-77:
-----------------------------------------

EncryptionType done

> Adapt the error messages we use in grammars
> -------------------------------------------
>
>                 Key: DIRKRB-77
>                 URL: https://issues.apache.org/jira/browse/DIRKRB-77
>             Project: Directory Kerberos
>          Issue Type: Task
>    Affects Versions: 2.0.0-RC1
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Blocker
>             Fix For: 2.0.0-RC1
>
>
> Currently, the error messages are directly taken from the LDAP decoder. This is not good.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.