rosjava builds fail, says I'm missing ant, but I'm not.
I had typed up a long explanation, but the webpage did something weird and I lost it.
Anyway, I have two machines, a desktop and laptop, both running linuxmint 12. The desktop installed correctly and works well with rosjava. The laptop always fails during builds. I have installed rosjava several different ways (including the exact method used on the dekstop machine from which I took notes during installation.) I also tried installing rosjava-core from synaptic, and following this tutorial, except using electric instead of diamondback.: http://www.cs.bham.ac.uk/internal/courses/int-robot/2011/notes/install.php
All of my builds fail when they run ant. If I run rosmake rosjava -rosdep--install, I get the following:
Failed to find rosdep ant for package rosjava on OS:ubuntu version:11.10
Failed to find rosdep boost for package rosjava on OS:ubuntu version:11.10
[ rosmake ] rosdep install failed: Rosdep install failed
When I run my package I get the following:
...BUILD FAILED
/home/embedded/ros_workspace/rosjava_core/rosjava/build.xml:42: Compile failed; see the compiler error output for details.
Total time: 4 seconds
Executing command: ['ant'] ...
ANT IS INSTALLED.
ant -version
Apache Ant(TM) version 1.8.2 compiled on August 19 2011
I even copied the exact same (working) package from the working machine to the laptop, and got the same failures.
Any help would be very much appreciated. I'm pulling my hair out over this thing. Meanwhile, I'll be looking for a more appropriate tool to work on this laptop... Like a large hammer.
Here is my package:my_package.tar.gz.jpg
Oh, and I have the correct bootstrap line in the Makefile.