[Bug 126410] Re: Ant is assuming Sun's JRE

Ken Sharp 126410 at bugs.launchpad.net
Mon Nov 25 15:38:47 UTC 2013


Ping: six years later.

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ant in Ubuntu.
https://bugs.launchpad.net/bugs/126410

Title:
  Ant is assuming Sun's JRE

Status in “ant” package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: ant

  While bulding wrapper-3.2.3 (Not a Ubuntu/Debian package yet) -
  http://wrapper.tanukisoftware.org/doc/english/introduction.html :

  BUILD FAILED
  /home/bluecommand/Workbench/freenet/real/deb/wrapper-3.2.3/build.xml:429: Can't load javah

          <javah
              destdir="${src.dir}/c"
              classpath="${build.classes}">
              <class name="org.tanukisoftware.wrapper.WrapperManager"/>
          </javah>

  In ./src/main/org/apache/tools/ant/taskdefs/optional/javah/SunJavah.java , line 57:
  c = Class.forName("com.sun.tools.javah.Main");
  ...
  throw new BuildException(
                  "Can't load javah", ex, javah.getLocation());

  This needs to be gnu.classpath.tools.javah.Main if GNU classpath is
  used.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ant/+bug/126410/+subscriptions



More information about the foundations-bugs mailing list