Re: Cache root on tasks

2007-12-27 Thread Xavier Hanin
Hi, As we agreed in another e-mail in the old [EMAIL PROTECTED] list, I've worked on removing the ability to define the cache root on all Ivy ant tasks. I've also removed this option from all engines options, so that now the cache managers are defined at only one location: - global in the settings

ProjectHelper : parsing from InputStream

2007-12-27 Thread Benjamin de Dardel
Hi all, I need to package ant files in a jar archive and then call these ant files from the jar. The ProjectHelperImpl class only uses an instance of File to parse a file. Project project = new Project(); ProjectHelperImpl helper = new ProjectHelperImpl(); => helper.parse