You need to sign in to do that
Don't have an account?
Alexander_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
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
Did you get a resolution? My new instal is having this same issue.
- 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