Re: Use of org.hamcrest.Matchers

2018-04-22 Thread Martin Gainty
MG>Hi Gintas please see question below From: Gintautas Grigelionis Sent: Sunday, April 22, 2018 2:30 PM To: Ant Developers List Subject: Re: Use of org.hamcrest.Matchers 2018-04-22 13:56 GMT+00:00 Stefan Bodewig : On 2018-04-22, Gintautas Grigelionis wrote: > >

Re: Mapped resources NPEs - Potential fix causes a failure in one specific test

2018-02-09 Thread Martin Gainty
How many times have we seen [] implementation throw StackOverflow? this is because you are inserting elements into an already overloaded stack what happens if your stack cannot accomodate the extra element..StackOverflow refactoring to an implementation of Collection: ArrayList list=null; //now

Re: Build Script Templates

2017-12-12 Thread Martin Gainty
MG>quick comments below From: Jochen Wiedmann Sent: Tuesday, December 12, 2017 7:54 AM To: dev@ant.apache.org Subject: Build Script Templates Hi, over the last months, I was working in a larger project in a Java environment, but not directly a Java project. Suff

Re: ibiblio default URL

2017-11-13 Thread Martin Gainty
From: Gintautas Grigelionis Sent: Monday, November 13, 2017 2:12 PM To: Ant Developers List Subject: ibiblio default URL Please correct me, but it appears that https://repo1.maven.org -- which is hardcoded in multiple places -- has become https://repo.maven.apac

Re: Replace emma with jacoco?

2017-05-29 Thread Martin Gainty
to receiving your analysis Gintas 2017-05-29 0:58 GMT+02:00 Martin Gainty : > Hi Gintautas > > > clover code-coverage has been around for 15 years..atlassian just > contributed clover to Open Source this year > > https://www.atlassian.com/blog/announcements/atlassian-clover-ope

Re: Replace emma with jacoco?

2017-05-28 Thread Martin Gainty
Hi Gintautas clover code-coverage has been around for 15 years..atlassian just contributed clover to Open Source this year https://www.atlassian.com/blog/announcements/atlassian-clover-open-source Atlassian Clover is now open source - Atlassian Blog

RE: Country of Origin for Apache Ant 1.9.1

2016-10-14 Thread Martin Gainty
Founding member Stefan Bodewig is from Deutschland Founding member Jan Materne is from Deutschland source repository https://archive.apache.org/dist/ant/source/ hosted by the swedish web hosting company telia.net Mit freundlichen Grüßen/Med vänlig hälsningMartin _

RE: ant wrapper script testing

2016-10-13 Thread Martin Gainty
MG>please see quick comment below Subject: Re: ant wrapper script testing To: dev@ant.apache.org From: jwadam...@us.ibm.com Date: Thu, 13 Oct 2016 09:53:19 -0400 Things I found out/rediscovered during experiments: `echo` bash built-in modifies the input (escape interpretation, trailing newline)

RE: Returning CAB file support to ANT

2016-04-02 Thread Martin Gainty
ead/understand Steve Loughrans "ant in anger"MG>https://ant.apache.org/ant_in_anger.html MG>i didnt catch if you are implementing ant with ivy or ant non-ivy? > > v/r > gary > > > > > > > > On Sat, Apr 2, 2016 at 10:14 AM, Stefan Bodewig w

RE: Returning CAB file support to ANT

2016-04-02 Thread Martin Gainty
one option is to re-factor Cab.java into a Ant Taskdef https://ant.apache.org/manual/develop.html give a shout if you need any help creating Taskdef for Cab v/r Martin __ > Date: Fri, 1 Apr 2016 23:06:41 -0600 > Subject: Returning CAB file support t

RE: [VOTE] Stephen Haberman as a committer

2015-10-05 Thread Martin Gainty
+1 Martin _ > Date: Mon, 5 Oct 2015 09:28:43 + > From: maarten_co...@yahoo.com.INVALID > To: dev@ant.apache.org > Subject: Re: [VOTE] Stephen Haberman as a committer > > +1 > Maarten >

