mvnForum 1.2.2 在Eclipse中的部署

來源:互聯網
上載者:User

標籤:style   blog   http   color   os   io   java   ar   for   

        引用參考文章:http://www.blogjava.net/TiGERTiAN/archive/2010/09/11/238250.html
        一、下載  mvnforum-1.2.2-mvnad-1.0.1-src-20100817
        二、先通過Eclipse中Project-Java Project From Existing Ant Buildfile載入myvietnam中的build.xml,然後在運行方式(Run as ---  Extenal Tools Configuration)中進行設定,將Base Directory設定為你源碼myvietnam目錄,將Targets中All和Compile勾選,Jre選擇1.4的,然後進行編譯產生一個jar包。                注意不需要將mvnforum-1.2.2-mvnad-1.0.1-src-20100817中的工程拷貝到workspace中。 產生的jar包所在目錄:mvnforum-1.2.2-mvnad-1.0.1-src-20100817/build/build-myvietnam/lib
        三、同上,添加mvnforum的build.xml進去,其中他的關聯類別庫需要添加進剛才產生的myvietnam.jar。
                在build之前修改build.properties,修改成你自己的tomcat , 這裡要注意jre版本問題,此時我的jre選擇的是jdk1.7
 
  1. deploy.localhost=F:/Program Files/apache-tomcat-7.0.41/webapps
  2. tomcat.home=F:/Program Files/apache-tomcat-7.0.41
                還需要注意:修改build.xml中的配置,將common和server刪除。
 
  1.         <fileset dir="${tomcat.home}/common/lib">
  2.             <include name="*.jar" />
  3.         </fileset> 
  4.         <fileset dir="${tomcat.home}/server/lib">
  5.             <include name="*.jar" />
  6.         </fileset>   
            
                或則下載一個tomcat5.x版本
        
         四、同上,添加mvnad的相關項目,其中他的關聯類別庫需要添加進剛才產生的myvietnam.jar和mvnforum.jar。

        這裡我只構建mvnforum, 省略第四步。

        五 、將mvnforum產生的webapp部分拷貝到建立的web project  myforum中,其中關聯類別庫不僅要包括前三個項目各自需要的jar包,還要包括前三個項目產生的myvietnam.jar,mvnforum.jar的檔案。

        六、可以將myvietnam.jar,mvnforum.jar刪除,在build path時add 這兩個project。

       到這一步,開發環境搭建好了。













來自為知筆記(Wiz)

mvnForum 1.2.2 在Eclipse中的部署

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.