Re: test of

2021-01-12 Thread Martin Gainty
and the contents of /home/zahid/Eclipse Java Raspi/org.raspirecipes.helloworld/remotedebug.xml specifically line 31? From: Zahid Rahman Sent: Tuesday, January 12, 2021 11:12 AM To: user@ant.apache.org Subject: test of

Re: more detail on patch-module error

2020-04-11 Thread Martin Gainty
: user@ant.apache.org Subject: Re: more detail on patch-module error On 2020-04-08, Martin Gainty wrote: > contents of build.xml > > > > > > > > source="1.9" target="1.9"> > > > locat

more detail on patch-module error

2020-04-08 Thread Martin Gainty
contents of build.xml the good news is that seems to be recognised by javac the bad news is when running >ant compile build.xml:16: Error starting modern compiler javac -version 9.04 ant -version Apache Ant(TM) versi

quick question

2020-04-08 Thread Martin Gainty
i am encountering this situation https://github.com/javapathfinder/jpf-core/issues/27 suggested mitigation is to pass --patch-module java.base=src to point to local source javac --patch-module java.base=src -d build \ src/java.base/java/util/concurrent/ConcurrentHashMap.java how does task a

Re: GenJar

2017-11-27 Thread Martin Gainty
MG2>below From: RAPPAZ Francois Sent: Thursday, November 23, 2017 2:00 AM To: Ant Users List Subject: RE: GenJar MG>which specific task do you want ant to implement? Make a jar using the regular ant jar task: With using a file selector that - start with the cla

Re: GenJar

2017-11-22 Thread Martin Gainty
From: RAPPAZ Francois Sent: Wednesday, November 22, 2017 10:14 AM To: Ant Users List Cc: ddevie...@gmail.com Subject: RE: GenJar What really surprised me is that such a bcel selector has not already been written. MG>which specific task do you want ant to imp

Re: Ant Dependency Management

2017-10-28 Thread Martin Gainty
if you need frequently referenced jars loaded into a "known place" take a look at repository management: Ivy: http://ant.apache.org/ivy/history/latest-milestone/tutorial/build-repository.html Building a repository | Apache Ivy

RE: maven-ant-tasks proxy issue

2016-06-16 Thread Martin Gainty
big difference between Nix proxy and Windows proxy configurations follow this tutorial: https://ant.apache.org/manual/proxy.html > Subject: Re: maven-ant-tasks proxy issue > From: cyril.scet...@free.fr > Date: Thu, 16 Jun 2016 11:15:52 -0400 > To: user@ant.apache.org > > Anyone ? > > On Jun 15,

RE: maven-ant-tasks proxy issue

2016-06-15 Thread Martin Gainty
> From: cyril.scet...@free.fr > Subject: maven-ant-tasks proxy issue > Date: Wed, 15 Jun 2016 16:11:26 -0400 > To: user@ant.apache.org > > Hi guys, > > I have an issue with this code > https://github.com/apache/cassandra/blob/cassandra-2.1.14/build.xml#L567-L590 > I've tried to use http_proxy

RE: Declaring a byte[] Array in scriptdef

2016-05-31 Thread Martin Gainty
function test(){var bytebuffer = new java.lang.String("/package/filename.ext").getBytes();} https://docs.nativescript.org/runtimes/android/marshalling/java-to-js.html Martin __

RE: javadoc fail (solved)

2016-02-20 Thread Martin Gainty
fixed using the javadoc now works and produces html output in /MAVEN-~1/ZOOKEE~1/src/java/java/generated Thanks! Martin __ > From: mgai...@hotmail.com > To: user@ant.apache.org > Sub

javadoc failure

2016-02-19 Thread Martin Gainty
Gentlemen running javadoc ant task:

RE: systemctl (centos7) broken after install Ant

