svn commit: r936200 - in /ant/core/trunk: ./ docs/manual/CoreTypes/ src/main/org/apache/tools/ant/types/resources/ src/tests/antunit/taskdefs/

2010-04-21 Thread bodewig
Author: bodewig Date: Wed Apr 21 08:30:59 2010 New Revision: 936200 URL: http://svn.apache.org/viewvc?rev=936200view=rev Log: Add enableMultipleMappings and cache attributes to mappedresources Modified: ant/core/trunk/WHATSNEW ant/core/trunk/docs/manual/CoreTypes/resources.html

svn commit: r936234 - in /ant/antlibs/dotnet/trunk: changes.xml docs/fsc.html docs/index.html src/main/org/apache/ant/dotnet/antlib.xml src/main/org/apache/ant/dotnet/compile/FSharp.java src/tests/ant

2010-04-21 Thread bodewig
Author: bodewig Date: Wed Apr 21 09:56:56 2010 New Revision: 936234 URL: http://svn.apache.org/viewvc?rev=936234view=rev Log: first cut at a F# compiler task Added: ant/antlibs/dotnet/trunk/docs/fsc.html - copied, changed from r936202, ant/antlibs/dotnet/trunk/docs/vbc.html

DO NOT REPLY [Bug 49162] New: incorrect duplicated project name warning when imports from URL-providing resource

2010-04-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49162 Summary: incorrect duplicated project name warning when imports from URL-providing resource Product: Ant Version: 1.8.0 Platform: All OS/Version: All Status:

svn commit: r936382 - in /ant/core/trunk: ./ docs/manual/ docs/manual/CoreTasks/ src/main/org/apache/tools/ant/taskdefs/ src/tests/antunit/taskdefs/

2010-04-21 Thread mbenson
Author: mbenson Date: Wed Apr 21 16:08:10 2010 New Revision: 936382 URL: http://svn.apache.org/viewvc?rev=936382view=rev Log: Added the augment task to manipulate existing references via Ant's basic introspection mechanisms. Added: ant/core/trunk/docs/manual/CoreTasks/augment.html (with

svn commit: r936386 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/AugmentReference.java

2010-04-21 Thread mbenson
Author: mbenson Date: Wed Apr 21 16:18:26 2010 New Revision: 936386 URL: http://svn.apache.org/viewvc?rev=936386view=rev Log: loglevel Modified: ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/AugmentReference.java Modified:

DO NOT REPLY [Bug 44868] tar - lzma compression

2010-04-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=44868 --- Comment #1 from Alexander Kurtakov akurta...@gmail.com 2010-04-21 14:26:22 EDT --- Anyone ever looked at this one? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail

[jira] Updated: (IVY-1179) Packager resolver always extracts all files from archives even when the packaging instructions contains include tags

2010-04-21 Thread Stefan De Boey (JIRA)
[ https://issues.apache.org/jira/browse/IVY-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan De Boey updated IVY-1179: Attachment: IVY-1179.patch IVY-1179-unittests.zip Packager resolver always extracts

[jira] Created: (IVYDE-243) IvyDE Autocompletion problem - doesn't support XML includes and $properties properly

2010-04-21 Thread Eugene Sajine (JIRA)
IvyDE Autocompletion problem - doesn't support XML includes and $properties properly -- Key: IVYDE-243 URL: https://issues.apache.org/jira/browse/IVYDE-243 Project:

[jira] Updated: (IVYDE-243) IvyDE Autocompletion problem - doesn't support XML includes and $properties properly

2010-04-21 Thread Eugene Sajine (JIRA)
[ https://issues.apache.org/jira/browse/IVYDE-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eugene Sajine updated IVYDE-243: Environment: Linux, Eclipse 3.5, Ivy 2.1, IvyDE 2.0 (was: Linux ) IvyDE Autocompletion problem -

svn commit: r936523 - in /ant/ivy/core/trunk: ./ src/java/org/apache/ivy/plugins/resolver/packager/ test/java/org/apache/ivy/plugins/resolver/ test/repositories/IVY-1179/ test/repositories/IVY-1179/re

2010-04-21 Thread maartenc
Author: maartenc Date: Wed Apr 21 21:40:59 2010 New Revision: 936523 URL: http://svn.apache.org/viewvc?rev=936523view=rev Log: FIX: Packager resolver always extracts all files from archives even when the packaging instructions contains include tags (IVY-1179) (thanks to Stefan De Boey) Added:

svn commit: r936546 - /ant/ivy/core/trunk/src/java/org/apache/ivy/util/url/IvyAuthenticator.java

2010-04-21 Thread maartenc
Author: maartenc Date: Wed Apr 21 22:20:55 2010 New Revision: 936546 URL: http://svn.apache.org/viewvc?rev=936546view=rev Log: The original Authenticator was not obtained correctly (it's a private field, so we need to call setAccessible(true) ! Modified:

DO NOT REPLY [Bug 49168] New: [PATCH] pass references from parent build to antunit scripts

2010-04-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49168 Summary: [PATCH] pass references from parent build to antunit scripts Product: Ant Version: 1.8.0 Platform: Macintosh OS/Version: Mac OS X 10.5 Status: NEW