Ulrich Obst <[EMAIL PROTECTED]> writes:

> Hi!
> 
> I just downloaded the latest version of jde and I have some problems with ant
> build functions:
> 
> 1. If "Jde Ant Read target" option is disabled I get the message
> "Wrong type argument: arrayp, nil"
> when I try to build my project.
This has been fixed already, it will be included in the next release.

> 
> 2. Jde requires either the "ANT_HOME" environment variable or
> the "Jde Ant Home" Option to be set to the ant home directory.
> But on a well configured (UNIX) System ant can be called
> simply with "ant" without any additional settings.
> JDE should be able to call ant in this way too
> if no home directory is configured.
This requirement is a bug. JDEE requires ANT_HOME o jde_ant_home when
trying to use the java or the ant server invocation method. When using the
script method as you mentioned above there is no need for it.

> 
> 3. If "Jde Ant Complete Target" Option is enabled, jde searches
> the build.xml file in the wrong directory. I set "Jde Ant Buildfile" to
> ./build.xml, because it is in the same directory as the project file,
> but jde always searches it in the directory of the current java buffer.
I believe this is the intended behavior. Kevin Burton might be able to expand
on this. JDE starts at the current directory and works its way up to 
find the proper build file, it does not take the current project file 
into account.

Javier
> 
> Bye
> 
> ulli
> 
> 

-- 
Javier S. Lopez                 
[EMAIL PROTECTED]            Forum Systems, Inc.
(781) 788-4206                  95 Sawyer St., Suite 110,
http://www.forumsys.com         Waltham, MA 02453

Reply via email to