Re: possible bug in ChainResolver

2009-10-03 Thread Gilles Scokart
Attachments are skipped in this mailing list. Could you post that into a jira ticket ? Thanks a lot, Gilles Scokart 2009/10/2 Jaco Uys > Hi, > > I have found an issue some time ago with resolving dependencies via a > chain resolver. > I can not remember the exact scenario

Re: Ivy Performance

2009-09-03 Thread Gilles Scokart
You may have a look to https://issues.apache.org/jira/browse/IVY-872 where some of the performance optimization have been implemented. Gilles Scokart 2009/9/3 Hans Dockter > > On Sep 3, 2009, at 4:40 PM, Carlton Brown wrote: > > The resolve task actually fetches artifacts in

Re: confmappingoverride

2009-08-28 Thread Gilles Scokart
Could you set the transitivity to false ? Didn't it solve your problem? Gilles Scokart 2009/8/27 Niklas Matthies > On Thu 2009-08-27 at 22:40h, Niklas Matthies wrote on ivy-user: > : > > In the example given on [1] where confmappingoverride is set to true > > > &

Re: Ivy does not correctly interpret spacing in project path

2009-06-20 Thread Gilles Scokart
Did you tried to define ${lib.dir} as file://C:/Dev/The%20Project%20Folder ? (or maybe even file://C:/Dev/The Project Folder/ ) It looks like the parameter is interpretted as an URL. Gilles Scokart 2009/6/8 Georges Labrèche > > > Hello! > > > > First of all, sorry for t

Re: How to switch off transitive maven2 dependencies while building with ivy2

2009-06-06 Thread Gilles Scokart
I'm not sure I understand well your question. Do you have an ivy file in which you declare dependencies coming from a maven repository? To stop the transitivity in that case, you should use some configurations that you declare as non transitive in your ivy file. Gilles Scokart 200

Re: debian-like virtual modules

2009-04-17 Thread Gilles Scokart
It would be a nice feature indeed. An other close use case might be applicable to osgi where you have also the notion of service providers. However, I don't see where to plug that into the current ivy model. Gilles Scokart 2009/4/17 Martin Zdila > sorry for top-posting, but i woul

Re: Professional Repository - Artifact Verification

2009-04-17 Thread Gilles Scokart
Ivy indeed doesn't handle signature validation. The "validation" is currently limited to checksums. Gilles Scokart 2009/4/15 Ray Racine > Trying to understand the Ivy way of setting up > internal/shared/professional/enterprise repositories. > > I've l

Re: ivy doesnt reflect distributionManagement in POM ?

2009-03-11 Thread Gilles Scokart
it manually, we don't do it automatically, even if in this specific case it could be possible. I think there is a jira ticket about that with a longer discussion. Gilles Scokart 2009/3/11 Marc Logemann > Hi, > > on the way diagnosing missing deps on spring-context module, i fo

Re: Chain resolver chaos with local dependency overrides

2009-03-08 Thread Gilles Scokart
I do somthing similar. When a developper has finish to play with a local dependency he must clean his local repository, clean his cache and re-execute a resolve. Not very nice, but in my context it seems to be OK (we rarely have to play with local dependencies). Gilles Scokart 2009/3/8 Daniel

Re: Debugging ivy code within an ant script

2009-02-13 Thread Gilles Scokart
e it a try... Gilles Scokart 2009/2/3 : > > > > > > Is there any way to run an ant script within Eclipse and debug at the Java > level an ivy publish task ? > > > > Target > www.targetgroup.net > > Target is a trading name of Target Group Limited, > register

Re: impossible to get artifacts when data has not been loaded

2008-12-15 Thread Gilles Scokart
Looks like a bug, could you create a jira ticket for it? Thanks, Gilles Scokart 2008/12/9 Konstantin Rekk : > Hello, > > I am new at this list. I found a similiar post here: > > http://www.mail-archive.com/ivy-user@ant.apache.org/msg01766.html > > > Everything wor

[ANN] Control your dependency with Deco-0.1

2008-12-08 Thread Gilles Scokart
facing dependency control and you want to join the project, your contribution is welcome! [1] http://deco-project.sourceforge.net/index.html -- Gilles Scokart

Re: Speeding up ivy:resolve

2008-11-20 Thread Gilles Scokart
on tips. But I agree with, better performance are still required. I also have a build that takes a way to long. I stopped because I stop because I was out of idea. Any fresh observation and optimization hints are more than welcome. [1] https://issues.apache.org/jira/browse/IVY-872 -- Gilles Scokart

