Re: [**EXTERNAL**] Re: Future of Ivy and IvyDE

2024-10-08 Thread D'Anjou, Martin
Thank you for all your years of work on Ivy. Ivy is the only dependency resolver that I know that supports branches during resolution. Even Gradle does not have first class support for branches. Martin From: Jaikiran Pai Sent: October 8, 2024 10:56 AM To: Ant

RE: [**EXTERNAL**] RE: Future of Ivy and IvyDE

2023-08-22 Thread D'Anjou, Martin
changing its core. We can create a custom resolver in Ivy that supports our branch scenarios, and apparently without touching its core. So I hope Ivy has a future. Martin -Original Message- From: s.an...@infass.com.INVALID Sent: Tuesday, August 22, 2023 12:45 PM To: ivy-u...@ant.apach

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
; //now i can test the list for null if(list == null) and if you absolutely positively need an array T []someArray = list.toArray() +1 for Jaikiran patch Martin __ From: Jaikiran Pai Sent: Friday, February 9, 2018 5:05 AM

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
urceforge.net I agree to receive quotes, newsletters and other information from sourceforge.net and its partners regarding IT services and products. I understand that I can ... WDYT of Clover? Martin __ From: Gin

Extending Ivy standalone interface to dump full location of published artifacts

2016-12-17 Thread Martin
flag to this component just to dump the destination in this resolver class Any advice would be really helpful. Thanks, Martin

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 s

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 >

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

Develop custom Ivy parser

2014-12-17 Thread Martin Flores
Hi everyone, I'm about to develop to develop a custom Ivy parser but I haven't found enough information on the Ant/Ivy web sites about it. I already checkout the Ivy code but, I would like to know if someone can point me to a sample about how to integrate a custom parser on Ivy. Thanks in advance

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
logs? to determine who wiped https://builds.apache.org/job/Ant-Build-Matrix even so if its gone then the only thing we can do is ask Mr Troy for his latest backup? Martin > From: apa...@materne.de > To: dev@ant.apache.org > Subject: Ant-Matrix-Job > Date: Mon, 5 May 2014 12

RE: AW: Migrating to Git

2014-04-14 Thread Martin Gainty
h GIT init/clone: http://gitref.org/creating/#init you have a private GIT repo with you wherever you go http://24ways.org/2013/keeping-parts-of-your-codebase-private-on-github/ so if you're wandering thru a airport and you lose Wifi you STILL have a copy of the repo on your box with fetch

RE: AW: Nexus Taskdef question

2014-02-05 Thread Martin Gainty
Vielen Danke Jan! 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

RE: Nexus Taskdef question

2014-02-05 Thread Martin Gainty
aven cache and grabs what is appropriate, instead of getting the absolute latest one. Is there an ant taskdef to download the most recent (snapshot) artifact from Nexus? Danke, Martin __ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confi

RE: [VOTE] Charles Duffy as a committer

2013-11-22 Thread Martin Gainty
a dime of remuneration!) Welcome to the group Mr Duffy! -) Martin __ Place long-winded disclaimer at this location > From: anto...@gmx.de > To: dev@ant.apache.org > Date: Fri, 22 Nov 2013 12:07:48 -0500 > Subject: [VOTE] Charle

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

2013-10-21 Thread Martin Gainty
/questions/2466369/uri-for-local-resources Viel Gluck, Martin- Date: Mon, 21 Oct 2013 12:35:07 +0200 From: riccardo.fosc...@meta-level.de To: dev@ant.apache.org Subject: Fixed(?) problem in Ivy's OSGi-Support on Windows Hello Ivy developers, FYI: I'm trying to use Ivy 2.3.0 OS

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 m

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

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
MalformedURLException - If a protocol handler for the URL could not be found, or if some other error occurred while constructing the URLMerci Martin __ Note de déni et de confidentialité Ce message est confidentiel et peut être privilégié. Si vous n'

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

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

2011-09-02 Thread Martin Gainty
Merci Nicolas! Martin -- __ 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. N'

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

RE: ant fails on gump

