Public bug reported:
Hi,
There is a couple of missing dependencies for libpdfbox-java in Ubuntu
16.04.
tadam@ubuntuvm:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.2 LTS
Release:16.04
Codename: xenial
tadam@ubuntuvm:~$ apt-cach
Public bug reported:
Hi,
Ubuntu 16.04.1 LTS
jruby=1.7.22-1ubuntu1
nailgun=0.9.1-3
I'm trying to run a ruby script using nailgun:
$ cat x.rb
#!/usr/bin/jruby
puts "Hello, world!"
$
$ jruby --ng-server &
[1] 5600
$ NGServer 0.9.1 started on all interfaces, port 2113.
$ jruby --ng x.rb
java.lang.
OK, thank you Joshua.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1664179
Title:
Wrong POM dependency in javax.servlet.jsp:jsp-api:2.2
To manage notifications about this bug go to:
https://bugs.l
> I believe you would then propose we change 2.2 to 3.0?
If you simply change 2.2 to 3.0 in debian/rules in that stanze, then
it'll change the dependency on javax.el:el-api as well.
So, the dependencies should be the following:
javax.el:el-api:2.2 (same as it is now)
javax.servlet:servlet-api:3.0
Public bug reported:
Hi,
Ubuntu 16.04.1 LTS,
libservlet3.0-java=7.0.68-1ubuntu0.1
In /usr/share/maven-repo/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom
file that belongs to libservlet3.0-java there is the following
dependency:
javax.servlet
servlet-api
2.2
compile
But there is no co