i'm experiencing strange problems with jde and ant: i've set the ant invocation method to "script". invoking ant from a shell gives me the following output:

ant test-j2se-gnomesx.general
Buildfile: build.xml

init:

compile-j2se-test-gnomesx.general:

compile-j2se-build-gnomesx.general:

test-j2se-gnomesx.general:
    [junit] Running com.ibm.gnomesx.general.TestSuiteGnomesxGeneral
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.107 sec
    [junit] Testsuite: com.ibm.gnomesx.general.TestSuiteGnomesxGeneral
    [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.107 sec

    [junit] Testcase: testGeneralTimestampEventGetType took 0.022 sec
    [junit] Testcase: testGeneralTimestampEventGetBytes took 0.001 sec
    [junit] Testcase: testGeneralTimestampEventGetTimestamp took 0 sec
    [junit] Testcase: testGeneralTimestampEventSerializeReify took 0.001 sec
    [junit] Testcase: testGeneralMessageEventGetBytes took 0.028 sec
    [junit] Testcase: testGeneralMessageEventGetMessage took 0 sec
    [junit] Testcase: testGeneralMessageEventSerializeReify took 0.001 sec
    [junit] Testcase: testGeneralLogEventGetBytes took 0.039 sec
    [junit] Testcase: testGeneralLogEventGetLog took 0 sec
    [junit] Testcase: testGeneralLogEventSerializeReify took 0.006 sec



BUILD SUCCESSFUL
Total time: 7 seconds

running ant from within JDE (C-c C-v C-b) i get:

cd /proj/m-health/java/src/com/ibm/gnomesx/general/
ant -Dant.home=/opt/ant -buildfile "/proj/m-health/java/build.xml" -emacs  test-j2se-gnomesx.general
Buildfile: /proj/m-health/java/build.xml

init:

compile-j2se-test-gnomesx.general:

compile-j2se-build-gnomesx.general:

test-j2se-gnomesx.general:
Running com.ibm.gnomesx.general.TestSuiteGnomesxGeneral

Compilation exited abnormally with code 129 at Thu Jun 24 18:07:49

and i also get the following warning message thrown at me:

(6) (error/warning) Error in process sentinel: (error No more errors)
also had this one
(4) (error/warning) Error in process sentinel: (error Stack overflow in regexp matcher)

any ideas what i might be doing wrong?

this is running XEmacs 21.4.15, JDEE 2.3.4beta5.

    cheers,
    dirk
-- 
Dr Dirk Husemann, Mobile Computing, IBM Research, Zurich Research Lab
	[EMAIL PROTECTED] --- http://www.zurich.ibm.com/~hud/
       PGP key: http://www.zurich.ibm.com/~hud/contact/PGP
  PGP Fingerprint: 983C 48E7 0A78 A313 401C  C4AD 3C0A 278E 6431 A149
	     Email only authentic if signed with PGP key.

Appended to this email is an electronic signature attachment. You can
ignore it if your email program does not know how to verify such a
signature. If you'd like to learn more about this topic, www.gnupg.org
is a good starting point.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to