Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseBatch doesn't exist in jar file #45

Open
tariqfcb opened this issue Jul 9, 2015 · 4 comments
Open

ParseBatch doesn't exist in jar file #45

tariqfcb opened this issue Jul 9, 2015 · 4 comments

Comments

@tariqfcb
Copy link

tariqfcb commented Jul 9, 2015

I cannot use ParseBatch in my application, when I try it I am getting : "ParseBatch cannot be resolved to a type"

I also checked the classes in the jar library and I cannot find the ParseBatch class under org.Parse4j

@nickolayrusev
Copy link
Contributor

yes, they will be available in the next release when the maintainer include latest changes. may be the wrong thing is that they are included in the readme (my bad). Possible workaround is to download manually the library and include it in your project...

@JackP78
Copy link

JackP78 commented Jul 30, 2015

Would also like to add that the ParseBatch that is currently in source control has a bug in it. ParseObjects that are created using the ParseBatch do not have their ObjectId set which makes it impossible to later update them or associate them with other ParseObjects

@nickolayrusev
Copy link
Contributor

thanks for your feedback. I made the batch functionality and when i have spare time will look into this .

@alexargo
Copy link

alexargo commented Dec 3, 2015

Just found this library and this got me too. FYI, temporarily you can use a specific commit if you add a new maven repository using jitpack.io and specify a commit:

Repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Dependency:

  <dependency>
      <groupId>com.github.thiagolocatelli</groupId>
      <artifactId>parse4j</artifactId>
      <version>036c44ca4eb167a260897ddd9e573dc63f72d796</version>
  </dependency>

@thiagolocatelli : Any idea when you plan on doing a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants