This should be fixed in 2.0-alpha2. Ivy will allow to use multiple
configuration (named settings in 2.0). See [1].  To test it now, you
will have to make your own build of ivy (which is not very difficult).

[1] https://issues.apache.org/jira/browse/IVY-366


Gilles


2007/6/20, sujeewanie weerakoon <[EMAIL PROTECTED]>:


 I have a modular build structure based on Ant. each
 module having a separate build script. I want to
 have
 the ivy realted files also module wise.
 With ivy 1.0 this was possible. But when i upgraded
 to
 ivy 1.4 only the first configuration file seems to
 be
 reffered by all the modules.
Inorder to publish I say
<ivy:publish
artifactspattern="${dist.dir}\[artifact].[ext]"
            resolver="chain-resolver"
            pubrevision="${revision}"
            status="release"
         />

 The [artifact] gets evaluated to module name as
defined in the first loaded ivy.xml

Is there a way to call ivy:configure multiple times
 with different configuration files?

Reply via email to