function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
crop1644crop1644 

Eclipse deploy of Apex classes doesn't recognize updates to previously deployed class(es)

I'm using Force.com IDE Eclipse 3.3

1.  I created (in a Developer account) an Apex class: ContentLicenseValidation.cls and a trigger that used it (contentLicenseValidationTrigger.trigger).
2. These were successfully depolyed to my PROD Salesforce organization using the Eclipse Force.com -> Deploy to Server sequence.  They work great.

Now...

3.  I go back into the Developer account to enhance the above-mentioned class.
4.  I run the tests and get 100% coverage
5.  I then do Force.com -> Deploy to Server from Eclipse Package Explorer.

Results:

The deployment plan lists my class and trigger in the "Delete" section, not the "Overwrite" section.

Why is this? How do I update a previously-deployed Apex class or trigger?

Note that the class and trigger are in the 'unpackaged' folder.

Thanks ..eric