And why are they excluded ? Because those files were not being
installed in G v1.1 either.
Cheers
Prasad
On 8/22/06, Prasad Kashyap <[EMAIL PROTECTED]> wrote:
The assembly descriptor (bin.xml) in the m2-assemblies excludes the
*.sha1 along with few others while copying the repository dir from
archive-tmp to the final loc
<!-- Include previously installed CAR files -->
<fileSet>
<directory>target/archive-tmp/repository</directory>
<outputDirectory>repository</outputDirectory>
<excludes>
<exclude>**/META-INF/maven/**</exclude>
<exclude>**/*.pom</exclude>
<exclude>**/*.sha1</exclude>
<exclude>**/*.md5</exclude>
</excludes>
</fileSet>
Cheers
Prasad
On 8/22/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
> Yes, the META-INF/config.ser.sha1 is in the .car files... but not
> making it into the Geronimo server's repository.
>
> --jason
>
>
> On Aug 22, 2006, at 5:03 PM, Aaron Mulder wrote:
>
> > I thought the CAR installer just unpacked everything into the repo.
> > Are you sure the SHA file is in the CAR? I think the one it looks for
> > is META-INF/config.ser.sha1 or something like that.
> >
> > Thanks,
> > Aaron
> >
> > On 8/22/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
> >> Does anyone know how to fix this? Looks like the sha bits are not
> >> getting extracted when a car is installed into the g-repo.
> >>
> >> --jason
> >>
> >>
> >>
>
>