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
Naresh.TNaresh.T 

Apex deployment error

Hi All,

I am using ANT 1.7 build tool and Salesforce ant tool for deployment purpose. when tried to deploy the sample provided by the tool using the following ant command

ant deploy

I am getting the following errors.
Code:
Buildfile: build.xml

deploy:
[sf:compileAndTest] Using proxy: Host:portno
[sf:compileAndTest] compileAndTest on https://test.salesforce.com/services/Soap/
u/11.1, compiling 1 classes and 1 triggers, deleting 0 classes and 0 triggers
[sf:compileAndTest] note: use ant -verbose to get more information on the failur
e

BUILD FAILED
D:\salesforce_ant\sample\build.xml:11: Failed to login:INSUFFICIENT_ACCESS: insu
fficient access rights on cross-reference id

Total time: 25 seconds

 
Any help would be very much appreciated.

Thanks in advance.

Regards,
Naresh.T




Message Edited by Naresh.T on 01-10-2008 09:23 PM
knicholsknichols
I'm having a similar problem trying to deploy using the new toolkit with Eclipse.  I can't get any Apex code deployed to production.