Aquileo | Recent changes to support-requestshttps://sourceforge.net/p/ant-contrib/support-requests/Recent changes to support-requestsenTue, 14 Aug 2018 08:20:36 -0000Aquileo | Java 11 Compatibility check: Ant Contribhttps://sourceforge.net/p/ant-contrib/support-requests/32/<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>KrzysztofTue, 14 Aug 2018 08:20:36 -0000https://sourceforge.net955589e7a008f4048ed1b6cd70dfdd900d1dc32bAquileo | Java 9 compatibility checkhttps://sourceforge.net/p/ant-contrib/support-requests/31/<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>rajendra rathoreTue, 06 Jun 2017 10:31:30 -0000https://sourceforge.net26d50b26b1ec5c90afe15c85835d17a92e5ec20cAquileo | resurrect 'antfile' attributehttps://sourceforge.net/p/ant-contrib/support-requests/30/<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>chris@twcWed, 22 Dec 2010 17:35:55 -0000https://sourceforge.net0b902cc57e67ffbe9d19093b8fc72e242c30a2a8Aquileo | Trying to override old definition of task switch -messageshttps://sourceforge.net/p/ant-contrib/support-requests/29/<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>AnonymousWed, 28 Oct 2009 13:25:42 -0000https://sourceforge.netf4d4a89a587db0d6c60c207109ea5bb28547c24cAquileo | Cross-compiler supporthttps://sourceforge.net/p/ant-contrib/support-requests/28/<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>AnonymousWed, 15 Jul 2009 12:47:00 -0000https://sourceforge.nete5d4c6af83c2b7f457964950e08464e741210ccbAquileo | allow gcc coverage/profile flags in linkerhttps://sourceforge.net/p/ant-contrib/support-requests/27/<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>AnonymousTue, 17 Mar 2009 14:05:19 -0000https://sourceforge.net199bc1858e07e6e3f4af88fd6f2e8e68498f130bAquileo | LNK2019 error with MSVChttps://sourceforge.net/p/ant-contrib/support-requests/26/<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>Simon MartinTue, 27 Jan 2009 08:35:25 -0000https://sourceforge.net3c4234c5e09c74593f87754517c17a4e73232206Aquileo | please update the site http://ant-contrib.sourceforge.net/https://sourceforge.net/p/ant-contrib/support-requests/25/<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>AnonymousTue, 10 Jun 2008 19:16:49 -0000https://sourceforge.net87ed919116484141e402575ce16eb89123523708Aquileo | Add support for custom gcc execshttps://sourceforge.net/p/ant-contrib/support-requests/24/<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>Andre John MasTue, 10 Oct 2006 22:48:36 -0000https://sourceforge.net2d236d111b3b25a490b20a1eee834f517401e87fAquileo | New task 'rof' - execute 'for' task but in reverse orderhttps://sourceforge.net/p/ant-contrib/support-requests/23/<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>AnonymousWed, 13 Sep 2006 15:51:11 -0000https://sourceforge.netaae4a9e592173f433cb3e9cf55a3d4e082fc243a