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
Alexander_EAlexander_E 

Save to Server - manually

Hello,

 

I can't save my developments in Eclipse Force.com IDE directly to the server.

 

When I click the disk to save the current modifications,

I have to click "save to server" separately.

 

On my Eclipse Log-file is the following entry:

 

 

!ENTRY com.salesforce.ide.core 2 0 2011-06-27 16:38:40.628
!MESSAGE  WARN [2011-06-27 16:38:40,627] (DefaultBuilder.java:applyDirtyMarkers:85) - TODO: apply 'Save locally only...' markers on each resource

 

 

If some one can tell me, where I can find the mistake, it would be very helpful.

 

The header of the log-file:

 

java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product

 

I am using Force.com IDE version 20.0.1.20101112

and Eclipse Helios Service Release 2

 

in Eclipse -> Project -> "Automatic Building" is activated.

 

It would be nice, if some one has an idea.

 

kind regards

 

Alexander

 

Alexander_EAlexander_E

It looks like a different configuration behavior between developer editions and production edition.

 

On production the force.com ide is directly saving to Server.

 

Does anyone know, where I can find an explanation or find a manual to change the configuration?

 

The Eclipse Force.com IDE should always save to server, independent from the type of the Org.

 

Best regards

 

Alexander_E

Sean Gorman 1Sean Gorman 1

Did you get a resolution? My new instal is having this same issue.
Nicolae VlaicNicolae Vlaic
Edit the .project file of your Eclipse project and do the following:

- Under the "buildSpecs" tag add:
<buildCommand>
    <name>com.salesforce.ide.builder.online</name>
    <arguments>
    </arguments>
</buildCommand>

- Under the "natures" tag add:
<nature>com.salesforce.ide.nature.online</name>

Refresh project or restart Eclipse and you should be good