Cannot deploy static resources

Issue #175 resolved
Jonathan Toland created an issue

I create them, try to Deploy All Metadata, but they never appear in my org.

Comments (11)

  1. Scott Wells repo owner

    Are you creating them using Illuminated Cloud or outside of IC? They should be deployed immediately after creation if from within IC. What does your metadata selection look like for the module? Are there any errors in idea.log?

  2. Jonathan Toland reporter

    Metadata is from package.xml which includes staticresources. I found no references to either the word "static" nor the name of my bundle ("slds").

  3. Scott Wells repo owner

    Can you provide steps to reproduce the issue that you're seeing including how your module metadata selection is configured (selected for all static resources or specific ones? creating the resource inside IC or trying to deploy one that was created outside of IC?)?

  4. Jonathan Toland reporter

    My package.xml specifies all static resources. It's the default for MM. I right click staticresources then create a new "application/zip" named "test" with "public" cache. I haven't tried to deploy yet because of my comment on #131. That one's one of three blockers for me. (This and errors/syncing of Lightning being the other two. I'm presently using VF to highlight *.cmp.)

  5. Scott Wells repo owner

    What happens after the static resource is created? Does it even attempt to deploy the resource? Is there anything useful in idea.log at that point?

  6. Jonathan Toland reporter

    It creates the zip but does not save. Tried several different ways with nothing in the logs about static resources or my filename.

  7. Jonathan Toland reporter

    Tried again. The deploy spinner does start and stop without appearing in my org. I only had two log entries during that time:

    2015-12-02 13:24:35,857 [  45354]   INFO - ellij.project.impl.ProjectImpl - 18 project components initialized in 22 ms 
    2015-12-02 13:24:35,857 [  45354]   INFO - le.impl.ModuleManagerComponent - 0 module(s) loaded in 0 ms 
    
  8. Scott Wells repo owner

    Do you mind sending me your package.xml, .idea/illluminatedCloud.xml, and .iml file for the module to which you're adding the file? Feel free to scrub them of passwords and security tokens and send them via email.

  9. Scott Wells repo owner

    Since so much has changed around deployment lately, I tried to reproduce this again and was not able to do so. I'm resolving it, but please let me know if the problem is still reproducible on the latest build.

  10. Log in to comment