[ 
https://issues.apache.org/jira/browse/AXIS2-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Amila Chinthaka Suriarachchi resolved AXIS2-3779.
-------------------------------------------------

    Resolution: Fixed

already fixed this issue. current axis2 builds properly.

> adb-codegen/pom.xml - missing dependency on commons-logging
> -----------------------------------------------------------
>
>                 Key: AXIS2-3779
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3779
>             Project: Axis2
>          Issue Type: Bug
>          Components: adb
>            Reporter: Tom Seelbach
>            Assignee: Amila Chinthaka Suriarachchi
>             Fix For: nightly
>
>
> To reproduce:
>     cd modules/adb-codegen/
>     mvn clean install
> I get an error on SchemaCompiler.java, line 30  "unresolved import" on 
> org.apache.commons.logging.Log.     Adding this dependency to pom.xml fixes 
> the problem:
>     <dependency>
>             <groupId>commons-logging</groupId>
>             <artifactId>commons-logging</artifactId>
>     </dependency>
> (the "incompatible types" error that I reported on the list also is fixed by 
> this)
> -Tom

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to