Powered By Blogger

Wednesday, July 18, 2012

Alfresco source code building

The target

              depends="continuous-init"
           unless="alf.build.number">
                     classname="org.tigris.subversion.svnant.SvnTask">
        
     
     
        
     

     
        
     

                     token="@build-number@"
               value="r${svn.revision}"
               summary="yes" />
                     token="version.edition=Community"
               value="version.edition=${file.name.codeline}"
               summary="yes" />
  

fails in alfresco. To fix this just remove the line

  
        
     


then the command
ant -Dversion.major=0 -Dversion.minor=0 -Dversion.revision=0 -Dbuild.script=enterpriseprojects/build.xml -f continuous.xml distribute

will work


 sdfsdg

No comments:

Post a Comment