On Aug 29, 2012, at 8:18 AM, ray ye <ray.ye(a)ddaysoft.com> wrote:
  I was wrong on one thing.  I just found a tag in
github called
 xwiki-platform-4.1.3. 
Ok you found it.
    I'll build from this source, and see if any
 different.
 BTW,  it's hard to find it in github website, i used command line git
 client to find tag xwiki-platform-4.1.3 
Yes the Github UI doesn't scale when there are lots of tags. It's a pity.
The command line should be preferred and works very well. Same for searching btw.
Thanks
-Vincent
  On Wed, Aug 29, 2012 at 2:00 PM, ray ye
<ray.ye(a)ddaysoft.com> wrote:
> i'm trying to create the official 4.1.3 stable build by building from
> source code.  but couldn't find the correct source code revision for
> official 4.1.3 stable
>
>
> Source code location:  
https://github.com/xwiki/xwiki-platform
> branch: stable-4.1.x
> Actually, i was trying to find a branch or tag that contains
> stable-4.1.3,  stable-4.1.x is the closest thing i can find in github
>
> The content of jar file are very different between what i built from
> 4.1.x and what was distribued in
> xwiki-enterprise-jetty-hsqldb-4.1.3.zip
> For example:
> the jar file name of oldcore is called
> xwiki-platform-legacy-oldcore-4.1.3.jar in
> xwiki-enterprise-jetty-hsqldb-4.1.3.zip, and it has compatibility sub
> folder
> the name is called xwiki-platform-oldcore-4.1-SNAPSHOT.jar, when
> compiled from stable-4.1.x, and it does have  compatibility sub
> folder.   this is just one of the differences
>
> Thank you very much
>
> Ray