Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] ManualRepositorySystemFactory.getRepositorySystem() returns null

I was afraid you would say that. Do you have a handy link to the source? I found this:


but that location doesn't have the source for

org.apache.maven.repository.internal.MavenRepositorySystemUtils.


On Tue, Sep 3, 2013 at 3:52 PM, Benjamin Bentmann <bentmann@xxxxxxxxxxxx> wrote:
Bear Giles wrote:

I'm trying to bring up the example code but I'm getting a null value from
ManualRepositorySystemFactory.newRepositorySystem() in Booter.

The example code as is in master works for me, so I'm somewhat clueless what might be failing for you.

I can only suggest you step through the locator.getService() call with the debugger and see where it fails. For instance, is the getEntry() call from line 287 coming back with a non-null entry? Setting a breakpoint in serviceCreationFailed() might also reveal an exception that is encountered along the way.


Benjamin

_______________________________________________
aether-users mailing list
aether-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aether-users


Back to the top