That wiki page is very useful, thanks. How can I get all the source code to appear in the same directory structure using svn or whatever else? If I want to create something (either a JAR or top-level folder) that contains the entire source code in the same structure as the binary JAR so that I can attach it as source to that binary in Eclipse, how could I do it?
Of course I could manually download both projects, create a shared_impl folder in the core project and paste the contents of the shared project into that folder, right? But what's the 'better' way to do it (e.g. if hypothetically one wanted to do it regularly to keep in touch with the latest code) - maven, svn, or something else? How could it be done automatically, say, as part of the automatic build process, using one of these programs? Thanks. Simon Kitching-3 wrote: > > As this is not the first time this question has been asked, I've created > a wiki page: > http://wiki.apache.org/myfaces/Source_Code_Packaging > > Regards, Simon > > Cagatay Civici wrote: >> Hi, >> >> The shared core is bundled at build time as shared_impl. >> >> Like in tomahawk same shared core module is bundled as shared_tomahawk. >> >> Cagatay >> >> On 1/14/07, * lightbulb432* <[EMAIL PROTECTED] >> <mailto:[EMAIL PROTECTED]>> wrote: >> >> >> I have version 1.1.4 of MyFaces, and looking at the SVN repository >> under >> branch/tag 1_1_4 at the following browser link I don't see the same >> files as >> in my myfaces-impl-1.1.4.jar: >> >> >> http://svn.apache.org/viewvc/myfaces/core/branches/1_1_4/impl/src/main/java/org/apache/myfaces/ >> >> I don't see shared_impl in the browser, but it's in the JAR... why >> the >> difference in the source for the same tag that I have the JAR for? >> -- >> View this message in context: >> http://www.nabble.com/Source-code-tf2978235.html#a8325020 >> Sent from the MyFaces - Users mailing list archive at Nabble.com >> <http://Nabble.com>. >> >> > > > -- View this message in context: http://www.nabble.com/Source-code-tf2978235.html#a8373717 Sent from the MyFaces - Users mailing list archive at Nabble.com.

