Menu

#2 GeneratorTask: checkJacobeConfig fails if jacobe is not conf

open
nobody
None
5
2005-10-22
2005-10-22
No

if jacobe is not configured at all the generator task
will still try to run it.

snip: (checkJacobeConfig())

if (jacobeExeConfigured && !_jacobeExeFile.exists()) {
log("The specified jacobeExeFile " +
_jacobeExeFile.getPath() + " does not exist.",
Project.MSG_WARN);
} else {
jacobeExeFound = true;
}

will set jacobeExeFound to true if jacobeExeConfigured
== false

Discussion


Log in to post a comment.