FLUID-3830: Image Gallery application used to test the Uploader no longer builds correctly

Metadata

Source
FLUID-3830
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Mike Lam
Reporter
Mike Lam
Created
2010-11-09T16:48:10.627-0500
Updated
2010-11-10T10:15:22.799-0500
Versions
N/A
Fixed Versions
  1. 1.3
Component
  1. Infrastructure

Description

The Image Gallery, which we use as a server back-end for testing the Uploader, no longer builds correctly. This is due to the fact that its maven configuration uses a repository from Berkeley which is no longer in existence, but whose web server returns back HTML error messages which Maven is foolish enough to think are the actual artifacts.

Removing the Berkeley repository from the Gallery's maven configuration should resolve this issue.

Comments

  • Colin Clark commented 2010-11-10T09:46:50.344-0500

    I've addressed this issue by removing Berkeley's maven repository from the Image Gallery's build configuration. Everything seems to be working nicely again.

  • Colin Clark commented 2010-11-10T09:47:18.492-0500

    Mike, can you verify that this issue is fixed and close it if so?

  • Mike Lam commented 2010-11-10T10:15:22.796-0500

    Resolved by Colin Clark.