2016-01-06 Thread Martin Gainty
06 Jan 2016, at 15:36, Rémi Bruggeman wrote: > > > > Dear Martin, > > > > Martin is right. Installed polkit first and experienced no more problems. > > Thanks a lot. I’ve been looking for a solution for hours. > > > > Take care! > > > > Remi

RE: systemctl (centos7) broken after install Ant

2016-01-06 Thread Martin Gainty
Remi according to Martin the order is important: Install policykit-1 first, then reboot, then install everything else (including ANT)https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/1447654 will policykit-1 install when installed BEFORE Ant? Martin

RE: AW: Class size

2015-11-04 Thread Martin Gainty
org.apache.maven.plugins maven-compiler-plugin 3.2 1.8 1.8 apparently maven-compiler-plugin debug default is 'true'M- From: mgai...@hotmail.com To: user@ant.apache.org Subject: RE: AW: Class size Da

RE: AW: Class size

2015-11-04 Thread Martin Gainty
is there a way to disable debug with maven > From: apa...@materne.de > To: user@ant.apache.org > Subject: AW: Class size > Date: Wed, 4 Nov 2015 08:34:37 +0100 > > I did an example and could see that behaviour. > > build.xml > - > > >includeantruntime="false" /> > > > > src/

RE: Ant Jar Issue

2015-10-13 Thread Martin Gainty
signed jar with those attributes use signjar https://ant.apache.org/manual/Tasks/signjar.html HTH Martin Gainty __ > From: jackie.x...@ebaotech.

RE: AW: AW: build_tools.jar missing

2015-09-08 Thread Martin Gainty
;) > > > Jan > > > > > -Ursprüngliche Nachricht- > > Von: Earl Hood [mailto:earlh...@gmail.com] > > Gesendet: Dienstag, 8. September 2015 02:40 > > An: Ant Users List > > Betreff: Re: AW: build_tools.jar missing > > > > On Mon,

RE: AW: build_tools.jar missing

2015-09-07 Thread Martin Gainty
tools.jar missing > Date: Mon, 7 Sep 2015 14:34:35 +0200 > > I dont know that task. > Where does it come from? > > Jan > > > -Ursprüngliche Nachricht- > > Von: Martin Gainty [mailto:mgai...@hotmail.com] > > Gesendet: Montag, 7. September 2015 14

RE: build_tools.jar missing

2015-09-07 Thread Martin Gainty
From: mgai...@hotmail.com To: us...@ant.apache.org Subject: build_tools.jar missing Date: Sun, 6 Sep 2015 20:04:54 -0400 cannot find ManifestVersion cannot find build_tools.jar any clues? Martin __

RE: Pass build failure message to the calling script

2015-03-24 Thread Martin Gainty
build.xml: make sure callee target of ant file subbuild.xml writes all its output to output.html https://ant.apache.org/manual/Tasks/ant.html Martin __

RE: [Ant]Read buid.xml file in memory

2015-02-13 Thread Martin Gainty
> Date: Thu, 12 Feb 2015 23:53:19 -0600 > Subject: Re: [Ant]Read buid.xml file in memory > From: earlh...@gmail.com > To: user@ant.apache.org > > On Thu, Feb 12, 2015 at 7:54 PM, Jackie Xiao wrote: > > > The thing is, we need to enable customers to work with us, but we > > don’t want to share

RE: sshexec

2015-02-12 Thread Martin Gainty
any chance you can use putty scp to copy the item to remote server? http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter5.html copy the local file c:\documents\foo.txt to the server example.com as user fred to the file /tmp/foo you would type: pscp c:\documents\foo.txt f...@example.com:/tmp

RE: [Ant]Read buid.xml file in memory

2015-02-11 Thread Martin Gainty
Hi Xiao- supposedly yes ...if you can get your File to extend apache jackrabbit MemoryFile https://jackrabbit.apache.org/api/1.5/index.html?org/apache/jackrabbit/core/fs/mem/MemoryFile.html I would not rely on any java implementor to guarantee your Java Object will be "in memory" vs "on disk" s

RE: Error about "Provider xx not a subtype" from using Ant XJC task

2015-01-29 Thread Martin Gainty
> From: dk0...@att.com > To: user@ant.apache.org > Subject: RE: Error about "Provider xx not a subtype" from using Ant XJC task > Date: Thu, 29 Jan 2015 17:54:40 + > > > -Original Message- > > From: KARR, DAVID > > Sent: Tuesday, January 20, 2015 10:59 AM > > To: Ant Users List > >

RE: Ant can't find -factorypath option

2015-01-29 Thread Martin Gainty
> Date: Thu, 29 Jan 2015 15:47:34 + > From: xeonmailingl...@gmail.com > To: user@ant.apache.org > Subject: Ant can't find -factorypath option > > Hi, > > I am using Apache Ant(TM) version 1.9.3 and during compilation I get the > error below. It seems that ant does not recognize the option

RE: Parse jar:file prefix to Resource

2014-12-18 Thread Martin Gainty
Matt At the Directory Level: You can grab all the filtered jars you need with and and tags e.g. looking inside a jar ...i think it might be best to leverage JarFileIterator javap JarFileIterator.class pr

RE: Problems parsing @@

2014-12-04 Thread Martin Gainty
file a bug I'll follow up if nobody else will Thanks Ryan Martin > From: rpay...@tibco.com > Date: Thu, 4 Dec 2014 18:13:25 -0800 > Subject: Problems parsing @@ > To: user@ant.apache.org > > Hello, > > I am running into an issue using @@ in a .properties file. The variable is > a database passw

RE: Need help with ANT javac classpath

2014-09-16 Thread Martin Gainty
Railway is probably the shortest railway in the world As there was no roads from 1885-1914 Panama Railway carried materials and men to vital locations for the new Panama Canal http://en.wikipedia.org/wiki/Panama_Canal_Railway > -Original Message- > From: Martin Gainty [mailto:mgai..

RE: Need help with ANT javac classpath

2014-09-15 Thread Martin Gainty
> From: webservices_developm...@csx.com > To: user@ant.apache.org > Subject: RE: Need help with ANT javac classpath > Date: Mon, 15 Sep 2014 16:06:55 + > > Thanks. > > This is a common build script that we have, so I didn't add fork for the > javac task - as it would affect other builds

RE: native2ascii and JDK/JRE

2014-09-12 Thread Martin Gainty
> Date: Fri, 12 Sep 2014 15:59:13 -0400 > From: sb...@scriptorium.com > To: user@ant.apache.org > Subject: native2ascii and JDK/JRE > > [Trying again with a better subject and no garbage at the end...sorry.] > > Excuse me if this has been answered or documented elsewhere, I've been > searching

RE: Installation question

2014-02-23 Thread Martin Gainty
BASH>ant -version Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie

RE: Nexus Taskdef question

2014-02-05 Thread Martin Gainty
ons accepter aucune responsabilité pour le contenu fourni. From: mgai...@hotmail.com To: mgai...@hotmail.com Subject: Date: Tue, 4 Feb 2014 15:52:45 -0500 Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Ver

RE: AntUnit Logging Query

2013-12-03 Thread Martin Gainty
> From: tennis.sm...@navis.com > To: user@ant.apache.org > Date: Tue, 3 Dec 2013 18:39:25 +0200 > Subject: AntUnit Logging Query > > Hi, > > I have a routine in 'tearDown' which uses concat to place the test logs in a > file: > > > > > This works. But, everything in the log is on

RE: list maint

2013-11-30 Thread Martin Gainty
David With Holidays approaching most probably left to return home to Africa CC'ing postmaster@columbusinsurance ..thanks for noticing.. > From: david_coleman_...@hotmail.com > To: user@ant.apache.org > Subject: list maint > Date: Sat, 30 Nov 2013 08:55:35 -0300 > > not sure who sho

RE: "Cloning" macrodef

