Re: IvyDE Workspace Resolver

2011-06-06 Thread efe4it
Hi Since my previous post, I added javadoc artefact publication, which works fine if calling ivy from ANT (after some tweaking of deliver/publish). But now the WorkspaceResolver is lost again, and my only solution to stop it complaining is to disable version checking in the global IvyDE preferen

Re: Needs clarification on nested behavior

2010-11-24 Thread efe4it
Added Link to Bug report: https://issues.apache.org/bugzilla/show_bug.cgi?id=50193 -- View this message in context: http://ant.1045680.n5.nabble.com/Needs-clarification-on-nested-import-include-behavior-tp3237790p3279110.html Sent from the Ant - Users mailing list archive at Nabble.com. -

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: Access denied with ant copy task

2010-10-29 Thread efe4it
Hi, You did not tell much about your runtime environnement but I assume that: 1/ you are running Hudson's Container (Tomcat?) under a specific user (e.g. hudson_user), non-admin as recommended 2/ you need access to network directory In my opinion, this is more hudson- and system-related than ant

Needs clarification on nested behavior

2010-10-26 Thread efe4it
Hi I encounter some difficulties using the import/include mecanism and I need some advice. My environment is: JDK Sun-1.6.0_06 ANT-1.8.1 with antcontrib-1.0b3 & antunit-1.1 in ANT_HOME/lib/ I am trying to set up a custom build environment, defining antlibs and scriptlets