Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
study:java:netbeans [2008/03/04 03:17] bananastudy:java:netbeans [2008/04/11 05:31] (現在) banana
行 10: 行 10:
 ^ Resume(Debug)  |  Ctrl+F5  |  F8  | ^ Resume(Debug)  |  Ctrl+F5  |  F8  |
 ^ Compiles the code  |  F9  |  | ^ Compiles the code  |  F9  |  |
-^ Builds main project  |  f11   |+^ Builds main project  |  F11   |
 ^ Cleans and rebuilds the main project  |  Shift+F11  |  |  ^ Cleans and rebuilds the main project  |  Shift+F11  |  | 
 ^ Step out  |  Ctrl+F7  |  | ^ Step out  |  Ctrl+F7  |  |
行 24: 行 24:
 ^ Run Test  |  Alt+F6  |  Ctrl+F11  | ^ Run Test  |  Alt+F6  |  Ctrl+F11  |
                                                          
 +~~META:
 +title=NetBeans useful hot key and overriding build-impl.xml
 +~~
 +
 +
 +
 ====== Overriding build-impl.xml ====== ====== Overriding build-impl.xml ======
-Netbeansは自動的にbuild.xmlを生成してくれるのだが、さらに自分好みのbuild.xmlファイルの作成も支援している+Netbeansは自動的にbuild.xmlを生成してくれるのだが、さらに自分好みのbuild.xmlファイルの作成も支援している。\\
 例として、struts-config.xmlを作成するAntタスクをここに紹介する。 例として、struts-config.xmlを作成するAntタスクをここに紹介する。
 <code xml> <code xml>
行 116: 行 122:
             <fileset dir="${web.dir}">             <fileset dir="${web.dir}">
                 <include name="struts-config-person.xml"/>                 <include name="struts-config-person.xml"/>
-                <include name="struts-config-budget.xml"/> 
                 <include name="web.xml"/>                 <include name="web.xml"/>
             </fileset>             </fileset>
行 140: 行 145:
             mergedir="${merge.dir}/person"             mergedir="${merge.dir}/person"
             destinationFile="struts-config-person.xml"             destinationFile="struts-config-person.xml"
-            /> 
-        </webdoclet> 
-        <webdoclet destDir="${web.dir}"  
-            mergeDir="${merge.dir}"  verbose="true" 
-            excludedTags="@author,@see,@since, @version,@todo,@param,@return,@exception,@Test,@Before,@Override"> 
-            <fileset dir="${src.dir}"> 
-                <include name="**/budget/**/*Form.java" /> 
-                <include name="**/budget/**/*Action.java" /> 
-            </fileset> 
-            <strutsconfigxml  
-            version="1.2" 
-            destdir="${web.dir}" 
-            mergedir="${merge.dir}/budget" 
-            destinationFile="struts-config-budget.xml" 
             />             />
         </webdoclet>         </webdoclet>
行 164: 行 155:
 </code> </code>
  
 +{{keywords>hot key override build-impl.xml}}
  
 +~~DISCUSSION~~

QR Code
QR Code study:java:netbeans (generated for current page)