Re: Ivy RoundUp Repository - feedback requested

2008-04-15 Thread Archie Cobbs
On Tue, Apr 15, 2008 at 10:22 AM, jonathan doklovic [EMAIL PROTECTED] wrote: I'm not sure I'm a fan of the build instructions though. It seems that pulling artifacts from the creators websites has some problems. Off the top of my head... it could add a lot of time to resolve since a lot of

Re: Ivy RoundUp Repository - feedback requested

2008-04-15 Thread Archie Cobbs
On Tue, Apr 15, 2008 at 10:48 AM, Archie Cobbs [EMAIL PROTECTED] wrote: A way to address both of your comments would be to allow configuration of a resource URL override pattern: when configured, the resource URLs in the build instructions would be ignored, and instead all resources would

Re: Ivy RoundUp Repository - feedback requested

2008-04-16 Thread Archie Cobbs
On Wed, Apr 16, 2008 at 2:41 AM, Xavier Hanin [EMAIL PROTECTED] wrote: That being said, I see a problem with hosting the repository in google code svn repo: access seems to be very slow sometimes, and subversion doesn't help. Maybe it would be interesting to have a public file server

Re: Ivy RoundUp Repository - feedback requested

2008-04-16 Thread Archie Cobbs
On Wed, Apr 16, 2008 at 1:17 PM, Jing Xue [EMAIL PROTECTED] wrote: I read the thread on the dev list, and was thoroughly interested in the idea of a community-maintained public ivy.xml repository, because a carefully defined ivy.xml provides a lot more value than the ones generated from the

Re: Ivy RoundUp Repository - feedback requested

2008-04-18 Thread Archie Cobbs
On Thu, Apr 17, 2008 at 11:22 PM, Chris Hane [EMAIL PROTECTED] wrote: I think have a meta repository is a great step. I have been following ivy for a while. I have on my todo list to replace (enhance) our project build files to use Ivy. However, I have been dragging my feet because I don't

Re: [Ivy RoundUp] status of current repo

2008-04-19 Thread Archie Cobbs
Xavier, Thanks, all good and welcome comments. I too would prefer jms to be downloaded directly, but previously I didn't know about those other sites. Please feel free to update the builder.xml as you see fit so we can eliminate the manual step. Changing the organization name from com.sun to

Re: JSR-223 for Ivy Roundup

2008-04-26 Thread Archie Cobbs
Hi Jim, Thanks for the pointers. I'd of course be happy to include this stuff in the RoundUp repository. Do you have an ivy.xml and/or builder.xml file prepared already? If not I should be able to get to it before long, but you may be faster than me. Thanks, -Archie On Sat, Apr 26, 2008 at

Re: Clarification on using configurations

2008-04-29 Thread Archie Cobbs
The syntax is conf=local-remote. So if you have a configuration normal that requires the runtime configuration of spring, then you would say: dependency org=org.springframework name=spring rev=2.5.1 conf=normal-runtime/ If necessary, you can specify more than one configuration name (on either

Version dependencies

2008-04-29 Thread Archie Cobbs
I have a question about revision dependencies and precisely how the + wildcard works e.g., in a dependency like this: dependency conf=default-apis,impl org=org.apache.xerces name=xerces rev=2.5+/ I think the best way to ask the question is with a little true/false quiz :-) Does

Re: Ivy and Enterprise

2008-05-01 Thread Archie Cobbs
On Thu, May 1, 2008 at 3:13 PM, Wolfgang Häfelinger [EMAIL PROTECTED] wrote: Is there someone out there using Ivy in an Enterprise? If so, how do you handle generated artifacts? We have a build server which also hosts the ivy repository. When a build completes, ivy:publish pushes the

Re: transitive dependencies ignoring configuration scope

2008-05-01 Thread Archie Cobbs
What do the dependency sections of each of the three ivy.xml files look like? On Thu, May 1, 2008 at 6:11 PM, Jimmy Wan [EMAIL PROTECTED] wrote: I'm seeing a problem where dependencies of my dependencies end up in every configuration, but it seems like they shouldn't. Example: TestModule is

Re: Ivy RoundUp Repository - feedback requested

2008-05-01 Thread Archie Cobbs
On Sat, Apr 19, 2008 at 2:03 AM, Xavier Hanin [EMAIL PROTECTED] wrote: So far, my understanding is that those issues are being addressed by the ivy community with ivy files manually created, optimized and put in some proxy repository (or a local file system resolver). A proxy repository

Re: any plans for a public ivy repository?

2008-06-17 Thread Archie Cobbs
On Tue, Jun 17, 2008 at 10:15 AM, Dan North [EMAIL PROTECTED] wrote: I am wondering what your plans are for something like jayasoft's old ivyrep repository? I would love to have somewhere to read (and publish) ivy files, both for pre-existing open source libraries and my own projects. Dan, My

Re: Support for non-classfiles archives

2008-07-08 Thread Archie Cobbs
On Tue, Jul 8, 2008 at 1:57 AM, Brian Matzon [EMAIL PROTECTED] wrote: I have had some talks with some people about the http://lwjgl.org project being mavenized. The core problem being that lwjgl has both jar files, but also native files (.so, .dll, .dylib - x86 x64). As an Ivy user, the only

Re: exclude dependency

2008-07-17 Thread Archie Cobbs
The usual way you would do this is to specify an ivy configuration in your dependency. Since you are not specifying one, you are implicitly specifying config=* i.e., the union of all possible configurations (and their dependencies). You'll have to look in spring's ivy.xml to see what

Re: Packager resolver inside a Chain

2008-07-22 Thread Archie Cobbs
It works for me using a locally built version of Ivy from yesterday (Ivy 2.0.0-rc1-local-20080721161258). Are you using a recent version? -Archie On Tue, Jul 22, 2008 at 8:46 AM, Dreamage [EMAIL PROTECTED] wrote: Hi, I got a error trying to add a packager resolver inside a existing chain

Re: Dependency on Zip of Jars

2008-11-28 Thread Archie Cobbs
On Thu, Nov 27, 2008 at 5:20 AM, deaddowney [EMAIL PROTECTED] wrote: From what I've read it sounds like I could use the packager resolver. However how do I specify my dependencies in ivy.xml? Am I dependent on the one zip or the individual jars in the zip? You would depend on the individual

Re: Ivy integration support with GWT

2008-12-22 Thread Archie Cobbs
Not sure what you mean by integrate with ivy but here is GWT as a module in Ivy RoundUp: http://ivyroundup.googlecode.com/svn/trunk/repo/modules/com.google/gwt/1.5.3/ivy.xml -Archie On Sun, Dec 21, 2008 at 11:30 AM, Kay Kay kaykay.uni...@gmail.com wrote: Hi - Did anybody get gwt to

Re: Packager Resolver: Simple and Complete example please.

2008-12-30 Thread Archie Cobbs
On Tue, Dec 30, 2008 at 3:18 PM, Eric Berry elbe...@gmail.com wrote: I'm new to Ivy and I'm trying to use the Packager Resolver to download and unzip some bundled jars on Sourceforge. I'm looking for a simple yet complete example of how to set up Ivy to download a zip file from Sourceforge

Re: how to put the artifacts in ant classpath?

2008-12-31 Thread Archie Cobbs
Check out the examples in this thread that use ivy:resolve for this: http://www.nabble.com/Packager-Resolver%3A-Simple-and-Complete-example-please.-to21223296.html -Archie On Wed, Dec 31, 2008 at 3:48 PM, zyd08 yiduo.z...@db.com wrote: Thanks for the prompt response. Maybe I didn't make

Re: Relaxing allowed ant tasks in packager.xsl

2009-01-06 Thread Archie Cobbs
I think this is a good idea. I think we can also do it in a way that satisfies the security conscious. For example, we have add a new setting on the packager resolver e.g. restricted=true/false that would either restrict the ant operations to the ones allowed now (if true), otherwise allow all

Re: Relaxing allowed ant tasks in packager.xsl

2009-01-06 Thread Archie Cobbs
to the documentation about the risks of setting this to false. (I didn't take a look at your patch, so maybe you already did that). Could you attach the patch to a JIRA issue? This way we won't forget to include it. Maarten From: Archie Cobbs arc...@dellroad.org

Re: local roundup resolver

2009-01-06 Thread Archie Cobbs
You probably need the file:// prefix for URLs that are file pathnames. Not sure how many slashes you need or whether they are forward or back though... By the way, the URL resolver should have the same behavior, i.e., I don't think this is specific to the packager resolver. -Archie On Tue, Jan

Re: Embedding Ivy to manage repositories.

2009-01-26 Thread Archie Cobbs
My $0.02... I would start by using the ant API to ivy first. Last time I checked, the ivy code was somewhat murky and very poorly documented (javadoc is almost nonexistent). You can have your code spit out temporary build.xml files, then invoke ant programatically (which is easy), and then grab

Re: Default pattern for [artifact]

2009-01-29 Thread Archie Cobbs
On Thu, Jan 29, 2009 at 7:00 AM, Bonvin John jbon...@vaudoise.ch wrote: What if our artifacts (nearly) all share the same pattern for naming, e.g. [artifact]=[organisation]-[module] instead of the default [artifact]=[module] ? I'd like to avoid having to type twice, for each of my modules,

Re: rereport, exclude dependencies

2009-03-24 Thread Archie Cobbs
This is specific to Ivy RoundUp, and so may not be useful to you, but anyway here is an XSL that we use to generate dependency graphs: http://ivyroundup.googlecode.com/svn/trunk/src/xsl/modgraph.xsl You would have to hack on it. It requires the existence of a modules.xml directory file. FWIW.

Re: Question about Ivy RoundUp

2009-03-25 Thread Archie Cobbs
On Wed, Mar 25, 2009 at 8:03 AM, Martin Weber m.we...@razorcat.com wrote: But why is the module's organization name 'net.sourceforge.ant-contrib' when downloaded from maven, and 'net.sourceforge.antcontrib' when downloaded from Ivy Roundup? There is no one true standard for organization

Re: ivysettings resolver

2009-03-26 Thread Archie Cobbs
On Thu, Mar 26, 2009 at 4:29 PM, Andrey Fedorov anfedo...@gmail.com wrote: I'm trying to understand how resolvers work in my Ivy settings file. So, ivysettings.xml file includes: url name=com.springsource.repository.bundles.external ivy pattern=

Re: Looking for jboss-javaee.jar

2009-05-29 Thread Archie Cobbs
Calm down please, this is not a place for political bickering. Thanks for your understanding. -Archie On Friday, May 29, 2009, Jeff Glatz jdgl...@containerstore.com wrote: Mark Thomas spatialguru@gmail.com 205.529.9013 Commit to the Lord whatever you do,    and your plans will

Re: ivy resolve for different configurations

2009-06-09 Thread Archie Cobbs
On Tue, Jun 9, 2009 at 9:18 AM, Alina Dima dima.al...@gmail.com wrote: I am just starting with Ivy on an already existing, relatively complicated, build system and I am working on increasing the performance of the resolve/retrieve Ivy operations. I would like to ask for your advice, what do

Re: ivy resolve for different configurations

2009-06-12 Thread Archie Cobbs
On Wed, Jun 10, 2009 at 6:04 AM, Alina Dima dima.al...@gmail.com wrote: And yet another question: the TTL, how does the resolve handle this? I was thinking to set a TTL for the external libraries, but, I am not sure how this would make the resolve faster? If the TTL is set, does it mean that

Re: ivy resolve for different configurations

2009-06-15 Thread Archie Cobbs
/settings/caches/ttl.html -Archie On Mon, Jun 15, 2009 at 3:50 AM, Dima, Alina alina.d...@immobilienscout24.de wrote: It is the ttl (Time To Live) attribute for the cache. -Ursprüngliche Nachricht- Von: Archie Cobbs [mailto:archie.co...@gmail.com] Gesendet: Freitag, 12. Juni 2009 16:40

Re: Ivy cache TTL not working

2009-06-15 Thread Archie Cobbs
See http://ant.apache.org/ivy/history/2.1.0-rc1/settings/caches/ttl.htmlparticularly the reference to resolve mode. I would guess resolve operates in resolve mode. -Archie On Mon, Jun 15, 2009 at 8:26 AM, Dima, Alina alina.d...@immobilienscout24.de wrote: Hi, I am trying to use the TTL

Re: inline resolve mode

2009-06-23 Thread Archie Cobbs
Hmm First of all, every module must have an ivy.xml file to describe it. If what you want to resolve is a module, then you can do that with the inline ant tasks. Then you are specifying the module name and letting ivy (using your ivy settings) locate the corresponding ivy.xml file, process

Re: Configuration not found

2009-06-26 Thread Archie Cobbs
That does seem weird. Try flushing your cache (rm -rf ~/.ivy2/cache) and verify that you are really pulling jaxb from the repository that you think you are. -Archie On Fri, Jun 26, 2009 at 3:06 AM, Dima, Alina alina.d...@immobilienscout24.de wrote: Hi all, I have a problem with my

Re: Ivy confs masquerading as dependencies' revisions

2009-06-26 Thread Archie Cobbs
Suppose FOO is your module that depends on the intermediate module BAR, and BAR is the module that depends loosely (i.e., will accept either version) on junit. If FOO only works with 3.8.2, then the solution is to just include a strict dependency on junit 3.8.2 in FOO's ivy.xml. -Archie On Fri,

Re: Problem with javax.transaction.jta and ivy roundup

2009-07-16 Thread Archie Cobbs
On Thu, Jul 16, 2009 at 2:27 PM, dgodbey dgod...@yahoo.com wrote: Do you know how I can force ivy to get the jta libraries from ibilio where manual clicking is not necessary and ignore packager? You can make ibiblio higher precedence in ivy's resolver list, but of course then that would apply

Re: Problem with javax.transaction.jta and ivy roundup

2009-07-16 Thread Archie Cobbs
]/[module]-[revision].jarhttp://repo1.maven.org/maven2/%5Borganisation%5D/%5Bmodule%5D/%5Brevision%5D/%5Bmodule%5D-%5Brevision%5D.jar , but I just can't figure it out. Can I use maven2? How? Thanks, Dave Archie Cobbs-3 wrote: On Thu, Jul 16, 2009 at 2:27 PM, dgodbey dgod...@yahoo.com wrote

Re: help! I can not reply the email for anti-spam

2009-08-01 Thread Archie Cobbs
There are many possible reasons, and these should be documented somewhere on Google's web site. For example, does your domain have an SPF DNS record? Etc. Also, check with the list owner to make sure they haven't accidentally blacklisted you. -Archie On Friday, July 31, 2009, Sky Ao

Re: IvyRoundup: Problem with packager resolver

2009-09-09 Thread Archie Cobbs
On Tue, Sep 8, 2009 at 4:52 PM, efe4itcc efe4i...@gmail.com wrote: The URLs is this file won't work on Windows, as they should be in the following form: file:///${java.io.tmpdir} (3 dash instead of 2) Just to be clear, this is only a problem with Ivy RoundUp, not with ivy itself. I've

Re: info.license

2010-01-29 Thread Archie Cobbs
On Fri, Jan 29, 2010 at 2:10 PM, Michael Shea m...@nitido.com wrote: I've seen this: http://ant.apache.org/ivy/history/latest-milestone/ivyfile/license.html I'm now wondering how best to use it. Presumably, I should modify the ivy.xml for all the modules that have licenses, and add in the

Re: Ivy adding unnecessary dependencies?

2010-03-30 Thread Archie Cobbs
You're not specifying any configuration mappings, so you're getting the default, which is every possible artifact that might be needed in any scenario. -Archie On Tue, Mar 30, 2010 at 8:34 AM, pablo fernandez fernandezpabl...@gmail.com wrote: Hi, I have this ivy.xml file:

Re: Ivy adding unnecessary dependencies?

2010-03-30 Thread Archie Cobbs
documentation. Do I need to specify a single configuration and add [conf='jar-default'] for each jar? On Tue, Mar 30, 2010 at 11:58 AM, Archie Cobbs archie.co...@gmail.com wrote: You're not specifying any configuration mappings, so you're getting the default, which is every possible artifact

Re: ivy:install task - Comments/Criticisms/Bugs

2010-04-08 Thread Archie Cobbs
On Thu, Apr 8, 2010 at 11:02 AM, Jeff Evans (IT) jeffrey.ev...@morganstanley.com wrote: Even better would be if there was a pure-Ivy way of starting out, that didn't rely on going to public Maven repositories, then adopting POMs into Ivy files, to get a custom repository with locally-fetched

Re: ivy:install task - Comments/Criticisms/Bugs

2010-04-08 Thread Archie Cobbs
(Axis2, in this case). Apart from that it looks quite nice. But given the number of packages I need, it's not appropriate for me at this stage. Thanks, - Andrew On Fri, Apr 9, 2010 at 4:49 AM, Archie Cobbs archie.co...@gmail.com wrote: On Thu, Apr 8, 2010 at 11:02 AM, Jeff Evans

Re: ivy:install task - Comments/Criticisms/Bugs

2010-04-08 Thread Archie Cobbs
On Thu, Apr 8, 2010 at 11:02 AM, Jeff Evans (IT) jeffrey.ev...@morganstanley.com wrote: 1) The Maven 2 repository has more than a little crap in it. snip I'll say one more thing about Ivy RoundUp and then shut up... :-) The whole point of Ivy RoundUp is to create a *sane* repository with

Re: ivy:install task - Comments/Criticisms/Bugs

2010-04-09 Thread Archie Cobbs
, Apr 8, 2010 at 7:41 PM, Archie Cobbs archie.co...@gmail.com wrote: On Thu, Apr 8, 2010 at 11:02 AM, Jeff Evans (IT) jeffrey.ev...@morganstanley.com wrote: 1) The Maven 2 repository has more than a little crap in it. snip I'll say one more thing about Ivy RoundUp and then shut

Re: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Archie Cobbs
On Wed, Apr 21, 2010 at 9:30 AM, Alan Chaney a...@writingshow.com wrote: I've been trying to use ivy roundup to get cobertura. This has a dependency upon apache oro. Sadly, the site referenced in the packager file ( http://www.urlstructure.com) appears to be dead. This is not an answer to

Re: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Archie Cobbs
On Wed, Apr 21, 2010 at 1:46 PM, Alan Chaney a...@writingshow.com wrote: Could well be, but as Archie has so promptly fixed the problem in the repository, its difficult to test it! Thanks for the suggestion, though, and I'll try and replicate the problem later. You can still easily test it,

Re: Request to update link for IvySvn

2010-04-24 Thread Archie Cobbs
Is it not possible to update the Ivy links pagehttp://ant.apache.org/ivy/links.htmlwithout waiting for the next Ivy release? -Archie On Tue, Apr 20, 2010 at 4:34 PM, Maarten Coene maarten_co...@yahoo.comwrote: I've updated the documentation in SVN. The online documentation will get updated on

Re: Request to update link for IvySvn

2010-04-27 Thread Archie Cobbs
Thanks! -Archie On Mon, Apr 26, 2010 at 5:01 PM, Maarten Coene maarten_co...@yahoo.comwrote: Done! It should be online within several hours... Maarten - Original Message From: Archie Cobbs archie.co...@gmail.com To: ivy-user@ant.apache.org Sent: Sat, April 24, 2010 10:48:17

Re: CVS Resolver

2010-04-28 Thread Archie Cobbs
If space is an issue, you might consider an artifact-less repository using the packager resolver, where the ivy.xml and packager.xml files are stored in CVS but the actual artifacts are stored elsewhere on a separate server as plain files. -Archie On Wed, Apr 28, 2010 at 7:39 AM,

Re: example ivy build.xml file for spring/jsf/hibernate project

2010-04-29 Thread Archie Cobbs
For what it's worth, here is a setup I've used a few times. It requires a little bit of infrastructure (see macros.xml for where to put ivy.jar and ant-contrib.jar) but once you've got that configuring what you want is pretty straightforward. You can view this

Re: example ivy build.xml file for spring/jsf/hibernate project

2010-04-30 Thread Archie Cobbs
On Fri, Apr 30, 2010 at 10:00 AM, infinity2heaven infinity2hea...@gmail.com wrote: You are now asking me to learn these things which has nothing to do with my original problem -- new macros (500 page macrodef file), Ivy 2.0 features called packager (apart from the already existing concepts

Re: Ivy with multi modules

2010-05-03 Thread Archie Cobbs
On Mon, May 3, 2010 at 6:55 PM, Mike Goodwin mike.good...@cantab.netwrote: The second thing is, is it possible to create a resolver which will checkout and build a dependency from source control? Is it possible to configure such a resolver inside the dependee project/ivy.xml so that it can be

Re: conf mapping documentation contradicts itself

2010-05-04 Thread Archie Cobbs
the relationship to the dependency is defined whereas I was reading it as the ivy file defining the artifact of the dependency (i.e. the other ivy.xml file). I think that is where my disconnect was. I am probably just being a dumb ass, it happens on occasion. Archie Cobbs-3 wrote

Re: Not able to ignore checksum event when i set ivy.checksums variable as

2010-05-20 Thread Archie Cobbs
This is a little confusing, but the ivy.checksums property is not related to the checksum that the package resolver verifies. The former is for e.g. downloaded ivy.xml files and artifacts (using any resolver); the error message you are seeing however is coming from the package resolver's attempt

Re: Problem Installing With com.sun.mail jars From Sun Maven Repository

2010-05-21 Thread Archie Cobbs
Yes... with Ivy RoundUp you have to manually download the archives (after clicking through the licenses, etc.) and put them in a local directory as described herehttp://code.google.com/p/ivyroundup/wiki/ManuallyDownloadedSoftware . -Archie On Fri, May 21, 2010 at 9:22 AM, Gareth Collins

Re: Issue with Ivy custome resolver

2010-06-08 Thread Archie Cobbs
On Tue, Jun 8, 2010 at 11:34 AM, Shaikh Almas eralm...@gmail.com wrote: *Issue #4* I am using packager resolver and that packager resolver resolves the zip file, unzip it, extracts the jar file from it in temp build file, but it stays temporarily and only the jar file which i specified as a

Re: Ivy Roundup Fork at GitHub

2010-06-23 Thread Archie Cobbs
On Wed, Jun 23, 2010 at 7:13 AM, Robert Buck buck.rober...@gmail.comwrote: Have a gander. I posted an issue at the existing roundup project requesting the merge of the changes to it, how much makes its way back into the original project remains to be seen. Hope this helps those interested in

Re: ivy url against zip with necessary jars

2010-07-12 Thread Archie Cobbs
One common strategy is to create your own local repository with exactly what you want (creating ivy.xml files as necessary). Alternately if you are feeling open-sourcey then submit bug requests to Ivy RoundUp http://code.google.com/p/ivyroundup/wiki/HowToContribute with the modules/revisions you

Re: [ANNOUNCE] Apache Ivy 2.2.0-rc1 released

2010-07-12 Thread Archie Cobbs
Looks like something has broken with the packager resolver in ivy 2.2.0. If you checkout Ivy Roundup and run ant -Dresolve.mod=xerces -Dresolve.rev=2.9.1 clean resolve, it will generate this error: [ivy:resolve]

Re: ivy issue

2010-07-15 Thread Archie Cobbs
Whatever UNIX process is running ivy when it downloads those files must be running as root. This causes any files it creates to be owned by root. -Archie On Thu, Jul 15, 2010 at 2:14 PM, David Wink david.w...@gmail.com wrote: I am trying to get a new build platform up and running. However

Re: ivy issue

2010-07-15 Thread Archie Cobbs
Then they must have gotten there some other way. In UNIX it's (normally) not possible for a non-root user to create files owned by root. http://en.wikipedia.org/wiki/Filesystem_permissions -Archie On Thu, Jul 15, 2010 at 4:53 PM, David Wink david.w...@gmail.com wrote: Ok I checked and the

Re: ivy issue

2010-07-15 Thread Archie Cobbs
calling to ivy is this ant script. On Thu, Jul 15, 2010 at 4:55 PM, Archie Cobbs arc...@dellroad.org wrote: Then they must have gotten there some other way. In UNIX it's (normally) not possible for a non-root user to create files owned by root. http://en.wikipedia.org/wiki

Re: OSGI and IVY

2010-07-20 Thread Archie Cobbs
On Tue, Jul 20, 2010 at 12:53 PM, Shawn Castrianni shawn.castria...@halliburton.com wrote: Has anybody researched the relationship between OSGI and IVY? I have a large build system running on IVY and is working great. However, development wants to move towards an OSGI runtime framework

Re: making an SCM managed copy of your external artifacts

2010-08-10 Thread Archie Cobbs
Here's what I do... 1. Set up a normal internal ivy repository. On the main/build server, a publish ant task publishes a built project to the internal repo (version number automatically includes SVN revision). 2. On the main server, SVN checkout Ivy RoundUp and publish this tree on the internal

Re: ICY GWT Compile error

2010-08-19 Thread Archie Cobbs
I'd guess this is probably due to some change in the javac classpath before/after using ivy. I would edit your ant files to dump the classpath, so you can compare to see what changed. -Archie On Thu, Aug 19, 2010 at 12:34 PM, Ben Cuthbert ben_cuthb...@yahoo.co.ukwrote: All I had some ant

Re: Beginner question

2010-08-29 Thread Archie Cobbs
First set up a resolver that points to the place you want to publish, e.g. /usr/local/repo. Then use ivy:publish to put your artifacts (and ivy.xml metadata) in there. FWIW here are a couple of ant macros that I use for this... !-- SVN revision -- macrodef uri=urn:org.dellroad.ant

Please vote: changing the default conflict manager

2010-09-23 Thread Archie Cobbs
In my opinion, the default behavior of ivy is very non-intuitive and violates POLA http://en.wikipedia.org/wiki/Principle_of_least_astonishment . I'm referring specifically to the default conflict manager being latest-revision instead of latest-compatible. For a concrete example of what this

Re: Please vote: changing the default conflict manager

2010-09-23 Thread Archie Cobbs
Engineer Applied Technical Systems, Inc. * Information Engineering web: www.atsid.com * e-mail: james.da...@atsid.com (p) 360.698.7100 x241 * (f) 360.698.7200 -Original Message- From: archie.co...@gmail.com [mailto:archie.co...@gmail.com] On Behalf Of Archie Cobbs Sent: Thursday

Re: Please vote: changing the default conflict manager

2010-09-23 Thread Archie Cobbs
Glad to hear people are thinking about this and have opinions. On Thu, Sep 23, 2010 at 11:11 AM, Mitch Gitman mgit...@gmail.com wrote: Frankly, I'm very happy that latest-revision is the default. I like it when a framework or component does the dumb or literal thing rather than the smart or

Re: Please vote: changing the default conflict manager

2010-09-24 Thread Archie Cobbs
On Thu, Sep 23, 2010 at 11:17 AM, Niklas Matthies ml_ant-u...@nmhq.netwrote: will choose Y=1.0 and everything is fine. Now suppose a few months later version 2.0 of Y is released and added to the repository. The next time A is resolved, ivy will choose version Y=2.0... even though the

Re: Please vote: changing the default conflict manager

2010-09-24 Thread Archie Cobbs
On Fri, Sep 24, 2010 at 9:32 AM, Mitch Gitman mgit...@gmail.com wrote: But Archie, can you or anyone else articulate in your own words the rules of latest-compatible? The current brief description in the documentation can be interpreted to mean anything. I would find it troubling if the

Re: Please vote: changing the default conflict manager

2010-09-27 Thread Archie Cobbs
On Fri, Sep 24, 2010 at 9:32 AM, Mitch Gitman mgit...@gmail.com wrote: But Archie, can you or anyone else articulate in your own words the rules of latest-compatible? The current brief description in the documentation can be interpreted to mean anything. I would find it troubling if the

Re: Question about documentation

2010-10-05 Thread Archie Cobbs
On Tue, Oct 5, 2010 at 12:03 PM, David Sills dsi...@datasourceinc.comwrote: dependencies dependency org=org.apache.log4j name=log4j rev=1.2.15 conf=javac,test-default/ dependency org=net.sourceforge.jibx name=jibx rev=1.2.2 conf=base-runtime-xpp3,extras;bind-bind/

Re: Exception when using package resolver

2010-12-23 Thread Archie Cobbs
It's a bug, but you can safely ignore it. This is occurring while the packager resolver is attempting to delete the temporary build directory it uses. However, the bug can only occur (according to the Javadocs) if an I/O error has occurred while attempting to delete some file(s). This probably

Re: Ivy Roundup failing

2011-01-03 Thread Archie Cobbs
I think all of google hosting was having this problem earlier today.. it seems to be fixed now. -Archie On Mon, Jan 3, 2011 at 11:22 AM, Alan Chaney a...@writingshow.com wrote: Hi Andre I was getting the same problem in two browsers and also my ivyde in eclipse but it seems to be working in

Re: introducing Ivy to Maven users--ideas?

2011-01-04 Thread Archie Cobbs
On Tue, Jan 4, 2011 at 11:51 AM, Mitch Gitman mgit...@gmail.com wrote: I know one area I'd like to touch on is the role of repository managers. Are there use cases or lessons learned from experience you’d like me to share? I think a nice feature of Ivy (via packager resolver) is that your

Re: Conflict Manager / Latest Strategy

2011-01-06 Thread Archie Cobbs
Try adding force=true to all of the dependency tags in the A project... We use this as a workaround for this bughttps://issues.apache.org/jira/browse/IVY-1233in the latest-compatible conflict manager. -Archie On Thu, Jan 6, 2011 at 12:23 AM, Maurer Philipp philipp.mau...@rheinmetall-ad.com

Re: Problem with Xalan-2.7.1 and ivyroundup

2011-01-06 Thread Archie Cobbs
On Thu, Jan 6, 2011 at 11:33 AM, a...@mechnicality.com a...@mechnicality.com wrote: Also, looking at http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.apache.xml/xalan-j/2.7.1/ivy.xmlwhy are the xml-api jars showing up at all? the conf 'interp' should only pull in xalan? Not

Re: Problem with Xalan-2.7.1 and ivyroundup

2011-01-07 Thread Archie Cobbs
as to what I might do to fix this? Thanks in advance Alan On 1/6/2011 9:53 AM, Archie Cobbs wrote: On Thu, Jan 6, 2011 at 11:33 AM, a...@mechnicality.com a...@mechnicality.com wrote: Also, looking at http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org.apache.xml/xalan-j/2.7.1

Re: Hello and a quick proposition

2011-01-11 Thread Archie Cobbs
The intersection of OSGi and Ivy is definitely an interesting area but I'm not sure any one person understands exactly what that means (at least, I don't :-) Presumably you have seen the bushel projecthttp://code.google.com/p/bushel/wiki/HowToUseIvyWithYourOsgiProject... ? Currently ivy doesn't

Re: repreport XSL?

2011-01-27 Thread Archie Cobbs
No... I always just use the HTML report that ivy:report generates.. i.e., I get these files produced automatically: build.graphml build.html build.xml ivy-report.css -Archie On Thu, Jan 27, 2011 at 9:58 AM, Kirby Files kfi...@masergy.com wrote: Archie, does IvyRoundup have an xsl

Re: repreport XSL?

2011-01-27 Thread Archie Cobbs
Apologies, I thought you were referring to ivy:report but you are talking about ivy:repreport. I've never run that report actually. I'd be interested to see what it looks like too :-) -Archie On Thu, Jan 27, 2011 at 10:05 AM, Archie Cobbs arc...@dellroad.org wrote: No... I always just use

Re: Packager resolver log=quiet doesn't supress download progress dots

2011-02-11 Thread Archie Cobbs
The quiet=true setting on the packager settings element should be suppressing this output but a simple test shows that it does not. Sounds like a bug... please file one in JIRAhttps://issues.apache.org/jira/browse/IVY . -Archie On Fri, Feb 11, 2011 at 10:25 AM, Jonathan Williams

Re: Just the artifact I want...

2011-03-23 Thread Archie Cobbs
Try adding transitive=false to your conf definition. I use this often to define a javac configuration (here's an examplehttp://jvser.googlecode.com/svn/trunk/src/ivy/ivy.xml ). -Archie On Wed, Mar 23, 2011 at 8:43 AM, Richard_Senior richard.sen...@gmail.comwrote: Hello, Sorry for spamming

Re: IVY design opinion

2011-04-06 Thread Archie Cobbs
What about just setting up an authenticated, HTTP-based ivy repository and using the Apache server logs as your audit trail? -Archie On Wed, Apr 6, 2011 at 1:07 PM, Shawn Castrianni shawn.castria...@halliburton.com wrote: I have been using IVY for 3 years now and love it. I use the

Re: Ivy Roundup Cobertura 1.4.X depends upon org.apache.oro which is now retired

2011-05-09 Thread Archie Cobbs
Fixed in r1601... will regenerate repo soon. On Mon, May 9, 2011 at 12:52 PM, Alan Chaney a...@writingshow.com wrote: Subject says it all. The link: http://www.apache.org/dist/jakarta/oro is now inoperative - there is an archive link at: http://archive.apache.org/dist/jakarta/oro/

Re: Resolving Maven source jars to distinct folders

2011-05-19 Thread Archie Cobbs
Just include a [type]s directory in your retrieval pattern... all source JARs should have type source. -Archie On Thu, May 19, 2011 at 9:19 AM, Carlton Brown cblists...@gmail.com wrote: All, My users are requesting that source jars be retrieved into their own distinct folder. We already

Re: container supplied jars excluded in ivy

2011-07-24 Thread Archie Cobbs
On Sun, Jul 24, 2011 at 10:12 AM, Steve Prior spr...@geekster.com wrote: It occurs to me that which jars are installed standard on the servers is a site wide configuration and shouldn't really be the concern of the individual projects. I was thinking of defining a war configuration which

Re: circular dependency not detected

2011-08-04 Thread Archie Cobbs
Ha! I'd call that a feature, not a bug... :-) On Thu, Aug 4, 2011 at 2:34 AM, Magnus Grimsell magnus.grims...@idainfront.se wrote: I'm working on integrating Ivy into our existing ant based build system. I've only been working with this for a short period of time so I might have missed some

Re: circular dependency not detected

2011-08-08 Thread Archie Cobbs
On Mon, Aug 8, 2011 at 3:40 AM, Magnus Grimsell magnus.grims...@idainfront.se wrote: I do have circularDependencyStrategy set to error in my ivy settings file. Oops, I missed that line of your email... now it makes more sense. Doesn't that mean that Ivy should fail the build when I

Re: Publication Question: reference globs in artifact list

2011-10-05 Thread Archie Cobbs
I don't think there's any way to define wildcard artifacts. So either define a single large artifact that the user is required to unpack, or else have the packager resolver unpack it. In the latter case, you must update the ivy.xml file (and possibly the packager.xml file too) when a new version

Re: workaround to consume legacy Ivy modules

2011-10-18 Thread Archie Cobbs
Just a thought... maybe instead you could write a resolver that contains a nested, normal resolver, and applies a configured XLST stylesheet to all of the ivy.xml files it downloads. Then what you want to do would be an easy specific case. -Archie On Tue, Oct 18, 2011 at 12:27 PM, Mitch Gitman

Re: Ivyde, ivy-roundup and 'source'

2012-02-24 Thread Archie Cobbs
People have complained about this for a long time. I may be biased but in my opinion this is clearly an IvyDE problem: IvyDE should be associating sources to JARs using ivy configurations, not filenames. In fact, ivy does not define filenames, the user of ivy does (see this

Re: Ivyde, ivy-roundup and 'source'

2012-02-26 Thread Archie Cobbs
2012/2/25 Nicolas Lalevée nicolas.lale...@hibnet.org Le 24 févr. 2012 à 23:03, Archie Cobbs a écrit : People have complained about this for a long time. The semantic of the types in an ivy.xml is specified by the one writing them. So for each repository there could probably be as many

Re: Ivyde, ivy-roundup and 'source'

2012-02-28 Thread Archie Cobbs
...@hibnet.org Le 26 févr. 2012 à 21:56, Archie Cobbs a écrit : 2012/2/25 Nicolas Lalevée nicolas.lale...@hibnet.org Le 24 févr. 2012 à 23:03, Archie Cobbs a écrit : People have complained about this for a long time. The semantic of the types in an ivy.xml is specified by the one writing

Re: 2 Questions for ivyIDE

2012-03-23 Thread Archie Cobbs
FYI, You can tell IvyDE to link sources and javadocs explicitly using custom attributes in your ivy.xml. See http://ant.apache.org/ivy/ivyde/history/trunk/cpc/jarmapping.html -Archie On Fri, Mar 23, 2012 at 6:28 AM, David Sills dsi...@datasourceinc.comwrote: All: Many thanks to all who

IvyDE and packager resolver

2012-12-28 Thread Archie Cobbs
I'm new to Eclipse and trying to get IvyDE working with Ivy's packager resolver. It doesn't seem to be working. IvyDE is unable to download artifacts for some reason, but the Ivy console doesn't show any explanation for the error except null. Everything is fine (ivy.xml files are downloaded OK,

  1   2   >