Re: Ant causes huge freezes in Eclipse

2009-01-28 Thread Darin Swanson
You can file the bug against Eclipse Platform Ant at https://bugs.eclipse.org/bugs/enter_bug.cgi but from memory I am pretty sure this issue is already logged but don't hesitate to do a quick check and file away. I would suggest trying turning off some of the preferences to see if you can squee

Re: How to trace visually ANT script processing?

2009-01-08 Thread Darin Swanson
I will have to chime in with a "me too" for the Eclipse IDE :-) Darins http://runnerwhocodes.blogspot.com/ Klaus Malorny 01/08/2009 01:47 PM Please respond to "Ant Users List" To Ant Users List cc Subject Re: How to trace visually ANT script processing? On 2009-01-08 20:53, Ben St

Re: Headless Ant: problems with loggers and listeners

2007-11-06 Thread Darin Swanson
I have been working with Gab within the Eclipse newsgroups. Eclipse had a bug in its 3.0 release (3 yrs ago) that caused problems with the XMLLogger. https://bugs.eclipse.org/bugs/show_bug.cgi?id=80435 This is fixed in Eclipse 3.1 and newer. You can add additional listeners, just not change the l

Re: AW: Eclipse still using Ant 1.6.5 because of bug in Ant 1.7.0

2007-10-25 Thread Darin Swanson
Eclipse 3.3.* ships with Ant 1.7.0 We were able to come up with a workaround for the Ant problem on Windows and decided to ship with the known problem for Mac and Unix machines as outlined in https://bugs.eclipse.org/bugs/show_bug.cgi?id=187993 where it also outlines that this problem is fixed

Re: Input Task problem

2007-08-07 Thread Darin Swanson
An Eclipse bug not an Ant issue. https://bugs.eclipse.org/bugs/show_bug.cgi?id=195986 Fixed in the 3.4 stream. Planning to fix in the 3.3.1 stream. Thanks Darins Jean-Francois Croteau <[EMAIL PROTECTED]> 08/07/2007 11:01 AM Please respond to "Ant Users List" To user@ant.apache.org cc Su

RE: ant and eclipse?

2006-09-29 Thread Darin Swanson
If you have the exact error message I would search the javac and Eclipse bug database and see if it is a known problem (with potential workaround) HTH Darins "Mark Modrall" <[EMAIL PROTECTED]> 09/29/2006 12:33 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject RE: ant a

RE: ant and eclipse?

2006-09-29 Thread Darin Swanson
Start Eclipse using the -vm option so that you know exactly which JDK you are using. You can configure the JDK compilance for the Eclipse compiler in other ways but using the VM option to set your default JDK to 1.5 will likely be the easiest to fix your problem. If you continue to have issues

Re: ANT in eclipse - ${eclipse.home} property

2006-08-17 Thread Darin Swanson
No We have: https://bugs.eclipse.org/bugs/show_bug.cgi?id=78298 Patches considered and reviewed. Darins "LIRA Olavo" <[EMAIL PROTECTED]> 08/17/2006 03:19 PM Please respond to "Ant Users List" To "Ant Users List" cc Subject ANT in eclipse - ${eclipse.home} property Hello,

Re: Can't see build file output in Console view, using -logger option

2006-05-22 Thread Darin Swanson
You can see the whole Ant command line invocation within Eclipse by opening the Debug view and right clicking on the Ant process>Properties>Process Information>Command Line And yes, we have a logger and an input handlerno surprises there. Darins Steve Loughran <[EMAIL PROTECTED]> 05/22

Re: Setting memory options for Ant in Eclipse

2006-01-17 Thread Darin Swanson
Are you running Ant in the same or separate JRE from Eclipse? See you JRE tab for your Ant launch configuration. For same JRE as Eclipse launch Eclipse with -Xmx and -Xms options set For separate JRE, specify the VM arguments on the JRE tab for your Ant launch configuration. Likely in the futu

Re: getProject() returns null

2005-12-28 Thread Darin Swanson
See Eclipse bug 34466 comment #7 or see the Eclipse Readme the Platform - Ant section or the Eclipse help: http://help.eclipse.org/help31/index.jsp ?topic=/org.eclipse.platform.doc.isv/guide/ant_contributing_task.htm "Important rules..." section HTH Darins Mark Russell <[EMAIL PROTECTED]> 12

Re: Refresh the navigation view from build.xml

2005-09-07 Thread Darin Swanson
Really should be in an Eclipse forum... Take a look at the Refresh tab for your Ant launch configuration. No need to do manually what you can set up to do automatically :-) HTH Darins Andrew Goktepe <[EMAIL PROTECTED]> 09/07/2005 10:29 AM Please respond to "Ant Users List" To Ant Users Lis

Re: Eclipse input task -inputhandler

2005-08-05 Thread Darin Swanson
Eclipse has an input handler for both same and separate JREs in the 3.1 release. I highly recommend moving to the Eclipse 3.1 release. Darins Jeffrey E Care/Raleigh/[EMAIL PROTECTED] 08/05/2005 04:22 AM Please respond to "Ant Users List" To "Ant Users List" cc Subject Re: Eclipse input t

Re:

