unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#45555: [wishlist] Packaging GWT
@ 2020-12-30 16:06 Ricardo Wurmus
  2020-12-30 16:22 ` Ricardo Wurmus
  0 siblings, 1 reply; 3+ messages in thread
From: Ricardo Wurmus @ 2020-12-30 16:06 UTC (permalink / raw)
  To: 45555

GWT (http://www.gwtproject.org/) is a toolkit for generating JavaScript
applications from Java.  RStudio is implemented with GWT, so we should
package it if we ever want to offer an RStudio package for Guix.

The GWT repository is here: https://github.com/gwtproject/gwt

This looks easy to build with ant-build-system, but only because all the
bundled dependencies are in a separate repository:

   https://github.com/gwtproject/tools

The “lib” directory contains a large number of Jars that are expected to
be available when building GWT.  It is not clear if all of these
libraries are needed to compile GWT.  Let’s not think about this now and
just package as many of them as possible, leaving the difficult ones for
later.

The bad news is that there are 352 jars.  The good news is that we
already have a few of these packages and that there are a few duplicates
providing different versions of the same tools.

One of the dependencies is the Google Closure Compiler (for
com.google.javascript.jscomp); progress on packaging it is tracked in
issue #45554.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-05 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 16:06 bug#45555: [wishlist] Packaging GWT Ricardo Wurmus
2020-12-30 16:22 ` Ricardo Wurmus
2021-01-05 19:34   ` Björn Höfling

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).