Is trying to publish multiple artifacts of the same type from a single folder
possible ?
I am confused. I have read the docs which are not very helpful.
Turning on debug did not help. Here is a snippet of the output:
JavaScript Deployment
Overriding previous definition of property "ivy.version"
Setting project property: ivy.version -> 2.0.0-rc2
parameter found as ivy variable: ivy.organisation=MailExpress
parameter found as ivy variable: ivy.module=mx-javascript-library
parameter found as ivy variable: ivy.revision=1.0.00
parameter not found: ivy.deliver.branch
parameter found as attribute value: ivy.deliver.revision=1.0.00
parameter found as ivy variable: ivy.status=integration
:: publishing :: MailExpress#mx-javascript-library
validate = true
post 1.3 ivy file: using exact as default matcher
WARN: missing artifact MailExpress#mx-javascript-library;1.0.00!*.js:
C:\chorrell\projects\mx-javascript-library\trunk\src\*.js file does
not exist
Thanks,
Craig.
Jim Adams-6 wrote:
>
> I would turn debug on and get some better logs. You may be able to see
> where *.js is coming from then.
> ________________________________________
> From: crashmeister [[email protected]]
> Sent: Wednesday, January 14, 2009 4:04 PM
> To: [email protected]
> Subject: Re: Publishing multiple artifacts in one publish event
>
> Here is some more info:
>
> The error I get is :
>
> :: publishing :: CompanyName#mx-javascript-library
> C:\user\projects\mx-build\mxMainBuild.xml:818: impossible to publish
> artifacts for CompanyName#mx-javascript-library;1.0.00:
> java.io.IOException:
> missing artifact CompanyName#mx-javascript-library;1.0.00!*.js
> BUILD FAILED (total time: 0 seconds)
>
> Where is it getting the '*.js' from ?
>
> This is the ivy.xml file:
>
> <ivy-module version="2.0">
> <info organisation="CompanyName"
> module="mx-jacascript-library"
> revision="1.0.00"
> status="integration"/>
>
> <configurations>
> <include file="../../mx-build/ivy-configurations.xml" />
> </configurations>
>
> <publications defaultconf="default, javascript">
> <artifact name="MX_Ajax_Control" type="js" ext="js"/>
> <artifact name="MX_Constants" type="js" ext="js"/>
> </publications>
>
> <dependencies>
> </dependencies>
>
> </ivy-module>
>
>
> --
> View this message in context:
> http://www.nabble.com/Publishing-multiple-artifacts-in-one-publish-event-tp21464294p21465090.html
> Sent from the ivy-user mailing list archive at Nabble.com.
>
>
>
>
--
View this message in context:
http://www.nabble.com/Publishing-multiple-artifacts-in-one-publish-event-tp21464294p21478268.html
Sent from the ivy-user mailing list archive at Nabble.com.