Maybe there are other files looking for /bin/sh. Instead of changing the location in the build script, try making a symbolic link /bin/sh --> whereever you have bash.
> -----Original Message----- > From: John Larsen [mailto:john@;stormsi.com] > Sent: Wednesday, November 13, 2002 5:57 PM > To: POI Users List > Subject: Re: POI build not working > > > Hello, > > Anyone have any idea why my build isnt work on RH linux 7.2? > I was getting bad interpreter error. I changed the heading to > reflect the actual bash location instead of /bin/sh. But > still ant in the tools/antipede/bin is still not working.. > > Any ideas? > > Thanks! > -John > ----- Original Message ----- > From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > To: "POI Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, November 13, 2002 3:50 PM > Subject: Re: POI build not working > > > > Ken... if you want to upgrade to the latest centipede in > its current > > state... I'm going to be out of comission basically for 2 > weeks anyhow > > so thats like 2 weeks for you to break the build without > any whining > > from me ;-) > > > > -Andy > > > > Nicola Ken Barozzi wrote: > > > > > > > > POI doesn't use tools.jar directly, so that's why the > build works. > > > tools.jar is used in projects like Cocoon where the sun java > > > compiler classes are invoked directly, not in POI. > > > > > > Is the check for tools.jar wrong? > > > Yes, it is, and has been corrected in latest Centipede, but since > > > POI still uses the old version with no problems, we are > waiting at > > > least for next Centipede beta to upgrade. > > > > > > Sorry for the inconvenience. > > > > > > Andrew C. Oliver wrote: > > > > > >> Truth be told you've managed to get deeper into the build than I > > >> ever have (or really quite honestly care to).. I've > pinged Nicola > > >> Ken to maybe lend a hand... I've honestly no idea... > AFAIK that > > >> is some hack to get around issues on the Mac or something... > > >> > > >> -Andy > > >> > > >> [EMAIL PROTECTED] wrote: > > >> > > >>> Thanks for your reply Andy, > > >>> > > >>> I think the JDK version may be the reason behind my > second error. > > >>> I'll have to beg the powers that be for a PTF to be > applied so we > > >>> can get our iSeries > > >>> up to version 1.3. However, you still haven't explained > why the build > > >>> script works anywhere. The check for tools.jar is > obviously wrong. > > >>> This is > > >>> not a case sensativity thing I may have type Java_Home > in mixed case > > >>> once > > >>> or twice when relaying my issue but this is definitely not the > > >>> issue. Where > > >>> is tools.jar located on your system? Where is > build.xtarget looking > > >>> to find > > >>> it? Is my copy of the file corrupt or am I over looking the > > >>> tools.jar file > > >>> as it is found in Win2K? > > >> > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:poi-user-> [EMAIL PROTECTED]> > > For > additional commands, > e-mail: <mailto:poi-user-help@;jakarta.apache.org> > > > > -- > To unsubscribe, e-mail: > <mailto:poi-user-> [EMAIL PROTECTED]> > For > additional commands, > e-mail: <mailto:poi-user-help@;jakarta.apache.org> > -- To unsubscribe, e-mail: <mailto:poi-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:poi-user-help@;jakarta.apache.org>
