[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to associate a build.xml with a project in ECB/JDEE
From: |
Kai Grossjohann |
Subject: |
Re: How to associate a build.xml with a project in ECB/JDEE |
Date: |
Mon, 24 May 2004 14:43:31 +0200 |
User-agent: |
Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) |
Ding Lei <dinglei@ipanel.cn> writes:
> I am a newbie to emacs/jdee/ecb, wondering how to associate an
> ant build.xml file with a project, so that whenever I call
> jde-ant-build ant would use the correct file.
Isn't there a variable jde-ant-build-file or somesuch? Also
investigate project settings that are provided by JDEE. I think it
works by using Customize to set a variable for the current session,
then you use C-c C-v C-p (or so) to save the project file.
Kai