I just realized (while testing the codebase.html doc update that I work on), that the 'git submodule' feature is linking the modules using the SSH protocol, and not using the protocol of the 'parent'.
This means that; git clone git://github.com/Qi4j/qi4j-sdk is ok to clone the SDK, but when I then do git submodule init git submodule update without having an publickey that GitHub (not sure if it is for our project, but suspect so), I get permission denied. This leaves us in 'no public access' situation == Real Bad. Does anyone know exactly how this is supposed to work? Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/24svnvk I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

