don't see that it's a particular line of my class
that's setting off the stack-bomb, so I'm not so sure on how to debug
this. Any advice would be appreciated.
Steven
-
To unsubscribe, e-mail: user-unsub
After that I was able to get the junit task to function.
On Sat, Jun 5, 2010 at 6:13 PM, Steven Harms wrote:
> Shawn,
>
> Thanks for your suggestions and for your prompt reply.
>
>> The junit jar is responsible for junit itself, NOT the ability to run junit
>> from ant
lly to do work-based projects. Should I try
to re-build and re-configure the source?
Steven
-
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org
e to my platform.
So, I'm stuck. Can anyone help me get around this low point. I'm
excited to start programming Java, but I've wound up programming Ant
most of the day -- not a bad thing, just not the shiny app I had
dreamt of :)
hi,
accroding to the ant manual, i use PropertyFile task to keep the last
dailybuild time.
but the layout and comments in the original property file were lost.
when i set the "jdkproperties" paramter,
*BUILD FAILED: propertyfile doesn't support the "jdkproperties" attribute.*
any help is appre
a
property is set. Therefore the is what he probably ought
to use :)
On Thu, 14 Aug 2008, Steven Guitar wrote:
you should try this...
${myprop}
this is a silly example, but the idea is that if and only if the
property exists, the given target will run. unless is used in the
you should try this...
${myprop}
this is a silly example, but the idea is that if and only if the
property exists, the given target will run. unless is used in the
opposite manner.
you could also do straight if conditional checking with:
do stu
Guy,
something else i have started using is if i plan to call a target if a
property is set, i put the if/unless attributes on that target like so:
${myprop}
this is a silly example, but the idea is that if and only if the
property exists, the given target will run. unless is use
FYI. You could read the file into a property and use regular
expressions. Since it's XML the patterns would not be too difficult
Sent from my iPhone
On Jul 25, 2008, at 4:36 AM, Alpesh Vesuwala
<[EMAIL PROTECTED]> wrote:
Hello Friends,
I have an XML file to read from it and extract valu
I'll also add that foreach takes a list of things seperated by commas
( or any delimmiter)
Sent from my iPhone
On Jul 21, 2008, at 6:45 AM, André Pilz <[EMAIL PROTECTED]> wrote:
Hello,
in old days I wrote a target which checks for the file, and then
call this target with antcall for singl
i have used regular expressions to either take multilines and format
them to one line with comma delimited entries for the ant contrib
foreach
On Jul 2, 2008, at 12:54 AM, Roman Kennke wrote:
Hi,
The foreach task from ant-contrib could help:
http://ant-contrib.sourceforge.net/tasks/tasks
from my iPhone
On Jun 27, 2008, at 12:11 PM, Dominique Devienne <[EMAIL PROTECTED]>
wrote:
On Fri, Jun 27, 2008 at 11:11 AM, Steven Guitar <[EMAIL PROTECTED]>
wrote:
I am working on some build scripts for projects that have a dynamic
listing
of dependancies.
when i try to
I am working on some build scripts for projects that have a dynamic
listing of dependancies.
when i try to compile project A that depends on project B, there is
not a way for me to know which project to compile first (short of
having the developer keep track of it in a properties file) - so
Is it possible for ant to read an XML file and package binaries
according to what the XML file dictates at run time? Or would i have
to create a custom task for that?
Sent from my iPhone
-
To unsubscribe, e-mail: [EMAIL PROT
i have a web app that is contained in a .war that is packaged under an
EAR module. i would like to read the EARs deployment descriptor to
build the war and all the project utility jars contained in the EAR as
well...
is this possible? can i read and interpret the application.xml file at
t
ld.xml and then
use that
build.xml at command line and keep the JRE_HOME and JAVA_HOME and
ANT_HOME
in synch between the IDE and command line as even point release
deltas can
cause these sorts of discrepancies
Martin--
- Original Message -
From: "Steven Guitar" <[EMAIL PRO
synch between the IDE and command line as even point release
deltas can
cause these sorts of discrepancies
Martin--
- Original Message -
From: "Steven Guitar" <[EMAIL PROTECTED]>
To: "Ant Users List"
Sent: Wednesday, February 06, 2008 2:57 PM
Subject: Re: head
- Original Message -
From: "Steven Guitar" <[EMAIL PROTECTED]>
To: "Ant Users List"
Sent: Wednesday, February 06, 2008 2:57 PM
Subject: Re: headless build vs. eclipse build
Martin,
actually in eclipse(WSAD actually) its pointing to the bundled jre's
that c
e
In Eclipse goto
Window
Preferences
Java
Installed JREs
Execution Environment
are you perhaps using a JRE different than the one ANT uses from
command
line (check env var JRE_HOME for ANTs default JRE)
?
Martin-
- Original Message -
From: "Steven Guitar" <[EMAIL PRO
Hey guys,
i have written a headless build for a jar file that we use for our
framework to distribute to other developers. the jar file is given to
web developers who deploy their web apps to websphere app server, and
the jar file created from ant works fine.
when you start the server up w
I'd like to use org.apache.tools.ant.XmlLogger for all my builds, so I'd
like to have it in my build.properties file rather than having to call
it as a command-line option. I couldn't find a property for doing this,
though.
Is it possible to define the logger in a properties file/
UTF-8 text in a propertyfile?
Steven Anderson wrote:
>I'm trying to pass a string of UTF-8 (Japanese) characters via a
>property to an xslt task in ant.
>
>If I set the property in the buildfile, with encoding="UTF-8",
>everything works fine. If I specify the prop
I'm trying to pass a string of UTF-8 (Japanese) characters via a
property to an xslt task in ant.
If I set the property in the buildfile, with encoding="UTF-8",
everything works fine. If I specify the property on the command-line
(in Windows XP), or via a UTF-8 encoded property file, the charac
all,
i am trying to move from ant 1.5.x on Windows to ant 1.6.x on Unix and i am
having a hard time understanding the proper way to handle external libraries.
i started with a clean version of redhat 9. it has ant 1.5.x pre-installed. i
used the jpackage and upgraded it to 1.6.x (after a trem
You can achieve the below by using the ant-contrib package. Go here
(http://ant-contrib.sourceforge.net/) to download.
Using the task you can express the if/then/else type logic you're
looking for.
-Original Message-
From: Holliday, Donald B. (LNG-CSP) [mailto:[EMAIL PROTECTED]
Sent: F
25 matches
Mail list logo