Re: Patterns for artifacts

2008-10-20 Thread Gilles Scokart
n the future we want to change as little as possible when > taking bundles into our repository. I did not find a way to apply > matchers or a similar solution to this problem. Can anybody help? > > Regards, > Jens -- Gilles Scokart

Re: Common practices for lifecycle and promotion in Ivy

2008-10-17 Thread Gilles Scokart
found). > > Also, what's your versioning scheme? As I mentioned earlier, namespaces > don't seem to transform revision names, so how would you solve the > problem of retaining, say, 1.0.0-rc3 as 1.0.0-final in another > repository? Or do you just not worry about this? > >

Re: Publishing poms to an enterprise Ivy repo?

2008-10-16 Thread Gilles Scokart
ormation that is privileged, confidential or otherwise protected from > disclosure. If you have received this transmission, but are not the intended > recipient, you are hereby notified that any disclosure, copying, distribution > or use of the contents of this information is strictly prohibited. If you > have received this e-mail in error, please contact the sender of the e-mail > and destroy the original message and all copies. > > -- Gilles Scokart

Re: Common practices for lifecycle and promotion in Ivy

2008-10-16 Thread Gilles Scokart
t the named recipient, > any disclosure, dissemination, or action based on > the contents of this message is prohibited. In such > case please notify us and destroy and delete all > copies of this transmission. Thank you. > -- Gilles Scokart

Re: How does block work in Ivy.

2008-10-11 Thread Gilles Scokart
y Average Developer... > -- > View this message in context: > http://www.nabble.com/How-does-%3Cstatues%3E-block-work-in-Ivy.-tp14330182p19924919.html > Sent from the ivy-user mailing list archive at Nabble.com. > > -- Gilles Scokart

Re: Publish is deleting other revisions

2008-10-10 Thread Gilles Scokart
resolver="shared" >pubrevision="${ivy.new.revision}" >status="release"/> > > > > -- > View this message in context: > http://www.nabble.com/Publish-is-deleting-other-revisions-tp19908634p19908634.html > Sent from the ivy-user mailing list archive at Nabble.com. > > -- Gilles Scokart

Re: Ivy-report references images on internet

2008-09-29 Thread Gilles Scokart
has been scanned for all viruses by the MessageLabs Email > Security System. For more information on a proactive email security > service working around the clock, around the globe, visit > http://www.messagelabs.com > -- Gilles Scokart

Re: Illegal XML in Maven POM's

2008-09-29 Thread Gilles Scokart
ns > > -- > Hans Dockter > Gradle Project lead > http://www.gradle.org > > > > > -- Gilles Scokart

Re: confmappingoverride does not override

2008-09-20 Thread Gilles Scokart
---I don't want this > easymock-src.jar > easymock.jar < I don't want this > > > It seems despite it's name and documentation setting > conmappingoverride="true" the "src" mappingdoes not > override but add to the dependency mapping. > > Any suggestions are welcome. > > Best regards > Martin > -- Gilles Scokart

Re: How To Get Module Dependency List

2008-09-20 Thread Gilles Scokart
then A). > > Short of actually parsing the ivy files directly in the cache - is > there any way to do this? This seems like a relatively basic thing to > do - but I don't see an easy way to do it. Hopefully I am just > missing something obvious. > > Thanks, > Mark. > -- Gilles Scokart

Re: conditional dependency

2008-09-08 Thread Gilles Scokart
use of the intended recipient. Any > review, use, distribution, or disclosure by others is strictly prohibited. > If you are not the intended recipient (or authorized to receive information > for the intended recipient), please contact the sender by reply e-mail and > delete all copies of this message. -- Gilles Scokart

Re: Override dependencies using dual and metadata resolver?

2008-08-24 Thread Gilles Scokart
> > > > > > > > > > -- > View this message in context: > http://www.nabble.com/Override-dependencies-using-dual-and-metadata-resolver--tp19131638p19131639.html > Sent from the ivy-user mailing list archive at Nabble.com. > > -- Gilles Scokart

Re: Module not found, but it is

2008-08-24 Thread Gilles Scokart
y/[organisation]/[module]/[revision]/[module]-[revision].[ext]" > override="false" /> > > > > > > > > > > > > What's append ? > > Thank for your help. > -- Gilles Scokart

Re: Ivy and Ubuntu/Debian Java package build failures