2013-09-27 Thread Martin Gainty
yep that will work for 2 previously named routines routine common_routine what about a user supplied number of iterations for routine1, routine2...routineEnd Good Job on Abstracting ComponentHelper with scriptdef! Martin > Date: Fri, 27 Sep 2013 16:15:10 -0400 > Subject: "Cloning" macrode

RE: "scoping" for macro definitions?

2013-09-26 Thread Martin Gainty
that was my initial answer .. but then I considered the collision of the global ant namespace (that macrodef plays in) with a customised non-ant namespace is implicitly declared within Ants global namespace The default namespace used by Ant is "antlib:org.apache.tools.ant". thus embedding a

Bruce Atherton

2013-09-25 Thread Martin Gainty
my opinion is >that Bruce will be missed by all that knew him from this list (nice tribute stephan) Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet biza

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-09-13 Thread Martin Gainty
> From: richard.ke...@atos.net > To: user@ant.apache.org > Subject: RE: Use of XML Catalog with Ant (xslt task) - request for example > Date: Fri, 13 Sep 2013 16:08:08 + > > > > Ok, right, good, back on this again for a while after a break . > > > > My preference is to do the jo

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-30 Thread Martin Gainty
were undoc'ed!) Will file a JIRA correcting $PATH to $CLASSPATH Thanks for keeping us on our toes! Martin Gainty __ "Popularity is the one insult I have never suffered."...Oscar Wilde > From: richard.ke...@atos.net > To

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-23 Thread Martin Gainty
Mssr Kerry regarding use of .properties or .xml configuration place ant configuration files such as .properties or .xml files into 1st item in classpath e.g. assume resolver.jar is located in $ANT_HOME/lib set $CLASSPATH=$ANT_HOME%/lib;$TOMCAT_HOME%/lib export $CLASSPATH if you place a

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-23 Thread Martin Gainty
PATH is for shell scripts to locate binaries (C++ programs) CLASSPATH is for java classes (.jar) My location is ant-apache-resolver.jar $APACHE_HOME/lib/ant-apache-resolver.jar CLASSPATH=$APACHE_HOME/lib/ant-apache-resolver.jar;%CLASSPATH% lets get this working before moving onto step 2 Marti

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-23 Thread Martin Gainty
Good Morning Mr Kerry add this as a feature request https://issues.apache.org/bugzilla/createaccount.cgi Martin Gainty __ Please do not alter or disrupt this communication...Thank You > From: richard.ke...@atos.net > To: user@ant.apac

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-17 Thread Martin Gainty
xslt basedir="doc" destdir="build/doc" extension=".html" style="style/apache.xsl"/> Using an xmlcatalog http://ant.apache.org/manual/Tasks/style.html Martin Gainty __ Jogi és

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-17 Thread Martin Gainty
at least not yet to reiterate start simple infile="test.xsl" output"test.html" Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet

RE: Use of XML Catalog with Ant (xslt task) - request for example

2013-08-16 Thread Martin Gainty
I would start with something dirt simple like infile and outfile once the infile xslt is transformed to outfile.html THEN you can get test with catalogs and or other forms of collections HTH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/

RE: META-INF/services

2013-04-10 Thread Martin Gainty
create an apt! http://docs.oracle.com/javase/1.5.0/docs/guide/apt/GettingStarted.htmlhttp://mojo.codehaus.org/apt-maven-plugin/ Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich

RE: could not find or load main class org.apache.tools.ant.launch.Launcher

2013-04-10 Thread Martin Gainty
run this command from cygwin $ ant -verbose my produces cygwin warning: MS-DOS style path detected: C:\ANT\apache-ant-1.7.1 Preferred POSIX equivalent is: /cygdrive/c/ANT/apache-ant-1.7.1 CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's g

RE: Can't get ant to install...

2013-04-02 Thread Martin Gainty
e the same version after I untar ANT i set $ANT_HOME to the location of untared folder place $ANT_HOME\bin on $PATH Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: Create WEB-INF/lib based on path-structure

