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
pine brookpine brook 

package and deploy visual force

Hi,
 
I'm now using Eclipse and the force.com plugin to package and deploy
my visualForce and Apex codes.
 
Is there a way to package and deploy visualForce and Apex codes without
using Eclipse ?
 
 
Thanks
 
 
pine brookpine brook
We want to know if we use Eclipse to package and deploy our codes, do we need
to get authentication from the 3rd party organizaton ? This is a major concern
our marketing people have now. Thanks.
 
 
 
Sam.arjSam.arj
Deployment is done via Eclipse and force.com IDE.

You will need a valid username and password for your Salesforce production with correct permissions to be able to deploy your classes.

pine brookpine brook

Do we need to get licence permission or some kind of authentication

from Eclipse.org before we release our product ? Our marketing people

is concerned about this issue.

 

Thanks.

kyleRochekyleRoche
You can package Visualforce Pages in Winter 09. Just wait 9 days :)
SuperfellSuperfell
I'm not entirely following your concern, however (1) you can deploy using ant instead of eclipse, (2) using either eclipse or ant will require login credentials to the customer you are trying to deploy to. It sounds like what you want is AppExchange packaging, which as mentioned earlier in the thread should be available with the about to be deployed release.
xtgjxtgj

Yes (to answer your original question) there is - it called Salesforce ANT

 

 http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_deploying_ant.htm

 

 

 

There is no involvement of Eclipse, that is just a development tool and they have nothing to do with you using Salesforce.

 

It took me a little while to figure out, but once you have it set up - it is so nice to work with.

 

You do not need Eclipse either, but it is a nice way to work with Salesforce.

 

I normally work like this:

  • Develop using Eclipse to a developer account of Salesforce.
  • Use Salesforce ANT to "retreive" my code from the developer account
  • Use Salesforce ANT to "deploy" my code to the production account

 

 

I am not using the AppExchange at all, as it is only an internal application I am building.