Re: 2 Questions for ivyIDE

2012-03-20 Thread Alan Chaney
On 3/20/2012 11:03 AM, David Sills wrote: I see that the Ivy way is better once you are using Ivy, but it's frustrating when I can't figure out how to publish sources in the first place -Original Message- From: Not Zippy [mailto:notzi...@gmail.com] Sent: Tuesday, March 20, 2012 2:01

Ivyde, ivy-roundup and 'source'

2012-02-24 Thread Alan Chaney
Hi Everybody For a long while I've been rather frustrated with the the jar of this class file belongs to ivy.xml message that pops up in eclipse with certain projects. I searched for other messages on this subject but found nothing conclusive. I'm using eclipse indigo and helios, both with

Re: Inconsistencies with project builds [FIXED]

2012-02-13 Thread Alan Chaney
Sorry, everybody Proved to be a silly typo on my part. My scripts required that the ivy module name was the same as the eclipse project name, and I'd incorrectly entered the ivy module name. Thanks Alan On 2/12/2012 10:53 AM, Alan Chaney wrote: Hi I have a pretty complex project managed

Inconsistencies with project builds

2012-02-12 Thread Alan Chaney
Hi I have a pretty complex project managed by Ivy 2.2.0, running under Ant 1.7. I have one build file which is used for several different projects. Three of them deliver wars. They have many steps in them, one of which is to publish to our corporate repo. Two of them work fine, but the 3rd

Re: ivy:publish vs publications

2011-09-15 Thread Alan Chaney
On 9/15/2011 5:58 AM, zharvey wrote: (1) What is is the difference between the ivy:publish task called from the ant buildscript, and the publications element defined in the ivy.xml file (module descriptor)? According to the docs, the publications element is used to declare artifacts to be

Re: ivy:publish vs publications

2011-09-15 Thread Alan Chaney
'basedir' === workspace\MyProject\ Alan Alan Chaney-2 wrote: On 9/15/2011 5:58 AM, zharvey wrote: (1) What is is the difference between the ivy:publish task called from the ant buildscript, and the publications element defined in the ivy.xml file (module descriptor)? According to the docs

Re: Can't get Ivy to see modules

2011-09-09 Thread Alan Chaney
Are you running with ant? if so, try running with the -v option - I've found it helpful in debugging this kind of problem. Alan On 9/9/2011 12:11 PM, zharvey wrote: I have been racking my brains trying to figure out what is happening here. In my ivysettings.xml file, I specify the

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

2011-05-09 Thread Alan Chaney
Thanks Archie John Lewis of cobertura implied that they are unlikely to change. Alan On 5/9/2011 12:13 PM, Archie Cobbs wrote: Fixed in r1601... will regenerate repo soon. On Mon, May 9, 2011 at 12:52 PM, Alan Chaneya...@writingshow.com wrote: Subject says it all. The link:

Re: Ivy Roundup failing

2011-01-03 Thread Alan Chaney
-John Mas wrote: Hi, What happens when you paste the URL is a web browser? BTW It seems to work here. Will check again later. Andre On 3-Jan-2011, at 11:50, Alan Chaney wrote: Hi I keep getting SERVER ERROR: Bad Gateway url=http://ivyroundup.googlecode.com/svn/trunk/repo/modules/org

Re: conf mapping documentation contradicts itself

2010-05-04 Thread Alan Chaney
Niklas Matthies wrote: The problem is that the word dependency is often used to mean dependent module, i.e. the target of the dependency. For example just yesterday there was build a dependency from source control, which of course was about building a dependent module, not building a dependency

problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Alan Chaney
work. This is with Ivy 2.1.0 IvyDE 2.0.0-final and Eclipse 3.5.2 TIA Alan Chaney

Re: problems with ivyroundup and oro and 'exclude'

2010-04-21 Thread Alan Chaney
: Alan Chaney [mailto:a...@writingshow.com] Sent: 21 April 2010 10:30 To: ivy-user@ant.apache.org Subject: problems with ivyroundup and oro and 'exclude' Hi 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

Brilliant work

2010-04-14 Thread Alan Chaney
. Regards Alan Chaney

Re: Using Ivy to manage Eclipse plug-in and RCP development

2010-02-13 Thread Alan Chaney
Nicolas Lalevée wrote: Le 12 févr. 2010 à 19:36, Alan Chaney a écrit : Hi I've used Ivy extensively to manage dependencies in web applications. I'm currently developing a set of Eclipse plug-ins to be bundled both as Eclipse features and Eclipse RCP apps. Does anyone have any pointers

Using Ivy to manage Eclipse plug-in and RCP development

2010-02-12 Thread Alan Chaney
? Are there any gotchas I should be aware of? I intend to make all the dependent libraries eclipse library plug-ins - in most cases I'll have to do this wrapping myself. Thanks in advance Alan Chaney

Re: Branch Management

2009-04-09 Thread Alan Chaney
the selection of that revision. Alan Chaney wrote: I find your comments very interesting, Paul, because I have similar issues with my projects. It seems to me that one solution is to provide a custom conflict manager which does, in fact, check the branch. I don't believe that one exists. I'd

Re: Branch Management

2009-04-08 Thread Alan Chaney
. Regards Alan Chaney Paul Duffin wrote: There are three issues that I am trying to resolve here: 1) Simply to understand what it is intended for and how it works / behaves, i.e. to satisfy my curiosity. I have looked at the code but that only shows me how it behaves, which may be different

Re: Building a filesystem repository by hand?

2009-04-03 Thread Alan Chaney
Hi Gilles A minimal ivy repository is two files - an ivy.xml file describing an artifact and the artifact itself. You then need to make sure that the folder layout corresponds to the ivy patterns that you are using with that repository. The default for organisation = org.myproject and module

Re: [ivyde] resolve all projects after cache clean

2009-04-03 Thread Alan Chaney
Matt Benson wrote: Is there a quicker way to do this than explicitly requesting a resolve on each project? If not, should there be? -Matt +1 on that! Alan

Re: Are IVY Default Repositories Mandatory?

2009-04-01 Thread Alan Chaney
which one to use. Also, the default Ivy cache is in ${user.home}/.ivy2 - maybe that's what you are seeing (just a guess) Regards Alan Chaney Buck, Robert wrote: Good morning, The documentation states: This default settings mainly consist of 3 kind of repositories... First, several

Re: Are IVY Default Repositories Mandatory?

2009-04-01 Thread Alan Chaney
] resolver=volatile-resolver pubrevision=${version.number} overwrite=true/ /target -Original Message- From: Alan Chaney [mailto:a...@writingshow.com] Sent: Wednesday, April 01, 2009 10:28 AM To: ivy-user@ant.apache.org Subject: Re: Are IVY Default Repositories Mandatory? Hi Robert I don

Re: Packager resolver - javadoc in restricted mode

2009-03-23 Thread Alan Chaney
you could easily write policy which didn't allow the packager application to overwrite specific files. Apologies if this is missing the point - I just thought I'd raise it. Regards Alan Chaney For example, the javadoc task creates a bunch of files. What if someone configured it to write

Re: Running Ivy in parallel builds

2009-03-20 Thread Alan Chaney
use you can presumably use different resolution caches for different aspects of the project? Regards Alan Chaney - Original Message From: Uldis Karlovs-Karlovskis uldis.karlovs-karlovs...@ctco.lv To: ivy-user@ant.apache.org Sent: Friday, March 20, 2009 11:45:21 AM Subject: RE

Re: Ivyide and multiple dependent projects

2009-03-04 Thread Alan Chaney
Hi Nicolas In answer to your questions see below Nicolas Lalevée wrote: Le 4 mars 09 à 18:39, Alan Chaney a écrit : Hi I'm using ivy2.0.0/ivyide2.0.0.beta/eclipse 3.4 I have a number of projects which all contribute to a number of wars (not all sub-projects are in every war.) I've

Re: Should force mode work for ivy:install?

2009-01-27 Thread Alan Chaney
and haven't noticed the situation you refer to. What was the dependency referring to? Alan Chaney Brown, Carlton wrote: Going to bump this topic... Would like an opinion before I open a JIRA on this. -Original Message- From: Brown, Carlton [mailto:carlton.br...@compucredit.com

Guidance on relationship between projects and repositories

2008-05-01 Thread Alan Chaney
for comments. I'm begging to understand what can be done with Ivy - its less clear what the best practices are. Regards Alan Chaney

Re: Clarification on using configurations

2008-04-29 Thread Alan Chaney
Thanks I've sort of got that to work and I think a bit of experimenting may get me through. I may well try and document everything I've done and make it publically available (when I've finally got it right!) Regards Alan Chaney Archie Cobbs wrote: The syntax is conf=local-remote. So

Re: Dependencies and Global Excludes

2008-04-24 Thread Alan Chaney
Xavier Hanin wrote: On Thu, Apr 24, 2008 at 6:26 PM, Michael Laccetti [EMAIL PROTECTED] wrote: Two questions: 1) Is there any way to see the transitive dependencies? My current build is failing because Ivy is trying to pull down com.sun#ldapbp;1.0, which isn't in the Maven repository. The