2013-03-13 Thread Martin Gainty
Yep that will package spurious jars into a new uber-war...BTW in maven you could use to accomplish this objective Glad to hear you got this problem solved..thanks for the info Martin > Date: Wed, 13 Mar 2013 15:54:22 -0700 > From: sanjiv_tha...@yahoo.com > To: user@ant.apache.org > Subject: Re: C

RE: Problem with GPG plugin from Ant task

2013-01-31 Thread Martin Gainty
on( "Exception reading passphrase", e ); } } return signer; } //override this in concrete class!public void execute { ; } throws org.apache.tools.ant.BuildException} http://maven.apache.org/plugins/maven-gpg-plugin/project-info.html Martin Gainty

RE: Which javac does ant use in its "javac" task?

2013-01-15 Thread Martin Gainty
you will find a javac key in .\org\apache\ant\taskdefs\default.propertiesjavac=org.apache.tools.ant.taskdefs.Javac defaults.properties is wholly contained within ant.jar inside $ANT_HOME\lib\ant.jar Martin __ Verzicht und Vertraulichkeitanmerkung/No

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Martin Gainty
d a List[] of avro schemas. I need to compile the lot. > > I am curious as to an Apache Ant problem or a GoraCompiler problem > > I have a spade and I am digging > > On Mon, Dec 3, 2012 at 4:06 PM, Martin Gainty wrote: > > > > MG>GoraCompiler main meth

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Martin Gainty
tin, > > > > I don't know the GoraCompiler at all. Again, I was just guessing what he > > might need to do :) > > > > > > Lewis, > > > > Can you provide either a doc link or some of the command line params that > > you > > need? &g

RE: Correct configuration for reading a list into a Java class

2012-12-03 Thread Martin Gainty
> From: mgai...@hotmail.com > To: user@ant.apache.org; lewis.mcgibb...@gmail.com > Subject: RE: Correct configuration for reading a list into a Java class > Date: Sun, 2 Dec 2012 19:19:44 -0500 > > > MG>scott do you know the default folder delimiter GoraCompiler expectsMG>if > lewis implemen

RE: Correct configuration for reading a list into a Java class

2012-12-02 Thread Martin Gainty
MG>scott do you know the default folder delimiter GoraCompiler expectsMG>if lewis implements the arg element with space delimiter in his line attribute as inMG>MG>can we assume GoraCompiler should implement space delimiter for folders instead of colon (:)> Date: Sun, 2 Dec 2012 12:43:05 -050

RE: Correct configuration for reading a list into a Java class

2012-12-02 Thread Martin Gainty
.com > To: user@ant.apache.org > > Hi Martin, > On Sat, Dec 1, 2012 at 6:34 PM, Martin Gainty wrote: > > > > it appears that a upstream entity is concatenating 2 folder names (instead > > of one) into your dir attribute ${gora.avsc.dir} so when ${gora.avsc.dir} &g

RE: Correct configuration for reading a list into a Java class

2012-12-01 Thread Martin Gainty
t; > From: lewis.mcgibb...@gmail.com > > To: user@ant.apache.org > > > > Hi Martin, > > > > Thanks for the reply, much appreciated. > > > > On Sat, Dec 1, 2012 at 4:58 PM, Martin Gainty wrote: > > > > > > Good Afternoon Lewis > > f

RE: Correct configuration for reading a list into a Java class

2012-12-01 Thread Martin Gainty
artin > Date: Sat, 1 Dec 2012 17:56:40 + > Subject: Re: Correct configuration for reading a list into a Java class > From: lewis.mcgibb...@gmail.com > To: user@ant.apache.org > > Hi Martin, > > Thanks for the reply, much appreciated. > > On Sat, Dec 1, 20

RE: Correct configuration for reading a list into a Java class