2011-05-09 Thread Martin Gainty
t.kids = new ArrayList(2); [INFO] Compiling 7464 source files to $JDK&_HOME\fastdebug\target\classes 1 week later..(and I'm still compiling) is this the error you are seeing? Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht

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é

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

Fwd: loop replace mapper

2010-05-01 Thread Patrick Martin
I guess I should have posted this mail on ant dev mailing list. Is this request too late for ant 1.8.1 ? -- Forwarded message -- From: Patrick Martin Date: Sat, May 1, 2010 at 3:17 PM Subject: loop replace mapper To: Ant User Hello, I wrote a small mapper which loops on a

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

Re: distribution of ivy with ant

2009-05-27 Thread Martin Eigenbrodt
easier. Best regards, Martin 2009/5/27 Xavier Hanin > On Tue, May 26, 2009 at 4:49 PM, Steve Loughran wrote: > > > Enis Soztutar wrote: > > > >> I don't know if it is discussed previously but I was wondering why ivy > is > >> not included in

[IVY] post-install-event

2009-05-12 Thread Martin Eigenbrodt
fireing postPublishEvents. Is that ok? Best regards Martin

Re: Replaceregexp in ANT

2009-04-16 Thread Martin von Gagern
this dev list. See http://ant.apache.org/mail.html Greetings, Martin von Gagern signature.asc Description: OpenPGP digital signature

Where to send patches (was: Re: [PATCH] [Bug 47002] junitreport: expose classpath of internal XSLTProcess task)

2009-04-14 Thread Martin von Gagern
chments. Use CVS diff files > please! If you prefer bugzilla over mails, it should be indicated here. You might also replace CVS by SVN while you are at it. Greetings, Martin von Gagern signature.asc Description: OpenPGP digital signature

Re: [PATCH] [Bug 47002] junitreport: expose classpath of internal XSLTProcess task

2009-04-09 Thread Martin von Gagern
Martin von Gagern wrote: > This is the mailing list inbcarnation of bug 47002. > https://issues.apache.org/bugzilla/show_bug.cgi?id=47002 > > [...] > > Please review, > Martin von Gagern I forgot to attach the patch. Doing so now. Expose classpath and factory of inte

[PATCH] [Bug 47002] junitreport: expose classpath of internal XSLTProcess task

2009-04-09 Thread Martin von Gagern
but if you prefer it, I can implement that as well. Please review, Martin von Gagern signature.asc Description: OpenPGP digital signature

RE: IDE's integration with Ant any clues

2009-04-05 Thread Martin Gainty
properties ? Martin __ Verzicht und Vertraulichkeitanmerkung / Disclaimer and confidentiality note Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung

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: AW: AW: New iterating task

2008-12-18 Thread Martin Holst Swende
That was a nice one! That one should definitely exist as well - if it does not already exist (?) maybe I'll implement that if time permits. Regarding getting it into antcontrib instead - that was my intention from the beginning, guess I chose the wrong mailing list? Apologies... /M

Re: AW: New iterating task

2008-12-18 Thread Martin Holst Swende
Yes, it does. However, the foreach-task, to my understanding, cannot as easily be used in the examples I provided, since it does not provide parametrized file-information (basedir, path, name and extension). Otherwise, it is very similar. /Martin jan.mate...@rzf.fin-nrw.de wrote: Sound

New iterating task

2008-12-18 Thread Martin Holst Swende
in this case "rescale") and be pretty flexible with the input parameters to that task. So, have I re-invented the wheel? Regards, Martin Holst Swende -- Martin Holst Swende . MSC Konsult AB tel: +46(0)70 9519098 ... V

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

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

weblogic.ant.taskdefs.pointbase.PointBase

2008-06-23 Thread Martin
Greetings all- Am attempting to locate weblogic.ant.taskdefs.pointbase.PointBase Any clues which jar would have PointBase class??? Thanks Martin

Re: Ivy confluence wiki

2008-06-12 Thread Martin
Look at the .htaccess file for the folder contents you want to access If you are a member of the group that has write access you're good to go Bon Chance Martin- - Original Message - From: "Xavier Hanin" <[EMAIL PROTECTED]> To: "Ant Developers List" Sen

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 Me

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

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

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: BOF Session at ApacheCon in Amsterdam?

2007-04-02 Thread Martin van den Bemt
Don't know if I go to the BOF, but definitely looking forward to meet you! Mvgr, Martin Stefan Bodewig wrote: > Hi, > > I saw Steve mention a possible BOF to talk about an improved lifecycle > API for tasks and types. This might not be enough for a full fledged > BOF but

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
Hello All- Any suggestions where to locate the axis-ant-plugin jar? Thanks, Martin - 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

Bad link to 1.7RC1 manual on Ant home page

2006-11-17 Thread Patrick Martin
Hello, It seems that the link to the 1.7RC1 manual is wrong on Ant home page. It's http://ant.apache.org/manual-beta instead of http://ant.apache.org/manual-rc/. Cheers, Patrick - To unsubscribe, e-mail: [EMAIL PROTECTED] For

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

Re: [EMAIL PROTECTED]: Project dotnet-antlib-test (in module ant-antlibs) failed

2006-09-02 Thread Martin van den Bemt
You are aware that I moved a lot of stuff around on vmgump to solve the diskspace problems we had? One of these is the move of mono from your home directory to /home/users/bodewig. Mvgr, Martin Stefan Bodewig wrote: On Fri, 01 Sep 2006, Steve Loughran <[EMAIL PROTECTED]> wrote: w

Re: svn commit: r434226 - in /ant/core/trunk: CONTRIBUTORS WHATSNEW src/main/org/apache/tools/ant/taskdefs/MacroInstance.java

