Hi ALL,
I am trying to understand process of creating .spar files and installing them.
Following is the procedure I followed to create a .spar file.
1. Browsed to /iwadmin/main/spars/WORKAREA/Installed
2. Created a folder call Demo under it
3. Created another 4 folders under Demo (/iwadmin/main/spars/WORKAREA/Installed/Demo) called
a. meta-inf
b. workarea_root
c. template
d. component
4. Then copied few folders from component, template and sites (from test branch of iwadmin store)
5. Then created a manifest.xml under meta-inf folder
6. Then created a Demo.zip and renamed it to Demo.spar
Followed below steps to install the spars.
1. Copied Demo.spar to E:\temp\Demo.spar
2. Then executed below command
E:\apps\Interwoven\TeamSite\install>install_archive.ipl E:\temp\Demo.spar /iwadmin/main/livesite/test/WORKAREA/shared
3. It gives error as,
JAVA_HOME=E:\apps\Interwoven\TeamSite\tools\java
Buildfile: install_archive.xml
Ant returned 0 but shows a failure in the log file. Please examine E:/apps/Interwoven/TeamSite/local/logs/Demo_install.log.
Install failed. See E:/apps/Interwoven/TeamSite/local/logs/Demo_install.log for details. at E:\apps\Interwoven\TeamSite\install\install_arc
hive.ipl line 233.
4. When I look for log file
spar.branch.create:
spar.workarea.create:
[exec] ERROR: workarea "Installed" exists.
BUILD FAILED
E:\apps\Interwoven\TeamSite\install\install_archive.xml:244: exec returned: 1
Any help will be appreciated with the mistake I am making.
Thanks.