if you are using maven for you projects, check out the pom-parser.el utility (i think you can find it on the emacs wiki). this makes using jdee with maven projects very simple.
> ------------------------------ > > Message: 7 > Date: Tue, 07 Oct 2008 16:31:41 +0800 > From: "Haulyn R. Jason" <[EMAIL PROTECTED]> > Subject: [jdee-users] Set Classpath for a java project > To: jdee-users <[email protected]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=GB2312 > > 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/sl > f4j/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! > > -- > > 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
