Releases: neowit/tooling-force.com
Releases · neowit/tooling-force.com
v0.3.0.1
v0.3.0.0
v0.1.4.3
v0.1.4.2-getCompilerErrors-fix
getCompilerErrors()
in SFDC Orgs starting Summer'14 return values as JSON arrays instead of normal value (string or number). Attached release includes a workaround which works with both Spring 14 and Summer 14 Orgs.
If you are getting java.lang.ClassCastException: scala.util.parsing.json.JSONArray cannot be cast to java.lang.String
when trying to deploy Apex Class with syntax error(s) then you are affected by this behaviour change and upgrade of tooling-force.com
jar to v0.1.4.2 should fix this.
v0.1.4.1
java -Dkey=... can now also be used to pass command line parameters, e.g. to specify proxy
order of obtaining parameter value is as follows
- check java -Dkey=... command line parameter
- check application command line parameter: java .... tooling-force.com.jar --key=...
- check .properties file