• Curious_G
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

Upon installation of Migration Tool, I try to run ant test or ant retrieveUnpackaged for the “sample” folder . In both cases the build fails and ant –verbose reports, among the other things, “Property “sf.password” has not been set”.

Is that an indication of improper customization of “build.properties” file that currently looks as follows:

 

# build.properties
#

# Specify the login credentials for the desired Salesforce organization
sf.username = <xxxx@xxxx.com>
sf.password = <xxxxxxxxxxxxxxxxxxxxxxxxxx>
#sf.pkgName = <Insert comma separated package names to be retrieved>
#sf.zipFile = <Insert path of the zipfile to be retrieved>
#sf.metadataType = <Insert metadata type name for which listMetadata or bulkRetrieve operations are to be performed>

# Use 'https://www.salesforce.com' for production or developer edition (the default if not specified).
# Use 'https://test.salesforce.com for sandbox.
sf.serverurl = https://www.salesforce.com

# If your network requires an HTTP proxy, see http://ant.apache.org/manual/proxy.html for configuration.
#

 

?

 

Thanks,

 

Gene

Hi there, I have been developing a VisualForce page for a client, accessed via their 'Sites' site. I had initially set this up and it was working fine, however today I made a change and when I tried to access the page to check the change, it told me I had to login.

 

The page was setup for public access with no auth required, and was working as such. I've checked all permissions, and they are as they were. I haven't changed the code to access any objects that I wasn't accessing before, and the read permissions are there for the objects I am accessing.

 

I'm totally stuck as to know what to do next!! Any help appreciated :)

 

Regards, Ben