Clean command
(from JBuilder's help)
The Clean command removes all build output of the other targets, such as the classes directory, JARs, WARs, and so on. If the source and output paths are the same, the output directory is not deleted but the build output is deleted. What the Clean command removes is dependent upon the node selected:
Project nodes — recursively deletes the output directory. This only occurs if the output directory is a subdirectory of the project. Clean doesn't delete the output directory if it's the same as the source directory or a subdirectory of the source directory.
Java nodes — deletes the corresponding .class files and any generated files, such as files generated by the java2iiop compiler. Also removes resources.
Package nodes — deletes the corresponding .class files and any resources. Resource nodes — deletes the copies in the output directory.
Documentation nodes — deletes all HTML and HTM files in the Javadoc output directory.
Archive nodes — deletes the archive file(s) and executables.
— deletes any WAR files and the WEB-INF/lib and WEB-INF/classes directories.
There are several ways to execute the Clean command: Right-click the project file in the project pane and choose Clean. Right-click an appropriate node or nodes in the project pane and choose Clean. Right-click the file tab in the content pane and choose Clean <filename>. Add the Clean Project command to the Project menu and choose Project|Clean Project.
As with the Make and Rebuild commands, the Clean command only appears on the context menu when appropriate nodes are selected.
分享到:
相关推荐
- 在NMake属性中,配置了“Build Command Line”和“Clean Command Line”,分别对应编译和清理命令。例如,`my_build chk x86 Win7`和`my_clean chk x86 Win7`,这些命令会在用户点击相应按钮时自动执行。 5. **...
- 在 `Clean Command Line` 中输入: `cd main && nmake –f Makefile-windows-vc8 clean` 3. **调试**: - 在 `Configuration Properties` 的 `Debugging` 选项卡中选择要调试的文件。 - 使用 `F9` 设置断点,`F5`...
在NMake的属性设置中,`Build Command Line`和`Clean Command Line`分别指定了编译和清理命令。 6. **驱动工程属性**:驱动项目的属性界面与常规的MFC或Win32控制台项目有很大区别,特别是存在“NMake”属性项。...
add_custom_target(clean COMMAND rm -rf bin) ``` #### 四、高级特性 1. **条件判断与循环** - CMake支持基本的控制结构,例如if/else语句和foreach循环。 - 示例: ```cmake if(${CMAKE_SYSTEM_NAME} ...
《Allure Commandline工具详解与使用》 在软件测试领域,报告工具的使用至关重要,它能够帮助我们清晰地理解测试结果,找出问题所在。其中,Allure Framework是一款强大的、直观的测试报告工具,而Allure Command...
在实际应用中,你可以通过输入一系列命令来执行诸如迁移(migrate)、清洁(clean)、信息(info)等操作,对数据库进行版本控制。 在提供的文件名"flyway-3.2.1"中,我们可以推断这是Flyway的3.2.1版本。每个版本...
4. 命令与查询(CQRS):命令查询职责分离(Command Query Responsibility Segregation)是一种架构风格,它将应用程序的读写操作分离。命令负责更新数据,而查询负责检索数据。这种分离有助于减少复杂性和增强可...
当你在Red Hat 8.0中遇到“command not found”(未找到命令)的错误时,通常意味着这些工具尚未安装或者环境变量配置不正确。下面我们将详细解释如何解决这个问题。 首先,我们需要配置本地YUM源。在Red Hat 8.0中...
清洁目录 用于安全清理目录的命令行实用程序 关于 这个小的命令行工具使用来安全地清理当前工作目录或指定的目录。...cleandir ( '~/path-to-clean' , function ( err ) { } ) ; 执照 麻省理工学院 :copyright:
标题"Laravel开发-laravel-softdelete-cleanup"指向的是一个关于如何在Laravel项目中清理已软删除模型的特定操作。这个操作通常涉及到执行一个控制台命令来彻底清除这些已标记为删除的记录。 在Laravel中,软删除是...
Installing c++/g++ on Windows Disclaimer: This page is being ...If you wish to clean up a little, you may delete the file: full.exe at this point. Your g++ compiler is installed under C:\cygnus.
### 使用vmrun控制虚拟机:深入理解vix162_vmrun_command #### 关于vmrun工具 `vmrun`是VMware提供的一款强大的命令行工具,用于在VMware Workstation、Fusion或Server环境下控制虚拟机。它允许用户执行一系列操作...
Preivious operation has not finished; run 'cleanup' if it was interrupted Please execute the 'Cleanup' command 问题解决 sqlite3 .svn/wc.db "delete from work_queue
BurnSystems.命令行 ... 安装包 BurnSystems.CommandLine 属性驱动的使用 命令行中的参数可以直接解析为.Net Object public class ProgramArguments { [UnnamedArgument(IsRequired = true, Hel
7. **WMIC QUOTA DELETE WHERE Name="*"**:通过WMIC(Windows Management Instrumentation Command-line)可以管理磁盘配额,删除所有配额项以释放空间。 8. **FORFILES**:这个命令可用于按条件选择文件并执行...
1. Be sure you have the Visual C++ 2008 and 2010 installed on your system. If not please run "runtime.exe" the tool will do it automatically. ... the code several times so it needs cleanup.
4. **更新缓存**:最后,执行`yum clean all`和`yum makecache`命令以刷新YUM的缓存,使其知道新的本地源: ```bash sudo yum clean all sudo yum makecache ``` 现在,你的系统已经配置了本地YUM源,可以通过...
测试套件包含了多个测试组和测试用例,其中第一个测试组是“Admin Command Set”,即管理命令集。这是NVMe协议中用于设备配置、状态查询和管理操作的重要部分。例如: - **Test 1.1 - Identify Command (M, OF)**:...
建造 maven clean install要在 karaf 上部署: # any karaf supported way, ex.install -s file:///tmp/gogo/sample-karaf-command-with-blueprint/target/custom-karaf-command-1.0.jar用法: JBossFuse:karaf@root...
sk89q-command-framework 注意:该... 安装后,只需运行: mvn clean installMaven将自动为您下载依赖项。 注意:为了使它起作用,请确保将Maven添加到“ PATH”中。贡献您的提交必须获得GNU通用公共许可证v3的许可。