I found the double / by trying a lot of stuff. I'm more wondering how a / can work in Windows. Anyway, it's normal that a / in Linux is to identify a path and a \ in Windows. Maybe the classpath entry use a special formating and not the targetproject...
Jeff Butler-2 wrote: > > Thanks for the info. Not being a Linux guy myself (gasp) I'm wondering - > why double / in the class path entry, but only single / in the > targetProject? > > Maybe this question shows my ignorance with Linux, but I'm interested. > > Jeff Butler > > > > On Wed, Mar 12, 2008 at 12:58 PM, slaughter <[EMAIL PROTECTED]> > wrote: > >> >> I was having problems with Abator on Linux. Everyone at my job is using >> Windows but due to the fact that I'm special, I decided to use Linux. The >> problem I had was with the jdbcConnection which was not working. The >> documentation of Abator do not mention anything about Linux. They only >> say >> that the classPathEntry have the property location and you use it like >> this >> : <classPathEntry location="/Program Files/SQLLIB/db2jcc.zip"/> >> >> For Linux, you must use double / . For example : <classPathEntry >> location="//opt//IBM/SDP70Shared//db2jcc.jar"/> >> >> Another thing, for the targetProject attribute, you muse invert the \ to >> / >> for the directory which is something that normal Linux users know but >> it's >> something to mention. >> >> I posted that because I failed to find any website/forum/post that was >> saying something about Linux and Abator. I hope I didn't double posted >> that >> information. If so, just delete this post and please link me to the other >> post. >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/Abator-%2B-Linux-tp16010758p16010758.html >> Sent from the iBATIS - User - Java mailing list archive at >> Nabble.com<http://nabble.com/> >> . >> >> > > -- View this message in context: http://www.nabble.com/Abator-%2B-Linux-tp16010758p16012006.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
