Hi,
I'm experiencing some weird behavior using karaf shell command with
terminal's macosx.
When I tried to install a feature with a long line pasted inside one
terminal window (with the size smaller than the copied line) I got a
RuntimeException...
See:
I copied this from a text editor:
features:addurl
mvn:org.jbehave.osgi/jbehave-osgi-karaf-features/1.0-SNAPSHOT/xml/features
and paste it on Karaf command shell... the text is truncated
karaf@root> features:addurl
mvn:org.jbehave.osgi/jbehave-osgi-karaf-features/1.0-SNAPSHOT/xml/featur
Could not add Feature Repository:
java.lang.RuntimeException: URL
[mvn:org.jbehave.osgi/jbehave-osgi-karaf-features/1.0-SNAPSHOT/xml/featur]
could not be resolved.
But if I enlarge the window size and try again, everything works ok... :-D
Could this be a Terminal's or Karaf's problem ?
cheers
Cristiano