Help needed on missing artifact message

2009-01-29 Thread paul . newport
Can someone explain to me exactly what the message below means. I'm confused as to what fields are what in it, and what the # ; and ! indicate impossible to publish artifacts for net.example#net.example.TestIntegrationResultSchemas; work...@cd01571n: java.io.IOException: missing artifact

Can't publish simple jar file

2009-01-29 Thread paul . newport
Further to my previous post on the subject, I am still having real trouble publishing a simple artifact. I use XMLbeans to create a jar file from an XSD. target name=generateXMLbeansSource depends= createRootFolders,ivy-retrieve property name=xmlbeansjarname value=myjar.jar /

Default pattern for [artifact]

2009-01-29 Thread Bonvin John
Hello all ! I'm new to Ivy and currently in the process of understanding + testing it as a potential tool for managing our dependencies between modules. So please forgive me if my question is too simple or betrays my misunderstanding ;-). The ivy doc says that the default name of an artifact is

ivy report not working!

2009-01-29 Thread zyd08
Can anyone tell me why ivy:report isnt working for me please? After resolve, I have ivy:report todir=artifacts xml=true organisation=options module=ordermanager/, The html files could not be created with the following message: java.lang.IllegalStateException: Report file

RE: Default pattern for [artifact]

2009-01-29 Thread Partridge, Michael
You might do something like this in your ivysettings.xml: !--defines your repository layout, in effect-- property name=ivy.local.default.artifact.pattern value=[organisation]/[module]/[revision]/[organisation]-[artifact].[ext ] / !--defines where ivy should look for artifacts to publish--

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: Ivy:report not copying ivy-report.css to output dir

2009-01-29 Thread Brown, Carlton
https://issues.apache.org/jira/browse/IVY-1023 -Original Message- From: Maarten Coene [mailto:maarten_co...@yahoo.com] Sent: Wednesday, January 28, 2009 4:47 PM To: ivy-user@ant.apache.org Subject: Re: Ivy:report not copying ivy-report.css to output dir Please try with the 2.0 release

Re: IvyDE cache location

2009-01-29 Thread Maarten Coene
Maybe you could use the cache attribute on your resolvers pointing to different caches? Cfr http://ant.apache.org/ivy/history/latest-release/settings/resolvers.html#common Would that help? Maarten - Original Message From: Daffin, Miles (IDEAS) miles.daf...@morganstanley.com To: