Title: RE: adding all jars in dir to jde-global-classpath

example (this ends up adding all .zip and .jar files
in E:/SynygyCompensation10/WEB-INF/lib to the global-classpath:

(custom-set-variables

;; This is the default value, so don't actually set it
; '(jde-lib-directory-names
;   (list "^lib" "^jar"))

 '(jde-global-classpath
   (list
    "."
    "E:/SynygyCompensation10/WEB-INF/src"
    "E:/SynygyCompensation10/WEB-INF/classes"
    "E:/SynygyCompensation10/WEB-INF/lib"
    "E:/SynygyCompensation10/applet/lib/jviews.jar"
    "E:/SynDev/Tomcat 4.1.12/common/lib/SynAPI4J.jar"
    "E:/SynDev/Tomcat 4.1.12/common/lib/servlet.jar"
    "E:/SynDev/Parasoft/Jtest4.5/classes/jtest.zip"
    "E:/SynDev/Parasoft/Jtest4.5/bin/junit.jar"
    ))

 ;; Set the options for the java compiler
 ;; Right now, let's just send the output class
 ;; Files to our SynygyCompensation Directory
 '(jde-compile-option-directory
   "E:/SynygyCompensation10/WEB-INF/classes")

 '(jde-sourcepath
   (list
    "E:/SynygyCompensation10/WEB-INF/src"
    ))

 '(jde-javadoc-gen-destination-directory
   "E:/SynygyCompensation10/javadocs")
 )

-----Original Message-----
From: Jayakrishnan Nair [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 31, 2002 12:37 PM
To: [EMAIL PROTECTED]
Subject: adding all jars in dir to jde-global-classpath


right now as i understand, we have to add all jar
files to jde-global-classpath. is there a way to say,
here is a directory, add all jars under that
(recursive) to jde-global-classpath.

if this is not there, it would be a great feature to
have.

jk

__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

Reply via email to