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
sfdcfoxsfdcfox 

Force.com IDE: "TODO: apply 'Save locally only...' markers on each resource"

Sometime a week or two ago, files being saved in a project were no longer committed to the server directly. Instead, they would have the "Save locally only" marker, and I would have to use Force.com | Save to Server... to resolve this issue. A Google search produced a way to open the log file, and this is the entry that I see:

 

WARN [2012-11-26 16:06:59,426] (DefaultBuilder.java:applyDirtyMarkers:85) - TODO: apply 'Save locally only...' markers on each resource

I've tried deleting the project and re-building it, importing it back from our svn, refreshing the metadata, deleting the src folder, and so on. Nothing seems to fix the problem.

 

I'm using Force.com IDE version 25.0.0.

 

Any suggestions or pointers would be appreciated.

Raj AviRaj Avi
I am also seeing the same behaviour. Forcing to use Force.com|Save to Server . Any help would be appreciated
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