Package Details: dataloader 64.1.0-1

Git Clone URL: https://aur.archlinux.org/dataloader.git (read-only, click to copy)
Package Base: dataloader
Description: An easy to use graphical tool that helps you to get your data into Salesforce objects
Upstream URL: https://github.com/forcedotcom/dataloader
Keywords: salesforce
Licenses: BSD-3
Submitter: EgidioCaprino
Maintainer: zocker_160
Last Packager: zocker_160
Votes: 3
Popularity: 0.000000
First Submitted: 2015-08-08 17:31 (UTC)
Last Updated: 2026-04-28 20:53 (UTC)

Dependencies (5)

Required by (0)

Sources (4)

Pinned Comments

zocker_160 commented on 2026-04-28 20:45 (UTC)

Please don't mark as outdated just because the application tells you that a newer version is available. The latest tag on GitHub is what really matters, since this is build from source.

Latest Comments

1 2 Next › Last »

zocker_160 commented on 2026-04-28 20:45 (UTC)

Please don't mark as outdated just because the application tells you that a newer version is available. The latest tag on GitHub is what really matters, since this is build from source.

zocker_160 commented on 2026-04-28 16:55 (UTC)

@a821 thank you, I have seen your comment and will fix it.

a821 commented on 2026-04-28 16:51 (UTC)

@zocker_160: This package is now orphan; feel free to adopt. Also, see my previous comment regarding sudo if you decide to take over maintenance.

zocker_160 commented on 2026-04-28 15:33 (UTC) (edited on 2026-04-28 15:34 (UTC) by zocker_160)

@EgidioCaprino is this package still maintained? If not, please orphan / disown it, I am willing to take over.

a821 commented on 2024-02-20 08:51 (UTC)

Please do not use sudo in the PKGBUILD, specially if there are side effects such as changing the default java version.

EgidioCaprino commented on 2020-11-18 22:01 (UTC)

@properlypurple done, thanks for the advice

properlypurple commented on 2020-11-18 11:58 (UTC) (edited on 2020-11-18 12:34 (UTC) by properlypurple)

For the script installed in /usr/bin, please use this to avoid permission issues, since a normal user won't have permissions to modify in /opt

java -cp /opt/dataloader/target/dataloader-50.0.0-uber.jar -Dsalesforce.config.dir=$HOME/.config/dataloader com.salesforce.dataloader.process.DataLoaderRunner

EgidioCaprino commented on 2020-11-18 08:01 (UTC)

@nprom Dataloader is now updated to version 50.0.0 and the problem is fixed.

mprom commented on 2020-05-12 13:33 (UTC)

Updating this package seems to break with this error:

==> Sources are ready.
==> Making package: dataloader 48.0.0-1 (Tue 12 May 2020 03:29:25 PM CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting pkgver()...
HEAD is now at 44cabef Update Force WSC and Force Partner API version to 48 (#201)
==> Starting build()...
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.force:dataloader:jar:48.0.0
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-compiler-plugin @ line 401, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 401, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------< com.force:dataloader >------------------------
[INFO] Building Data Loader 48.0.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dataloader ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ dataloader ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 24 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dataloader ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 177 source files to /home/mp/.cache/yay/dataloader/src/dataloader/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.842 s
[INFO] Finished at: 2020-05-12T15:29:32+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project dataloader: Fatal error compiling: invalid target release: 11 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
==> ERROR: A failure occurred in build().
    Aborting...
Error making: dataloader

mprom commented on 2018-07-12 08:50 (UTC)

I managed to solve it. I was trying to login with my username+password, but I needed to login with my username + (password+securitytoken). Doing that I can login just fine :)