Need help using copy in the manifest.php

I have the used "copy" in another package that builds a module and it works fine.  Now I am trying to use "copy" in a package all by itself and I get a "Failed to copy cache/upgrades/temp/bEJWuG/Files/custom/Extension/application/Ext/EntryPointRegistry/UpdateClassTimeFields.php to custom/Extension/application/Ext/EntryPointRegistry/UpdateClassTimeFields.php"

Please help. I need this to work for a project that ends soon.

Parents
  • Hi , I tried your manifest and created a file with the same name as described in the manifest  -Files/custom/Extension/application/Ext/EntryPointRegistry/UpdateClassTimeFields.php - And I was able to install it without any issues. I'm running Linux, so file naming/path is not an issue. Did you exclude the file from the package for sharing it in SugarClub? Here is the package that worked for me, I didn't modify manifest, but just created the filer in the right path:

    1586.CE_Customization.zip

Reply
  • Hi , I tried your manifest and created a file with the same name as described in the manifest  -Files/custom/Extension/application/Ext/EntryPointRegistry/UpdateClassTimeFields.php - And I was able to install it without any issues. I'm running Linux, so file naming/path is not an issue. Did you exclude the file from the package for sharing it in SugarClub? Here is the package that worked for me, I didn't modify manifest, but just created the filer in the right path:

    1586.CE_Customization.zip

Children
  • My regular way of zipping using the GUI didn't work, so I was using the command line. 

    I realized after unzipping that the File directory didn't have anything in it.

    In other words the command line

    zip CE_Customization manifest.php Files

    doesn't include the folders and files under Files.