You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Wes McKean <wm...@logictrends.com> on 2004/08/05 17:47:26 UTC

Progress

I've managed to get my password issues straightend out.  I've done a commit.  I've updated my local machine with the source code.  I've looked at the JIRA issue.  Here's what I need now:

1.  I need to compile Snickers.  How do I do that?
2.  I need an answer to the following question:

I need to replace the dependancies in the test code with our PDUs, which is fine.  We can do the encode/decode checks and make sure they all come out with out stuff, but how do we check interoperability with other libraries, say Sun, Netscape, and Novell SDKs without creating a third party dependancy?

Wes

Re: Progress

Posted by Alex Karasulu <ao...@bellsouth.net>.
Hey Wes,

There may have been a problem with the ldap-common.jar that blew chunks
on the tests.  I uploaded the latest ldap-common.jar to the repository
on minatour so everything should go fine now.

Alex

On Thu, 2004-08-05 at 16:39, Alex Karasulu wrote:
> Wes,
> 
> Good to hear from ya.
> 
> > 1.  I need to compile Snickers.  How do I do that?
> 
> CD into the snickers project and do a 
> 
> $ maven 
> 
> at the command line to compile it.
> 
> > 2.  I need an answer to the following question:
> 
> 
> > I need to replace the dependancies in the test code with our PDUs, 
> > which is fine.  We can do the encode/decode checks and make sure t
> > hey all come out with out stuff, but how do we check interoperability 
> > with other libraries, say Sun, Netscape, and Novell SDKs without 
> > creating a third party dependancy?
> 
> The idea I had in the Jira was to serialize the PDU into a file as well
> as the Stub object associated with the PDU.  So a snacc generated PDU 
> can for example be read from a file by Snickers and the serialized 
> object can be checked in the testcase.  Does that make sense?
> 
> Alex
> 
> 


Re: Progress

Posted by Alex Karasulu <ao...@bellsouth.net>.
Wes,

Good to hear from ya.

> 1.  I need to compile Snickers.  How do I do that?

CD into the snickers project and do a 

$ maven 

at the command line to compile it.

> 2.  I need an answer to the following question:


> I need to replace the dependancies in the test code with our PDUs, 
> which is fine.  We can do the encode/decode checks and make sure t
> hey all come out with out stuff, but how do we check interoperability 
> with other libraries, say Sun, Netscape, and Novell SDKs without 
> creating a third party dependancy?

The idea I had in the Jira was to serialize the PDU into a file as well
as the Stub object associated with the PDU.  So a snacc generated PDU 
can for example be read from a file by Snickers and the serialized 
object can be checked in the testcase.  Does that make sense?

Alex