-
Logged In: YES
user_id=316860
I'm adding better detection of that in the next release.
The problem with sh and bash is that they don't pass $0 (or
$1, depending on how you look at it), which we need in
order to figure out where the jar file is.
Trying to source that script in csh or tcsh will result in
syntax errors, so that's not an issue, and oddly (or maybe
not) zsh passes $0...
2006-08-21 12:04:03 UTC by jeugenepace
-
Logged In: YES
user_id=316860
Thanks. This will be corrected in the next release.
2006-08-21 11:22:17 UTC by jeugenepace
-
When I ran DoctorJ it gave me many errors of this form:
In /Users/elharo/Projects/XOM/src/nu/xom/Text.java:
57. * @throws IllegalCharacterDataException if
data contains any
*** Exception not in throws list
In all cases I noted, the exception was a runtime
exception. The convention for these exceptions is to
declare...
2006-08-20 11:21:39 UTC by elharo
-
It appears the shell script incorrectly assumes its
name will always be the first thing on the command
line. This isn't always the case when run via source:
~/downloads/doctorj-5.1.0$ source bin/doctorj
/Users/elharo/Projects/xom/src
dirname: illegal option -- b
usage: dirname path
usage: dirname path
Exception in thread "main"
java.lang.NoClassDefFoundError...
2006-08-20 11:18:01 UTC by elharo
-
INSTALL file refers to make but there's no makefile.
There is a build.xml file which suggests these
instructions are out of date and need to be updated.
DoctorJ can be installed with either make or ant.
From the Makefile:
% make
% sudo make install.
2006-08-20 11:14:37 UTC by elharo
-
jeugenepace committed patchset 446 of module doctorj to the DoctorJ - Java analyzer CVS repository, changing 1 files.
2005-05-17 14:57:49 UTC by jeugenepace
-
jeugenepace committed patchset 445 of module doctorj to the DoctorJ - Java analyzer CVS repository, changing 6 files.
2004-06-02 10:18:27 UTC by jeugenepace
-
jeugenepace committed patchset 444 of module doctorj to the DoctorJ - Java analyzer CVS repository, changing 1 files.
2004-06-02 00:34:20 UTC by jeugenepace
-
jeugenepace committed patchset 443 of module doctorj to the DoctorJ - Java analyzer CVS repository, changing 3 files.
2004-06-01 08:34:30 UTC by jeugenepace
-
jeugenepace committed patchset 442 of module doctorj to the DoctorJ - Java analyzer CVS repository, changing 3 files.
2004-06-01 00:09:30 UTC by jeugenepace