Kendall Shaw 写道:
> Haulyn R. Jason wrote:
>
>> Hi,
>>
>> Every times I need to write as this in prj.el:
>>
>> '(jde-sourcepath
>> (quote
>> ("/home/saharabear/workspace/slackiss/branches/slackiss-base/src/java"
>> "/home/saharabear/workspace/slackiss/branches/slackiss-base/test" )))
>>
>> '(jde-global-classpath
>> (quote
>> ("/home/saharabear/workspace/slackiss/branches/slackiss-base/src/conf"
>> "/home/saharabear/workspace/slackiss/branches/slackiss-base/test"
>> "/home/saharabear/workspace/slackiss/branches/slackiss-base/src/java"
>> "/home/saharabear/workspace/slackiss/branches/slackiss-base/build/classes"
>> "/home/saharabear/workspace/slackiss/branches/slackiss-base/lib/slf4j/slf4j-api-1.5.2.jar")))
>>
>> Should I use /lib/**/**.jar instead of lib/slf4j/slf4j.jar? And, I do
>> not like the "/home/saharabear/workspace", should I drop it in anyway?
>>
>> Thanks!
>>
>>
> You can use ./ to represent your project directory, e.g.:
>
> ./build/classes
>
> There is also jde-lib-directory-names that matches *.jar, e.g.:
>
> ./lib/jde-lib-directory-names
>
> I don't know if it is recursive like **/*.jar in ant, you can try it and
> see.
>
> Kendall
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> jdee-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jdee-users
>
>
Thanks Kendall:
It works well with ./build/classes, and I tried **/*.jar in ant, it also
works.
Every time I need to set the classpath variable for JDEE, maybe it's
better to extends Ant to generate prj.el.
Thanks.
--
Thanks!
Mobile: +086-15864011231
Website:http://www.openmotel.cn
http://www.vvthumb.com
GTalk:[EMAIL PROTECTED]
Skype:saharabear
Haulyn Runner Jason
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
jdee-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jdee-users