You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Sanjaya Karunasena (JIRA)" <ji...@apache.org> on 2007/07/12 04:35:04 UTC

[jira] Created: (AXIS2-2950) Axis2 build failure - JDK 1.4

Axis2 build failure - JDK 1.4
-----------------------------

                 Key: AXIS2-2950
                 URL: https://issues.apache.org/jira/browse/AXIS2-2950
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: nightly
         Environment: JDK 1.4.*, Linux - Kubuntu. maven 2.0.4
            Reporter: Sanjaya Karunasena
            Priority: Blocker


Axis2 build fails with JDK 1.4 while compiling the kernel.

I issue the command "mvn install". Then I tried "mvn -U install". Following is the error message.

[INFO] [compiler:compile]
[INFO] Compiling 395 source files to /home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/nhttp/HttpCoreNIOListener.java:[39,40] cannot resolve symbol
symbol  : class SSLIOSessionHandler
location: package reactor

/home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/nhttp/HttpCoreNIOListener.java:[69,12] cannot resolve symbol
symbol  : class SSLIOSessionHandler
location: class org.apache.axis2.transport.nhttp.HttpCoreNIOListener

/home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/nhttp/HttpCoreNIOListener.java:[101,8] cannot resolve symbol
symbol  : class SSLIOSessionHandler
location: class org.apache.axis2.transport.nhttp.HttpCoreNIOListener



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-2950) Axis2 build failure - JDK 1.4

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-2950.
-------------------------------------

    Resolution: Fixed

Fixed in svn revision 555478

-- dims

> Axis2 build failure - JDK 1.4
> -----------------------------
>
>                 Key: AXIS2-2950
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2950
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: nightly
>         Environment: JDK 1.4.*, Linux - Kubuntu. maven 2.0.4
>            Reporter: Sanjaya Karunasena
>            Priority: Blocker
>
> Axis2 build fails with JDK 1.4 while compiling the kernel.
> I issue the command "mvn install". Then I tried "mvn -U install". Following is the error message.
> [INFO] [compiler:compile]
> [INFO] Compiling 395 source files to /home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/target/classes
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/nhttp/HttpCoreNIOListener.java:[39,40] cannot resolve symbol
> symbol  : class SSLIOSessionHandler
> location: package reactor
> /home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/nhttp/HttpCoreNIOListener.java:[69,12] cannot resolve symbol
> symbol  : class SSLIOSessionHandler
> location: class org.apache.axis2.transport.nhttp.HttpCoreNIOListener
> /home/sanjaya/Projects/Axis2/trunk/java/modules/kernel/src/org/apache/axis2/transport/nhttp/HttpCoreNIOListener.java:[101,8] cannot resolve symbol
> symbol  : class SSLIOSessionHandler
> location: class org.apache.axis2.transport.nhttp.HttpCoreNIOListener

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org