2012-08-30 62 views
0

所以我有一個詹金斯作業來更新我的代碼副本,併爲我的圖書館PHPDoc的,這是所有與phing與phpdoc2 phing不運行

當我使用德創建這些行來完成。 XML它產生僅僅指剛罰款(但phpDocumentor的1.4.4)

<target name="phpdoc"> 
     <echo msg="PHP Documentor..." /> 
     <phpdoc title="API Documentation" 
       destdir="/var/www/corelib" 
       sourcecode="yes" 
       output="HTML:Smarty:PHP"> 
      <fileset dir="./library/Core"> 
       <include name="**/*.php" /> 
      </fileset> 
     </phpdoc> 
    </target> 

我想使用的phpDocumentor的新版本,所以我用梨

pear install phpdoc/phpDocumentor-alpha 

安裝,但是當我運行此命令(我在這發現了這個phing文檔),詹金斯打印「PHP文檔編輯」,然後直接標記爲失敗

<target name="phpdoc"> 
     <echo msg="PHP Documentor..." /> 
     <phpdoc2 title="API Documentation" destdir="/var/www/corelib" template="responsive"> 
      <fileset dir="./library/Core"> 
       <include name="**/*.php" /> 
      </fileset> 
     </phpdoc2> 
    </target> 

我已經ZendServer對其進行訪問這臺服務器上安裝,但不能是一個問題,因爲構建1.4.4 PHPDoc的罰款運行

那麼我該如何解決這個問題?

+0

什麼不輸出控制檯日誌說明了什麼? – cweiske

+0

我忘了這個問題,但我會發布解決方案作爲答案(我已經修復了phpdocumentor的irc頻道) – acrobat

回答

1

好吧,我找到了解決辦法,所以我將它張貼以供將來參考

隨着的phpDocumentor的IRC通道,這與結合phing的最新版本的錯誤

的人一些幫助最新版本的phpdocumentor。爲了解決這個問題,只是回覆phpdocumentor2的安裝目錄到這個版本

phpDocumentor 2.0.0a3

這將解決與phing和文檔問題得到沒有問題的產生