Hello,
In our network I use a lot of Ant-Files. I use the Maillogger and the
mail-Task. On one machine the mail task is working fine, but the Mailogger Mail
is missing. If I use this Antfile on a different machine, the maillogger Mail
is working fine. A few weeks ago it even worked fine on that
I had similar problems.
I suggest tghe following:
1. has a maxmemory attribute. I use 1024. I use forking.
2. Split the tests via include and exclude. I parted our tests into three parts.
3. Be sure that your memory option will not be overwritten by a later called
Batchfile
4. Increase the memor
Hi
I have 2 targets namely A, B.
Target A calls target B. Inside target A has an if-then-else condition that
would stop calling target B if condition is met.
Target B calls target A every 2 seconds after performing a check.
When running this, after less than a few mins, I got jstack overflow erro
On Mon, Feb 11, 2008 at 11:49:29PM -0600, Shawn Castrianni wrote:
> We have a debate going on about where to store our published
> modules. Some say it should be on a filesystem so that we can
> delete older builds to reclaim disk space since we should always
> be able to repeat a build from the p
Hi,
Is there a possibility in ANT to remove an entry from ZIP resource? Or do
I need to write my own task for that?
Kind regards,
Walter
On Feb 11, 2008 11:34 PM, <[EMAIL PROTECTED]> wrote:
> > How about 3 copies instead? Guaranteed ordering ;-) --DD
> I don't think that there is a guarantee of the order ...
The way I read the problem, order within any given fileset was
irrelevant, and each set should simply be copied in some orde
We have a debate going on about where to store our published modules. Some say
it should be on a filesystem so that we can delete older builds to reclaim disk
space since we should always be able to repeat a build from the past if needed.
Some say they all should be checked into an SCM reposit
> >
> >
> >
> >
> >
> >
> > In Machine1 fileset 1,2,3 copied in order, But In machine2 it is
> > copied in the reverse order i.e., 3,2,1.
> >
> > Since some of my filesets has the different version of the
> same file i
> > am facing some issues.
> >
> > Please anyone let me know is there some
Is there any link which says what are the jars must be added to ant lib
rather than adding as ant classpath element?
Is it a issue with ant or java?
Do we have any other workaround to avoid this sort of issues in custom task
other than adding jars in lib folder, or as an lib arguument?
On Feb 11,
I faced the same problem some time back. I found i had an infinite loop in
my xslt template. I don't think it is out of memory error. Have look at your
xslt
On Feb 12, 2008 9:21 AM, Mevitha <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I am using WSAD 5.1 to run an ant script to run junit test cases.
>
On Feb 11, 2008 4:14 AM, ms harsha <[EMAIL PROTECTED]> wrote:
> I have 2 machines and both has same ant and java versions.
>
> When i compile a code in both the machine,
>
> Machine 1 acts correctly. But in Machine2 the filesets are copied in
> the reverse order. i.e.,
>
>
>
>
>
>
>
> In Machi
Hi,
I have 2 machines and both has same ant and java versions.
When i compile a code in both the machine,
Machine 1 acts correctly. But in Machine2 the filesets are copied in
the reverse order. i.e.,
In Machine1 fileset 1,2,3 copied in order, But In machine2 it is
copied in the reverse or
Hi,
I am using WSAD 5.1 to run an ant script to run junit test cases.
Everything is fine except when the junit report starts, I am getting the
below error.
unitTestReport:
[mkdir] Created dir: D:\TempTesting\TestReports
[junitreport] Using Xalan version: XSLT4J Java 2.6.5
BUILD FAILED: java.l
Hi, I'm relatively new with Ant but have been picking up on it. I trying to
figure out why this Ant script doesn't complete successfully:
"""
Is there an easy way to have the Ant logger (default or other) add a
timestamp to each message? The only way I can think of is to use the
Log4jListener and have its settings include the timestamp. Or write a
custom logger that subclasses DefaultLogger and writes the timestamp.
If there's a better
I am using the install task to copy builds of my modules from one resolver to
another, which is what it was designed to do. However, I have noticed that it
appears to be dependent on the defaultResolver in the settings file. I think
this is a bug since the install task takes as attributes the
On Feb 11, 2008 11:49 AM, serdsch <[EMAIL PROTECTED]> wrote:
>
> Hi @all!
>
> I want to use sshexec and I'm totally new to it. Unfortunately the
> documentation on how to use it is not just poor, it is non-existent. :-(
>
No quite non-existent:
http://ant.apache.org/manual/OptionalTasks/sshexec.htm
Maybe this will help you out:
http://ant.apache.org/manual/OptionalTasks/sshexec.html
-Original Message-
From: serdsch [mailto:[EMAIL PROTECTED]
Sent: Monday, February 11, 2008 10:49 AM
To: user@ant.apache.org
Subject: how to define task sshexec
Hi @all!
I want to use sshexec and I'm t
Hi @all!
I want to use sshexec and I'm totally new to it. Unfortunately the
documentation on how to use it is not just poor, it is non-existent. :-(
Also, I haven't found anything useful anywhere on the web. So, please,
someone help me.
As far as I know, I have to tell Ant the name of the class
Ich werde ab 11.02.2008 nicht im Büro sein. Ich kehre zurück am
18.02.2008.
Ihre Nachrict wird nicht weitergeleitet. Ich werde Ihre Nachricht nach
meiner Rückkehr beantworten. Bei dringenden Fällen wenden Sie sich bitte an
Michael Gassmann ([EMAIL PROTECTED]).
Your message will not be forwarded.
Danke shin
Bitte zein
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 11 February 2008 05:02 PM
To: Ant Users List
Subject: Gilbert Jeiziner/AMBERG ist außer Haus bis / is out of office till 5.
February 2007
Ich werde ab 11.02.2008 nicht im Büro sein. Ich kehr
Ich werde ab 11.02.2008 nicht im Büro sein. Ich kehre zurück am
18.02.2008.
Ihre Nachrict wird nicht weitergeleitet. Ich werde Ihre Nachricht nach
meiner Rückkehr beantworten. Bei dringenden Fällen wenden Sie sich bitte an
Michael Gassmann ([EMAIL PROTECTED]).
Your message will not be forwarded.
Z W wrote:
Hi
How do I embed a if-then statement inside sshexec knowing that the remote
shell is a csh ?
Hi.
why dont you tell us what it is you are trying to do, instead of asking
a problem at a time? It is good to see you making progress, but I do
wonder if you are on the right path fo
R.H.Aswin Kumar wrote:
Hi,
I am new to this team. Can any one explain me in detail - Junit.
It's one of the main test frameworks for java, there being three
junit 3.8.x: http://junit.org
junit 4.xhttp://junit.org
testng http://testng.org/
There's lots of articles on t
rigel wrote:
Thank You for the advice, I'll do it :working: :-)
The "problem" is that I'd like to print out additional test cases info into
the final Junit report, something like description, input data&format and
more but I haven't found a solution to do it directly from the JUnit
library.
Hi,
I am new to this team. Can any one explain me in detail - Junit.
Thanks.
rigel <[EMAIL PROTECTED]> wrote:
Thank You for the advice, I'll do it :working: :-)
The "problem" is that I'd like to print out additional test cases info into
the final Junit report, something like desc
26 matches
Mail list logo