Ok, I got it working, sort of. I built an antshell.bat script based on the bash script you wrote and it runs. However, the only thing I can do is type "ant" and use the project's default target. If I type any switches or targets antshell gives me "no such commands". Would the Readline native library have fixed that? It isn't much use to me if I can't define targets to run.
I have to say, it really is nice to have the JVM stay up and running before and after running ant. It is just lightning fast! Ant should have this capability by default, I think. Any Ant developers want to adapt this to the standard Ant package? Jake At 03:20 PM 10/13/2002 +0900, you wrote: >Hi, Jake. > > > I'd like to try this out. However, I am on a Win2k system. Based on your > > install instructions, I need to use Java Readline. The problem is, I don't > > have a compiler, nor am I really versed in building anything with > > makefiles. Do you know of a place where I can get pre-built binaries of > > both the jar and the native library for Windows? > >libreadline-java.jar is only required one. > >You don't need libJavaReadline.so. That is recommended, though. >If you don't have libJavaReadline.so, CommandCompleter woundn't be enabled. > >I don't know any solutions for windows platform. > >Thanks. > >--shivaken > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
