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
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
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)
(
Hi
Is there a while loop task available in Ant ?
ant-contrib doesnt seem to have it
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
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
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
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
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
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
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
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
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
sandyg wrote:
I am creating an jar executable file using ant
but i am gettin
I am creating an jar executable file using ant
but i am getting the Exception
Here is the whole target:
16 matches
Mail list logo