2006-08-24 Thread Martin van den Bemt
CONTRIBUTORS is marked binary ? Mvgr, Martin [EMAIL PROTECTED] wrote: Author: peterreilly Date: Wed Aug 23 15:32:36 2006 New Revision: 434226 URL: http://svn.apache.org/viewvc?rev=434226&view=rev Log: [PATCH] bugzilla 40238 - nested macrodef Modified: ant/core/trunk/CONTRIBUTORS

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Martin Gainty
would use the absolute path e.g. /AbsolutePath to find the property file as here This means the /usr/local/svn-plugins-deploy folder MUST EXIST Martin -- * This email message and any files transmitted with it contain co

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

Re: AntLauncher: avoid exiting VM!

2006-07-01 Thread Martin Bengl
mmatically. Jeffrey E. (Jeff) Care [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> IBM WebSphere Application Server Development WAS Pyxis Lead Release Engineer WebSphere Mosiac WebSphere Brandmark Mart

AntLauncher: avoid exiting VM!

2006-07-01 Thread Martin Bengl
tter and setter would be fine: public static String mainClassName = MAIN_CLASS; public static void setMainClassName(String newMainClass) { mainClassName = newMainClassName; } using in method run(..) without exception handling: Class mainClass = loader.loadClass(mainClassName);

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: Scp is this possible?

2006-05-09 Thread Martin Menzel Apache
rsync have a look to the jarsync library. Good luck Martin Kevin Jackson schrieb: >> >> ah the joy of a world where the ops team doesnt trust the developers. >> Which is why I'm hosting my current endpoint on a laptop at home -I am >> the ops team. >> > >

Re: svn commit: r404909 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Replace.java

2006-05-08 Thread Martin van den Bemt
You probably know this already, but soon the copyright year will be replaced :) Mvgr, Martin [EMAIL PROTECTED] wrote: Author: bodewig Date: Sun May 7 20:44:18 2006 New Revision: 404909 URL: http://svn.apache.org/viewcvs?rev=404909&view=rev Log: 2006 Modified: ant/core/trunk/src/main

Junit and Junit Report Task with javadoc integration

2006-05-07 Thread Martin Menzel Apache
let me know if somebody is interested in my code. Regards Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bootstrapping on Solaris does not work because of

2005-10-18 Thread Martin Gainty
/chmod.html благодарность, Martin- - Original Message - From: "Alexey N. Solofnenko" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Tuesday, October 18, 2005 3:08 PM Subject: Re: Bootstrapping on Solaris does not work because of I think it may be related to ne

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

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: <[EM

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
Good Afternoon Paul The documentation for the ant javac task is available at http://ant.apache.org/manual/CoreTasks/javac.html 2 things.. set fork = "yes" take a look at the parameter called executable Complete path to the javac executable to use in case of fork="yes" HTH, Ma

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: Task writing: generic type support

2005-09-15 Thread Yves Martin
I copy tasks and types from one Ant project to another ? It is simple to do that with properties. I suppose it is not impossible to do that with tasks/types. I just ask for help to avoid to "waste" time into Ant internals hacking... but I will do it in case of non response. T

Re: Task writing: generic type support

2005-09-12 Thread Yves Martin
Like taskdef and typedef... The plugin project has been "forked" from the main Ant project. How can I (programmatically speaking) transfer taskdef/typedef from the plugin project to the main project ? Regards, -- Yves Martin ---

Re: Task writing: generic type support

2005-09-06 Thread Yves Martin
ay to propagate typedef/taskdef/antlib from a project to another project ? Of course, I have access to ClassLoader and anything I want... Regards, -- Yves Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Task writing: generic type support

2005-09-05 Thread Yves Martin
Or such a method is not supported ? Thank you in advance for your help -- Yves Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Subversion migration?

2005-08-30 Thread Yves Martin
install a post-commit hook in subversion to keep cvs up-to-date even with read-only access: http://sam.zoy.org/writings/programming/svn2cvs.html Regards, -- Yves Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is it possible to get the CPU usage and memory usage from JAVA?

2005-08-25 Thread Yves Martin
your command line - the command line by itself does not consume CPU or memory) On which operating system do you want to monitor processes ? -- Yves Martin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

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

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

Re: Can you help me!!!

2005-06-09 Thread Martin Gainty
ctful if the individual you are addressing has not emailed you previously- Regards, Martin- - Original Message - From: "Srinivas" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Thursday, June 09, 2005 6:22 AM Subject: Can you help me!!! Dear Smith,

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
interleave and parallelize them at will. asuming of course we can get a SSH session up and running thru the JVM Advice /Ideas ? Martin- - Original Message - From: "Steve Cohen" <[EMAIL PROTECTED]> To: "Ant Developers List" Sent: Saturday, June 04, 2005 3:27 PM

  1   2   >