2012-12-01 Thread Martin Gainty
Good Afternoon Lewis http://ant.apache.org/manual/Types/fileset.html if your goal is to aggregate files from 2 folders from different rootsyou *may* wish to consider implementing a project based http://ant.apache.org/manual/Types/selectors.html#selectcontainers cheers, Martin _

RE: problem trying to set individual tests timeout

2012-09-14 Thread Martin Gainty
FAIL on any OS that cut off command buffers >2048 characters same hold true for maven-surefire-plugin Martin Gainty __ But on those occasions when I do strongly disagree with the Democrats and I don't say anything, I think I forfeit my right

RE: java.security.AccessControlException when using Ant, but runs ok when invoking java from console

2012-09-01 Thread Martin Gainty
why not add the grant for javax.management.MBeanTrustPermission to %JAVA_HOME%\jre\lib\security\java.policy ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie

RE: Trying to execute 'grep'

2012-08-16 Thread Martin Gainty
Good Advice from the Employees at Lexmark! I found java.util.regex package is quite useful for regular expression matching ..here is a simple example you can use java.util.regex.Pattern p = java.util.regex.Pattern.compile("a*b"); java.util.regex.Matcher m = p.matcher("ab"); boolean b = m.

RE: AW: class.forName()

2012-08-15 Thread Martin Gainty
Rex use the loaderref to refer to your CL which you have defined here is an example: http://ant.apache.org/manual/Tasks/typedef.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese

RE: need help debugging why a simple app install fails

2012-08-09 Thread Martin Gainty
Impossible to help you unless you display your build.xml The specific failure happens at /home/user/springapp2/build.xml:106Reposting to us...@ant.apache.org Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

RE: ant deploy BUILD FAILED

2012-07-31 Thread Martin Gainty
this is an authentication issue..whomever supplied you with the certificate can supply you with the username and password to https://heppc1.ft.uam.es/svn/LCG/Quattor/Templates/tags/glite3.1-20080129/tags/ Martin __ Verzicht und Vertraulichkeitanmerku

RE: Source code question

2012-03-19 Thread Martin Gainty
Log4j http://logging.apache.org/log4j/1.2/ Happy Coding! Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor

RE: Has ant an built in java compiler?

2011-09-12 Thread Martin Gainty
jar -xvf $APACHE_HOME/lib/ant.jar look for file called 'defaults.properties' look for keyword=Classname assigment javac=org.apache.tools.ant.taskdefs.Javac Override setting the compiler attribute, specific to the current task e.g. Date: Mon, 12 Sep 2011 13:19:02 -0300 > From: mbe...@swiss-w

testng-incontainer.xml

2011-09-07 Thread Martin Gainty
Hi Folks anyone know where i can get testng-incontainer.xml (for TestNG) Thanks, Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az

justin.r...@nike.com

2011-09-02 Thread Martin Gainty
weekend Danke/Merci Martin Gainty 001-603-702-1023 (e)mgai...@hotmail.com __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor

RE: Mail task on Target failure

2011-08-05 Thread Martin Gainty
i would launch n number of ant targets from bash e.g #!/bin/bash tname=ant_target_$1 > log echo "ANT: Running $tname task..." ant $tname antReturnCode=$? echo "ANT: Return code is: \""$antReturnCode"\"" if [ $antReturnCode -ne 0 ];then echo "BUILD ERROR: I am failing hard..." else echo "S

RE: ant exec task message priority

2011-07-13 Thread Martin Gainty
iif you dont mind the task running as daemon you can setup a list of daemons in daemons nested element in the parallel task http://ant.apache.org/manual/Tasks/parallel.html similar to exec with spawn http://ant.apache.org/manual/Tasks/exec.html Martin Gainty

RE: Help with ant task

2011-05-25 Thread Martin Gainty
generally using the property to reflect a file location such as then gating execution of a delete target will do as scot mentioned as you havent supplied your build.xml it is impossible to provide a comprehensive answer Martin __ Verzicht und

RE: Attribute name for wlrun task.

