Also, you might check out Beanshell (www.beanshell.org). However, keep in mind that much of the power of scripting languages derives from their ability to manipulate system dependent resources. Java intentionally does not have this power, so you may have trouble finding an exact solution for what you want.
K.C. > -----Original Message----- > From: marco struck [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 21, 2000 11:10 AM > To: [EMAIL PROTECTED] > Subject: Java Scripting Host > > > hi people, > I have seen, that there was discussions about loops and > if/else statements for > ANT, > but it was denied because ANT is just a build tool. > > So my question: Exists anywhere a project to build up a kind > of "Java Scripting > Host", which use the BSF > (http://oss.software.ibm.com/developerworks/opensource/bsf/) ? > > That means, exists anywhere a java script engine which could > be a replacement > for perl, sh, awk and so on !? > It could solve all scripting problems between different > platforms, e.g. install > and startup scripts > > If not, should there open a new subproject at jakarta, to > develop some kind of > that....... JSH ? > > I have a dream ...... startup.jsh and shutdown.jsh runs on > each system ! > > -- > mit freundlichen gr��en / best regards > marco struck > ---------------------------------------------------- > voice: +49 (0) 40 270 92439 > mobil: +49 (0) 177 750 44 97 > email: mailto:[EMAIL PROTECTED] > > public key: http://www.nexolution.de/keys/public/mstruck.asc > fingerprint: CC99 1171 0F0F E7F4 D649 D332 3C84 8C3C E80E 7EAA > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
