Re: java.sql.SQLException: LDAP Does Not Support Transactions

2008-02-17 Thread Antti Luoma
Hi, Try with /antti/ 2008/2/6, karthi palanisamy <[EMAIL PROTECTED]>: > > > I have wriiten a ant task to insert a user in ADS using ldapjdbc driver. > Its > throwing java.sql.SQLException: LDAP Does Not Support Transactions error > any > idea on this.. > My source code is > > > > > > > >

Re: No class Def Error

2008-02-17 Thread Antti Luoma
Hi, It would much easier to help if one can see your actual build.xml and envirinment where they are used.. But If you are using jndi-lookup where is jndi.properties located is it hardcoded into java code? Are your Junit components run in server side -> this would explain classpath issues. And if

Re: task won't run in cruise control but runs from windows command prompt...

2008-02-12 Thread Antti Luoma
Hi, Have you introduced ${existingExt.dir} in cruise control and passed that to ant correctly? for example: ... ... ... ... ... -- -Antti- 2008/2/5, Christopher Styles <[EMAIL PROTECTED]>: > > Hi, > > I know this isn't a Cruise Control list, b

Re: Ant and Subversion

2008-01-31 Thread Antti Luoma
Hello, I suggest you to take a look at CruiseControl. This can be easily done with it. -antti- 2008/1/29, jpyork <[EMAIL PROTECTED]>: > > > Is it possible to create a task that creates a tag every time you do a > build? > -- > View this message in context: > http://www.nabble.com/Ant-and-Subvers

Re: can we use an ANT property in the DOCTYPE settings?

2008-01-28 Thread Antti Luoma
I don't think it's possible. Maybe you should generate another ant file from main build and call the subbuild from there. Maybe generating subbuild.xmllike this: After copying/filttering you can then call it via subbuild-src.xml should contain something like this: ]> Not tested this act

Re: Syncing very large directories

2008-01-28 Thread Antti Luoma
e blocks. I doubt that it works much more faster with paraller tasks (not tried, yet..). -- -Antti- 2008/1/25, Dominique Devienne <[EMAIL PROTECTED]>: > > On Jan 25, 2008 1:02 AM, Antti Luoma <[EMAIL PROTECTED]> wrote: > > BTW, very large in this case means ~17 GB :) >

Re: Syncing very large directories

2008-01-24 Thread Antti Luoma
BTW, very large in this case means ~17 GB :) -- -Antti- 2008/1/25, Antti Luoma <[EMAIL PROTECTED]>: > > Hi, > > I did take a look from sources and noticed the basic java File API, I > think there might be some optimization (like getting rid of unnecessary > vector cre

Re: JUNIT testing in WSAD

2008-01-24 Thread Antti Luoma
Hi, You are obiously missing the class com/ibm/crypto/provider/IBMJCA from classpath. You need some classed from ibm wsad runtime components to be in your classpath when you run this junit task. -antt- 2008/1/24, Mevitha <[EMAIL PROTECTED]>: > > > I am trying to run a junit test using ANT in WSA

Re: Syncing very large directories

2008-01-24 Thread Antti Luoma
/1/24, Dominique Devienne <[EMAIL PROTECTED]>: > > On Jan 24, 2008 3:53 AM, Antti Luoma <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am using ant 1.7.0 task to sync 2 very large directories. It > > currently takes too much time to do this (to be usable). >

Syncing very large directories

2008-01-24 Thread Antti Luoma
Hi, I am using ant 1.7.0 task to sync 2 very large directories. It currently takes too much time to do this (to be usable). Here is the target that I run. I invoked it whit build metrics listener and the output that I (finally) got was: [sync] Removed 1 dangling direc