Error:(1, 1) No version specified after upgrading to 1.6.9.0

Issue #275 resolved
Matt Addy created an issue

Scott, after upgrading to 1.6.9.0 this morning, whenever I try to deploy a file in an existing project I get the following error from package.xml:

Error:(1, 1) No version specified

My package.xml file has been unchanged since the upgrade, and furthermore does contain a <version> node.

<version>29.0</version>

After uninstalling version 1.6.9.0 and installing version 1.6.8.9 from disk, I can now deploy files in the project.

Comments (10)

  1. Scott Wells repo owner

    Sorry, Matt. Can you add the following to Help>Configure Debug Log Settings:

    #com.illuminatedcloud.intellij.builder.ForceComMetadataApiDeployer
    

    In idea.log, you should see an entry like:

    2016-02-29 08:48:58,145 [69536114]  DEBUG - er.ForceComMetadataApiDeployer -   Using the following package.xml for deployment: 
    ...
    

    That should be echoing back out your own package.xml. Can you let me know if it is or isn't?

  2. Scott Wells repo owner

    Matt, I'm pretty sure I know what's going on and will be issuing a patch for it ASAP.

  3. Scott Wells repo owner

    Yep, I reproduced it and have a fix that I'll be releasing in just a few minutes. Really sorry for the regression here!

  4. Matt Addy Account Deactivated reporter

    Thanks a lot Scott! This fixed the issue.Thanks for the quick turnaround on this.

  5. Scott Wells repo owner

    Whew! Glad to hear...I hate to have let something like this slip out, particularly in a release that was intended to address many of the remaining issues with deployment and retrieval. Hopefully my heart rate will drop a bit now...

  6. Log in to comment