Re: command line front end.

2002-10-14 Thread shivaken
Hi jake. I released 0.1.1 at the site. http://members.jcom.home.ne.jp/shivaken/ And I setted manual page. Please visit that. > I've attached an "antshell.bat" script (inside the antshell_winbatch.zip > file). It is mostly ripped off from the ant.bat script. Unfortunately in this mailing list

Re: command line front end.

2002-10-13 Thread Jacob Kjome
antshell_winbatch.zip Description: Zip archive -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: command line front end.

2002-10-13 Thread Jacob Kjome
Hi Shivaken, Thanks for that info.  Now it works for me.  I just can't believe how fast the build process goes with this!  Very cool! I've attached an "antshell.bat" script (inside the antshell_winbatch.zip file).  It is mostly ripped off from the ant.bat script. BTW, here are a couple of nits

Re: command line front end.

2002-10-13 Thread shivaken
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 b

Re: command line front end.

2002-10-13 Thread shivaken
If your targets in build.xml are build, clean, javadoc..., When you want to build, just do java $ build If you type, java $ clean build javadoc antshell execute "clean, build, javadoc". command "ant" will call default target only. But I think that you said is bug. I will fix that. On Sunday 1

Re: command line front end.

2002-10-13 Thread Jacob Kjome
t; >--shivaken > > > Hi. > > > > I wrote ant's command line front end. > > Because starting up java vm and parsing build.xml takes a long time. > > > > If you are interested in, please test this. > > You can find that at http://members.jcom.home.n

Re: command line front end.

2002-10-13 Thread Jacob Kjome
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 nati

Re: command line front end.

2002-10-12 Thread shivaken
Sorry, my package was broken. I prepared zip and tarball file. And, I write how to install. Please test this. http://members.jcom.home.ne.jp/shivaken/ --shivaken > Hi. > > I wrote ant's command line front end. > Because starting up java vm and parsing build.xml takes a long

command line front end.

2002-10-10 Thread shivaken
Hi. I wrote ant's command line front end. Because starting up java vm and parsing build.xml takes a long time. If you are interested in, please test this. You can find that at http://members.jcom.home.ne.jp/shivaken/index.html If there is another software like this, please te