I'm using JDK 1.5.0_07 on Mandriva Linux, so I very much doubt there are any JDK issues. :-) Are you sure you've cleaned everything properly and have everything synced to the repository? I made the checkins for this test well a full day ago, and no one else appears to be having build problems.

The test that's failing is an attempt to compile the generated source code, which should be present in the modules/jibx/target/gen/test/src tree. You can try compiling this yourself to see the compile error that's occurring.

FWIW I'd prefer to set this up differently, so that the source code is generated by the test case and then compiled by the maven build in a separate test step with any compile errors aborting the build (and showing up directly on the console), but I don't know how to configure this in Maven. Another alternative would be to redirect the compiler output (when the compiler is run from inside the test case) to the maven test log, but again I don't know how to do that.

 - Dennis

Saminda Abeyruwan wrote:
Hi,

I'm runing on

java version "1.5.0_08"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03), Ubuntu Linux

Will go to 1.4 and run the tests.

Saminda

On 10/14/06, *Dennis Sosnoski* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    I've just confirmed that this test is working on my system, with
    current
    svn code and all the latest jars. Is anyone else having problems
    with this?

      - Dennis

    Saminda Abeyruwan wrote:
    > Sorry to mentioned earlier, it's in axis2 1.1 branch.
    >
    > On 10/14/06, *Saminda Abeyruwan* <[EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote:
    >
    >     Hi,
    >     Once of  jibx "Test" test case fails,
    >
    >     Testcase: testCompileUnwrapped( org.apache.axis2.jibx.Test):
    >      Caused an ERROR
    >     Compile failed; see the compiler error output for details.
    >     Compile failed; see the compiler error output for details.
    >         at org.apache.axis2.jibx.Test.compile(Test.java:226)
    >         at
    org.apache.axis2.jibx.Test.testCompileUnwrapped(Test.java:270)
    >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    >         at sun.reflect.NativeMethodAccessorImpl.invoke
    >     (NativeMethodAccessorImpl.java:39)
    >         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    >
    >     Saminda
    >
    >
    >
    >

    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    For additional commands, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to