2005-07-13 Thread Darin Swanson
But you need to set inheritAll to false...it defaults to true for the ant task HTH Darins "Alan Char" <[EMAIL PROTECTED]> 07/13/2005 12:37 PM Please respond to "Ant Users List" To cc Subject I am using Ant 1.6.2 and it looks to me like inheritAll="false" isn't working for the tas

Re: Property value coming from unknown source

2005-07-05 Thread Darin Swanson
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=45717 HTH Darins "Chris" <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 07/05/2005 12:21 PM Please respond to "Ant Users List" To user@ant.apache.org cc Subject Re: Property value coming from unknown source Nope, that doesn't a

Re: Javac version

2005-06-14 Thread Darin Swanson
Which Eclipse? I would make an educated guess that you are running Eclipse with 1.4.2 but you are doing your build with 1.3.* or have a 1.3.* tools.jar on your Ant runtime classpath? Check the JRE tab and the classpath tab for your Ant launch configuration that is failing. HTH Darins Note: in

Re: Ant 1.6.3 release

2005-04-28 Thread Darin Swanson
Barring any unforeseen problems, this release will be included in next weeks Eclipse integration build (in tonight's nightly build) https://bugs.eclipse.org/bugs/show_bug.cgi?id=88138 FYI and Thanks Ant Team! Darins Antoine Lévy-Lambert <[EMAIL PROTECTED]> 04/28/2005 07:54 AM Please respond

Ant + cvs + SSH

2005-04-06 Thread Darin Swanson
Hello, I have a problem with cvs running with ssh from Ant. Connecting to cvs directly from the commandline works as expected. When I attempt the same cvs incantation running the cvs task from Ant it just seems to hang. The ssh.exe is invoked (my trusty firewall tells me that) but then nothin

Re: AW: AW: problem with javadoc

2005-02-11 Thread Darin Swanson
The JRE/JDK used for an Ant build in Eclipse is specified on the JRE tab of the Ant launch configuration. It uses the default install as specified in the installed JREs preference page (or the project specific JRE settings if different from the global preference). You can set the build to occ

Re: debug ANT

2005-02-03 Thread Darin Swanson
Honking my own horn...Eclipse has it as well as of 3.1 M4 See the new and noteworthy (this is from one of the mirrors): http://eclipse-mirror.jab.fi/site/eclipse/downloads/drops/S-3.1M4-200412162000/eclipse-news-part1-M4.html The Ant debugger we provide does not allow for the stepping into the ac

Re: debug ANT

2005-02-03 Thread Darin Swanson
Likely better to ask these questions in an Eclipse based forum (such as the eclipse.platform newsgroup) On the JRE tab for your Ant launch configuration specify the following VM arguments in the VM arguments text pane: -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=

Re: AW: Where does optional.jar come from?

2005-01-24 Thread Darin Swanson
Thank Jan :-) The latest Eclipse release has no optional.jar Eclipse 3.0.1 ships with Ant 1.6.2 Eclipse does not modify the Ant distribution...simple rebundles it and provides it within the org.apache.ant plugin. Darins [EMAIL PROTECTED] [EMAIL PROTECTED] 01/23/2005 11:15 PM Please re

Confusing "Complete build sequence"?

2005-01-21 Thread Darin Swanson
Hey all, I was wondering if anyone else finds the "Complete build sequence" string output confusing (from Project.topoSort(String, Hashtable)) I had to go and look at the code to figure out why all those non-referenced targets were showing up :-) It really seems to have no direct bearing on th

Re: ${ant.home} partly broken in Ant 1.6.2 - also ${ant.library.dir}

2005-01-04 Thread Darin Swanson
This is a problem in the Ant integration of Eclipse. ant.home and ant.library.dir are not being set for the parsing occurring in the Ant editor. This problem has no impact on actually running the build...only an incorrect indication of a problem in the Ant editor of Eclipse. Logged as https://

Task.getOwningTarget()

2004-11-09 Thread Darin Swanson
Tasks that are top level tasks (in the "implicit" target) are returning the implicit target for Task.getOwningTarget() This appears to clash with the javadoc for set/getOwningTarget. Can the owning target be null or the implicit target or is the javadoc out of date (null cannot be returned)? T

Re: facing problem while integrating ant with eclipse(2.1.1)

2004-08-20 Thread Darin Swanson
First I would encourage you to use the eclipse newsgroups for Eclipse specific issues. You can set Eclipse to use Ant 1.6.1 if you are willing to upgrade to either version 2.1.3 or Eclipse 3.0. In 2.1.3 you will need to set Ant home to point to your Ant 1.6.1 install. Eclipse 3.0 ships with An

RE: Out of memory with javac

2004-05-25 Thread Darin Swanson
.4.1_02 and does not work on 1.4.1_03. Pete Bulford <mailto:[EMAIL PROTECTED]> -Original Message- From: Darin Swanson [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 3:10 PM To: Ant Users List Subject: RE: Out of memory with javac Thanks NetaB...but I don't think you helped

RE: Out of memory with javac

2004-05-25 Thread Darin Swanson
s deprecated when you use your default javac. netaB -Original Message- From: Darin Swanson [mailto:[EMAIL PROTECTED] Sent: Tuesday: May 25: 2004 3:43 AM To: Ant Users List Subject: Out of memory with javac Ant 1.6.1 Running the same buildfile I am seeing different results for using javac dep