|
谁用过Javasig呢
在官网下的包的根目录下面没有bulid这个包呀
但是下面这个文档里面又说。。。。
大大们 知道不噢
Overall setting up javaSIG in Eclipse is pretty easy, besides couple of things to watch out for.
1) The build.xml in javaSIG targets a javaSIG\build folder for it's compiled class and it's resources. While when you create a new project in eclipse it likes to use javaSIG\bin folder for it's compiled class and it's resources. So to avoid this problem please make sure that when you create a javaSIG project in Eclipse; you change the eclipse setting to use javaSIG\build folder rather then javaSIG\bin folder. Use the following instruction to change the setting:
a) Select the javaSIG project; press Alt+Enter or right click and click " roperties".
b) Click on Java Build Path and then click on "Source" Tab.
c) Change the "Default output folder:" to use "javaSIG\build" rather then "javaSIG\bin".
d) Also you can add "javaSIG\src", "javaSIG\test","javaSIG\gencode", and "javaSIG\demo" as your source folders. To do that just click on the "Add Folder" and check all four folders. Also don't be surprise if you don't see "gencode" folder in your list of folders. The "gencode" won't be visible or in existence until you run gencode target in build.xml. |
|