k***r 发帖数: 4260 | 1 每次把一个project Export到jar的时候都需要重新edit configuration。
eclipse好像记不住上次export的设置,很麻烦。还说我不知道怎么保存设置?
Elipse能生成ant build.xml吗?或者有其他什么生成build.xml的工具?
如果不行的话就自己写一个了。还没写过呢。 |
Z****e 发帖数: 2999 | 2 Export JAR的第二步里面有一个"Save the description...",指定一个文件以后就可
以把相关的选项保存成文件
新的Export Runnable JAR file带了save ant script的功能
【在 k***r 的大作中提到】 : 每次把一个project Export到jar的时候都需要重新edit configuration。 : eclipse好像记不住上次export的设置,很麻烦。还说我不知道怎么保存设置? : Elipse能生成ant build.xml吗?或者有其他什么生成build.xml的工具? : 如果不行的话就自己写一个了。还没写过呢。
|
k***r 发帖数: 4260 | 3 Thanks. That's good to know!
【在 Z****e 的大作中提到】 : Export JAR的第二步里面有一个"Save the description...",指定一个文件以后就可 : 以把相关的选项保存成文件 : 新的Export Runnable JAR file带了save ant script的功能
|
b******y 发帖数: 9224 | 4 手擀面就是香,哈哈。自己写个ant build script吧。锻炼你的coding, 另外,很fun. |
k***r 发帖数: 4260 | 5 I tried it. I find that although every time I get to save the
description file, the next time when I do export, it doesn't
use that file ...
【在 Z****e 的大作中提到】 : Export JAR的第二步里面有一个"Save the description...",指定一个文件以后就可 : 以把相关的选项保存成文件 : 新的Export Runnable JAR file带了save ant script的功能
|
k***r 发帖数: 4260 | 6 嗯。有机会就自己写一个。不过这个算coding吗?如果是Makefile也许算 :)
fun.
【在 b******y 的大作中提到】 : 手擀面就是香,哈哈。自己写个ant build script吧。锻炼你的coding, 另外,很fun.
|
Z****e 发帖数: 2999 | 7 right click on that .jardesc file and you'll have an option to regenerate
the jar
【在 k***r 的大作中提到】 : I tried it. I find that although every time I get to save the : description file, the next time when I do export, it doesn't : use that file ...
|
k***r 发帖数: 4260 | 8 Ah that's how it works. Thanks!
【在 Z****e 的大作中提到】 : right click on that .jardesc file and you'll have an option to regenerate : the jar
|
k***r 发帖数: 4260 | 9 Ah that's how it works. Thanks!
【在 Z****e 的大作中提到】 : right click on that .jardesc file and you'll have an option to regenerate : the jar
|