[Bug 492611] Re: Java -cp ../classpath completion no longer working in karmic
Peter Cordes
peter at cordes.ca
Sat Nov 29 10:00:36 UTC 2014
** Changed in: bash-completion (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bash-completion in Ubuntu.
https://bugs.launchpad.net/bugs/492611
Title:
Java -cp ../classpath completion no longer working in karmic
Status in bash-completion package in Ubuntu:
Fix Released
Status in bash-completion package in Debian:
Fix Released
Bug description:
Binary package hint: bash-completion
Given the following directory structure:
src/
src/java
src/classes
Where src/java contains source code and all compilation output goes
into src/classes, cd into the src/java directory and attempt tab
completion for the Java program name. It will not work
cd src/java
java -cp ../classes/ com.<tab>
should provide a list of classes found in ../classes that match com.
Sourcing /etc/bash_completion from Jaunty 9.04 causes bash completion
to start working again for java.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/492611/+subscriptions
More information about the foundations-bugs
mailing list