Giter VIP home page Giter VIP logo

Comments (8)

jefflai avatar jefflai commented on August 24, 2024

try the jar with dependencies from here: http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22force-wsc%22

from wsc.

harshjari avatar harshjari commented on August 24, 2024

okay thanks. Couple more things

  1. The link on this page should probably be updated to reflect that. http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_code_set_up_client.htm
  2. I'm getting a different error:
    [WSC][Generator.compileTypes:100]Compiling to target 1.6...
    javac: target release 1.6 conflicts with default source release 1.7
    Error: Failed to compile
    I believe this has to do with java version since I'm on java 7. Do you have any suggestions as to what I can do apart from downgrade to 1.6?

from wsc.

jefflai avatar jefflai commented on August 24, 2024

@harshjari that bug that you're experiencing should be fixed in version 29. I haven't released the version 29 jar to maven central yet. Can you build this github project from source?

from wsc.

harshjari avatar harshjari commented on August 24, 2024

yes, I will attempt that. Shall I change the pom file:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-compiler-plugin</artifactId>
  <version>2.3.2</version>
  <configuration>
    <source>1.6</source>
    <target>1.6</target>
  </configuration>
</plugin>

to 1.7? Or do you recommend I attempt to build it as it is?

from wsc.

jefflai avatar jefflai commented on August 24, 2024

@harshjari you should not need to make any changes to the pom file.

from wsc.

harshjari avatar harshjari commented on August 24, 2024

I'm getting the Noclassdeffound error again. How do I compile it with all the dependencies in the same package?
Or should i use the ****uber.jar?

from wsc.

jefflai avatar jefflai commented on August 24, 2024

One of the packages jars has "uber" in its name. Use that jar, it should
include all dependencies

Sent from my iPhone

On Aug 30, 2013, at 4:06 PM, harshjari [email protected] wrote:

I'm getting the Noclassdeffound error again. How do I compile it with all
the dependencies in the same package?


Reply to this email directly or view it on
GitHubhttps://github.com//issues/29#issuecomment-23594127
.

from wsc.

harshjari avatar harshjari commented on August 24, 2024

Got it. Thanks for the quick help!

from wsc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.