How can I customize the whole oracle webcenter portal

We have a project that uses oracle webcenter portal. I want to customize it starting to its landing page til the content. I tried using extending webcenter spaces project but my build.xml has an error in clicking clean-stage. I followed the instructions correctly but still not working. I also tried following the tutorial about customizing at runtime, it works but its only for a specific tab. Is there any other way in customizing the product?
here is the error in build.xml:
Buildfile: C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\build.xml
[taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
[taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
clean:
[echo] ----------------------------
[echo] ----Cleaning deploy directory ---
[echo] ----------------------------
init:
pre-compile:
[echo] ----------------------------
[echo] ----Updating the manifest file with the
correct version specification and implementation version
[echo] ----------------------------
BUILD FAILED
C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\internal-targets.xml:85: Problem: failed to create task or type if
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any <presetdef>/<macrodef> declarations have taken place.
Total time: 1 second
can you help me in configuring config.properties to an application server?
check if my configuration is right:
#My properties
#Fri Jul 30 00:00:00 PDT 2010
############ User Inputs Required ###################
## Enter the base directory where JDeveloper is installed.
## For example:
## On Windows, if JDeveloper is installed in the directory
## C:\MYJDEV, enter the path as: C:\\MYJDEV
## On Linux, if JDeveloper is installed in the directory /scratch/MYJDEV,
## enter the path as: /scratch/mywork/MYJDEV
## Note that the JDeveloper directory contains other folders such as jdeveloper,
## wlserver_10.3, modules, and so on.
#jdeveloper.install.home.directory=C:\\rohit\\jdev\\ps2\\jdevfinal
jdeveloper.install.home.directory=C:\\Oracle\\Middleware\\jdeveloper ---------------------->my jdeveloper path
## Enter the wlst executable
## For example:
## On Windows, wlst.cmd
## On Linux, wlst.sh
#wlst.executable=wlst.cmd
wlst.executable=wlst.cmd ---------------------->my wlst executable
## Enter the absolute path of the ExtendWebCenterSpaces project.
## For example:
## On Windows, enter the path as:
## extending.spaces.home.dir=C:\\JDeveloper\\mywork\\ExtendWebCenterSpaces
## On Linux, enter the path as:
## extending.spaces.home.dir=/scratch/mywork/ExtendWebCenterSpaces
#extending.spaces.home.dir=C:\\rohit\\jdev\\ps2\\jdevfinal\\ExtendWebCenterSpaces_ps2\\ExtendWebCenterSpaces
extending.spaces.home.dir=C:\\Users\\Admin\\Documents\\JDeveloper\\mywork\\ExtendWebCenterSpaces #my extendwebcenterspaces path
## Enter the path for ojdeploy.exe.
## For example:
## On Windows, enter the path as:
## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
## On Linux, enter the path as:
## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
#oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
#oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe ---------------------->is this right?
## Enter the port number on which the WLS Administration Console is running.
## The URL of the Administration Console contains the port number.
## For example: http://<host>:<port>/console
wls.port=7001 ---------------------->my application server port
## Enter the WebCenter host machine on which you intend to deploy the
## custom.webcenter.spaces.jar shared library.
wls.host=my.bir.gov.ph ---------------------->my application server
## For security purposes, administrator user name and password details
## are stored in secure files.
## Obtain the location of these secure files from your systems administrator
## or run WLST commands to generate these files as follows:
## 1. Navigate to: WC_ORACLE_HOME/common/bin
## 2. Enter the command: wlst.sh
## 3. At the WLST command prompt, connect to the Administration Server
## for Oracle WebCenter:
## connect('<admin_user>','<admin_pwd>', '<host>:<port>')
## Where admin_user is the user name of the administrator, admin_pwd is
## the administrator's password, host is the WebCenter instance, and port is
## the Administration Server port.
## 4. Run the following command to create a user configuration file and key file
## in a specified location:
## storeUserConfig('<userConfigFile>', <userKeyFile>')
## Where userConfigFile is the name and location of the file storing user details
## and userKeyFile is the name and location of the file storing passwords.
## For example:
## storeUserConfig('C:/myFiles/myuserconfigfile.secure', 'C:/myFiles/myuserkeyfile.secure')
## For example:
## On Windows, enter the path as:
## wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure
## wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure
## On Linux, enter the path as:
## wls.userkey=/scratch/myfiles/ps1userkeyfile.secure
## wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure
## Use the wls.userconfig property to set the userConfigFile path and
## the wls.userkey property to set the userKeyFile path.
wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure ---------------------->i dont know how can i configure this
wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure ---------------------->i dont know how can i configure this
## Enter the targets on which the custom.webcenter.spaces.war file is deployed.
## Obtain this information from your systems administrator or from the
## WLS Administration Console as follows:
## 1. Login to WLS Administration Console.
## 2. Navigate to Deployments>custom.webcenter.spaces>Targets
## The list of servers display here.
wls.target=WLS_Spaces,AdminServer ---------------------->application server target
## Enter the targets on which the webcenter.ear file is deployed.
## Obtain this information from your systems administrator or from the
## WLS Administration Console as follows:
## 1. Login to WLS Administration Console.
## 2. Navigate to Deployments> custom.webcenter.spaces>Targets
## The list of servers display here.
wls.webcenter.app.target=WLS_Spaces---------------------->application server deployment target
## Enter the name of the WebCenter Spaces application.
## Obtain this information from your systems administrator or from the
## WLS Administration Console as follows:
## 1. Login to WLS Administration Console.
## 2. Navigate to Deployments> webcenter>Overview
## The application's name displays here.
webcenter.app.name=webcenter ---------------------->name of my webcenter portal
## Use the restart.implementation.version.suffix property to override the next default
## implementation version number for custom.webcenter.spaces.war.
## You can obtain the current implementation version from your
## systems administrator or from the WLS Administration Console as follows:
## 1. Login to WLS Administration Console.
## 2. Navigate to Deployments> custom.webcenter.spaces>Overview
## The version number displays here. For example: 11.1.1.2.5
## The current implementation version is the last number, that is, 5 in this example.
## By default, the implementation version increments by 1 each time that you rebuild
## custom.webcenter.spaces.war (using Run Ant Target>clean-stage).
## You can restart at a higher value if necessary. For example, if the current value is
## 11.1.1.2.20 and you want the next new version to be 11.1.1.2.41 rather than
## 11.1.1.2.21, do so by resetting the restart.implementation.version.suffix property to 40.
## Note:
## The first time you run Run Ant Target>clean-stage, the manifestImpl.properties file
## is created and the manifest.implementation.version property is set to
## 11.1.1.2.1. This initial version number is derived from the default.implementation.version
## set in build.properties (11.1.1.2) and appended with the restart.implementation.version.suffix property below.
## For example, if the restart.implementation.version.suffix is set to 1, the initial
## manifest.implementation.version will be 11.1.1.2.1.
## During subsequent builds, the restart.implementation.version.suffix and the lastNumber property
## in manifestImpl.properties are compared, and the higher of the two numbers is incremented by 1.
## If, for any reason, the manifestImpl.properties file is deleted, the file is recreated the next time
## that you run Run Ant Target>clean-stage, and the implementation version resets using the
## restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,
## if the restart.implementation.version.suffix=1
restart.implementation.version.suffix=3
help me pls thx

It assumes that you have this file available in your jdev
${jdeveloper.install.home.directory}/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
Add ant-contrib.jar into jdeveloper\modules\net.sf.antcontrib_1.0.0.0_1-0b2\lib directory. You can download it from http://ant-contrib.sourceforge.net/.
Other useful advice:
http://jwebcenter.blogspot.com/2011/05/how-configure-webcenter-space.html

Similar Messages

  • When I try to print a photo from iphoto, I select the photo, click print and the preview shows there is a lot of the photo cut off.  It also prints this way.  How can I print the whole picture?

    When I try to print a photo from iphoto, I click print and the preview shows a lot of the photo cut off.  It also prints this way.  How can I print the whole photo?

    After selecting File > Print, a pop-up window should appear. Select "Customize" and this should take you back into a panel within iPhoto. Towards the bottom, you should see an option for "Layout". Select this option and choose the correct photo orientation.
    Hope this helps!

  • How can I customize the UI shell close tab behaviour?

    I am using JDevelepor 11.1.2.1.0 Version
    I Am New In ADF
    How can I customize the UI shell close tab behaviour? When i close the tab I ned to rollback the transaction else where when reopen the taskflow it show an error message duplicate key..
    So how i can handle?

    Download the sample at http://www.oracle.com/technetwork/issue-archive/2012/12-mar/o22adf-1518265.html . frank states -
    The CustomerOrdersCRUD-btf task flow in the BoundedTaskFlows.jws workspace accompanying this sample, for example,
    uses the tabContext reference to close the tab displaying the task flow upon rollback and commit—which also is when the task flow is exited.
    In addition, when data changes are performed within a task flow, the tab’s dirty state is changed to indicate to the template that the tab title needs to be shown in italics.

  • How can i customize the applet message...?

    Hi All,
    How can i customize the message in the applet, i.e while invoking the login form over the web its showing the default msg like " Oracle AS Forms Services", i would like to customize this, but i have down some changes in the D:\Forms10gR2\forms\j2ee\formsapp\formsweb\WEB-INF\web.xml file, but still its not showing the customized message.
    Kindly update me
    Thanks in advance
    Thangaraj

    Hi,
    Just try one of the following parameters at the formsweb.cfg
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms90/l90servlet
    Then Restart your OC4J.
    Regards,
    Hamdy

  • How can I see the whole week with calendar built-in app ?

    How can I see the whole week with calendar built-in app ? My husband has an ipad and he can see the whole week and the whole year... is it possible with iphone 4 ?

    What you see is what is available.
    Turning the iPhone into landscape mode with Month, Day, or List view selected provides the closest thing to seeing an entire week.

  • HT201272 How can I see the whole week with calendar built-in app ?

    How can I see the whole week with calendar built-in app ?  My husband has an ipad and he can see the whole week and the whole year... is it possible with iphone 4 ?

    You have posted in the itunes store forum.  This has nothing to do with the itunes store.

  • How can I copy the whole directory of files from PC to iPad?

    How can I copy the whole directory of files from PC to iPad ?

    Get an app that reads PDF's, such as iBooks or GoodReader or Readdle Docs, then use the file transfer part of iTUnes to get those files to your iPad, through iTunes. ( I have no experience with goodreader, but with ReaddleDocs you can move the files, then create folders to put them in to keep them organized)

  • How can I customize the skin of my AIR app

    Hi all,
    I have created an AIR app from my RoboHelp v7 WebHelp.
    Works and looks quite nice. Great. It's just that it did not use the WebHelp skin I created. It uses some default skin.
    How can I customize the skin of my AIR app? When I run the RH Packager for Adobe AIR, I get a dlg box come up, called, "General Options - RoboHelp Packager for Adobe AIR" and it offers me a few default skins, but it does not offer me the skin I made for my WebHelp.
    I also heard that if you learn FLEX you might be able to change the skins.
    TIA
    avi

    Heya,
    In order to change it alle just set it up as ordinary html webpage so heres and example of css:
    style.css - In the main directory of your app.
    body {
         margin:0;
         padding:0;
    #wrap {
         margin:0;
         padding:0;
         text-aling:left;
    #header {
         padding:2px;
         background:#000;
         color:#fff;
    #content {
         padding:1em;
         margin:0;
         background:#ccc;
    #footer {
         padding:2px;
         background:#000;
         color:#fff;
    Now for the html file:
    <html>
         <head>
              <title>My App</title>
              <link href="style.css" rel="stylesheet" media="screen" />
              // Scripts go here
         </head>
         <body>
              <div id="wrap">
                   <div id="header">
                        My Application title
                   </div>
                   <div id="content">
                        bla bla bla lorem lipsum.
                   </div>
                   <div id="footer">
                        Copyright'n stuff
                   </div>
              </div>
         </body>
    </html>
    If you need more help or examples I recomend that you go here and read some stuff on a lot of it all , you can also download theese samples it contains a lot of good stuff which makes it all A LOT easier to understand, the way I learnt most of what I know even though I am still missing some things.
    Hope it helped!
    Best Regards
    Buch

  • How can I customize the EmailText, in order to print the eROOMName

    Dear
    In a eRoom, I created subscitpion for documents changes
    How can I customize the EmailText, in order to print the eROOMName?
    Which 'param name' is the eROOMName?
    Which file I have to change SUBSCRIPTION_en.xml or SUBSCRIPTION_EMAIL.xsl?
    Thanks a lot in advance

    Go to: expresslane.apple.com
    Under product categories choose iTunes
    Then iTunes store
    Then account management
    Press continue.
    Now choose iTunes store security and answer the bullet questions and click continue.
    Sign in with your appleid and press continue
    Under contact options fill out the information and advise iTunes that you would like your security/challenge questions reset. Click send.
    iTunes will respond to you within 24 hours by email.

  • HOW CAN I CUSTOMIZE THE FIND OPTION OF A LOV

    1. Can anybody tell me how can i customize the find option of a LOV....
    2. Is it possible to add more then one find option in a LOV
    HOW??????????????????????
    Can you help me...............

    no chance with the default-LOV.
    You have to create a similliar control on your own.

  • How can I customize the stylesheet of webdynpro applications?

    Hello experts,
    how can I customize the Look & Feel (e.g. background color) of webdynpro applications?
    I refer e.g. to UWL which is opened by a task link in an email and opens as as webdynpro application in a separate window. It appears in the typical SAP blue. I would like to change the color.
    The portal´s customization does not affect webdynpro applications.
    Thanks in advance for any hint.
    Thomas

    Hi Avi
    Yep, that's what you get with AIR output. You have to live
    with the skins the AIR layout provides. I suppose if you are a FLEX
    developer you might be able to change the skins. But it is what it
    is.
    You might consider submitting a Wish Form to ask the
    development team to allow us more flexibility with AIR skins. Or to
    even create a way for the AIR app to use elements of the WebHelp
    skins.
    Click
    here to visit the Wish Form.
    Cheers... Rick

  • How can I customize the toolbar when using the attribute browser

    In CVI 2012, the toolbar changes depending on the environment, e.g. it is different for the source window and the UI editor. The toolbar can be customized using the menu Options / Toolbar...
    Unfortunately, when using the attribute browser of the UI editor, another toolbar is displayed, i.e. not the UI editor toolbar.... I would have assumed that the attribute browser belongs to the UI editor, obviously it doesn't... So how can I customize the toolbar when using the attribute browser?
    Solved!
    Go to Solution.

    Luis,
    It's nice to have you back 
    Thank you for the clarification, so I'll elaborate a bit more: In the regular workspace toolbar, I have a disk symbol to save the file. This symbol is gone in the attribute browser...
    So I have three different toolbars, for source code (workspace), UI editor, and the UI editor displayed but the attribute browser clicked on (selected)... 
    Thanks
    Wolfgang
    Source code:
    UI editor:
    Attribute browser:

  • How can I customize the msi file to include a licence agreement

    How can I customize the msi file to include a licence agreement and some splash screens. If i need a third party application could somebody recommend one. I have installshield development studio 9 and it crashes every time I try to add a license.

    We don't use the installation maker built into the application builder, instead we use a third party tool that is free and gives additional options; like including a license and to split the installation set to fit on floppies. It's called Inno Setup and can be found on: http://www.jrsoftware.org/. It is script-based but also has a nice wizard.
    Inno Setup does not give you much room for splash screens though. There are a number of shareware alternatives (not all free as Inno as far as I've seen) that does, if you do a search for installer makers on download.com you'll get a list of them.
    MTO

  • How can i Customize the UIShell Global Area ? Please provide some steps to Customize the UIShell Global Area ? i am using JDev11.1.1.7.0g version

    How can i Customize the UIShell Global Area ? Please provide some steps to Customize the UIShell Global Area ?
    Actually I need to manipulate the Sign Out link and put my own Sign out link there...

    If you want to customize the UI Shell you need to download the code from UI Shell - ADF UI Patterns - Dynamic Tabs UI Shell Template Functional UI Pattern ; modiffy and use the updated code

  • How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    How can I customize the folder - Background (i.e. transparent) of my 5s WITHOUT a jailbreak ?

    You can't do any more than what is permitted in Settings regarding the backgrounds. If you would actually JB your phone for something so trivial, risking virus and worm attacks, violating your license agreement, voiding your warranty, risking bricking your phone or making it unstable and excluding any paid repair service from Apple I question your judgement.

Maybe you are looking for