RE: Possible Ivy bug (and suggested fix) in ChainResolver

2015-03-25 Thread Martin Gainty
> From: lkrat...@blueorigin.com > To: dev@ant.apache.org > Subject: RE: Possible Ivy bug (and suggested fix) in ChainResolver > Date: Wed, 25 Mar 2015 18:16:08 + > > I found the root cause of the fishiness. It was not a bug (and was not > actually in ChainResolver) but is in my opinion a r

RE: Classloading issue

2014-05-11 Thread Martin Gainty
> Subject: Re: Classloading issue > From: nicolas.lale...@hibnet.org > Date: Mon, 12 May 2014 01:51:12 +0200 > To: dev@ant.apache.org > > > Le 12 mai 2014 à 01:34, Antoine Levy Lambert a écrit : > > > Hello Nicolas, > > > > I have tried your test case and it is failing as you except : > > > >

RE: Ant-Matrix-Job

2014-05-05 Thread Martin Gainty
Jan- My understanding is that one you enable fingerprints in $JENKINS_HOME/fingerprints https://wiki.jenkins-ci.org/display/JENKINS/Fingerprint then you can implement Jenkins deployment-notification-plugin then if deployment-notification-plugin was activated https://wiki.jenkins-ci.org/display/J

RE: AW: Migrating to Git

2014-04-14 Thread Martin Gainty
Jan/Stefan This is the license.txt which sits in every apache project Maven currently contains license in $M2_HOME/license.txt Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS A

RE: AW: Nexus Taskdef question

2014-02-05 Thread Martin Gainty
Jan > > > -Ursprüngliche Nachricht- > > Von: Martin Gainty [mailto:mgai...@hotmail.com] > > Gesendet: Mittwoch, 5. Februar 2014 16:54 > > An: Ant Users List; Ant Developers List > > Betreff: RE: Nexus Taskdef question > > > > Ant Gurus > >

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: [VOTE] Charles Duffy as a committer