2008-08-20 Thread Gilles Scokart
Ivy > *assumes* this location by default when building. > > Obviously, when using fakeroot (as the first error report shows) Ivy > believes the user to be root, when in fact that is being faked, and > hence the build fails. > > Is there a way to force Ivy to use another (relative) location from the > build-root for its cache? > > Many thanks. > > TJ. > > -- Gilles Scokart

Re: Build server and enterprice repo

2008-08-19 Thread Gilles Scokart
fig files? I > wouldn't like to keep the configuration files (which make sense only in CI > server environment) in all projects. > > Cheers, > Antti > -- Gilles Scokart

Re: enterprise repository

2008-08-18 Thread Gilles Scokart
t; > Best Regards > > Sebastian Hennebrueder > http://www.laliluna.de > > -- Gilles Scokart

Re: File system trees?

2008-08-13 Thread Gilles Scokart
Maybe : https://issues.apache.org/jira/browse/IVY-209 2008/8/12 Stime, Brett <[EMAIL PROTECTED]>: > Is there a good way to handle non-jar artifacts that have predefined > file structures (HTML/JS/CSS/XSL)? For example, if there are two > different web sites that have dependencies on two different

Re: Publish is somehow disrupted by presence of ivy report?

2008-08-13 Thread Gilles Scokart
: > Now I'm noticing that implicit delivery is not performed by ivy:publish > if srcivypattern is true, not even if forcedeliver is set to true. > > Is this expected behavior? Should I open a JIRA on it? > > -Original Message- > From: Gilles Scokart [mailto:[EMAIL

Re: jms1.1

2008-08-12 Thread Gilles Scokart
t;> This message contains PRIVILEGED and CONFIDENTIAL >> information that is intended only for use by the >> named recipient. If you are not the named recipient, >> any disclosure, dissemination, or action based on >> the contents of this message is prohibited. In such >> case please notify us and destroy and delete all >> copies of this transmission. Thank you. >> >> > -- Gilles Scokart

Re: Publish is somehow disrupted by presence of ivy report?

2008-08-12 Thread Gilles Scokart
> intended only for use by the named recipient. If you are not the named > recipient, any disclosure, dissemination, or action based on the > contents of this message is prohibited. In such case please notify us > and destroy and delete all copies of this transmission. Thank you. > > -- Gilles Scokart

Re: publish / retrieve contents of a folder as artifact

2008-08-12 Thread Gilles Scokart
time I add a file to the folder, ideally I could setup some kind of > path like structure similar to how I was copying them before in ant. > > > > Any suggestions are appreciated. > > > > - will > > -- Gilles Scokart

Re: build dependant projects

2008-08-11 Thread Gilles Scokart
is that is eluding me. All I care about is that local developers get > changes to Core / ProjectA picked up and built when ever those files are > updated via source control without having to manually go into each directory > and publishing them. > > Thanks for any help. > > > - will > -- Gilles Scokart

Re: Stopping src jar downloads for dependent jars down the tree

2008-08-10 Thread Gilles Scokart
_ > This email has been scanned for all viruses by the MessageLabs Email > Security System. For more information on a proactive email security > service working around the clock, around the globe, visit > http://www.messagelabs.com > -- Gilles Scokart

Re: What is special about the master configuration

2008-07-21 Thread Gilles Scokart
ontents of this message is prohibited. In such > case please notify us and destroy and delete all > copies of this transmission. Thank you. > -- Gilles Scokart

Re: Overriding a bad checksum

2008-05-15 Thread Gilles Scokart
the variable ivy.checksums to "". > > http://ant.apache.org/ivy/history/latest-milestone/configuration/resolvers.html#common > http://ant.apache.org/ivy/history/latest-milestone/concept.html#checksum > > Nicolas > > -- Gilles Scokart

Re: How to use Ivy to publish artifacts to archiva or arifactory?

2008-05-01 Thread Gilles Scokart
="false" overwrite="true"/> > > > When I try to publish my artifact then I'm getting an error: URL repository > is not able to put files for the moment. What can I do to get this to work? > > Regards, > Lasse > > -- Gilles Scokart

Re: Ivy and Enterprise

2008-05-01 Thread Gilles Scokart
erprise? If so, how do you > handle > generated artifacts? > > Greetings, > Wolfgang. > _ > Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! > http://smartsurfer.web.de/?mc=100071&distributionid=0066 > > -- Gilles Scokart

Re: Dependencies and Global Excludes

