Sorry, I'll clarify.

On Sun, Jan 22, 2017 at 9:01 PM Justin Mclean <jus...@classsoftware.com>
wrote:

> Hi,
>
> > If you look in the tar.gz you'll see that it's R source code, and a JAR
> for
> > testing.  Its not compiled code.
>
> Looks like the jars contain compiled code to me:
> ./sparkr-interpreter/src/main/resources/sparkr_bundle.tar.gz - Contains R
> code and a jar that contains class files.
> ./sparkr-interpreter/src/main/resources/R/pkg/inst/test_support/sparktestjar_2.10-1.0.jar
> - Contains class files.
> ./scala-interpreter/src/test/resources/TestJar2.jar - Contains a class
> file (under a com ibm package which seems odd)
> ./scala-interpreter/src/test/resources/ScalaTestJar.jar - as above
> ./scala-interpreter/src/test/resources/TestJar.jar - as above
>
>
None of these are compiled versions of the source code contained in the
project.  Each of the JARs mentioned are "test" JARs, used to build and
test the code.


> Class files are compiled java code right?
>
> How hard would it be to package these / compile these from source code as
> part of the build process?
>
> Thanks,
> Justin
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
> For additional commands, e-mail: general-h...@incubator.apache.org
>
>

Reply via email to