2011-05-23 Thread Martin Gainty
BEAHome This attribute selects Weblogic 6.0 shutdown. No the doc is incorrect there is no space between BEA and Home http://ant.apache.org/manual/Tasks/ejb.html#wlrun good catch! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et

RE: Some feedback

2011-04-19 Thread Martin Gainty
Hi Magnus: hth Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note

RE: ant -v

2011-04-19 Thread Martin Gainty
to suppress target display ant -quiet we could provide better solution if you could explain the specifics of what you would like to display kiitos Martin __ Jogi és Bizalmassági kinyilatkoztatás Ez az üzenet bizalmas. Ha nem ön az akinek szánva v

RE: AUTO: Maureen Troendle is out of the office. (returning 04/25/2011)

2011-04-17 Thread Martin Gainty
Guys can we bounce emails from i** who spend their employers money training for a task they will never accompish? Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie n

RE: Question on Clearcase task - ccupdate

2011-03-26 Thread Martin Gainty
request the sysadmin to grant read, write and execute access to folder if folder is called 'data' you would bash>chmod g+rwx data http://www.psc.edu/general/unix/chmod.php Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentia

RE: antlib.xml could not be found

2011-03-10 Thread Martin Gainty
is a must buy for ant newbies HTH Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Ez az üzenet bizalmas. Ha nem ön az akinek szánva volt, akkor kérjük, hogy jelentse

RE: xmlvalidate without doctype against dtd

2011-02-24 Thread Martin Gainty
e ant package we could however write this into a new xmlvalidate_sax target and taskdef the class that contains the parse Martin Gainty __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialit

RE: To check server is down

2011-02-04 Thread Martin Gainty
target and then wait for 5 seconds test for the existence of the output.file from the 1st discover-target.. if output-file is there you're good to go hth, Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidential

RE: Apply argument wrapping with msiexec

2010-11-10 Thread Martin Gainty
coming late into the game.. I ALWAYS use C:/DOCUME~1 instead of C:/Documents and Settings and the shortened folder names always work with every tool under sun i have to inquire why bring msiexec into the mix? you can make, package and copy all with ant tools (and now with maven using maven-na

RE: junit ant task

2010-10-23 Thread Martin Gainty
Dean if its surefire then look in ${project.folder}/target/surefire-reports you should see ${GroupId}.${ArtifactId}.txt and ${GroupId}.${ArtifactId}.xml search for Failures: 1 Errors: 1 Martin __ Verzicht und Vertraulichkeitanmerkung/Note de

RE: two listeners but only different logging

2010-10-22 Thread Martin Gainty
AntPerformanceListener handles log events for ANT events here are the impelemented methods public class net.sf.antcontrib.perf.AntPerformanceListener extends java.lang.Obj ect implements org.apache.tools.ant.BuildListener{ public net.sf.antcontrib.perf.AntPerformanceListener(); public v

RE: AW: Unsupported class version error

2010-10-03 Thread Martin Gainty
Chris- sounds like a VerifyError which is wrong class e.g. 1.4!=1.5 get the sources and recompile and rejar hth Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nich

RE: Ant: want to copy a file if it exists

2010-07-30 Thread Martin Gainty
A great question! i found 2 items that may help: 1)Javadoc for an Ant Resource: http://www.docjar.com/docs/api/org/apache/tools/ant/types/Resource.html 2)The folks at Simon Fraser put together this user-friendly explanation http://www.sfu.ca/cprost/docs/A%20Brief%20Overview%20of%20ANT.pdf the

RE: junit tests running slower in 1.8 than in 1.7

2010-07-21 Thread Martin Gainty
-1.8.0\apps\test-project>without fork apparently Total time display is inaccurate ? Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene E

RE: Odd Behavior

2010-07-19 Thread Martin Gainty
To run Selenium Grid, you need Ant 1.7+ to be installed on your system. http://selenium-grid.seleniumhq.org/get_started.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: would like to post an external 3rd-party task

2010-07-10 Thread Martin Gainty
I would typedef one of the classes to illustrate one of the main capabilities e.g. ExportPropertiesTask call that typedef with attributes/parameters from ant target post the build.xml on the wiki (so folks can see a working example of your code) thanks nathan Martin Gainty

RE: Copying a static list of files

2010-06-26 Thread Martin Gainty
Patrick- why not have an init target which spawns a sed script to do regexp parsing and outputs regexp output to outputfile then in your ant build.xml declare property that associates with the outputfile and use that property as input to copy task ? Martin ___

RE: Copying a static list of files

2010-06-24 Thread Martin Gainty
spaces are considered whitespace delimiters by every almost every parser on the planet so there are 2 workarounds 1)use shortened name C:\Program Files becomes C:\PROGRA~1 2)use a fill character for the space e.g. C:\Program Files becomes C:\Program Files Viel Gluck Martin

