Physically removed Web build folder topics from Visual Web Ravehelp folder
authorjbranam@netbeans.org
Wed, 15 Apr 2009 11:58:01 +0200
changeset 28687f6bc6b1963a
parent 2867 296fcb1c08c9
child 2869 66516acb3b8c
Physically removed Web build folder topics from Visual Web Ravehelp folder
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/about_build.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/build_externalresource.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/build_remove.html
visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/build_warfile.html
     1.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/about_build.html	Wed Apr 15 11:56:26 2009 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,129 +0,0 @@
     1.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     1.5 -<!--
     1.6 - *     	  Copyright � 2008 Sun Microsystems, Inc. All rights reserved. 
     1.7 - *	  Use is subject to license terms.
     1.8 --->
     1.9 -<html>
    1.10 -<head>
    1.11 -<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    1.12 -    <meta name="lastupdated" content="3Jul07"><!--p2-->
    1.13 -    <link rel="stylesheet" href=
    1.14 -    "nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type=
    1.15 -    "text/css">
    1.16 -    <meta name="generator" content="Helen">
    1.17 -    <title>About Building Web Applications</title>
    1.18 -  </head>
    1.19 -  <body>
    1.20 -    <h2>
    1.21 -       About Building Web Applications
    1.22 -    </h2>
    1.23 -    <p>
    1.24 -       <small><a href="#seealso">See Also</a></small>
    1.25 -    </p>
    1.26 -    <ul class="note">
    1.27 -    <li><b>Note: </b> The Compile on Save feature builds your project whenever you save the project. You can disable this feature in the Compiling page of the Project Properties dialog box. The following information is applicable if the Compile on Save feature is disabled.</li>
    1.28 -  </ul>
    1.29 -    <p>
    1.30 -       The IDE uses an Ant build script to build your web applications. If you are using a <object
    1.31 -      classid="java:com.sun.java.help.impl.JHSecondaryViewer">
    1.32 -        <param name="content" value=
    1.33 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/csh/glossary_standard.html">
    1.34 -        <param name="viewerActivator" value="javax.help.LinkLabel">
    1.35 -        <param name="viewerStyle" value="javax.help.Popup">
    1.36 -        <param name="viewerSize" value="400,220">
    1.37 -        <param name="text" value="standard project">
    1.38 -        <param name="textFontSize" value="medium">
    1.39 -        <param name="textFontFamily" value="SansSerif">
    1.40 -        <param name="textFontStyle" value="italic">
    1.41 -        <param name="textFontWeight" value="bold">
    1.42 -        <param name="textColor" value="blue">
    1.43 -      </object> , the IDE generates the build script based on the options you enter in the
    1.44 -      project's Project Properties dialog box. You can set the project's classpath, context path,
    1.45 -      and web server in the Project Properties dialog box. You can further customize program
    1.46 -      execution by editing the Ant script and Ant properties for the project.
    1.47 -    </p>
    1.48 -    <p>
    1.49 -       If you are using a <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
    1.50 -        <param name="content" value="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/csh/glossary_freeform.html">
    1.51 -        <param name="viewerActivator" value="javax.help.LinkLabel">
    1.52 -        <param name="viewerStyle" value="javax.help.Popup">
    1.53 -        <param name="viewerSize" value="400,160">
    1.54 -        <param name="text" value="free-form project">
    1.55 -        <param name="textFontSize" value="medium">
    1.56 -        <param name="textFontFamily" value="SansSerif">
    1.57 -        <param name="textFontStyle" value="italic">
    1.58 -        <param name="textFontWeight" value="bold">
    1.59 -        <param name="textColor" value="blue">
    1.60 -      </object>, the IDE uses your existing Ant script to build your project. You can write a
    1.61 -      target that builds the currently selected project in the IDE and map it to the Build command.
    1.62 -    </p>
    1.63 -    <p>
    1.64 -       With standard web projects, you can customize the build process by doing any of the
    1.65 -      following:
    1.66 -    </p>
    1.67 -    <ul>
    1.68 -      <li>
    1.69 -        Enter basic options, like <a href=
    1.70 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_classpath.html">
    1.71 -        classpath settings</a>, <a href="build_externalresource.html">packaging settings</a>, and
    1.72 -        <a href="build_warfile.html">WAR filters</a>, in the Project Properties dialog box.
    1.73 -      </li>
    1.74 -      <li>
    1.75 -        Specify that all JSP files in the project must be compiled during the build. 
    1.76 -        <table cellpadding="3" border="0" cellspacing="0">
    1.77 -          <tr valign="top">
    1.78 -            <td>
    1.79 -              <img alt="tip" src="../../images/tip.gif">&nbsp;
    1.80 -            </td>
    1.81 -            <td>
    1.82 -              By default, the IDE does not compile JSP files while building a project. This is
    1.83 -              because JSP compilation can take a long time because JSP files have to be translated
    1.84 -              to servlets before they can be compiled. However, if you do not have too many JSP
    1.85 -              files or if you want them to be compiled anyway, right-click the project node in the
    1.86 -              Projects window, choose Properties, click Compiling, and select the Test compile all
    1.87 -              JSP files during builds checkbox.
    1.88 -            </td>
    1.89 -          </tr>
    1.90 -        </table>
    1.91 -      </li>
    1.92 -      <li>
    1.93 -        <a href=
    1.94 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/proj_stand_customize.html">
    1.95 -         Customize</a> the IDE-generated Ant targets or create new targets in <tt>build.xml</tt>.
    1.96 -      </li>
    1.97 -      <li>
    1.98 -        Edit properties in <tt>project.properties</tt> to change the name and location of build
    1.99 -        output folders and files.
   1.100 -      </li>
   1.101 -    </ul>
   1.102 -    <dl>
   1.103 -      <dt>
   1.104 -         <a name="seealso">See Also</a>
   1.105 -      </dt>
   1.106 -      <dd>
   1.107 -        <a href=
   1.108 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_quickref.html">
   1.109 -         Building Tasks: Quick Reference</a>
   1.110 -      </dd>
   1.111 -      <dd>
   1.112 -        <a href=
   1.113 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_process.html">
   1.114 -         Working with Builds</a>
   1.115 -      </dd>
   1.116 -      <dd>
   1.117 -        <a href=
   1.118 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_project.html">
   1.119 -         Building a Project</a>
   1.120 -      </dd>
   1.121 -      <dd>
   1.122 -        <a href=
   1.123 -        "nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_file.html">
   1.124 -         Compiling a Single File</a>
   1.125 -      </dd>
   1.126 -    </dl>
   1.127 -    <hr>
   1.128 -    <p>
   1.129 -       <small><a href="../../credits.html">Legal Notices</a></small>
   1.130 -    </p>
   1.131 -  </body>
   1.132 -</html>
     2.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/build_externalresource.html	Wed Apr 15 11:56:26 2009 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,94 +0,0 @@
     2.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     2.5 -<!--
     2.6 - *     	  Copyright � 2008 Sun Microsystems, Inc. All rights reserved. 
     2.7 - *	  Use is subject to license terms.
     2.8 - -->
     2.9 -<html>
    2.10 -<head>
    2.11 -<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    2.12 -<meta name="lastupdated" content="3Jul07">
    2.13 -<!-- p2 -->
    2.14 -
    2.15 -<title>Packaging a Resource in a WAR File</title>
    2.16 -<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
    2.17 -</head>
    2.18 -<body>
    2.19 -
    2.20 -	<h2>Packaging a Resource in a WAR File</h2>
    2.21 -<p><small> 
    2.22 -<a href="#seealso">See Also</a> 
    2.23 -</small></p> 
    2.24 -<p>When you package a web application as a WAR file, the default package includes only 
    2.25 -  those files that are part of the web application. To add a file that is external 
    2.26 -  to the web application to the WAR package, use the Project Properties dialog box. 
    2.27 -  Extra files might include applets, image files, text files, or other 
    2.28 -  resources that reside outside the web application. When adding extra files, the default 
    2.29 -  target folder is the web application's document base (root folder). </p>
    2.30 -<table>
    2.31 -  <tr valign="top"> 
    2.32 -	  <td><img src="../images/tip.gif" alt="tip"></td>
    2.33 -	  <td>If you use the instructions below to package 
    2.34 -		   a resource in the web application,
    2.35 -		   you will not add it to the classpath. 
    2.36 -		   For example, tag libraries need to be added to the classpath
    2.37 -		     for code completion to work.
    2.38 -	    To add a resource to the classpath, see <a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_classpath.html">Managing the Classpath</a>.</td>
    2.39 -  </tr>
    2.40 -</table>
    2.41 -<p><b>To package a resource in a WAR file:</b></p>
    2.42 -<ol>
    2.43 -   <li>In the Projects window, right-click the project's node and choose Properties. 
    2.44 -  </li>
    2.45 -  <li>In the Project Properties dialog box, click the Packaging node in the left
    2.46 -  	pane.  	</li>
    2.47 -  <li>Add the necessary resources to the web application by clicking
    2.48 -  	the appropriate button. You can add any of the following:
    2.49 -	<ul><li><b><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_dependencies.html">Project</a>.</b> The JAR file or
    2.50 -      	WAR file produced by another project.</li>
    2.51 -	<li><b><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_libraries.html">Library</a>. </b>A collection of JAR 
    2.52 -        files or folders with compiled classes.
    2.53 -	If the library
    2.54 -	is not available, click Add Library, Manage Libraries, then New Library, and create a new library entry for your
    2.55 -	library. Alternatively, you can access the Library Manager by choosing Tools &gt; Libraries in the main menubar.</li>
    2.56 -      <li><b>File/Folder.</b> A JAR file or folder somewhere on your system.</li>
    2.57 -    </ul>
    2.58 -  </li>
    2.59 -  <li>Choose a library and 
    2.60 -  repeat as needed. To remove an added file, select the file in the 
    2.61 -  list and click Remove.</li>
    2.62 -  <li>(Optional) Type a location for the resource in the table's Path in WAR
    2.63 -      column. By default, the resource
    2.64 -      will be copied to the web application's document root, which is the <tt>build/web</tt>
    2.65 -      folder (the highest
    2.66 -      level of the web application's file structure).</li>
    2.67 -    <li>Click OK to close the Project Properties dialog box.
    2.68 -    When you build the project, the IDE packages your resource
    2.69 -    in the project's WAR file and includes it in the <tt>build/web</tt> folder.
    2.70 -    <ul class="note">
    2.71 -    <li><b>Note: </b> The Compile on Save feature builds your project whenever you save the project. You can disable this feature in the Compiling page of the Project Properties dialog box.</li>
    2.72 -  </ul>
    2.73 -<p>After adding a resource to a WAR file, you may need to do some post-processing.
    2.74 -For example, when you add a servlet you must manually register it
    2.75 -in the web application's <tt>web.xml</tt> file (the web
    2.76 -application's deployment descriptor). You can use the 
    2.77 -<a href="../csh/graphic_editor/dd_multiview_overview_overviewNode.html"><tt>web.xml</tt> Visual Editor</a> 
    2.78 -to do so. Note that when you <a href="../create/servlet/servlet_create.html">create a servlet</a> using the New File wizard, the IDE 
    2.79 -handles this task for you. </li>
    2.80 -<li>Test the availability of the added resource. For example, if you have added an applet
    2.81 -to the WAR file, <a href="../create/jsp/jsp_useapplet.html">define it in a JSP file</a>.</ol>
    2.82 -
    2.83 -<dl>
    2.84 -<dt><a name="seealso">See Also</a></dt>
    2.85 -<dd><a href="about_build.html">About Building Web Applications</a></dd>
    2.86 -<dd><a href="build_warfile.html">Building a WAR File</a></dd>
    2.87 -</dl>
    2.88 -
    2.89 -<hr>
    2.90 -<small><a href="../../credits.html">Legal Notices</a></small> 
    2.91 -<table cellpadding="20" border="0"> 
    2.92 -<tr><td>&nbsp;</td></tr> 
    2.93 -<tr><td>&nbsp;</td></tr> 
    2.94 -<tr><td>&nbsp;</td></tr> 
    2.95 -</table> 
    2.96 -</body>
    2.97 -</html>
     3.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/build_remove.html	Wed Apr 15 11:56:26 2009 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,44 +0,0 @@
     3.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     3.5 -<!--
     3.6 - *     	  Copyright � 2008 Sun Microsystems, Inc. All rights reserved. 
     3.7 - *	  Use is subject to license terms.
     3.8 -> -->
     3.9 -<html>
    3.10 -<head>
    3.11 -<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    3.12 -<meta name="lastupdated" content="3Jul07">
    3.13 -<!-- p2 -->
    3.14 -
    3.15 -<title>Removing a WAR File</title>
    3.16 -<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
    3.17 -</head>
    3.18 -<body>
    3.19 -
    3.20 -<h2>Removing a WAR File</h2>
    3.21 -<p><small> 
    3.22 -<a href="#seealso">See Also</a> 
    3.23 -</small></p> 
    3.24 -<p>WAR files are located in a web application's dist folder in the Files window. </p>
    3.25 -<p>To delete a WAR file:</p>
    3.26 -<ol>
    3.27 -  <li>In the Files window, right-click the WAR file's node and choose Delete 
    3.28 -    from the pop-up menu. </li>
    3.29 -  <li>In the Confirm Object Deletion dialog box, choose Yes to confirm the deletion.</li>
    3.30 -</ol>
    3.31 -
    3.32 -<dl>
    3.33 -<dt><a name="seealso">See Also</a></dt>
    3.34 -<dd><a href="about_build.html">About Building Web Applications</a></dd>
    3.35 -<dd><a href="build_warfile.html">Building a WAR File</a></dd>
    3.36 -<dd><a href="build_externalresource.html">Packaging a Resource in a WAR File</a></dd>
    3.37 -</dl>
    3.38 -
    3.39 -<hr>
    3.40 -<small><a href="../../credits.html">Legal Notices</a></small> 
    3.41 -<table cellpadding="20" border="0"> 
    3.42 -<tr><td>&nbsp;</td></tr> 
    3.43 -<tr><td>&nbsp;</td></tr> 
    3.44 -<tr><td>&nbsp;</td></tr> 
    3.45 -</table> 
    3.46 -</body>
    3.47 -</html>
     4.1 --- a/visualweb.ravehelp.rave_nbpack/javahelp/org/netbeans/modules/visualweb/ravehelp/rave_nbpack/docs/web/build/build_warfile.html	Wed Apr 15 11:56:26 2009 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,92 +0,0 @@
     4.4 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     4.5 -<!--
     4.6 - *     	  Copyright � 2008 Sun Microsystems, Inc. All rights reserved. 
     4.7 - *	  Use is subject to license terms.
     4.8 -> -->
     4.9 -<html>
    4.10 -<head>
    4.11 -<meta http-equiv="content-type" content="text/html; charset=UTF-8">
    4.12 -<meta name="lastupdated" content="3Jul07">
    4.13 -<!-- p2 -->
    4.14 -
    4.15 -<title>Building a WAR File</title>
    4.16 -<link rel="stylesheet" href="nbdocs://org.netbeans.modules.usersguide/org/netbeans/modules/usersguide/ide.css" type="text/css">
    4.17 -</head>
    4.18 -<body>
    4.19 -
    4.20 -<h2>Building a WAR File</h2>
    4.21 -<p> <small><a href="#seealso">See Also</a>&nbsp; </small> 
    4.22 -<p>In <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
    4.23 -    <param name="content" value="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/csh/glossary_standard.html">
    4.24 -    <param name="viewerActivator" value="javax.help.LinkLabel">
    4.25 -    <param name="viewerStyle" value="javax.help.Popup">
    4.26 -    <param name="viewerSize" value="400,220">
    4.27 -    <param name="text" value="standard projects">
    4.28 -    <param name="textFontSize" value="medium">
    4.29 -    <param name="textFontFamily" value="SansSerif">
    4.30 -    <param name="textFontStyle" value="italic">
    4.31 -    <param name="textFontWeight" value="bold">
    4.32 -    <param name="textColor" value="blue">
    4.33 -  </object>
    4.34 -, the IDE builds a WAR file from your project sources every time the IDE 
    4.35 -  builds your project. The WAR file is generated to the <tt>dist</tt> subfolder 
    4.36 -  of your project folder.
    4.37 -<p><b>To change the WAR name and location</b>: 
    4.38 -<ol>
    4.39 -  <li>In the Files window, go to the <tt>nbproject</tt> folder in your project 
    4.40 -    folder and open <tt>project.properties</tt>.</li>
    4.41 -    <li> Enter the full path to the WAR file in the <tt>dist.dir</tt> property
    4.42 -    and the WAR file's name in the <tt>war.name</tt> property. Notice that these two 
    4.43 -    properties are concatenated to form the <tt>dist.war</tt> property.</li>
    4.44 -</ol>
    4.45 -<p><b>To specify which files are added to the WAR file:</b> 
    4.46 -<ol>
    4.47 -  <li>Right-click the project node in the Projects window and choose Properties.</li>
    4.48 -  <li>Click Packaging and configure the filter and compression settings. </li>
    4.49 -</ol>
    4.50 -<p><b>To disable generation of a WAR file for a project:</b></p>
    4.51 -<ol>
    4.52 -  <li>In the Files window, open your project folder and open <tt>build.xml</tt>.</li>
    4.53 -  <li>Override the <tt>do-dist</tt> target to have no contents and no dependencies. 
    4.54 -    For example, add the following to <tt>build.xml</tt>: 
    4.55 -    <pre>&lt;target name=&quot;do-dist&quot; /&gt;</pre>
    4.56 -  </li>
    4.57 -</ol>
    4.58 -<table>
    4.59 -  <tr valign="top"> 
    4.60 -	  <td><img src="../images/tip.gif" alt="tip"></td>
    4.61 -    <td> In <object classid="java:com.sun.java.help.impl.JHSecondaryViewer">
    4.62 -        <param name="content" value="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/csh/glossary_freeform.html">
    4.63 -        <param name="viewerActivator" value="javax.help.LinkLabel">
    4.64 -        <param name="viewerStyle" value="javax.help.Popup">
    4.65 -        <param name="viewerSize" value="400,160">
    4.66 -        <param name="text" value="free-form projects">
    4.67 -        <param name="textFontSize" value="medium">
    4.68 -        <param name="textFontFamily" value="SansSerif">
    4.69 -        <param name="textFontStyle" value="italic">
    4.70 -        <param name="textFontWeight" value="bold">
    4.71 -        <param name="textColor" value="blue">
    4.72 -      </object>, WAR file creation is controlled by your Ant script.</td>
    4.73 -  </tr>
    4.74 -</table>
    4.75 -
    4.76 -<dl>
    4.77 -<dt><a name="seealso">See Also</a></dt>
    4.78 -<dd><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_quickref.html">Building Tasks: Quick Reference</a></dd>
    4.79 -<dd><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_project.html">Building a Project</a></dd>
    4.80 -<dd><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_file.html">Compiling a Single File</a></dd>
    4.81 -<dd><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/compile/comp_classpath.html">Managing the Classpath</a></dd>
    4.82 -<dd><a href="nbdocs://org.netbeans.modules.java.helpset/org/netbeans/modules/java/helpset/docs/project/proj_stand_customize.html">Customizing the Ant Build Script</a> </dd>
    4.83 -</dl>
    4.84 -
    4.85 -
    4.86 -<hr>
    4.87 -<small><a href="../../credits.html">Legal Notices</a></small> 
    4.88 -<table cellpadding="20" border="0"> 
    4.89 -<tr><td>&nbsp;</td></tr> 
    4.90 -<tr><td>&nbsp;</td></tr> 
    4.91 -<tr><td>&nbsp;</td></tr> 
    4.92 -</table> 
    4.93 -
    4.94 -  </body>
    4.95 -</html>