On 10/4/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
>
> Also, when I did mvn compile to compile my code with mvn it didn't
> found jar files and gave me a lot of errors about missed jar files.
>

Which jar files specifically? Some cannot be downloaded automatically
from Maven Repos (licensing prohibits redistribution for many) and
must be manually downloaded and installed into your local repo by
hand.



No.

To be more clear: I've generated my project and mvn downloaded all
needed jar and I added some files that it couldn't download (without
ask in the forum, just reading docs and all posts, ey). Then, my repo
has all needed jars.

But, when I run mvn compile, compiler told me that can found jars
needed in compile time. You know, the typical error that appear when
you have in your code a Pirulo p = new Pirulo(); but don't have Pirulo
class in you classpath. Then, I'm assuming that maven is not passing
needed jar files that are in my local repo to the classpath at project
compile time.

could it be another bug ?

J

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to