2008-04-25 Thread Gilles Scokart
On 25/04/2008, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Thu, Apr 24, 2008 at 11:33 PM, Gilles Scokart <[EMAIL PROTECTED]> wrote: > > > On 24/04/2008, Xavier Hanin <[EMAIL PROTECTED]> wrote: > > > On Thu, Apr 24, 2008 at 6:26 PM, Michael

Re: Dependencies and Global Excludes

2008-04-24 Thread Gilles Scokart
u want to replace a transitive dependency by an other module which can be an other packaging of the same module, a derivative version of it, or just an other implementation of a given interface. We may have to think a little bit further what it means in case of conflict or in case of 'diamond' dependencies, but that seems interresting. -- Gilles Scokart

Re: Ivy RoundUp Repository - feedback requested

2008-04-17 Thread Gilles Scokart
version and creating a project for every one to > publish into our private Ivy repository), and in any case the work of > setting it up is already done. Note also anyone could create their own > private builder repository using this project as well. > > In the best case, we'll put together a piece of infrastructure that all Ivy > users can really benefit from. > > Let me know what you think. > > Thanks, > -Archie > > > -- > Archie L. Cobbs > -- Gilles Scokart

Re: Ivy RoundUp Repository - feedback requested

2008-04-17 Thread Gilles Scokart
e manual download, extract, and publish steps every time > > a software has a new release > > > > With builder resolver, #1 goes away entirely and #2 is reduced to updating > > a > > SHA1 checksum (common case). > > > > If you don't think #1 and #2 matter, then why aren't you volunteering to > > do > > them for us? :-) > > > > -Archie > > > > -- > > Archie L. Cobbs > > > > > > > -- > Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://ant.apache.org/ivy/ > http://www.xoocode.org/ > -- Gilles Scokart

Re: Is () supported in path for the filesystem resolver

2008-04-16 Thread Gilles Scokart
resolver couldn't find > the local repository. > > I understand this is not a common case, I am just curious if there is a way > around this, other than '(', ')', '[' and ']' are reserved characters for > the patterns. > > Thanks. > -- Gilles Scokart

Re: Classifier frustration

2008-04-14 Thread Gilles Scokart
t tasks? It's possible I could use the Ivy > Java API, but I'm trying to avoid tying my implementation too closely to > Ivy's internals and Ant tasks are preferred. > > Thanks in advance for any pointers. > > And if you want to get a peek at Ivy integrated with Groovy inside > OpenOffice, you can try it out here: > > http://www.ifcx.org/ > > It's the "IFCX Wings" literate scripting document that is enabled by > GroovyForOpenOffice, but you can just look at the document without using > G4OO for the macro. > > Jim > > -- Gilles Scokart

Re: artifacts with non-jar extension

2008-04-09 Thread Gilles Scokart
ion-2.2.2.idl > --- CosNaming-2.2.2.idl > > How would I go about doing this in my ivy.xml and my settings.xml file? > > Neil > -- Gilles Scokart

Re: [LIKELY_SPAM]Re: specify versions separate from dependencies

2008-03-31 Thread Gilles Scokart
On 31/03/2008, Xavier Hanin <[EMAIL PROTECTED]> wrote: > On Mon, Mar 31, 2008 at 2:27 PM, Gilles Scokart <[EMAIL PROTECTED]> wrote: > > > On 31/03/2008, Niklas Matthies <[EMAIL PROTECTED]> wrote: > > > On Mon 2008-03-31 at 08:39h, Johannes Stamminge

Re: [LIKELY_SPAM]Re: specify versions separate from dependencies

2008-03-31 Thread Gilles Scokart
On 31/03/2008, Niklas Matthies <[EMAIL PROTECTED]> wrote: > On Mon 2008-03-31 at 08:39h, Johannes Stamminger wrote on ivy-user: > > > On Saturday 29 March 2008, Gilles Scokart wrote: > > > On 28/03/2008, Johannes Stamminger <[EMAIL PROTECTED]> wrote: > >

Re: [LIKELY_SPAM]Re: specify versions separate from dependencies

2008-03-29 Thread Gilles Scokart
ld imagine that it would make sense to specify > them per dependency - not only globally for all dependencies ... ? > > Why would you exclude or overwrite it for one dependency but not for the others? Concerning the idea to put the new tags directly under dependencies, I like it. -- Gilles Scokart

Re: specify versions separate from dependencies

