Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Deployment
System
I am using Teamsite 6.1 and opendeploy 5.6 with service pack 1. I have a problem i my opendeploy.
my $area =/default/main/id/WORKAREA/sit_icard
my $filelist=/picsreg1/icms/iw-home/temp/filelist772.txt
In my file list i have the file to be deployed as import/webserver/images/app_it_id.gif
my target directory =/picsreg1/icms/docs/images
in my deployment configuration file i have given it as
<source >
<sourceFilesystem area="$source^" filelist="$filelist^" > <pathSpecification >
<path name="import/webserver" >
</path>
</pathSpecification>
</sourceFilesystem>
</source>
In my target directory i dont want import/webserver directory. I want the fi;le to be deployed directly under images.Thats the reason i have given in the path specification as
<pathSpecification >
<path name="import/webserver" >
</path>
But it is not working.the deployment says successfull. but files rea not getting deployed. when i give <path name="."> then the files are getting deployed. but in import/webserver/images directory.Is it a teamsite problem.If it is any patch . Or is it any problem in my deployment configuration file.Its very urgent. Please advice.
Regards,
Nirmala
Find more posts tagged with
Comments
There are no comments yet