CVS for JDeveloper

Hi Folks
We are on Studio Edition Version 11.1.1.6.2 and using it for Fusion Release 4 customizations.
What are the steps for installing and using CVS extension in JDeveloper for Source Code control?
Thanks!
Srinivasa Sunchu

Hi,
Check
http://www.oracle.com/ocom/groups/public/@otn/documents/webcontent/131167.xml

Similar Messages

  • How to use CVS with JDeveloper

    Hi all!
    I'm starting a new project and I would like to know how to use CVS with JDeveloper. This is my first project where I will have two more people working with me and I don't know what the better approach is. Should I use CVS that come with JDeveloper (option Internal to Oracle JDeveloper 10g) or should I configure an external repository? In both cases, I don't know what I have to do to have CVS working properly with JDeveloper. Actually I tried to create a new CVS connection in CVS navigator (using the access method Password Server), but when I test I receive the message: Could not open connection to CVS server: general socket failure, sure I must doing something wrong.
    I'm using JDeveloper 10.1.3.0.4
    Thanks in advance.

    Thanks for you help John!
    I installed cvsnt and when I try to create a new CVS connection inside JDeveloper I receive the message: authorization failed: server adminf29786.dixamico.com.br rejected access to /Diversos/DownLoad/CVS/usr/local/cvsroot for user JMartins
    I using pserver method and JMartins is my user in windows
    There is something that I'm curious about, when I was installing CVSNT I didn't configure any user and password, is there any default user/password?
    Thanks!

  • Right tool for Configuration Management (version control) for Jdeveloper

    All
    Please share your idea and exepeience about right tool for Configuration Management (version control) for Jdeveloper Development. I used CVS in the past. Now In new company we are planning to use Oracle SCM. Is anybody used it before for Jdev Developmet ( BC4J/ADF and Struts project). Is SCM also intergrated with Jdev just like CVS.??
    Jdev Team please guide us.
    Thanks

    Before you go with SCM you should read these two papers:
    http://otn.oracle.com/products/designer/Schedule_2004.htm
    http://otn.oracle.com/products/designer/FAQ_Schedule_2004.htm

  • CVS and JDeveloper 9.0.3

    Hi,
    I tried to activate source control CVS inside JDeveloper. In the tools menu I activated CVS, but I got always the message "The CVS client is not installed or not located in your system environment path". I'm working with a Windows XP machine. WinCVS 1.3.8 is also installed. Do I need a special version of CVS to work with JDeveloper ?
    Where can I set the connect parameter for CVS ? Sorry for stupide questions.
    Toralf

    Hi,
    I work with JDev10.1.2 and CVS1.3.21.2 Beta 21
    And I have the same problems with integration of CVS.
    How have you solved this problem?
    Regards

  • Problems using CVS with Jdeveloper - Project

    I have Jdeveloper on Windows 2000 and CVS repository on unix.
    I am using wincvs.
    In the documentation it mentions that I have to create a new project on JDeveloper and then import that project in CVS.
    But if I already have files in CVS then how can I get that in JDeveloper ?
    When I do a CVS checkout I get the files on my local PC. However I get a message which says that project could not be checked out ..
    Now when I do a cvs update JDeveloper tries to update all the files ..
    Any suggestions ?

    Unfortunately there is no way to do this in 9.0.4. This has been fixed in the 10.1.3 preview release, in 9.0.4 you will need to create your session broker in code to work around the problem.
    If you require sessions.xml support for this in 9.0.4, please contact Oracle support.

  • SCM Linus Torvalds on git Is there integration for Jdeveloper?

    http://youtube.com/watch?v=4XpnKHJAok8
    Linus Torvalds visits Google to share his thoughts on git, the source control management system he created two years ago. Git is the open source revision control software that Linus Torvalds developed to help manage Linux kernel development. You can download it yourself and use it for your own kernel hacking -- or for software development projects of your own. This article shows you how to get started hacking Linux with the Git tools. Basically for a distributed group development, it's a better environment than CVS or SVN.
    Is there an integration for Jdeveloper on this topic?
    Has anybody tried writing their own SCM integration, how much work is this?
    http://git.or.cz/
    I can't find anybody either Eclipse or otherwise that is using this?

    Thanks for posting this - that was a very interesting talk. I was completely in agreement with a lot of the points Linus made about branching (we branch and merge a huge amount within the JDeveloper team), although I'm less sold on the distributed nature of git. I also think that other SCM systems out there are capable of making branching really easy without necessarily being distributed.
    AFAIK, there are no Git extensions for JDeveloper. There is a version control API you can use to integrate support for version control systems, although you'll probably need some kind of Java binding to Git (or else, invoke its commands from JDeveloper which is usually slower, but supported via part of the version control API).
    Thanks,
    Brian

  • Oracle Fusion Order Demo Application For JDeveloper error

    HI,
    i try to run the (Oracle Fusion Order Demo Application For JDeveloper) Fusion Order Demo (FOD) is an end-to-end application sample :
    when i try to : Right click build.xml and choose Run Ant Target > buildAll . error coming
    Buildfile: C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\Oracle\Middleware\jdeveloper\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    how i can run the build.xml

    Hi,
    not quite sure the question is clear. The add cart command is a link defined in the JSPX file
    <af:commandLink partialSubmit="true"
    actionListener="#{shoppingCartBean.addItemToCart}"
    id="cl3">
    that points to
    public void addItemToCart(ActionEvent evt) {
    Map attributes = evt.getComponent().getAttributes();
    invokeUpdateOp(new Integer(attributes.get( PRODUCT_ID_COL )+ ""));
    in StoreFrontModule\StorefrontUI\src\oracle\fodemo\storefront\cart\view\managed\ShoppingCartBean.java . This is where you follow up then.
    +"how i can make Repetition for the items in home.jspx"+
    I can only assume you mean how to create the catalog items. Here I suggest you look at the demo source as this is what the demo is for. If you are new to ADF, I recommend that you first run a tutorial from here
    If you are on 11g R1: http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
    If you are on 11g R2: http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    No demo can replace proper learning, to be honest
    Frank

  • How to use mapviewer extension for jdevelop?

    I am working on the mapviewer. But my problem is that I can not connect mapviewer, or I can not start mapviewer using the embedded oc4j by jdeveloper. In mapviewer faq I read that:
    "How do I view the mapping metadata through JDeveloper's Connections Navigator?
    We have developed an Oracle JDeveloper extension that lets you browse the available list of styles, themes and basemaps defined in a datasource through JDeveloper's Connections Navigator. To do this, you will first need to download the mvconnection.jar file from OTN's MapViewer site. This jar contains the code that defines a MapViewer connection type for JDeveloper. To install, simply drop this jar file to the JDeveloper extension directory, normally $JDEV_HOME/jdev/lib/ext. Then restart JDeveloper, and you are all set.
    But when I restart jdeveloper, I got the message:
    "H:\Programme\jdev\jdev\lib\ext\mvpalette.jar!\META-INF\jdev-ext.xml
    Error: jar:file:/H:/Programme/jdev/jdev/lib/ext/mvpalette.jar!/META-INF/jdev-ext.xml<Line 105, Column 18>: XSD-2021: (Error) Element not completed: 'jsplibrary'
    H:\Programme\jdev\jdev\lib\ext\mvconnection.jar!\META-INF\jdev-ext.xml
    Error: jar:file:/H:/Programme/jdev/jdev/lib/ext/mvconnection.jar!/META-INF/jdev-ext.xml<Line 25, Column 20>: XSD-2034: (Error) Element 'description' not expected.
    Error: jar:file:/H:/Programme/jdev/jdev/lib/ext/mvconnection.jar!/META-INF/jdev-ext.xml<Line 26, Column 13>: XSD-2034: (Error) Element 'help' not expected.
    I use Jdeveloper 10g. Have you ever met the same problem?
    Thanks in advance

    The Map Viewer extension is still not available for JDeveloper 10g. It works with JDeveloper 9.
    The Mapping group is currently working on an upgrade.

  • I want to find the best way to send my pictures from Aperture to CVS for processing.  How do I do that?  Also, there doesn't seem to be a good app to go from Iphone to CVS either.  Please help

    How do I easly send my pictures from Aperture to CVS for actual printing?  I always have trouble finding my photos in the Aperture library when I need to load them into the CVS web interface.  I can't even tell which photos they are without seeing them.
    Also, what's the best way to do it from my Iphone.  Doesn't seem to be a good app for that.

    Export the adjusted version from Aperture to the Desktop. Download the exported version to CVS.
    You shouldn;t be looking in the Aperture library (if by looking you mean using the Finder on the library). Use Apertures tools to do this. Besides the only thing you could get out of the library would be the  original file that you imported into Aperture not the version with your adjustments.

  • The correct patch for JDeveloper 9i

    The correct patch for JDeveloper 9i
    I do not identify the corect version of JDeveloper patch that is needed for my OA Framework . I identified my OA framework version , 11.5.10.5RUP (on my About page) . I have read note 416708.1 (How to find the corect version of JDeveloper to use with eBusiness Suite 11i or Release 12.x) but I do not know what version of JDevelper 9i to use (I can not find the right one that have my OA Framework) . Someone may want to help me?
    Many thanks,
    Aurel

    According to your output you have ATG RUP5 installed on your 11i system. Per MOS Doc 787209.1 (How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12), you will need patch 6012619 of JDeveloper.
    HTH
    Srini

  • Support for JDeveloper 10.1.3 on Windows Server 2008 64 bit OS

    Hello,
    We are using JDeveloper 10.1.3.3.0 (patch # 9879989) for R12.
    Would like to know support for Jdeveloper on windows server 2008 - 64 bit.
    Thanks,
    Swati.

    Hi Swati,
    Currently I am using Jdeveloper Patch#9172975 for R12.1.2 on windows server 2008 X64 and it works fine.
    As Jdeveloper Patch#9172975 is lower version then Jdeveloper Patch#9879989, Patch#9879989 should work on Windows Server 2008 64bit.
    Still I am not confirm about Jdeveloper Patch#9879989 on Windows Server 2008 64bit.
    Thanks,
    Laukik

  • Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA

    Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA and if so where might I find it.
    The one I found produces the following error:
    Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin
    OR
    Is there a workaround this problem?
    Thanks in advance.

    JDeveloper10.1.2 supports the portlet addin.
    http://www.oracle.com/technology/products/ias/portal/html/jdev.addin.install.guide.html
    A portlet may also be created in JDeveloper 10.1.3 by adding a portlet.xml configuration file to a web application.

  • S there a suitable porlet-addin for JDeveloper 10g 10.1.3EA

    Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA and if so where might I find it.
    The one I found produces the following error:
    Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin
    OR
    Is there a workaround this problem?
    Thanks in advance.

    JDeveloper10.1.2 supports the portlet addin.
    http://www.oracle.com/technology/products/ias/portal/html/jdev.addin.install.guide.html
    A portlet may also be created in JDeveloper 10.1.3 by adding a portlet.xml configuration file to a web application.

  • Any Portlet Addin for JDeveloper 10g 10.1.3EA ?

    Is there a suitable porlet-addin for JDeveloper 10g 10.1.3EA and if so where might I find it.
    The one I found produces the following error:
    "Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin"
    OR
    Is there a workaround this problem?
    Thanks in advance.

    I have JDeveloper 10.1.3 and installed in a Directory with no spaces, I also have JDK 1.3.1_02
    accedentally I chose "Yes" when the migrate message appeared to me.
    what is the reason behind the Error Message that appears every time I start JDeveloper which is:
    "Severe(2,369): No class def found for addin oracle.webdb.jdev.PortletDevelopmentAddin".
    any Ideas
    for saving time please email me on "[email protected]"
    thanks everybody
    Ramadan Ahmed

  • How to configure CVS for NWDS

    Hi Frndz..
    I want to Configure CVS for NWDS for maintaining versioning ...but am not ableto find how to do it..
    I found some information on how to use CVS in NWDS but now to configure..
    If u have any ideas plz share with me...
    Redards
    Rajesh

    Hi,
    To Use CVS
    Following are the steps needed in NWDS
    1)Window->Preferences->Team->CVS->Ext Connection Method.
       Specify your connection method.
    Open Perspective ->CVS Repository Exploring
    Right Click->New->Repository Location->
    Provide the details of your host server, Repository path...
    Once connected check out the project.
    Regards
    Ayyapparaj

Maybe you are looking for