On Wed, Mar 3, 2010 at 8:28 AM, Marc Grue <[email protected]> wrote: > One could still add the following sentence after the git-link in the Web > Access section of the Code Base Page (to help newbies). But I understand if > you think this is too basic ;) > > "To get the java source code, click on any of the projects and then on the > topmost "snapshot" link in the commit history list. A tar-file downloads and > you can unpack that to java source files. The "tree" link shows included > files/folders."
Well... Not really. The Maven source artifacts are not intended to be "downloaded" and "unpacked" by humans. Sources should either be accessed via the SDK download (which contains the relevant ones), or via Maven's "dependency:source" target, or by checking out the development sources from GIT. Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

