There are several groups of tests but the largest is
about 1.4 Mb in 260 junit xml files.
Donald.
-Original Message-
From: Mikael Petterson (KI/EAB) [mailto:[EMAIL PROTECTED]
Sent: Thursday, 7 April 2005 4:29 PM
To: Ant Users List
Subject: RE: junitreport problem
Hi,
Thnaks for taking
Hi Mikael,
We have had problems with junitreports in the past.
Here are a couple of things to look at.
Firstly the junitreport task merges the XML files in to one big file.
The file resides in the same directory as the xml files generated by
the junit task.
Is this file being generated? If it i
Hi David,
We have had memory problems with our build script in the past.
JUnit tests, of which we have about 5000, were a problem, particularly
generating the reports using XSLT.
Eventually we broke the build up by spawning Ant calls.
This later allowed us to distribute the build/test suite (about
Hi all,
Has anyone done any work on or know of a project that uses a build
configuration similar to Maven but then delegates to Ant targets?
Perhaps thats what Maven does now, it has been a while since I looked at
it. Last time we tried it Maven was ideal for building and publishing
java libr
Hi all,
I am having a problem launching tomcat from ant.
It works fine when I run ant in a dos shell
but not when I run ant from a cygwin shell.
Any suggestions welcome.
Donald.
---
I am writing a task that will include a fileset.
I extended MatchingTask thinking I would get FileSet
suport for free but Ant is barfing.
I have also had trouble finding any examples of what
to do to process the FileSet. Am I doing the right thing
below?
Any help appreciated.
Regards
Donald.
--
We use the following ant code to change JDK and Ant versions.
Our cruisecontrol uses JDK 1.4.1 and Ant 1.5.1.
Our latest build uses JDK 1.4.2 and Ant 1.6.1.
Regards Donald.
... snip
cc-build.xml: ${ant.version}
Java version: ${java.version}
n i guess it doesnt matter, but if you have, any
> information you
> could give me would be fantastic.
>
> cheers,
>
> ::mark
>
>
>
> >From: Donald Strong <[EMAIL PROTECTED]>
> >Subject: style task: issues with long filenames
> >Date: Wed, 15 Sep 20
Hi Mark,
I have seen similar problems to this on Windows 2000 Server.
For us, the problem did not occur on Windows XP, which our development
is done on, but it showed up on the build machine, which was Windows 2000
Server.
If this is the case it has nothing to do with Ant or style sheets or
anyth
Thanks Conner,
I wanted to make this point but didn't want to contradict Scott twice
in a row. Sorry Scott. ;^)
Consider a non trivial build process that takes, say, 1 hour to do clean build.
This is driven by a 3000 line build.xml file.
Unless I am mistaken, Ant builds an internal data structu
> > Take a look at:
> > http://invicta.sf.net
> The license is GPL. Why not LGPL or BSD-style?
The online pages say it uses LGPL.
http://invicta.sourceforge.net/license.html
Where is the GPL license? Is it in the code?
Donald.
---
Brilliant synopsis Laird,
Having written build systems in both Make and Ant I throughly agree with you.
Two things I would add, for Gregory's benefit.
The first is one reason that Make just doesn't work as well with java
as it does with other languages is that the dependencies in java are not
ob
12 matches
Mail list logo