Re: Multi-library builds
Nick Chalko <[email protected]>
| Newsgroups | gmane.comp.krysalis.user |
|---|---|
| Message-ID | <[email protected]> |
Joshua Davis wrote:
>
>
>>Also, if you have two only, could you not do:
>>
>> cent helloworld
>> cent hellolib
>>
>>
>
>Yes. I could also make a special target in centibuild.xml to do that,
>right?
>
>
>
Yes but the two calls are actually more like
cent package
cent -Dproject.name=hellolib package
something like
<target name="both" depends="package" >
<ant target="package">
<property name="project.name" value="hellolib"/>
</ant>
</target>
(forgive the syntax I did not lookit up)
smime.p7s
(application/x-pkcs7-signature, 3.3 KB) - not displayed