Hi all,
This is a problem I'm facing while using ant1.4.1 on a hp-11.00
machine.
The part of the build.xml which is giving me a problem is :
<target name="batchuploadFiles">
<zip zipfile="${dist-war}/batchUploadFiles.zip" compress="false">
<zipfileset dir="${src}/com/i2/cx/servers/batchupload/client"
excludes="sampleMDF.txt, SamplePriceMDF.txt, Catalog*.xml"
/>
<zipfileset dir="${src}/com/i2/cx/servers/batchupload/dtd"
excludes="itemload.dtd"
/>
<zipfileset dir="${build}/cx"
includes="*.class"
/>
</zip>
</target>
The file SamplePriceMDF.txt which has been given in the excludes attribute
get's modified to "SamplePriceMDF.txt,v" and gets included in the zip.
This is pretty crazy. I've tried all that i could to see what has happened, but to no avail.
I'm attaching the files also with this mail.
See the difference in the files. My only requirement is to avoid this file included in the
zip.
Please lemme know if any of you gurus have any idea.
Thanks,
Rosmon
SamplePriceMDF.txt,v
Description: Binary data
# Catalog Type: Pricing information
# Note1: The * mark under some of the column labels means that values for these
columns are mandatory
# Note2: A&U signifies add & update and D signifies delete
Delimiter: <tab>
# Template for List Price - List Fixed
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand
# * * * * * * * *
*
# Template for List Price - Location Ship From
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand ShipFromLocation SiteType
# * * * * * * * *
*
# Template for List Price - Location Ship To
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand ShipToLocation SiteType
# * * * * * * * *
*
# Template for List Price - Volume Based
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand RangeFrom RangeTo DiscountType
DiscountValue
# * * * * * * * *
*
# Template for Contract - Contract Fixed
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand BuyerName ContractID
ContractRevisionNumber
# * * * * * * * *
*
# Template for Contract - Contract Location From
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand BuyerName ShipFromLocation
SiteType ContractID ContractRevisionNumber
# * * * * * * * *
*
# Template for Contract - Contract Location To
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand BuyerName ShipToLocation
SiteType ContractID ContractRevisionNumber
# * * * * * * * *
*
# Template for Contract - Contract Volume Based
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand BuyerName RangeFrom
RangeTo DiscountType DiscountValue ContractID ContractRevisionNumber
# * * * * * * * *
*
# Template for Promotional - Promotional Price
Price Name Action(A&UorD) PriceType PriceSuperType VendorPartNumber
VendorName Price PriceUOM EffectiveFromDate EffectiveToDate
PackageUOM Currency QuantityOnHand PromotionName PromotionalDescription
PromotionalURL
# * * * * * * * *
*
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