2008-03-28 Thread Gilles Scokart
it's the case for conflicts/manager > > today). I think I prefer the former approach I propose. > > > > This is open to discussion, please give your feedback, once 2.0 will be out > > we won't be able to go back. > > > > Xavier > > > > On Wed, Feb 27, 2008 at 8:30 PM, Harald Braumann <[EMAIL PROTECTED]> wrote: > > > > > On Wed, 27 Feb 2008 14:23:50 +0100 > > > "Xavier Hanin" <[EMAIL PROTECTED]> wrote: > > > > > > > Could you open an issue about that? > > > > > > Here it is: https://issues.apache.org/jira/browse/IVY-753 > > > > > > harry > > > > > > > > > > > -- > > Xavier Hanin - Independent Java Consultant > > http://xhab.blogspot.com/ > > http://ant.apache.org/ivy/ > > http://www.xoocode.org/ > -- Gilles Scokart

Manage centrally the configuration [Was: Re: specify versions separate from dependencies]

2008-03-28 Thread Gilles Scokart
ivy > files to modify the defaults. Yes, you can. The configurations can be included from a separated file. Note that it will be expanded when you publish to a repostory so that the published ivy.xml are self containing. -- Gilles Scokart

Re: Newbie Question: how can i circumvent/solve a conf dependency problem

2008-03-23 Thread Gilles Scokart
rüßen / Kind regards > > Sebastian Wiemer > > > > > > Sebastian Wiemer > > GfK Group > > Data Services GmbH > > Nordwestring 101 > > D-90319 Nürnberg > > Fon: +49 (0) 911 395 3876 > > Fax: +49 (0) 911 395 3466 > > [EMAIL PROTECTED] > > www.gfk.de / www.gfk.com > > > > > > > > > > GfK Aktiengesellschaft, Nuremberg, Germany, commercial register Nuremberg > > HRB 9398; Management Board: Professor Dr. Klaus L. Wübbenhorst (CEO), > > Christian Weller von Ahlefeld (CFO), Petra Heinlein, Debra A. Pruent, Dr. > > Gérard Hermet, Wilhelm R. Wessels; Chairman of the Supervisory Board: Hajo > > Riesenbeck > > This email and any attachments may contain confidential or privileged > > information. Please note that unauthorized copying, disclosure or > > distribution of the material in this email is not permitted. > > > > > > > > -- > Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://ant.apache.org/ivy/ > http://www.xoocode.org/ > -- Gilles Scokart

Re: Problem with 'namespace' example

2008-03-23 Thread Gilles Scokart
> > > > > > > > > > > > So why isn't this one working? > > > If necessary I can put the build.xml and ivysettings.xml files up on the > web. I've tried two different mirrors (maven itself and ibiblio). > The maven repository appears to have some other problems but as far as I > can see the above problem is the only error with ibiblio. > > Regards > > Alan Chaney > > > > > > > > > > > -- Gilles Scokart

Re: Beta 2: IVY + Ant = OutOfMemoryError: PermGen space

2008-03-13 Thread Gilles Scokart
kspace\build\internal\buildmagic.xm > l:100: java.lang.OutOfMemoryError: PermGen space > > That line corresponds to the following line in Ant: > > file="${ivy.default.conf.dir}/ivysettings.xml" override="true"/> > > This is a first for an Ant build for me. > > Bob > -- Gilles Scokart

Re: new ivy-settings error in beta 2

2008-03-12 Thread Gilles Scokart
ohibited. In such > > case please notify us and destroy and delete all > > copies of this transmission. Thank you. > > > > > > > -- > Xavier Hanin - Independent Java Consultant > http://xhab.blogspot.com/ > http://ant.apache.org/ivy/ > http://www.xoocode.org/ > -- Gilles Scokart

Re: ivy ignores tag in poms

2008-03-09 Thread Gilles Scokart
quot; useMavenMetadata="true". > > Is the type tag not supported, or did I do smth. wrong? > > Regards, > harry > > -- Gilles Scokart

Gradle : Using ivy as a library (Was : Re: New errors messages in log since update to Ivy-beta2)

2008-03-06 Thread Gilles Scokart
port = ivy.resolve > (moduleDescriptor, resolveOptions) > -- Gilles Scokart

Re: Error message when using different settings

2008-03-06 Thread Gilles Scokart
at should be configurable at the level of the cache. We could either have a parameter indicating if the cache should be "resolver aware" (I think that would be difficult to implement) or have the cache being always "resolver unaware" and ask to the user to use 2 separated cache if he want the isolation between 2 repository accross build (might be easier to implement). Can someone raise a jira issue for that? -- Gilles Scokart

Re: Newbie -- how to set ivy.lib.dir

2008-03-05 Thread Gilles Scokart
act].[ext]" > ivypattern="${basedir}/dependencies/[module]/[type]/[artifact].[ext]"/> > > > > > Thanks! It works now that I added ${basedir} to the pattern. > > > -- > > Ylan. > > -- Gilles Scokart

Re: Status of ivy repository

2008-03-03 Thread Gilles Scokart
nvest a lot of time in creating Ivy files corresponding to the pom > files in Maven central. Is that an accurate assumption?Or is there > some helper tool that can generate this for us? You can actually use the install task in order to build your own repository and patch it when required. -- Gilles Scokart

Re: filesystem resolver concurrency issues?

2008-02-28 Thread Gilles Scokart
privileged information for the sole use of the intended recipient. Any > > review, use, distribution, or disclosure by others is strictly > prohibited. > > If you are not the intended recipient (or authorized to receive > information > > for the intended recipient), please

Re: specify versions separate from dependencies

2008-02-28 Thread Gilles Scokart
ncy managment resoluition (which is something that is regularily suggested anyway). -- Gilles Scokart

Re: ivy.xml

2008-02-25 Thread Gilles Scokart
s possible? > > > > No, this is not possible in Ivy, but you can use text or xml > > processing > > tools to recompose your Ivy file before asking Ivy to resolve the > > dependencies of your module. > > > > Alternatively, since what you ask is close to maven 2 parent > > mechanism, I > > think it could be a nice addition to Ivy feature set. So feel free > > to open > > an issue, and even provide a patch :-) > > > > Xavier > > > >> > >> > >> Thanks, > >> > >> Neil > >> > >> > > > > > > -- > > Xavier Hanin - Independent Java Consultant > > http://xhab.blogspot.com/ > > http://ant.apache.org/ivy/ > > http://www.xoocode.org/ > > > -- Gilles Scokart

Re: philosophical question

2008-02-25 Thread Gilles Scokart
idential and > privileged information for the sole use of the intended recipient. Any > review, use, distribution, or disclosure by others is strictly > prohibited. If you are not the intended recipient (or authorized to receive > information for the intended recipient), please contact the sender by reply > e-mail and delete all copies of this message. -- Gilles Scokart

Re: Nullpointer when publishing

2008-02-19 Thread Gilles Scokart
nt.Project.executeSortedTargets(Project.java:1216) > at org.apache.tools.ant.Project.executeTarget(Project.java:1185) > at > org.apache.tools.ant.helper.DefaultExecutor.executeTargets( > DefaultExecutor.java:40) > at > org.apache.tools.ant.Project.executeTargets(Project.java:1068) > at org.apache.tools.ant.Main.runBuild(Main.java:668) > at org.apache.tools.ant.Main.startAnt(Main.java:187) > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246) > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67) > > Total time: 13 seconds > > > -- Gilles Scokart

Re: How to resolve when the jarfile name is different from the module?

2008-02-19 Thread Gilles Scokart
d CONFIDENTIAL > information that is intended only for use by the > named recipient. If you are not the named recipient, > any disclosure, dissemination, or action based on > the contents of this message is prohibited. In such > case please notify us and destroy and delete all > copies of this transmission. Thank you. > > -- Gilles Scokart

Re: IVYDE - what are the alternatives?

2008-01-17 Thread Gilles Scokart
make official builds. We > have lots of property and environment settings done in ant before > invoking ivy, so the "naked" ivy files just won't work. > > Cheers. > -- > Jing Xue > > -- Gilles Scokart

RE: subant, dependencies not retrieved

2008-01-15 Thread Gilles Scokart
Are you using a specific settings? Are all your id correctly transferred to the sub build? Gilles > -Original Message- > From: STUDLEY, Luke, GBM [mailto:[EMAIL PROTECTED] > Sent: mardi 15 janvier 2008 10:53 > To: '[EMAIL PROTECTED]' > Subject: subant, dependencies not retrieved > > He

Re: Can I supress the default published artefact

2008-01-15 Thread Gilles Scokart
he declared dependencies now. Must you create an artefact for the > dependencies to be included? > > - Richard > > -- > View this message in context: > http://www.nabble.com/Can-I-supress-the-default-published-artefact-tp14804076p14804978.html > Sent from the ivy-user mailing list archive at Nabble.com. > > -- Gilles Scokart