2013-11-22 Thread Martin Gainty
-Support your proposals in particular (and the project in general) -Be diligent about squashing bugs (especially when they are out of conformance with documented SPECs or JSRs) -Be around nites and weekends (to take the load off everyone elses shoulders) -sometimes working 40 hours/week (without a

RE: Fixed(?) problem in Ivy's OSGi-Support on Windows

2013-10-21 Thread Martin Gainty
last time I used URI there was a specification of protocol://path so you would need to change file:/C:/java/workspace/de.metalevel.eclipse.mlbuild/ivy.xml to file:///C:/java/workspace/de.metalevel.eclipse.mlbuild/ivy.xml Windows needs the drive specifier C:/ http://stackoverflow.com/qu

RE: Easyant - Plugin conflict management

2013-08-26 Thread Martin Gainty
you never looked at plugin-management understanding what you're criticising before you write a commentary will lend veracity to your statements http://maven.apache.org/pom.html#Plugin_Management Martin Gainty __ Verzich

RE: Some feedback on EasyAnt

2013-04-18 Thread Martin Gainty
Xavier- in Maven if you have no Junit tests located in .\src\test folf then all test (test-scoped) dependencies are skipped the same behaviour should be emulated in 'EasyAnt' My 2 cents Martin __ Note de déni et de confidentialitéCe message est confid

RE: [VOTE] Michael Clarke as a committer

2013-03-12 Thread Martin Gainty
+1 Long hours for little or no pay.. Answering URGENT emails from engineers (who needed your help yesterday) Welcome Michael! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten S

RE: Suggestion - JUnit4 tests for Ant

2013-03-07 Thread Martin Gainty
Michael I dont see how upgrading Junit would have a 'direct impact' on any of the current releases of Ant(except for Ivy ) however There are many shoppes which run Junit under a Automated Test-framework such as selenium Generally there are release notes bundled which each version of Ant ..it wou

RE: Broken build in Java 1.5

2013-03-05 Thread Martin Gainty
No problemo Michael Its a good thing you caught this bug before we put it on any of the Apache distros Martin Gainty __ Build and test locally ...deploy ONLY when you have passed all testcases..Personal Quote Date: Tue, 5 Mar 2013 18:24:06

RE: [RESULT][VOTE] Jean-Louis Boudart as committer

2012-10-30 Thread Martin Gainty
Félicitations Jen-Louis Bienvenue sur Ant Martin __

RE: Request - Native Java "Script" Support

2012-09-21 Thread Martin Gainty
Dziękujemy, Martin Gainty __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur.

RE: File.toURL() and org.apache.tools.ant.launch.Locator.fileToURL(File)

2012-08-21 Thread Martin Gainty
Good Evening Nicolas If you can demonstrate the Ant task fails before and then a successful implementation (running the same Testcase) after applying the patch then +1 for implementing the patch Nota Bene:Make sure you catch IllegalArgumentException - If this URL is not absolute MalformedURLE

RE: deprecations

2012-08-20 Thread Martin Gainty
Hi Matt as long as there is a new method (or new class) to replace the deprecated method (or deprectaed class) Many Thanks for your diligence! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist v

RE:reproducible bug with passing filesetDir @attribute to Junit macrodefs using Ant 1.7.1

2011-09-02 Thread Martin Gainty
esponsabilité pour le contenu fourni. > Subject: Re: justin.r...@nike.com > From: nicolas.lale...@hibnet.org > Date: Fri, 2 Sep 2011 15:39:03 +0200 > CC: mgai...@hotmail.com > To: dev@ant.apache.org > > Hi Martin > > Le 2 sept. 2011 à 15:22, Martin Gainty a écrit :

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: Status of AntUnit trunk?

2011-07-21 Thread Martin Gainty
I can definitely use an AntUnit class which inherits JUnit i would appreciate any pointers on location of AntUnit code repository Thanks! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraul

RE: ant fails on gump

2011-05-09 Thread Martin Gainty
the Unknown Template placeholder declaration has changed so the original 2 array of type unknown declaration parent.kids = new ArrayList<>(2); produces: [ERROR] \Java\jdk1.7.0\fastdebug\src\main\java\java\util\logging\Logger.java:[14 00,44] illegal start of type this is the fix: parent.kids =

RE: Boreland StarTeam distros missing

2011-04-14 Thread Martin Gainty
i clicked on submit http://www.microfocus.com/forms/process.aspx?sku=MFTrialRequest&prod_id=StarTeam%20R2%202009%20Windows&evalpartnumber=STE2009R2M i dont see any transmission to submit the page should i call microsoft to determine why their code doesnt work? thanks john! Marti

RE: SSHExec - Feature request

2011-04-13 Thread Martin Gainty
nt to consider inlining the code to message body so we can see the refactor 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 a

Boreland StarTeam distros missing

2011-04-07 Thread Martin Gainty
/main/java/org/apache/tools/ant/taskdefs/optiona/scm/AntStarTeamCheckOut.java:294: package com.sta rbase.starteam does not exist Thanks! Martin Gainty __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist

RE: Import and project helpers

2010-07-16 Thread Martin Gainty
ng in JunkShotJSLibrary and reconfig the extension points If JunkShotJSLibrary doesnt support the core extension points you can find out quickly instead of endlessly agonising why it was never created Anyone know if there is anything like this in place? Martin G

RE: Adding Jon Schneider to Ant PMC

2010-07-09 Thread Martin Gainty
I agree..Schneider is an intelligent and friendly resource for ops considering Ant for their project's development environment Willkommen Herr Schneider! Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese N

RE: Core ant project in Eclipse

2010-05-15 Thread Martin Gainty
lds External tools Running external tools Modifying the Ant classpath Using a different version of Ant once all of your build.xml tasks and targets are created you can compile, package, deploy ant targets from command line ant -f NameofBuild.xml Martin Gai

RE: unsubscribing

2010-03-08 Thread Martin Gainty
xtend these attributes to apply for ALL groups of the apache family.. There is an unsubscribe at the bottom of the list..if for any reason you do not see these instructions There are instructions for subscribe or unsubscribe as shown here http://ant.apache.org/mail.html Martin G

RE: a comical question

2009-07-07 Thread Martin Gainty
für welche Frage? 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 Kopi

RE: IDE's integration with Ant any clues

2009-04-05 Thread Martin Gainty
I can see where a build/release manager would not want IDE to modify his build.xml system properties Is a way to section the build.xml so that IDE de-jour (Netbeans an example) can configure certain areas (such as new targets with target-specific properties) but not touch system defined propert

RE: ParallelExecutor

2009-04-01 Thread Martin Gainty
ables I would be interested in Ants ability to spawn daemon processes based on some known attribute such as priority.. Thanks, Martin Gainty __ Disclaimer and confidentiality note This message is confidential and may be privileged. If you are no

RE: [IVYDE] build failure

2008-09-22 Thread Martin Gainty
Erik- wondering if you ant install-ivy as suggested at https://issues.apache.org/jira/browse/IVYDE-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607344#action_12607344thanks, Martin __ Disclaimer and con

RE: Still not able to unsubscribe

2008-07-26 Thread Martin Gainty
are you moving to maven.. or ivy? whats up? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not e

RE: Adding magic properties for targets?

2008-06-02 Thread Martin Gainty
istent even when the resource ceases to exist or becomes unavailable, and to any other URI with the properties of a name So it would seem once can easily infer a globally unique requirement But one cannot infer that the resource must exist or be available I thin

Re: [VOTE] add Nicolas Lalevée as committer

2008-02-13 Thread Martin Gainty
Accordez moi Martin- - Original Message - From: "Gilles Scokart" <[EMAIL PROTECTED]> To: "'Ant Developers List'" Sent: Wednesday, February 13, 2008 4:48 AM Subject: RE: [VOTE] add Nicolas Lalevée as committer +1, Gilles > -Original Message- > From: Xavier Hanin [mailto:[EMA

RE: Lib in War Does Not Accept Path-like structures

2008-01-06 Thread Martin Gainty
Hello Petar the lib directive is embedded in the war task such as from this example http://ant.apache.org/manual/CoreTasks/war.html HTH/Martin __Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to

Re: OT: C projects for students?

2007-10-09 Thread Martin Gainty
Rewrite all the prefork MPM modules that Apache scripters love... to true multi-threaded mod_php_multithread module ...start with PHP http://www.faqs.org/docs/apache-compile/php.html Some bench marks on supposedly 'lightning quick PHP request/response roundtrip' are located here http://www.gnegg.c

WSDL2Java classpath?

2007-05-17 Thread Martin Gainty
Good Evening All Is there a classpath or classpathref attribute avail for wsdl2java Task? Thanks! Martin This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

Re: someone playing with bugzilla

2007-04-23 Thread Martin Gainty
Difficult to determine what bugs you are speaking of Can you be more specific than the generalised criticism you have thus far offered ? M-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addres

Re: IDEA

2007-03-24 Thread Martin Gainty
Matt/Kevin- *Most* IDEs will import and export build.xml (at least NetBeans and Oracle JDeveloper both have that capability) M-- --- This e-mail message (including attachments, if any) is intended for the use of the individu

Fw: where is wsdl2Java?

2006-11-29 Thread Martin Gainty
29, 2006 10:13 AM Subject: Re: where is wsdl2Java? > Martin Gainty wrote: >> Hi Scott- >> >> I copied $AXIS2_HOME/lib/axis-codegen-1.0.jar (size 189.558) to >> %ANT_HOME/lib and ran the samples.xbeans build.xml compile task >> >> first I edi

Re: DO NOT REPLY [Bug 40638] - Allow comments in PatternSet includesfile and excludesfile

2006-10-09 Thread Martin Gainty
unless of course the special charcter is escaped as in \/ Seems non-intuitive M- This e-mail communication and any attachments may contain confidential and privileged information for the use of the designated recipients named above. If you are not the intended recipient, you are hereby notified

Re: build failure.

2006-09-28 Thread Martin Gainty
1) which distro caused the error? 2) can the person who changed the source update that distro (so the build builds without error)? Thanks, Martin -- * This email message and any files transmitted with it contain confidential infor

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Martin Gainty
: could not connect to > serve > r (http://svn.apache.org) > ---end of 'svn checkout'---- > > > On 8/19/06, Mark Thomas <[EMAIL PROTECTED]> wrote: >> Martin Gainty wrote: >> > The message was truncated ..What is the root cause ? >> >>

Re: .NET Antlib plans

2006-08-19 Thread Martin Gainty
Alexey-- Theres a entirely new project to configure build environment for .NET called .NET ANTor NANT downloads available at http://nant.sourceforge.net/ HTH, Martin -- * This email message and any files transmitted with it cont

Re: No package found

2006-05-25 Thread Martin Gainty
Good Afternoon All- Apparently sourcepath attribute doesnt parse the value assigned inside Javadoc task If inside the To: "Ant Developers List" Cc: "Ant Users List" Sent: Thursday, May 25, 2006 3:53 PM Subject: No package found Javadoc task produces "folder does not contain any package" Wha

No package found

2006-05-25 Thread Martin Gainty
Javadoc task produces "folder does not contain any package" What does this mean? Thank You, * This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email

Re: Bootstrapping on Solaris does not work because of

2005-10-18 Thread Martin Gainty
w resource collection code. Was retrofitted to use them? - Alexey. Martin Gainty wrote: Dumb Question but I have to ask it You logged in as root ? Martin - Original Message - From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]> To: Sent: Monday, October 17, 2005 9:07 PM

Re: Bootstrapping on Solaris does not work because of

2005-10-17 Thread Martin Gainty
Dumb Question but I have to ask it You logged in as root ? Martin - Original Message - From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]> To: Sent: Monday, October 17, 2005 9:07 PM Subject: Bootstrapping on Solaris does not work because of I found the reason why I cannot build on Sola

