Uploads a file to a google code project.

<GoogleCodeUpload
		Project="myproject"
		Username="myUserName"
		Password="somerandompassword"
		Summary="Summary for file"
		File="Full\Path\To\File"
		Labels="test;ignore">
	<Output PropertyName="FileUrl" TaskParameter="FileUrl" />
</GoogleCodeUpload>

Input Properties

NameDescriptionTypeRequiredDefault
ProjectThe name of the projectStringtruenull
FileThe full path of the file to publishStringtruenull
SummaryA description of the fileStringtruenull
UsernameYour googlecode username (with or without "@gmail.com"Stringtruenull
PasswordYour google code password, this is not your gmail password. It is located at GoogleCode->Profile->SettingsStringtruenull
TargetFileThe desired name of the file on googlecodeStringfalseFile->FileName
LabelsA collection of labels to be assigned to the fileString[]falsenull
TimeoutThe amount of time, in seconds, before the upload process will timeout.Integerfalse300
TreatErrorsAsWarningsIf an error occurs, and true, then it will display a warningbooleanfalsefalse
ProxyHostThe name of the proxy serverStringfalsenull
ProxyPostThe port of the proxy serverIntegerfalse8080
ProxyUserThe username to use for proxy authenticationStringfalsenull
ProxyPasswordThe password to use for proxy authenticationStringfalsenull

Output Properties

NameDescriptionType
FileUrlThe full url to download the fileString

Last edited Dec 23, 2009 at 10:08 PM by camalot, version 4

Comments

No comments yet.