On 11/8/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
I'm setting up a clean build environment to get rid of some wierd ghosts in my environment, and just checked out a fresh set of Shale sources (and a clean Maven2 repository). When I get to the shale-tiles build, I get the following error:Project ID: null:tiles-core:jar:2.0-r468346-SNAPSHOT Reason: Cannot find parent: org.apache.struts.tiles:tiles-parent for project: null:tiles-core:jar:2.0-r468346-SNAPSHOT Did the date-stamped parent POM get deployed to the snapshot repository?
<snip/> Yes, its here [1]. Indeed, m2 grabs the timestamped snap for me [2] (parent pom and all). The null groupId you're seeing is odd. -Rahul [1] http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/tiles/tiles-core/2.0-r468346-SNAPSHOT/ [2] (relevant bits from the build output) [INFO] ---------------------------------------------------------------------------- [INFO] Building Shale Tiles Integration [INFO] task-segment: [install] [INFO] ---------------------------------------------------------------------------- [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] snapshot org.apache.struts.tiles:tiles-core:2.0-r468346-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/tiles/tiles-core/2.0-r468346-SNAPSHOT/tiles-core-2.0-r468346-SNAPSHOT.pom 3K downloaded [INFO] snapshot org.apache.struts.tiles:tiles-parent:2.0-r468346-SNAPSHOT: checking for updates from apache.snapshots Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/tiles/tiles-parent/2.0-r468346-SNAPSHOT/tiles-parent-2.0-r468346-SNAPSHOT.pom 6K downloaded Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/tiles/tiles-core/2.0-r468346-SNAPSHOT/tiles-core-2.0-r468346-SNAPSHOT.jar 129K downloaded [INFO] [compiler:compile]
Craig
