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
MDXHikerMDXHiker 

Change in Force.com project creation ?

To deploy changes to existing force.com components, I used to

 

Create a new Force.com project against your Sandbox org, and in Step 2 of the wizard select "Choose metadata components" then use the "Choose Metadata Components" dialog to select just those files you want to deploy to production.

 

I no longer see this option. I can only select until the type of component now - but not go down to the file.

For example I need to change 1 class of the 10 apex classes I have. Same with trigger.

 

How do I select just those files I want to deploy to production? 

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
JonPJonP

The latest IDE release is v16.  The update site moved in October '08 when the Force.com IDE v14 was released as Generally Available (supported) rather than Developer Preview (kind of like beta).

 

The new update site URL is here: http://www.adnsandbox.com/tools/ide/install/

 

But there is no direct upgrade path from v13 to v14 because the project structure changed in the v14 release.  You should either install the latest IDE into a new, clean copy of Eclipse, or follow these instructions to uninstall v13 before proceeding:

 

http://wiki.developerforce.com/index.php/Uninstalling_the_Force.com_IDE

 

Jon

salesforce.com Product Manager

All Answers

jdl2009jdl2009
Make sure your eclipse salesforce plugin is up to date.
MDXHikerMDXHiker

It is 13.0.0.200806130415.

Is there a newer one? Manage Config tells there are no updates. I am using Eclipse 3.3.2

JonPJonP

The latest IDE release is v16.  The update site moved in October '08 when the Force.com IDE v14 was released as Generally Available (supported) rather than Developer Preview (kind of like beta).

 

The new update site URL is here: http://www.adnsandbox.com/tools/ide/install/

 

But there is no direct upgrade path from v13 to v14 because the project structure changed in the v14 release.  You should either install the latest IDE into a new, clean copy of Eclipse, or follow these instructions to uninstall v13 before proceeding:

 

http://wiki.developerforce.com/index.php/Uninstalling_the_Force.com_IDE

 

Jon

salesforce.com Product Manager

This was selected as the best answer
jdl2009jdl2009
You are a few versions behind. I would do what JonP suggested.
MDXHikerMDXHiker
Thanks guys !