- 论坛徽章:
- 0
|
Ant1.5编译3023个java文件时候出错,怎么办?
好像 ant 里的 <javac >; tag 有些选项:
memoryInitialSize
The initial size of the memory for the underlying VM, if javac is run externally; ignored otherwise. Defaults to the standard VM memory setting. (Examples: 83886080, 81920k, or 80m)
memoryMaximumSize
The maximum size of the memory for the underlying VM, if javac is run externally; ignored otherwise. Defaults to the standard VM memory setting. (Examples: 83886080, 81920k, or 80m)
具体看 ant 文档:
C:\ant\docs\manual\CoreTasks\javac.html |
|