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 2005/10/31 18:32:55 UTC

[jira] Created: (DIRKERBEROS-32) Compilation cycle

Compilation cycle
-----------------

         Key: DIRKERBEROS-32
         URL: http://issues.apache.org/jira/browse/DIRKERBEROS-32
     Project: Directory Kerberos
        Type: Bug
    Reporter: Emmanuel Lecharny


There is a compilation cross-dependency cycle in shared-kerberos :

in kerberos-common project.xml (version 0.5.1-SNAPSHOT):
    <dependency>
      <groupId>directory-shared</groupId>
      <artifactId>protocol-common</artifactId>
      <version>0.5.0-SNAPSHOT</version>
    </dependency>

in protocol-common project.xml (version 0.5.0-SNAPSHOT) :
    <dependency>
      <groupId>directory-shared</groupId>
      <artifactId>kerberos-common</artifactId>
      <version>0.5.1-SNAPSHOT</version>
    </dependency>



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


[jira] Closed: (DIRSERVER-164) Compilation cycle

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRSERVER-164?page=all ]
     
Emmanuel Lecharny closed DIRSERVER-164:
---------------------------------------


done

> Compilation cycle
> -----------------
>
>          Key: DIRSERVER-164
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-164
>      Project: Directory ApacheDS
>         Type: New Feature

>   Components: kerberos
>     Reporter: Emmanuel Lecharny
>     Assignee: Enrique Rodriguez

>
> There is a compilation cross-dependency cycle in shared-kerberos :
> in kerberos-common project.xml (version 0.5.1-SNAPSHOT):
>     <dependency>
>       <groupId>directory-shared</groupId>
>       <artifactId>protocol-common</artifactId>
>       <version>0.5.0-SNAPSHOT</version>
>     </dependency>
> in protocol-common project.xml (version 0.5.0-SNAPSHOT) :
>     <dependency>
>       <groupId>directory-shared</groupId>
>       <artifactId>kerberos-common</artifactId>
>       <version>0.5.1-SNAPSHOT</version>
>     </dependency>

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


[jira] Resolved: (DIRKERBEROS-32) Compilation cycle

Posted by "Enrique Rodriguez (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DIRKERBEROS-32?page=all ]
     
Enrique Rodriguez resolved DIRKERBEROS-32:
------------------------------------------

    Resolution: Fixed
     Assign To: Enrique Rodriguez

Moved String constants to protocol-common package, required for Kerberos-aware LDIF loaders.

Committed on revision 329870.

> Compilation cycle
> -----------------
>
>          Key: DIRKERBEROS-32
>          URL: http://issues.apache.org/jira/browse/DIRKERBEROS-32
>      Project: Directory Kerberos
>         Type: Bug
>     Reporter: Emmanuel Lecharny
>     Assignee: Enrique Rodriguez

>
> There is a compilation cross-dependency cycle in shared-kerberos :
> in kerberos-common project.xml (version 0.5.1-SNAPSHOT):
>     <dependency>
>       <groupId>directory-shared</groupId>
>       <artifactId>protocol-common</artifactId>
>       <version>0.5.0-SNAPSHOT</version>
>     </dependency>
> in protocol-common project.xml (version 0.5.0-SNAPSHOT) :
>     <dependency>
>       <groupId>directory-shared</groupId>
>       <artifactId>kerberos-common</artifactId>
>       <version>0.5.1-SNAPSHOT</version>
>     </dependency>

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