Oops, I don't really remember how I initially created "prj.el" -- it was a while ago.  
I
just happened to be looking over my "~/.xemacs/custom.el" file and noticed that 
variables
that were being set in "prj.el" were also being (unexpectedly) set in "custom.el".  And
deleting them (via editing) from "custom.el" did not make them go away (that is, the 
code
to set those variables kept reappearing).  If it's any help, I've included the contents
of "prj.el" (which resides in the directory "~/../Projects/WordDance/").

(jde-project-file-version "1.0")

(jde-set-variables
 '(jde-ant-interactive-buildfile  "~/../Projects/WordDance/Development/build.xml")
 '(jde-global-classpath           (quote ("~/../Projects/WordDance/class")))
 '(jde-db-source-directories      (quote ("~/../Projects/WordDance/source/main/"
                                          "~/../Projects/WordDance/source/generated/"
                                          "$JAVA_HOME/src")))
 '(jde-run-application-class      "com.mv.worddance.gc.WordDanceApp")
 '(jde-run-working-directory      "~/../Projects/WordDance/Deployment/")
)




--- Paul Kinnucan <[EMAIL PROTECTED]> wrote:
> >>>>> "Paul" == Paul Erion <[EMAIL PROTECTED]> writes:
> 
>     Paul> I have some variables being set in a prj.el file (e.g.,
>     Paul> 'jde-run-application-class') and only there.  But when I
>     Paul> exit XEmacs and look in '~/.xemacs/custom.el', well, there
>     Paul> they are.  Is this standard behaviour, or am I messing up
>     Paul> somewhere? 
> 
> Most likely the latter. Please describe the exact steps that you used
> to set the variables in the project file so we can try to reproduce
> the problem.
> 
> Paul
> 
>     Paul> I'm using JDE 2.3.3 and XEmacs 21.4.13 on WinXP
>     Paul> Pro.  This isn't a big deal, but it's not what I expected.
> 
>     Paul> Thanks,
> 
>     Paul> Paul


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/

Reply via email to