h-tadagawa / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Test Compiliation #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How will the Test script be compiled? The various options:

* Groovy supported

  - Supports JUnit 3.x only

* javax.tools
  ( http://www.ibm.com/developerworks/java/library/j-jcomp/index.html )

  - tools.jar may need to be bundled

* Eclipse JDT
  (
http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.jdt.doc.isv/guide/jd
t_api_compile.htm
)
  - rt.jar in classpath?

Original issue reported on code.google.com by subwiz on 21 Jan 2008 at 11:40

GoogleCodeExporter commented 8 years ago
Groovy support has been implemented.

Original comment by subwiz on 5 Feb 2008 at 7:24