Yes, so true. I realized that but I already send the email. I think I
was just too tired, I hacked the project together in one day.
But I was confused, because maven could not find the package
com.google.common.base from commons-lang either. So I thought, was is going on
that it can't find that package. After I made rssconjava-impl compile scope,
it compiles everything fine.
So why maven couldn't find commons-lang? The two packages were not
used in the same class (the com.globalscalingsoftware.rsscon.internal package
and the com.google.common.base package).
On Tuesday 05 April 2011 21:29:06 Wayne Fay wrote:
> > [9,48] package com.globalscalingsoftware.rsscon.internal does not exist
>
> ...
>
> > [16,30] cannot find symbol
> > symbol : class RssconDriverImpl
> > location: class
> > com.globalscalingsoftware.qhdriver.internal.InternalModule
>
> You declared the dependency on impl as such:
> <dependency>
> <groupId>com.globalscalingsoftware.rsscon</groupId>
> <artifactId>rssconjava-impl</artifactId>
> <version>1.2</version>
> <scope>test</scope>
> </dependency>
>
> Thus, the impl is not coming in during the compile phase. It will only
> be used during the test phase. If this is not correct, change the
> <scope>.
>
> Wayne
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
--
Erwin Mueller, [email protected]
http://www.global-scaling-institute.de/
http://www.deventm.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]