Re: [Hypercontent-users] Building problem of Resources
Brought to you by:
alexvigdor
From: Alex V. <av...@co...> - 2006-03-24 15:23:34
|
Hi Ray, The pattern /**/* (which implies /**/*.*) is currently reserved = by =20 the system; to enable resources that can go anywhere, I suggest you =20 approach it like this: <resource-directory label=3D"JPG" path=3D"/**/*.jpg" publish=3D"true"> <content type=3D"image/jpeg" /> </resource-directory> <resource-directory label=3D"GIF" path=3D"/**/*.gif" publish=3D"true"> <content type=3D"image/gif" /> </resource-directory> <resource-directory label=3D"PDF" path=3D"/**/*.pdf" publish=3D"true"> <content type=3D"application/pdf" /> </resource-directory> Cheers, Alex On Mar 24, 2006, at 12:18 AM, Ray Sun wrote: > Hi,Alex! > > I defined resource-directory in HC2 like this: > > <resource-directory label=3D"resources " path=3D"/**/*" =20 > publish=3D"true"> > > <content type=3D"image/jpeg"/> > > <content type=3D"image/gif"/> > > <content type=3D"application/pdf"/> > > <content type=3D"application/msword"/> > > <content type=3D"application/vnd.ms-powerpoint"/> > > <content type=3D"application/vnd.ms-excel"/> > > <content type=3D"application/zip"/> > > </resource-directory> > > > > Creating , uploading and saving these files are well done but HC =20 > won=92t build them. 100% finished ,no error no modification no delete =20= > infomation in workflow details . > > > > > > > > > > |