Re: svn commit: r306521 - in /ant/core/trunk: docs/manual/CoreTasks/ src/etc/testcases/taskdefs/ src/main/org/apache/tools/ant/taskdefs/ src/testcases/org/apache/tools/ant/taskdefs/

2005-10-06 Thread Martin Gainty
Just from my own perspective its nice to participate in either development or answering questions of a fantastic tool such as Ant Its better if we can all make money from it Viel Gluck!!! Martin- das Amerika (001)617-852-7822 [EMAIL PROTECTED] - Original Message - From: <[EMAIL PROTECT

Re: NoClassDefFoundError when loading class from -lib

2005-09-27 Thread Martin Gainty
Jon- Follow the log4j Install doc at http://www.ingrid.org/jajakarta/log4j/jakarta-log4j-1.1.3/INSTALL Marty- "Life is what happens when you're busy making other plans" - John Lennon - Original Message - From: "Jon McLennan" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 27, 2005

Re: ant can't find javac compiler

2005-09-22 Thread Martin Gainty
I'm thinking out loud... if that is possible by email! Paul Martin Gainty writes: Paul- 2 things that I would look for move "$JAVA_HOME\bin" to front of $PATH make sure your JRE and JDK(SDK) are the same version e.g. javac -version Test.java java -version SHOULD repor

RE: ant can't find javac compiler

2005-09-22 Thread Martin Gainty
Paul- 2 things that I would look for move "$JAVA_HOME\bin" to front of $PATH make sure your JRE and JDK(SDK) are the same version e.g. javac -version Test.java java -version SHOULD report the same version Anyone else ??? Martin Gainty (mobile) 617-852-7822 (http)www.laconiadatas

Re: XJ - xml extension for Java

2005-07-31 Thread Martin Gainty
Castor will marshall to xml file or unmarshall from xml based on descriptor or reflection check out http://www.castor.org/xml-framework.html I knew of a guy named Igor Pechanski that worked on the Cygwin project that went to NYU any relation ??? Martin- - Original Message - From: "Igor

Re: New external task: Incanto

2005-06-12 Thread Martin Gainty
Can I execute Oracle Procedures??? Wohlgetan! Vielen Danke, Martin- - Original Message - From: "Alexander Karnstedt" <[EMAIL PROTECTED]> To: Sent: Sunday, June 12, 2005 3:39 PM Subject: New external task: Incanto Hello, I've just released an Ant task project named "Incanto" wich i

Re: Can you help me!!!

2005-06-09 Thread Martin Gainty
Srinivas: As a matter of common courtesy: 1)We do not hike other people's mail conversation thread to promote our own agenda 2)We send mail to group instead of to individual(s) who contribute to any list Doing the former is considered rude behaviour Doing the latter is considered disrepectful i

