-
Notifications
You must be signed in to change notification settings - Fork 163
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
Compile Errors (Ubuntu 14.04)? #4
Comments
I think I was able to resolve this by modifying $ git diff
diff --git a/pom.xml b/pom.xml
index 0208f90..a13bf69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,14 @@
</testResources>
<plugins>
<plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.2</version>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>com.theoryinpractise</groupId>
<artifactId>clojure-maven-plugin</artifactId>
<version>1.3.10</version> Then ran
And the compiled Java classes are there!
|
Similar success running
Have to run now. If anyone can lend a hand that'd be great, otherwise I'll keep investigating as I can squeeze in time. |
On this same boat here - the difference is that I added
which gave me the following error after compiling and generating the package:
Not sure what else to try here - but will keep digging. If someone can shed a light on this matter, it will be greatly appreciated. |
Java noob here. Trying to compile and use Pail examples from Big Data book on Ubuntu 14.04. Below is the full output. Any and all help greatly appreciated! I'll continue to try and figure out. @handdola @nagarajanchinnasamy - kindly lend a hand? Cheers.
The text was updated successfully, but these errors were encountered: