Re: hello

2004-02-19 Thread Sebastien Blanc
FYI, Virus Alert! NAIT is currently seeing the effect of the Netsky.B virus inside the Intranet. There are many different attachments that come with the email, but there are several cases where ZIP files are attached. Please do no

Re: list a content of a directory

2003-05-05 Thread Sebastien Blanc
from Dibi: I am trying to display a directory content. Sample Code:

Re: coding rules

2003-03-27 Thread Sebastien Blanc
here follow isome rules that my project tries to stick to. this is nothing standard so do watever u want w/ it, ++. seb. INTRODUCTION = The builddefs.xml file provides common definitions for ant files. The goal is that co

Re: URGENT: problem installing Ant

2003-03-27 Thread Sebastien Blanc
first u need the bin directory in ur PATH to be able to launch the ANT_HOME/bin/ant sh script. then add some echo or 'set -ux' to check why ur classpath is not good. seb. Cristina Surroca wrote: > Hi! > I'm doing a project with Postgresql and I need to use JDBC. > I've got a problem installing an

Re: xml parser and classloading

2003-03-21 Thread Sebastien Blanc
d pbs: hope that will help. seb. Sebastien Blanc wrote: > Hi Erik ! > I meant 'legacy' for u, the one u were using w/ 1.3 and that was working for &g

Re: xml parser and classloading

2003-03-21 Thread Sebastien Blanc
een trying some tricks with the contextclassloader but without > success that far... > > Erik. > > - Original Message - > From: "Sebastien Blanc" <[EMAIL PROTECTED]> > To: "Ant Developers List" <[EMAIL PROTECTED]> > Sent: Thursday

Re: xml parser and classloading

2003-03-20 Thread Sebastien Blanc
did u try modifying ur ANT bootclasspath startup script to have ur legacy parser before the jdk1.4 one ? seb. Erik Putrycz wrote: > I am currently having some troubles with the xslt/style task and I > experience some bug due to the XML parser (Xalan2 bundled with jdk1.4). > The XML parser include