Re: Out of Office

2005-06-08 Thread Martin Gainty
I wholeheartedly agree! 'Out of office' and 'On vacation' messages should NOT be routed to subscriber list - Original Message - From: "Jeffrey E Care" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Wednesday, June 08, 2005 9:21 AM Subject: Re: Out of Office Can we get someon

Re: FTP Connection as Referenced Object

2005-06-04 Thread Martin Gainty
Steve et al You may want to take a look at SSH FTP RFCs most notably http://lftp.yar.ru/draft-ietf-secsh-filexfer-00.txt In section 6.1 This spec supports there are no ordering restrictions on the server for processing requests from two different file transfer connections. The server may interle

Re: [offtopic] jspc?

2005-05-27 Thread Martin Gainty
As far as your production build goes it is always Better to play safe Jspc compiler will catch goofy errors such as those who doubly define their error page in jsp missing taglibs..Much better to be safe and compile beforehand. Which adapter you use is a topic unto itself I would look at Jasper

Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html

2005-05-17 Thread Martin Gainty
Peter- What is the solution? M- - Original Message - From: "Peter Reilly" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Tuesday, May 17, 2005 12:50 PM Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html Martin Gainty wrote: Not to m

Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html

2005-05-17 Thread Martin Gainty
Not to mention > and other escaped characters Can the Ant mail server either parse the html escaped characters and insert the correct character representation -OR- Reject the transmission altogether? Vielen Danke, Martin- - Original Message - From: "Dominique Devienne" <[EMAIL PROTECTED]

