Getting task class *only* from specified path

2010-10-31 Thread Andreas Krey
Question: I need a user task; I do load it via explicit class path in the taskdef. Unfortunately I need to use that version, but users may have older ones in their .ant/lib. How can I keep ant (1.7) from loading that version? Andreas ---

RE: junit ant task

2010-10-31 Thread efe4it
Hi Maybe you could set the "timeout" property of the task, so timeout will appears in junit reports as cause for test failure. Regards Emmanuel -- View this message in context: http://ant.1045680.n5.nabble.com/junit-ant-task-tp3233265p3243947.html Sent from the Ant - Users mailing list archiv

Re: Refresh toolkit using headless build.

2010-10-31 Thread efe4it
Hi I far I as know, element does not belongs to ant core, and you cannot refer to an extension task before you have loaded it via If you running ANT from within Eclipse, taskdef is said not to be required, so check your Preferences See http://dev.eclipse.org/newslists/news.eclipse.platform/ms

Re: Access denied with ant copy task

2010-10-31 Thread efe4it
Hi Paul Glad to be of some help. In addition, note that if you have installed JBoss as a service, and used LocalSystem as owner, the JBoss process will not be granted any remote access. The LocalSystem account is defined as such by Windows. That's why you have to run Hudson's Container under a s

Re: AW: Checking a property with ant

2010-10-31 Thread vvitayau
I got failure when command="find . -maxdepth 1 -name ${reporting.db}.\*\.001 | wc -l"/> ... the trick is why doesn't 0 -eq 0 is when it has EOL so adding pipe xargs echo -n resolved this bug hope this helps test your condition.