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 "Tom Seelbach (JIRA)" <ji...@apache.org> on 2008/05/05 14:53:55 UTC

[jira] Created: (AXIS2-3779) adb-codegen/pom.xml - missing dependency on commons-logging

adb-codegen/pom.xml - missing dependency on commons-logging
-----------------------------------------------------------

                 Key: AXIS2-3779
                 URL: https://issues.apache.org/jira/browse/AXIS2-3779
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: adb
            Reporter: Tom Seelbach
             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3779) adb-codegen/pom.xml - missing dependency on commons-logging

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

Deepal Jayasinghe reassigned AXIS2-3779:
----------------------------------------

    Assignee: Amila Chinthaka Suriarachchi

> adb-codegen/pom.xml - missing dependency on commons-logging
> -----------------------------------------------------------
>
>                 Key: AXIS2-3779
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3779
>             Project: Axis 2.0 (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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org