Re: Duplicate Class Error when Re-using Javac Task

2005-02-25 Thread Martin Gainty
Robert Did you enable the javac task fork="true" Viel Gluck, Martin- - Original Message - From: "Robert Virkus" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Friday, February 25, 2005 11:13 AM Subject: Duplicate Class Error when Re-using Javac Task Hi everyone,

Submittal

2004-09-03 Thread Martin Gainty
Please indicate procedure to submit this task for inclusion to replace task. I am attaching the class for your review- Thank You, Martin Gainty 287 Alewife Brook Parkway Somerville MA 02144 (US) 001-617-852-7822

Re: Request

2003-08-28 Thread Martin Gainty
EE\\j2ee_sdk_win > > properties are read with java.util.Properties#load > the backslash must be escaped. > > Antoine > > - Original Message - > From: "Martin Gainty" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, August

Request

2003-08-28 Thread Martin Gainty
when build.properties contains j2ee.home=J:/J2EE/j2ee_sdk_win ant builds correctly When build.properties contains j2ee.home=J:\J2EE\j2ee_sdk_win ant doesnt build because it cannot resolve JAVA_HOME PLEASE make the forward and back slashes interchangeable -Martin - Original Message - Fro

Re: .NET tasks and Mono

2003-08-13 Thread Martin Gainty
Stefan- Could you provide the source so we can run the CSharp Compiler and see the errors on our own box? -Martin - Original Message - From: "Stefan Bodewig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 13, 2003 6:59 AM Subject: .NET tasks and Mono > I've played som

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util FileUtilsTest.java

2003-06-24 Thread Martin Gainty
Alright I'll ask the dumb question What happened on Jan 1 1601??? -Martin - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Developers List" <[EMAIL PROTECTED]> Sent: Monday, June 23, 2003 9:15 PM Subject: Re: cvs commit: ant/src/testcases/org/apache/tools/ant/util Fi