Re: building ant from source and junit build error

2008-03-07 Thread qbnronin
I was having the same issue. I fixed it by adding the JUnit.jar (version 3.8) to the Ant-Install\lib\optional directory. Yes, the optional directory seems to be the place where Ant looks for dependencies. Good luck! Kevin Tomasek wrote: > > all, > > > i am trying to build ant from source c

How does ant do exec "spawn=true" ?

2008-03-07 Thread gregsmit
Hi, This is less of a question about Ant, than it is a question "How do they do that??" Ant has the ability to spawn a new process, where all of the output of the new process goes in the bit bucket, and the original Java process can go away. The spawned process stays running. The reason I'm w

Re: any while loop task for Ant ?

2008-03-07 Thread Gilbert Rebhan
Z W wrote: > Hi > Is there a while loop task available in Ant ? > ant-contrib doesnt seem to have it > Ant is not a scripting | programming language ;-) But if you need those stuff, simply use combined with a powerful scripting language running in the Java VM via BSF (Bean Scripting Framework) (

any while loop task for Ant ?

2008-03-07 Thread Z W
Hi Is there a while loop task available in Ant ? ant-contrib doesnt seem to have it

RE: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Chun Ji
Hi there, The answer is "YES". If you still have this problem, take a look at here: http://www.xmlplease.com/xsltcases. -cji -Original Message- From: Z W [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 3:17 PM To: Ant Users List Subject: csv to html via xslt or xslt2 tas

Re: AW: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Scot P. Floess
Additionally, I have CSV parsers at http://jplate.sourceforge.net - there are 2: one that adheres to RFC4180 and another that is a little more lax than the RFC... As Steve mentions, it isn't sufficient to break on commas if they are enclosed in quotes (same holds true of line breaks)... I h

Re: AW: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Steve Loughran
Dan Stromberg wrote: http://stromberg.dnsalias.org/~dstromberg/to-table.html [EMAIL PROTECTED] wrote: XSLT needs XML as input - so CSV wouldnt work. If you want to use XSLT you need the step of converting csv to xml before. Smallest way would use

Re: AW: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Scot P. Floess
If you are able to use Ant contrib, you may be able to do something with the "for" task - and customize some type of output... Z W wrote: Dan, Jan Thanks for the responses. My need right now isn't merely to change csv to html. I have extra processsing to do with those csv rows and output to htm

Re: AW: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Z W
Dan, Jan Thanks for the responses. My need right now isn't merely to change csv to html. I have extra processsing to do with those csv rows and output to html finally and it looks like yours is a python script, which I'm not too keen to use for this purpose. On Fri, Mar 7, 2008 at 8:59 AM, Dan Str

Re: AW: csv to html via xslt or xslt2 task ?

2008-03-07 Thread Dan Stromberg
http://stromberg.dnsalias.org/~dstromberg/to-table.html [EMAIL PROTECTED] wrote: XSLT needs XML as input - so CSV wouldnt work. If you want to use XSLT you need the step of converting csv to xml before. Smallest way would use

Re: AW: NullPointerException

2008-03-07 Thread Matt Benson
Looks like https://issues.apache.org/bugzilla/show_bug.cgi?id=41284 to me. -Matt --- Alexander Pavlenko <[EMAIL PROTECTED]> wrote: > Here is the whole target: > > > message="The current > project contains no buildable modules"/> > > files=" > ${project.all.u

Re: Ant build slower on two cores than on one core?

2008-03-07 Thread Steve Loughran
Michael Meyer wrote: Hi, I have a project that uses javac and a bit latex2html. Ant version is 1.7.0. The javac is from the original Sun JDK 6 Upodate 4. The OS is Ubuntu Linux. When ant invokes the javac compiler the compilation lasts longer on two cores than on one core (maxcpus=1 at the grub

Ant build slower on two cores than on one core?

2008-03-07 Thread Michael Meyer
Hi, I have a project that uses javac and a bit latex2html. Ant version is 1.7.0. The javac is from the original Sun JDK 6 Upodate 4. The OS is Ubuntu Linux. When ant invokes the javac compiler the compilation lasts longer on two cores than on one core (maxcpus=1 at the grub prompt). This is stra

Re: how to get jars scope in to my application

2008-03-07 Thread Steve Loughran
sandyg wrote: I am creating an jar executable file using ant but i am gettin

how to get jars scope in to my application

2008-03-07 Thread sandyg
I am creating an jar executable file using ant but i am getting the Exception

Re: AW: NullPointerException

2008-03-07 Thread Alexander Pavlenko
Here is the whole target: