Re: How to get sources for transitive dependencies with IvyDE

2009-08-15 Thread Daniel Becheanu
Can you give provide a library which you are trying to pull and you don't get sources? Also your ivyconf/ivy.xml will be nice. Daniel On Wed, Aug 12, 2009 at 12:46 AM, Ben Piper wrote: > Hi all, > > I'm using these Eclipse plug-in versions: > > Apache Ivy            2.1.0.cr2_20090704004254 > Ap

Re: Ivy Publishing Wrong Name to Artifactory

2009-08-15 Thread Daniel Becheanu
According with your log, ivy is publishing with ns-jmx-1.2.0-SNAPSHOT.jar. ant not spyglass-1.2.0-SNAPSHOT. You might have spyglass-1.2.0-SNAPSHOT from a previous publish when you had a different publishing pattern. Daniel : publishing :: com.ns#spyglass published ns-jmx to http://172.0.0

Re: [Announce] Release of IvyDE 2.0.0.beta1

2008-12-15 Thread Daniel Becheanu
Upper right corner:P On Mon, Dec 15, 2008 at 4:06 PM, Daniel Becheanu wrote: > Switch your eclipse console to ivy console to see more details. (there > is a small drop down on the upper left side of your eclipse console) > > One way to try fixing this issue is remove the ivy.xml fr

Re: [Announce] Release of IvyDE 2.0.0.beta1

2008-12-15 Thread Daniel Becheanu
Switch your eclipse console to ivy console to see more details. (there is a small drop down on the upper left side of your eclipse console) One way to try fixing this issue is remove the ivy.xml from libraries and add it back. On Mon, Dec 15, 2008 at 3:57 PM, Bagwell, Allen F wrote: > > Upgr

Re: buildnumber Ant task & automated updates of ivy.xml

2008-11-19 Thread Daniel Becheanu
If you are using cruisecontrol you can use http://cruisecontrol.sourceforge.net/main/configxml.html#antpublisher which is automatically publishing properties described in below link http://cruisecontrol.sourceforge.net/main/configxml.html#buildproperties ( look at label property) Daniel On Wed,

Re: Jar file containing java source being copied - not the jar with class files

2008-11-11 Thread Daniel Becheanu
You can use type attribute on ivy:retrieve Ex Look at http://ant.apache.org/ivy/history/trunk/use/retrieve.html for more details. Daniel On Tue, Nov 11, 2008 at 11:49 AM, Scot P. Floess <[EMAIL PROTECTED]> wrote: > I just moved up to Ivy 2.0 RC2 from 2.0 beta 2 > > I see down in my ~/.ivy dir

Re: No organisation provided error ??

2008-10-29 Thread Daniel Becheanu
you are missing tag On Wed, Oct 29, 2008 at 9:25 AM, Mitch Gitman <[EMAIL PROTECTED]> wrote: > Just guessing here... > > Go to the ivy.xml file for your project and check if the /ivy-module/info > element specifies an organisation attribute. > > On Wed, Oct 29, 2008 at 1:22 AM, ferry97 <[EMA