Aquileo | Recent changes to support-requestshttps://sourceforge.net/p/ant-contrib/support-requests/2018-08-14T08:20:36.154000ZRecent changes to support-requestsAquileo | Java 11 Compatibility check: Ant Contrib2018-08-14T08:20:36.154000Z2018-08-14T08:20:36.154000ZKrzysztofhttps://sourceforge.net/u/kryniu/https://sourceforge.net955589e7a008f4048ed1b6cd70dfdd900d1dc32b<div class="markdown_content"><p>Hi,<br/> We are reaching out to you to check Java 11 compatibility of the library Ant Contrib.</p> <p>Could you help us by answering the following questions:<br/> 1. Library Name: &lt;library name.="" e.g:="" activation=""&gt;<br/> 2. Lates version: &lt;latest 1.1.1="" eg:="" version.=""&gt;<br/> 3. Latest version Is the library compatible with Java 11 Compatible? (Y/N)<br/> 4. Is the library supported with Java 11? (Y/N)<br/> 5. (If “N” in compatibility or support) What is the versions that would be compatible and Supported?<br/> 6. Date of support availability?&lt;/latest&gt;&lt;/library&gt;</p> <p>Appreciate your response by 17.08.2018.</p> <p>Thanks,<br/> Krzysztof Dragan,<br/> PTC Inc. Contractor</p></div>Aquileo | Java 9 compatibility check2017-06-06T10:31:30.284000Z2017-06-06T10:31:30.284000Zrajendra rathorehttps://sourceforge.net/u/rarathore/https://sourceforge.net26d50b26b1ec5c90afe15c85835d17a92e5ec20c<div class="markdown_content"><p>Hi Team<br/> As you know Java9 release date is coming near (End of July 2017), So Please let me know whether you have any plan to incorporate Java 9 related changes in your libs,<br/> Thanks a lot<br/> Rajendra Rathore</p></div>Aquileo | resurrect 'antfile' attribute2010-12-22T17:35:55Z2010-12-22T17:35:55Zchris@twchttps://sourceforge.net/u/chrisattwc/https://sourceforge.net0b902cc57e67ffbe9d19093b8fc72e242c30a2a8<div class="markdown_content"><p>I just tried to upgrade from 0.6 to 1.0.3b3 and saw you removed the 'antfile' attribute (like in core &lt;ant&gt; task) from &lt;antfetch&gt;. In my opinion it would've been better to make it optional. I need 'antfile' because I've set up a "modular" build system where you can call targets in other buildfiles like Java calls methods in other objects (for ex, I have a CVS.xml buildfile containing all my CVS-specific targets). I like some of the new tasks, but I'm unable to upgrade because you broke me.</p></div>Aquileo | Trying to override old definition of task switch -messages2009-10-28T13:25:42Z2009-10-28T13:25:42ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.netf4d4a89a587db0d6c60c207109ea5bb28547c24c<div class="markdown_content"><p>I am running ANT 1.7.1 and ant-contrib-1.0b3 and getting these messages all over the build: "Trying to override old definition of task switch".</p> <p>I am using taskdef declaration: &lt;taskdef resource="net/sf/antcontrib/antlib.xml"/&gt;. Also tested with properties file with same results. I am using only if task in my build-file.</p> <p>Does anyone have any idea how to suppress those messages.</p></div>Aquileo | Cross-compiler support2009-07-15T12:47:00Z2009-07-15T12:47:00ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.nete5d4c6af83c2b7f457964950e08464e741210ccb<div class="markdown_content"><p>Is it possible to add cross-compiler support for cpptasks? I need the ability to choose what compiler to be used without having to use the ones that are given. There should be an easy way to select the compiler without it having to choose from the ones that are supported.</p></div>Aquileo | allow gcc coverage/profile flags in linker2009-03-17T14:05:19Z2009-03-17T14:05:19ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net199bc1858e07e6e3f4af88fd6f2e8e68498f130b<div class="markdown_content"><p>attached it the diff file (patch file?) to allow gcc pass linker flags to allow coverage/profile/stacktrace code</p></div>Aquileo | LNK2019 error with MSVC2009-01-27T08:35:25Z2009-01-27T08:35:25ZSimon Martinhttps://sourceforge.net/u/saimen54/https://sourceforge.net3c4234c5e09c74593f87754517c17a4e73232206<div class="markdown_content"><p>Hi,</p> <p>I use cpptasks to compile a project with MSVC. Now I added an external library (GSL) to my project.<br /> I can properly compile this project using VisualC++2005, but when I try to compile with cpptaks I get a LNK2019 error.</p> <p>Attached you find the two ant files used (the project is compiled in two sub projects) and below the working VC commands (pasted from the project properties)</p> <p>Any hints?</p></div>Aquileo | please update the site http://ant-contrib.sourceforge.net/2008-06-10T19:16:49Z2008-06-10T19:16:49ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.net87ed919116484141e402575ce16eb89123523708<div class="markdown_content"><p>Hi all,<br /> I feel that tha site <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a> and the related links are certainely needed to be updated the information present in them are not as updated as the ant-contrib.jar itself is. That sometimes causes lots of issues in installing and using ant-contrib.jar effectively.</p> <p>Thanks,<br /> Sactiw.</p></div>Aquileo | Add support for custom gcc execs2006-10-10T22:48:36Z2006-10-10T22:48:36ZAndre John Mashttps://sourceforge.net/u/ajmas/https://sourceforge.net2d236d111b3b25a490b20a1eee834f517401e87f<div class="markdown_content"><p>We use a cross-compiler for our embedded platform. The<br /> compiler is provided to us by the manufacturer of the<br /> board and the gcc tools are prefixed by the name<br /> 'powerpc-eabi-'. I have made a modified version of the<br /> gcc unit to support this name. It would be nice to be<br /> able to easily add support for custom GCCs, rather than<br /> having to duplicate the GCC code every time.</p> <p>My suggestion would be to have a properties file for<br /> each GCC, that would then be read by a generic GCC<br /> class. Something like:</p> <p>#gcc variants recognised<br /> gcc.variants=gcc,powerpc-eabi</p> <p>#standard gcc<br /> gcc.gcc=gcc<br /> gcc.g++=g++<br /> gcc.ld=g++<br /> gcc.ld.option.prefix=<br /> gcc.ld.option.full=</p> <p>#eCos PowerPC EABI<br /> powerpc-eabi.gcc=powerpc-eabi-gcc<br /> powerpc-eabi.g++=powerpc-eabi-g++<br /> powerpc-eabi.ld=powerpc-eabi-g++<br /> powerpc-eabi.ld.option.prefix=-T<br /> powerpc-eabi.ld.option.full=-msoft-float,-msoft-float</p></div>Aquileo | New task 'rof' - execute 'for' task but in reverse order2006-09-13T15:51:11Z2006-09-13T15:51:11ZAnonymoushttps://sourceforge.net/u/userid-None/https://sourceforge.netaae4a9e592173f433cb3e9cf55a3d4e082fc243a<div class="markdown_content"><p>I've extended the ForTask with a new class RofTask - <br /> it does everything exactly the same, except it <br /> iterates the supplied 'list' backwards. Please let me <br /> know if your interested in my contribution.</p> <p>mailto://joe@jpedwards.com</p></div>