Re: DirectoryScanner performance

2008-09-19 Thread aditsu
Gilles Scokart wrote: > > Couldn't it be optimized on windows by simply remove the check ? > Windows don't have symbolic link... > http://en.wikipedia.org/wiki/Symbolic_link#Windows -- View this message in context: http://www.nabble.com/DirectoryScanner-performance-tp19549555p19567453.html S

ivy:retrieve task seems to ignore my conf attribute

2008-09-23 Thread aditsu
Hi, I'm using ivy 2.0.0 beta2, and I have an ivy:retrieve task in an ant build file: However, although the "compile" configuration is supposed to include only jar files, the task is retrieving source and javadoc artifacts too (included in other configurations). Is this a bug or am I doing somethi

Re: ivy:retrieve task seems to ignore my conf attribute

2008-09-23 Thread aditsu
Oh, maybe I am doing it wrong. If I DON'T specify a conf mapping in my ivy file's dependencies, should "compile" be mapped to "compile" or to "*" by default? -- View this message in context: http://www.nabble.com/ivy%3Aretrieve-task-seems-to-ignore-my-conf-attribute-tp19642913p19643020.html Sent

Re: [ANN] Apache Ivy 2.0.0-rc1 released

2008-09-26 Thread aditsu
Hi, I checked the eclipse update site for ivy, and it has a "2.0.0.cr1" version (not rc1). Typo? Adrian Xavier Hanin wrote: > > Sep 26, 2008 - The Apache Ivy project is pleased to announce its > 2.0.0 rc 1 version, the first release candidate for 2.0.0 final release. > > Ivy is a tool for man

IvyDE and Ivy versions

2008-10-23 Thread aditsu
Does IvyDE 2.0.0 alpha1 support Ivy 2.0.0 RC1? If not, is there a newer build of IvyDE that does? Specifically, I'm having some problems with the cache location ( in ivysettings.xml) Adrian -- View this message in context: http://www.nabble.com/IvyDE-and-Ivy-versions-tp20127635p20127635.html Se

Re: IvyDE and Ivy versions

2008-10-23 Thread aditsu
aditsu wrote: > > Does IvyDE 2.0.0 alpha1 support Ivy 2.0.0 RC1? > If not, is there a newer build of IvyDE that does? > Specifically, I'm having some problems with the cache location ( resolutionCacheDir=... repositoryCacheDir=... /> in ivysettings.xml) > Oh, it may

Re: Ivy cache

2008-10-23 Thread aditsu
aditsu wrote: > > I have this ivysettings file: http://pastebin.com/m1e561155 > And I'm calling ivy:resolve from an ant build script (with -v). I get > these messages (among others): > > no default cache defined: set to /home/aditsu/.ivy2/cache > default cache

Re: Ivy cache

2008-10-23 Thread aditsu
Well, I found a workaround: I added defaultCacheDir="/dev/null" to the caches tag and it works now. This doesn't agree with the documentation: "we recommend setting both the resolutionCacheDir and repositoryCacheDir attributes on this tag *instead of* using defaultCacheDir" Adrian -- View this m

Re: Ivy cache

2008-10-25 Thread aditsu
I filed IVY-957 about this problem Adrian aditsu wrote: > > > > aditsu wrote: >> >> I have this ivysettings file: http://pastebin.com/m1e561155 >> And I'm calling ivy:resolve from an ant build script (with -v). I get >> these messages (among others)

Ivy virtual dependencies

2011-04-18 Thread aditsu
Hi, is it possible in Ivy to define a dependency that can be satisfied by any one of several modules? Specifically, the dependency would refer to certain functionality required by the current module, and other modules would declare that they satisfy/implement that functionality. The concept is simi

Re: Ivy virtual dependencies

2011-04-19 Thread aditsu
Nicolas Lalevée wrote: > > Ivy doesn't support that kind of dependency per se. > > But I had a similar case when implementing the OSGi support for Ivy. [...] > Well, I currently don't want to have anything to do with OSGi, I'm looking for this feature directly in Ivy. If it's not there, then t

Ivy packager - custom messages?

2011-06-14 Thread aditsu
Hi, is there a way to output a custom message from a packager-module when a resource download fails? The main purpose I have in mind is to inform/instruct the user in case a manual download is required (e.g. when they have to log in to download, or click to accept a license, or run an installer etc

Ivy packager - global properties

2011-06-18 Thread aditsu
Hi, is it possible to define some properties (e.g. using a properties file) that can be used in all the packager modules (packager.xml) in a repository? This could be very useful for choosing download mirrors. -- View this message in context: http://ant.1045680.n5.nabble.com/Ivy-packager-global-p