A correction: the checkout urls are: svn co http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3 [space] myfaces-core-1.1.3
and svn co http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3 [space] myfaces-tomahawk-1.1.3 somehow the spaces between the url and the folder name where removed, Cheers, Bruno On 16/05/07, Bruno Aranda <[EMAIL PROTECTED]> wrote:
Yes, as Grant says the source packaging was included after 1.1.3 (first version is 1.1.4), as you can see in the source folder [1]. There is a gap from 1.1.1 due to the migration to maven. But you can always get the sources of an specific release from subversion, as all the releases are "tagged". For instance, you can get the sources for myfaces core 1.1.3 just by checking out: #] svn co http://svn.apache.org/repos/asf/myfaces/core/tags/1_1_3/ myfaces-core-1.1.3 And you have the sources for that production version. No need to build anything else. And the same for tomahawk: #] svn co http://svn.apache.org/repos/asf/myfaces/tomahawk/tags/1_1_3 myfaces-tomahawk-1.1.3 Additionally, if you are using maven in your projects, you can configure the eclipse/idea plugin to automatically download the sources and then you can use them directly in eclipse / idea without further configuration. Cheers, Bruno [1] http://archive.apache.org/dist/myfaces/source/ On 16/05/07, Nebinger, David <[EMAIL PROTECTED]> wrote: > > > Because I don't need to build yet another package just to get source. Plus > I don't want to be on the cutting edge, I want to stay with production > releases. Go to any other apache project (i.e. all of the jakarta guys) and > SVN is an option, but you can also download the binary jars, source zips, > and (sometimes) a javadoc archive. > > Why should myfaces, tomahawk, tobago, etc. be any different? > > > ________________________________ > From: Grant Smith [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 16, 2007 12:16 PM > To: MyFaces Discussion > Subject: Re: Source code of myfaces and tomahawa 1.1.3 > > > Why not just check out the version from SVN, and build the src jars with > maven ? > > > On 5/16/07, Nebinger, David <[EMAIL PROTECTED] > wrote: > > > > > > That's great if you don't mind surfing through SVN to find the head for a > specific file. But try finding the version in the list that represents the > file that was released for 1.1.3... > > > > If we can download the jars, why can we not also download a zip of the > source used for the jar? I mean seriously, if you're trying to debug > something in eclipse you need the source just to set breakpoints, step > through the code, etc. > > > > > > ________________________________ > From: Dennis Byrne [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, May 15, 2007 10:35 PM > > To: MyFaces Discussion > > Subject: Re: Source code of myfaces and tomahawa 1.1.3 > > > > > > > > http://svn.apache.org/viewvc/myfaces/tomahawk/tags/1_1_3/ > > > > http://svn.apache.org/viewvc/myfaces/core/tags/1_1_3/ > > > > Dennis Byrne > > > > > > On 5/15/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> > wrote: > > > > > > > > > > > > > > > Where can I find the source code of myfaces and tomahawk 1.1.3? > > > > > > > > > > > > Thanks in advance > > > > > > Mario Buonopane > > > > > > > > > > > > > > > > > > > > > This message is for the designated recipient only and may contain > privileged, proprietary, or otherwise private information. If you have > received it in error, please notify the sender immediately and delete the > original. Any other use of the email by you is prohibited. > > > > > > > > -- > > Dennis Byrne > > > > -- > Grant Smith >

