RE: antlib classloader issue

2010-11-03 Thread Murray, Mike
I'm far from an expert in the area of ClassLoaders, but it seems to me the only solution is to load your tasks with the same loaderRef that is used by the parent, if you can make no changes to the parent. -Original Message- From: Venkatesh Sangam [mailto:vsan...@gmail.com] Sent: Wednesday

Re: exclude A/a if B/a exists

2010-11-03 Thread Daniel Becroft
On Thu, Nov 4, 2010 at 8:01 AM, Dominique Devienne wrote: > On Wed, Nov 3, 2010 at 4:49 PM, Daniel Becroft > wrote: > > I am trying to construct a definition to exclude any files in > > /alpha if the same filename exists in /beta. > > See the selector in the manual. --DD > Thanks, DD, that loo

Re: exclude A/a if B/a exists

2010-11-03 Thread Dominique Devienne
On Wed, Nov 3, 2010 at 4:49 PM, Daniel Becroft wrote: > I am trying to construct a definition to exclude any files in > /alpha if the same filename exists in /beta. See the selector in the manual. --DD PS: I think that's the 3rd time I answered this question recently ;) --

exclude A/a if B/a exists

2010-11-03 Thread Daniel Becroft
Hi, Given the following folder structure: /alpha foo.c bar.c /beta foo.c A.txt I am trying to construct a definition to exclude any files in /alpha if the same filename exists in /beta. That is, construct a that returns (from the above example): /alpha/bar.c /beta/foo.c /beta/A.txt A

task

2010-11-03 Thread Venkatesh Sangam
Based on the 1.8 planning guide , it seems like the taskwas planned for 1.8. But, I do not see this in the ant manual. Does this mean it is planned for a future release Thanks, Venkatesh

Re: antlib classloader issue

2010-11-03 Thread Venkatesh Sangam
Does anynore have any suggestions on the below classloader issue? Any suggestions are really appreciated Thanks, Venkatesh On Thu, Oct 21, 2010 at 11:37 AM, Venkatesh Sangam wrote: > Hello, > > I have the following case that is resulting in classcastexception. Any > suggestion to fix this is re

RE: Windows authentication

2010-11-03 Thread Moore, Kent
This routine works for us to authenticate and copy to Windows machines - SKent x8014 -Original Message- From: Ludwig, Michael [mailto:michael.lud...@delphi-mb.de] Sent: Wednesday, No

Windows authentication

2010-11-03 Thread Ludwig, Michael
I want to deploy stuff to a server accessible only by its UNC path supplying a username and password. This is usually done using Windows Explorer. I think this is called Windows Authentication, or NTLM, or both - not sure. What are my options using Java? Specifically, using Ant? The clients I w