You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@depot.apache.org by Nick Chalko <ni...@chalko.com> on 2004/06/27 07:34:50 UTC

NPE is chachedset

I am getting a NPE here 
DefaultArtifactUpdater(ArtifactUpdater).query(ArtifactQuery) line: 236

It appears the cachedset is getting a default artifact updater but not 
setting the repository specified in the artifact like this

<cachedset id="test1">
            <artifact name="helloworld" ext="jar" version="1.1" 
repository="localtest" />
        </cachedset>

I will look some more tommorow.

R,
Nick