Hi there
I think I've fixed the weird indentation problem now, by copying stuff from someone
else's .emacs. I've now installed ANT, and am having problems getting it to integrate
with JDE. I want ant to run when I call "build", so I've set the following in my
prj.el file:
(jde-project-file-version "1.0")
(jde-set-variables
'(jde-project-name "default")
'(jde-make-args "-buildfile build_omcsim.xml -emacs")
'(jde-enable-abbrev-mode nil)
'(jde-global-classpath (quote ("." "./jars")))
'(jde-run-working-directory "z:\\rmr\\omcsim\\")
'(jde-gen-cflow-enable t)
'(jde-make-program "make")
'(jde-lib-directory-name "jars")
'(jde-run-option-vm-args nil)
'(jde-read-make-args t)
'(jde-run-option-application-args (quote ("omcsim.ini" "-OMC")))
'(jde-db-source-directories (quote (".")))
'(jde-build-function (quote (jde-ant-build)))
'(jde-compile-option-sourcepath (quote (".")))
'(jde-run-application-class "main.OmcSim"))
'(jde-db-source-directories (quote (".")))
Now ant runs when I call JDE -> build, but it doesn't look at my arguments. It seems
to use the default arguments. So I get this:
ant -Dbuffer=z:/rmr/omcsim/main/OmcSim.java -buildfile build.xml -emacs
Buildfile: build.xml does not exist!
Build failed
Any ideas what I'm doing wrong?
Thanks
Madeleine
The information contained in this e-mail and any attachments is confidential to Roke
Manor Research Ltd and must not be passed to any third party without permission. This
communication is for information only and shall not create or change any contractual
relationship.