RE: Copying a static list of files

2010-06-24 Thread Martin Gainty
Good Afternoon Patrick- Ant uses the filesystem which is provided by the Operating System so if your on Windows using NTFS and your installation folder for program fubar was installed at C:\Program Files (C:\Program Files\fubar) which would map to C:\PROGRA~1\fubar but in the case of Ant,M

RE: Problems with ANTLR

2010-06-10 Thread Martin Gainty
Good Afternoon please download antlr3-task.zip source from http://www.antlr.org/share/1169924912745/antlr3-task.zip unzip/uncompress to temp folder in org.apache.tools.ant.antlr.ANTLR3.java change public ANTLR3() { commandline.setVm(JavaEnvUtils.getJreExecutable("java")); /

RE: backslash escaping in a regex

2010-05-11 Thread Martin Gainty
Hi Jacob try this ${target.dir}/foobar.xml contents contains some well known regular expression match criteria as in space between E: foo and bar: Property=E: foo bar the ${target.dir}/foobar.xml replaceregexp transforms whitespace character to /: Property=E:/foo/bar hth Ma

RE: using task with XML Schema 1.1 and Saxon

2010-05-11 Thread Martin Gainty
good news indeed..post links to the source when you're ready to beta ..(i'll try to build here and run thru as many TC's as i can) Thanks Stefan and Graham! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese N

RE: task to check for i18n tokens in resource bundle?

2010-05-10 Thread Martin Gainty
Andy- i can write a program that will accomplish these features in less than time than either 1)sed or 2)grep (or any combination thereof) (i'll leave it to the tools engineers for a more specific answer to this question) anyone? Martin G

RE: Ant 1.7.1, Xalan and Java 1.6.0_17

2010-05-07 Thread Martin Gainty
i downloaded xalan 2.7.1 and discovered these specifications displayed in /META-INF/manifest.mf Manifest-Version: 1.0 Created-By: 1.3.1 (IBM Corporation) Main-Class: org.apache.xalan.xslt.Process Class-Path: xercesImpl.jar xml-apis.jar serializer.jar Name: org/apache/xalan/ Comment: Main Xalan

RE: importing ant targets from the classpath

2010-05-06 Thread Martin Gainty
Frank- what i would do is a xslt transform on the xml file specified by the 'in' attribute use the commonbuildfile.xsl specified by style attribute to replace known params and output to out.xml specified by out attribute with predefined knownTarget and known parameters then at the

RE: AW: using task with XML Schema 1.1 and Saxon

2010-05-06 Thread Martin Gainty
Roman i believe you may be implementing a non-namespace aware library..could you check that namespace attribute is set to true e.g. http://xml.org/sax/features/namespaces"; value="true"/> could you please display the xmlvalidate task also please display versions of xerces, sax and jaxp jars y

RE: Better alternative than using foreach, for and if/then/else?

2010-05-05 Thread Martin Gainty
unfortunately properties are immutable so that wont work i would suggest using variable instead http://ant-contrib.sourceforge.net/tasks/tasks/variable_task.html Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de

  1   2   3   4   >