You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "banka.ravi" <ba...@gmail.com> on 2010/11/22 14:09:43 UTC

problem with transitive dependencies


I have following dependencies

webService_war : here is all webservice code
    |
    |--webServiceClient_jar : this is a dummy project. It takes the
webService.war and generates 
            |                          proxies then builds a jar out of
them.
            |--ClientApps_jar : uses the webServicesClient.Jar to use the
services provided by the 
                                       webService.

Now the issue is, while developing Eclipse donot identify the classes in the
webServicesClient.jar. It shows every line that has classes from
webServicesClient as error. If I write code blindly and then compile it
compiles successfully and I can also deploy and use the app with out any
issues. 

Any idea on resolving the above problem

Regards,
B. Ravi Shankar 
-- 
View this message in context: http://maven.40175.n5.nabble.com/problem-with-transitive-dependencies-tp3275330p3275330.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: problem with transitive dependencies

Posted by "banka.ravi" <ba...@gmail.com>.
I have set all those. but when I expand the maven dependencies. I do not see
the webServiceClient.jar in it.

any more suggestions?
-- 
View this message in context: http://maven.40175.n5.nabble.com/problem-with-transitive-dependencies-tp3275330p3276360.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: problem with transitive dependencies

Posted by Ron Wheeler <rw...@artifact-software.com>.
In Project properties under Java Build Path do you see the Maven 
Dependencies entry in the libraries?
Did you tell Eclipse that you wanted to use Maven Dependencies (Right 
click on the Project header => Maven=>Use Maven Dependencies (or 
something like that).

Do you have the Maven integration plug-ins loaded in Eclipse (do you 
have the GUI POM file editor). This is why I uses Eclipse/STS since all 
the Maven tools are included.

Ron

On 22/11/2010 8:09 AM, banka.ravi wrote:
>
> I have following dependencies
>
> webService_war : here is all webservice code
>      |
>      |--webServiceClient_jar : this is a dummy project. It takes the
> webService.war and generates
>              |                          proxies then builds a jar out of
> them.
>              |--ClientApps_jar : uses the webServicesClient.Jar to use the
> services provided by the
>                                         webService.
>
> Now the issue is, while developing Eclipse donot identify the classes in the
> webServicesClient.jar. It shows every line that has classes from
> webServicesClient as error. If I write code blindly and then compile it
> compiles successfully and I can also deploy and use the app with out any
> issues.
>
> Any idea on resolving the above problem
>
> Regards,
> B. Ravi Shankar


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org