Eclipse Swing project import Jdeveloper

Hello I build my Swing Porject in Eclipse. How can i integrate this swing classes in jdeveloper and work with them.
I import the swing projecti file->new->projects->project from existing source. but i have not a design view.
How i can generate the new JBinit method in my swing code?
How i can binding this swing in ADF?
I see the videos but there is not a example how i build this.
example Code (eclipse):
class RegistryPanel {
private JTextArea nutzung = new JTextArea(10,50);
     private JScrollPane pane = new JScrollPane(nutzung);
     private JLabel uberschrift = new JLabel("Registrierung");
     private JButton accept = new JButton("Akzeptieren und Registrieren");
     private JButton cancel = new JButton("Abbrechen");
     public RegistryPanel(boolean auswahlFensterAnzeigen){
          uberschrift.setFont(new Font("Calibri",Font.BOLD, 20));
          this.setLayout(gbl);
          anrede.addItem(" ");
          anrede.addItem("Herr");
          anrede.addItem("Frau");
     // ‹berschrift
          gbc = wpc.gbcCreator(0, 0);
          this.add(uberschrift);
     //1. Zeile
          gbc = wpc.gbcCreator(0, 1);
          gbc.anchor = GridBagConstraints.EAST;
          gbc.insets = new Insets(0, 0, 10, 0);
          this.add(new JLabel("Anrede*"), gbc);
     ...

Hi,
we do have plans for supporting NetBeans' Matisse in a future version of JDeveloper. Until then JDeveloper expects the layout definition to be part of the jbinit() method. However, adding the required libraries to the JDeveloper project you should be able to at least use the code editor for further developing the project
Frank

Similar Messages

  • How to import existing eclipse Project to JDeveloper

    Hi,
         previously I used to use Eclipse IDE. I have started to use Oracle JDeveloper 11.1.2.4.0 now. How can I import my existing Eclipse projects to JDeveloper? Please Note, I already have tried following options -
    "Importing Existing Files into a New JDeveloper Project" from here - Working with Applications and Projects.
    But, When I import the source files from existing Eclipse Projects to JDeveloper, I am not able to crease similar directory structure in the JDeveloper(in Application Navigator). As a result, I can not use my existing ANT build script to build my project[Though JDeveloper build my project,but I want to use manual ANT build.]
    Moreover I don't want to change my existing directory structure as I am working on and existing project and I need to synchronize to my repository(Apache SVN).
    Can any one help me in this - How can I import existing Eclipse Project to JDeveloper? Without any significant change in directory structure.
    Best Regards
    Chandramoulee

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • Importing eclipse projects to JDeveloper

    Is there any way to import Eclipse project into JDevelper 10g?
    Thanks.

    Hi Shay, Frank
    Our team is currently using Eclipse 3.1, struts and Oracle 9i DB, Oracle 10g AS to develop a mid size Java application. However we are running into serious constraint in our development as Eclipse does not allow us to debug for OC4J.
    To avoid debug issues and associated time loss and inefficiency, we are trying to import the Eclipse project into Jdeveloper. When I import, it only imports the source files and not the associated libraries, config files, web content etc.
    If possible please provide a step by step approach that we can follow to import Eclipse struts projects and then build it. If you can point us to some document, book, tutorial etc, it will be highly appreciated.

  • Can i import Jdeveloper project into Eclipse 4.7 juno????please help me.

    can i import Jdeveloper project into Eclipse 4.7 juno????please help me.
    when i tried this it is giving some errors in project ie mismatching in configurations....!so i want soln please .

    Hi,
    first recommendation is to not use Eclipse natively but use OEPE that ships with Eclispse Juno. This way you have the IDE prepared for ADF projects. However, still the JDeveloper workspace structure does not fit the Eclipse structure.
    Frank

  • Java Project migration from Eclipse (3.2+) to JDeveloper (11.x)

    I want to import/modify an Eclipse's java project into JDeveloper and use it. I see that there are some fundamental differences between the Eclipse and JDeveloper projects. Some of the differences like plugin.xml vs extension.xml, non-existance of .classpath and etc... makes it little difficult to take a Eclipse's java project and import it in to the JDeveloper to make it work. I am hoping that there is a mapping between the Eclipse's plugin.xml, JDeveloper's extension.xml, so that project migration is easier among these.
    Of course i have limited knowledge of JDeveloper, so would like to get some expert's opinion on this. Any automatic plugin or any sorts of tips or advise is appreciated.
    Edited by: SureshKrishna on Jan 19, 2009 8:52 AM

    When i import the source code and try to compile i get huge number of compilation errors as below. Below are only few examples. I have set the external libraries and jars for all the related projects. Any idea or pointers why the code with Generics has problem.
    Thanks,
    Krishna
    Error(466,27): method load(com.xxx.base.api.datatypes.EntityId<?>) not found in class com.xxx.base.support.schema.MaintenanceObjectInfo
    Error(234,50): method copyEntity(E, java.util.Map<java.lang.String,java.lang.Object>, com.xxx.base.api.datatypes.EntityId<E>, com.xxx.shared.environ.DataElementDefinition, java.lang.String) in class com.xxx.base.domain.common.metaDataUserInterfaceReference.MetaDataUserInterfaceReferenceMaintenance_Gen cannot override method copyEntity(E, java.util.Map<java.lang.String,java.lang.Object>, com.xxx.base.api.datatypes.EntityId<E>, com.xxx.shared.environ.DataElementDefinition, java.lang.String) in class com.xxx.base.support.pagemaintenance.AbstractPageMaintenance with different return type, was E
    Error(58,38): incompatible types; found: class com.xxx.base.api.datatypes.StringId<com.xxx.base.domain.common.metaDataService.MetaDataService>, required: class com.xxx.base.domain.common.metaDataService.MetaDataService_Id
    Error(229,49): method createDTO(java.lang.Class<T>) not found in interface com.xxx.base.support.context.Session
    Error(54,49): type parameter E is out of bounds
    Error(41,37): method getInfo(com.xxx.base.api.datatypes.EntityId<?>) not found in interface com.xxx.base.domain.common.foreignKeyReference.ForeignKeyReference

  • Import jdeveloper project to workshop

    Is thwere a way to import jdeveloper project into oracle workshop
    taking into consideartion that i need to run on oc4j

    There is no special support for importing JDeveloper projects into Eclipse or Workshop, but you can always create a new project of the appropriate type and copy the source code over into the new project. Workshop has support for versions 10.1.3 and 10.1.3.1 of OC4J.

  • Importing IProcurement project in JDeveloper

    Hi,
    I am using Oracle APPS 11i.
    My JDEV_HOME_USER = C:\JDev\Jdeveloper9i\jdevbin\jdev\bin
    I followed all the steps as mentioned in http://oracle.anilpassi.com/running-oa-framework-page-from-jdeveloper-audio-video-demo.html.
    I copied the $JAVA_TOP/oracle/apps/icx folder from server to JDEV_HOME_USER\myclasses\oracle\apps
    Also copied each folder in $ICX_TOP/mds into JDEV_HOME_USER\myprojects\oracle\apps\icx.
    In JDeveloper, I created a connection and then a new OA workspace and a new OA project called icx. But I am not able to see the components/packages of icx folder or the other pages in my
    new project. I tried opening/importing the icx folder into prjct, but it doesnt get the package hierarchy as mentioned in the videos. Just all the files are imported without the package hierarchy.
    Could you please let me know what I am missing?
    -Naru

    Hi,
    This might be a possibility. Please check..
    Right click on projects in JDeveloper
    Go to "Project Content" --> (check radio button)"Use Project Settings" --> (tab) "Include"
    1) Select "Include Content from Subfolders" option
    2) Check your corresponding folders are included or "All" option is present in the tab.
    3) Remove your folders if they are present in Excluded tab.
    By setting this, you are governing the content, to be displayed in your current project.
    Regards,
    achapla.

  • How do I import Eclipse Help project/pages?

    I have an Eclipse Help project with about 100 html topic pages that I created in Eclipse and organized in various folders. However, the editor in Eclipse that I am using is not very advanced and it's quite tedious to manage the help project and cannot easily create other help formats. I want to try RoboHelp 8 as the authoring environment and have it output Eclipse Help (which I hear it can do).
    However, I can't find a way to easily import my existing Eclipse Help pages and folder structure. Is there a way to do this without breaking anything (like images or css) or having to go to each page and do some fixing up?
    Ideally, I would like some kind of two-way transfer so I can share the project with others on my team using Eclipse to edit the topics; but I realize that may be too much to ask for.

    Peter, thank you for your reply.
    I went ahead and re-created the folder structure and imported the topic pages into each folder. This part seems to work fine. However, I have a few issues:
    1) When I double-click on the topic pages they open in Notepad rather than the built-in editor. If I right-click on a topic and choose Edit With Design View, that works, but is quite tedious to do for every page. I also notice that if I make a change to the page in design view and save it, from then on it opens in Design View.
    I see that the files that open in Design View have the following markup added:
    <meta name="generator" content="Adobe RoboHelp 8" />
    Is there a way to have these .html pages always open in Design View by default, at least for this project?
    2) I used the instructions here to create Eclipse Help: http://blogs.adobe.com/techcomm/2009/12/how_to_generate_eclipse_help_from_robohelp.html
    When I bring up the pages in Eclipse, the ones that I edited using the Design View seem OK (so far), however the ones that were imported from original Eclipse Help format now show this error when I try to view them:
    An error occured while processing the requested document:
    org.xml.sax.SAXParseException: Content is not allowed in prolog.
    at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(Unknown Source)
    at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(Unknown Source)
    at org.eclipse.help.internal.dynamic.DocumentReader.read(DocumentReader.java:56)
    at org.eclipse.help.internal.dynamic.XMLProcessor.process(XMLProcessor.java:49)
    at org.eclipse.help.internal.xhtml.DynamicXHTMLProcessor.process(DynamicXHTMLProcessor.java: 66)
    at org.eclipse.help.internal.webapp.servlet.DynamicXHTMLFilter$1.close(DynamicXHTMLFilter.ja va:81)
    at java.io.FilterOutputStream.close(Unknown Source)
    at org.eclipse.help.internal.webapp.servlet.FilterHTMLHeadAndBodyOutputStream.close(FilterHT MLHeadAndBodyOutputStream.java:311)
    Any idea why I am getting this error? I am using the EclipseHelp.jsx that came with RoboHelp 8.0.0.203 (incidentally, the "latest" script file pointed to in the link above actually has an older copyright date so it would not seem that it's the latest). Would solving #1 solve this issue?
    3) I set a default topic for my books, which works fine in Web Help. But when I try to view the book in Eclipse, it displays a Contents list instead of the default topic.
    Any idea how to fix this?
    Thanks in advance,
    Dan

  • How to import maven projects into jDeveloper 11.1.1.5.0

    I have a few maven projects that I would like to work on in jDeveloper (11.1.1.5.0). How do I go about converting them into it?
    First I created a generic project and tried to import my maven projects into it but when I did the import, jDeveloper didn't give the maven proejct option.
    The article in the following link doesn't work for 11.1.1.5.0.
    http://www.oracle.com/technetwork/developer-tools/jdev/maven11g-090173.html#5
    Could anyone please help?
    Thanks.
    C

    You will have to download the maven integration extensions. Set the correct proxy from Tools->Preferences->Web Browser & Proxy and then Visit Help->Check for updates. You will find two maven extensions to download.

  • How to import existing jsp project into jdeveloper

    can someone help me how to import existing jsp project into jdeveloper?
    can give me step by step to import..cause i am new for jdeveloper..
    thank you very much

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • Unable to run struts project from jdeveloper 10.1.3

    Hi,
    I have created a struts-based application project using jdeveloper 10.1.3(build JDEVADF_10.1.3.1.0_NT..) by importing an ear file .The project seems to be built fine as i get no errors in compiling the entire project.I have included the Struts runtime library as well in the project.
    But when i try to run the login.jsp from the struts-config.xml,i get the :
    The page cannot be displayed message in the browser.
    I dont see any errors in the Embedded OC4J log except few warnings lik dis:
    [Another instance of the server is still running.  JDeveloper will shut it down and then restart the server.]
    Process exited.
    [Starting OC4J using the following ports: HTTP=8898, RMI=23899, JMS=9235.]
    D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config>
    D:\jdevr12\jdevbin\jdk\bin\javaw.exe -client -classpath D:\jdevr12\jdevbin\j2ee\home\oc4j.jar;D:\jdevr12\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/jdevr12/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/jdevr12/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 26766 ms.
    pls help me out on what could be the problem.This application wsa running fine in Eclipse but i am unable to run it using Jdeveloper.

    Is this new develop page ?
    you check these points for this issue.
    1. Check JDEV_USER_HOME
    2. Design a Test PG and test it first.
    3. Your OAF patch level: is 12.0.4 ? Are you running with r12?
    Thanks

  • Cann't launch the ADF Swing Project

    Hello,
    I have created java-application(swing,adf bc) in Jdev10.1.3, and created the Java Web Start(JNLP) files for the application ,run ant target: sign. it created all files ,build ok.
    but when I run the local.html in the Jdev1013, it open IE window, then I clicke the Launch JClient Link and it asks me to download the local.jsp file or open the file.
    If I download , the file "local.jsp.jnlp" would be saved, if I open, it display beblow:
    <?xml version="1.0" encoding="Big5" ?>
    - <jnlp spec="1.0" codebase="http://127.0.0.1:8991/TestJClient-View-context-root">
    - <information>
    <title>Title</title>
    <vendor>Vendor</vendor>
    <description>My ADF Swing Project</description>
    </information>
    - <security>
    <all-permissions />
    </security>
    - <resources>
    <j2se version="1.3+" />
    <jar href="client.jar" />
    <jar href="mymt.zip" />
    <extension name="common" href="localmt.jsp" />
    </resources>
    <application-desc main-class="test.view.test" />
    </jnlp>
    I review the local.jsp in Jdev1013, find some error "should not exist the element jnlp" about below:
    <?xml version="1.0" encoding="Big5"?>
    <jnlp spec="1.0" codebase="<%= buf.toString() %> ">
    Maybe that is jdev1013 bug.
    Anyone know the reason or how to deal with the error ?
    Thanks

    Hi,
    you are mixing releases here. You start with JClient in JDeveloper 10.1.2 and end up with ADF Swing in 10.1.3. Now what is the release you have the problem with. For 10.1.2 we have a whitepaper explaining how to use Java WebStart. We didn't upgrade this paper for 10.1.3, but I get Web Start deployment working when i tried it last time in JDeveloper 10.1.3.
    Note that no file should be downloaded to teh client and instead the JSP file should be executed to generate the JNLP file
    Frank

  • Project import via project catalog

    Hello there,
    I am still working on my setup environment.
    Finally, I was able to deploy my setups to git and access them in my installer.
    There is just something strange.
    When I don't redirect my installer to my git repository to use my own catalogs and add the setup file for my project manually to my installer, everything works fine.
    If I redirect my installer to use the same files from git (they are of course synchronized and absolutely the same) my git projects aren't imported anymore. The other tasks in this setup seem to work fine. The preferences are set, the plugins are installed, but no git repositories, projects or working sets. I don't receive an error message, from the point of view of the installer everything worked out fine, but there is something missing.
    Do you have an idea what could be the problem here?

    Matthias,
    You're missing this in your project catalog:
    <?xml version="1.0" encoding="UTF-8"?>
    <setup:WorkspaceTask
    xmi:version="2.0"
    xmlns:xmi="http://www.omg.org/XMI"
    xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    id="workspace"/>
    If you want to make your project catalog extensible so that users can
    try authoring their own setups locally and testing them, you might want
    to consider adding this to your catalog as well (with URIs and
    descriptions that match your catalog).
    <project
    href="user:/org.eclipse.projects.setup?name='user.project',label='&lt;User>',description='A
    container project for local user projects that are virtual members of
    the Eclipse.org project catalog'#/"/>
    On 27/07/2015 11:52 AM, Matthias Nicklisch wrote:
    > Regarding the question about why am I doing this:
    > Maybe you've seen my first post here. We want to try Oomph in our
    > company and want to setup an environment. We already have a lot of
    > standards on how to setup our Eclipse environments and want to support
    > and simplify that process for our developers. What I am doing here is
    > a proof of concept. Our goal is to have a standard environment in our
    > git repository, so that we can define our setups there and everyone
    > can access those setups and keep our developers IDEs on one defined
    > standard.
    That sounds good for everyone.
    > As far as I could see it, Oomph is exactly for that purpose. Later we
    > want to define setups for our projects to provide a standardized
    > environment for all developers who are working on one project.
    >
    > What I have done so far is, I have setup a product catalog which
    > provides some standard Eclipse products we need in our company, I have
    > simply copied the product entries from the standard eclipse catalog
    > (http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/)
    >
    > My catalog looks something like this:
    >
    > NOTE: I've edited some names in the files to ensure privacy for my
    > company. But only Labels and parts of the URL which would shows my
    > company or would directly link to our repositories. I just wanna be
    > safe here =)
    >
    >
    > <?xml version="1.0" encoding="UTF-8"?>
    > <setup:ProductCatalog
    > xmi:version="2.0"
    > xmlns:xmi="http://www.omg.org/XMI"
    > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    > xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    > xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
    > name="org.eclipse.products"
    > label="mycompany">
    > <setupTask
    > xsi:type="setup:InstallationTask"
    > id="installation"/>
    > <setupTask
    > xsi:type="setup.p2:P2Task">
    > <requirement
    > name="org.eclipse.oomph.setup.feature.group"/>
    > <repository
    > url="${oomph.update.url}"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10/core/R201405190339"/>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:EclipseIniTask"
    > option="-Doomph.setup"
    > value="=true"
    > vm="true"/>
    > <product name="epp.package.standard"
    > label="Eclipse Standard">
    > <version
    > name="latest"
    > label="Latest (Luna)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Luna)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[4.4.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,4.0.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,4.0.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="latest.released"
    > label="Latest Release (Luna)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Luna)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="luna"
    > label="Luna"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Luna)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="kepler"
    > label="Kepler"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse Standard (Kepler)">
    > <requirement
    > name="epp.package.standard"
    > versionRange="[2.0.0,2.1.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/kepler"/>
    > <repository
    > url="http://download.eclipse.org/releases/kepler/201402280900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <description>
    > Package suited for development of Eclipse itself at Eclipse.org;
    > based on the Eclipse Platform adding PDE, Git, Marketplace Client,
    > source code and developer documentation.<br/>
    > <br/>
    > Click <a
    > href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform">here</a>
    > to file a bug against Eclipse Platform.<br/>
    > Click <a
    > href="https://bugs.eclipse.org/bugs/enter_bug.cgi?product=EGit">here</a>
    > to file a bug against Eclipse Git team provider.
    > </description>
    > </product>
    > <product name="epp.package.java"
    > label="Eclipse IDE for Java Developers">
    > <annotation
    > source="http://www.eclipse.org/oomph/setup/BrandingInfo">
    > <detail
    > key="imageURI">
    > <value>http://www.eclipse.org/downloads/images/java.png</value>
    > </detail>
    > </annotation>
    > <version
    > name="latest"
    > label="Latest (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Mars)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,4.0.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="latest.released"
    > label="Latest Release (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Mars)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="mars"
    > label="Mars"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Mars)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="luna"
    > label="Luna"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Luna)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="kepler"
    > label="Kepler"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Kepler)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[2.0.0,2.1.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/kepler"/>
    > <repository
    > url="http://download.eclipse.org/releases/kepler/201402280900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <version
    > name="juno"
    > label="Juno"
    > requiredJavaVersion="1.5">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java Developers (Juno)">
    > <requirement
    > name="epp.package.java"
    > versionRange="[1.5.0,1.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.8.0,3.9.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/juno"/>
    > <repository
    > url="http://download.eclipse.org/releases/juno/201303010900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <description>The essential tools for any Java developer, including
    > a Java IDE, a Git client, XML Editor, Mylyn, Maven integration and
    > WindowBuilder</description>
    > </product>
    > <product name="epp.package.jee"
    > label="Eclipse IDE for Java EE Developers">
    > <annotation
    > source="http://www.eclipse.org/oomph/setup/BrandingInfo">
    > <detail
    > key="imageURI">
    > <value>http://www.eclipse.org/downloads/images/javaee.png</value>
    > </detail>
    > </annotation>
    > <version
    > name="latest"
    > label="Latest (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Mars)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,5.0.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,4.0.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.11.0,4.0.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="latest.released"
    > label="Latest Release (Mars)"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Mars)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="mars"
    > label="Mars"
    > requiredJavaVersion="1.7">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Mars)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.5.0,4.6.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.11.0,3.12.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/mars/R"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > </setupTask>
    > </version>
    > <version
    > name="luna"
    > label="Luna"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Luna)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.4.0,4.5.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.10.0,3.11.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/luna"/>
    > <repository
    > url="http://download.eclipse.org/releases/luna/201502271000"/>
    > </setupTask>
    > </version>
    > <version
    > name="kepler"
    > label="Kepler"
    > requiredJavaVersion="1.6">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Kepler)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[2.0.0,2.1.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.3.0,4.4.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.9.0,3.10.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/kepler"/>
    > <repository
    > url="http://download.eclipse.org/releases/kepler/201402280900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <version
    > name="juno"
    > label="Juno"
    > requiredJavaVersion="1.5">
    > <setupTask
    > xsi:type="setup.p2:P2Task"
    > label="Eclipse IDE for Java EE Developers (Juno)">
    > <requirement
    > name="epp.package.jee"
    > versionRange="[1.5.0,1.6.0)"/>
    > <requirement
    > name="org.eclipse.platform.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.rcp.feature.group"
    > versionRange="[4.2.0,4.3.0)"/>
    > <requirement
    > name="org.eclipse.jdt.feature.group"
    > versionRange="[3.8.0,3.9.0)"/>
    > <requirement
    > name="org.eclipse.pde.feature.group"
    > versionRange="[3.8.0,3.9.0)"/>
    > <repository
    > url="http://download.eclipse.org/technology/epp/packages/juno"/>
    > <repository
    > url="http://download.eclipse.org/releases/juno/201303010900"/>
    > <repository
    > url="http://download.eclipse.org/modeling/emf/emf/updates/2.10.x/core/S201501230452"/>
    > </setupTask>
    > </version>
    > <description>Tools for Java developers creating Java EE and Web
    > applications, including a Java IDE, tools for Java EE, JPA, JSF,
    > Mylyn, EGit and others.</description>
    > </product>
    > </setup:ProductCatalog>
    >
    >
    > I have setup a org.eclipse.setup file in which I reference to my
    > catalogs.
    >
    > I also have setup a project catalog which looks something like this:
    >
    >
    > <?xml version="1.0" encoding="UTF-8"?>
    > <setup:ProjectCatalog
    > xmi:version="2.0"
    > xmlns:xmi="http://www.omg.org/XMI"
    > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    > xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    > name="org.eclipse"
    > label="mycompany">
    > <setupTask
    > xsi:type="setup:ResourceCreationTask"
    > content="MAX_RECENT_WORKSPACES=5
    > RECENT_WORKSPACES=${workspace.location|property}
    > RECENT_WORKSPACES_PROTOCOL=3
    > SHOW_WORKSPACE_SELECTION_DIALOG=true
    > eclipse.preferences.version=1"
    > targetURL="configuration:/.settings/org.eclipse.ui.ide.prefs"/>
    > <project name="GitHubContainer"
    > label="My company Projects">
    > <project
    > href="https://gitlab.mycompany.de/dev-tools/oomph-installer/raw/develop/setups/mycompany_Standard_Mars.setup#/"/>
    > </project>
    > <description></description>
    > </setup:ProjectCatalog>
    >
    >
    >
    > Ok, now my problem.
    >
    > Yes, it is like you've said, in my first approach I used the Eclipse
    > installer in advanced mode, chose Java EE as my Standard Eclipse
    > product and then added via drag&drop my setup file to the <user>
    > extension.
    > That way, everything works fine and everything I have defined in my
    > setup is processed properly.
    >
    > Now, I wanted to try everything via our git repository, so I modified
    > the eclipse-inst.ini in the directory of the eclipse installer and
    > added this line:
    >
    >
    > -Doomph.redirection.setups=http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/->https://gitlab.mycompany.de/dev-tools/oomph-installer/raw/master/setups/
    >
    >
    >
    > This is what I meant with redirection to our catalogs.
    > So, when I use that, I can choose my product and also my project
    > setup, everything fine to this point. Generally, my project setup is
    > working fine. I have defined some variables for my installation (e.g.
    > the workspace and installation location, they should be the same on
    > every computer here) I have alos defined a lot of properties for our
    > code style which we have imported before via an epf file. I have
    > parsed every line in that file and added a preference setup task for
    > each line. I also defined some plugins we want to have installed and
    > some standard projects from our git repository which are used in
    > nearly all other projects. The setups looks something like this (I
    > have deleted some things because the preference import is quite large:
    >
    >
    > <?xml version="1.0" encoding="UTF-8"?>
    > <setup:Project
    > xmi:version="2.0"
    > xmlns:xmi="http://www.omg.org/XMI"
    > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    > xmlns:git="http://www.eclipse.org/oomph/setup/git/1.0"
    > xmlns:jdt="http://www.eclipse.org/oomph/setup/jdt/1.0"
    > xmlns:predicates="http://www.eclipse.org/oomph/predicates/1.0"
    > xmlns:projects="http://www.eclipse.org/oomph/setup/projects/1.0"
    > xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
    > xmlns:setup.p2="http://www.eclipse.org/oomph/setup/p2/1.0"
    > xmlns:setup.workingsets="http://www.eclipse.org/oomph/setup/workingsets/1.0"
    > xsi:schemaLocation="http://www.eclipse.org/oomph/setup/git/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Git.ecore
    > http://www.eclipse.org/oomph/setup/jdt/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/JDT.ecore
    > http://www.eclipse.org/oomph/predicates/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore
    > http://www.eclipse.org/oomph/setup/projects/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Projects.ecore
    > http://www.eclipse.org/oomph/setup/workingsets/1.0
    > http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/SetupWorkingSets.ecore"
    > name="mycompany.standard"
    > label="mycompany">
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Eclipse Installation">
    > <setupTask
    > xsi:type="jdt:JRETask"
    > version="JavaSE-1.8"
    > location="${jre.location-1.8}"/>
    > <setupTask
    > xsi:type="setup:EclipseIniTask"
    > option="-Xmx"
    > value="4096m"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="installation.id"
    > value="standard"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="eclipse.target.platform"
    > value="Mars"
    > defaultValue=""
    > storageURI="scope://Workspace"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="workspace.location"
    > value="C:\Java\Workspaces\${installation.id}"/>
    > <setupTask
    > xsi:type="setup:VariableTask"
    > name="installation.location"
    > value="C:\Java\Eclipse\${installation.id}"
    > label="Installation location rule">
    > <description>The rule for the absolute folder location where the
    > product is installed</description>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Codestyle Standards">
    > <setupTask
    > xsi:type="setup:PreferenceTask"
    > key="/instance/org.eclipse.wst.jsdt.core/org.eclipse.wst.jsdt.core.formatter.alignment_for_expressions_in_array_initializer"
    > value="16"/>
    > [A LOT more of those setupTasks...]
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Plugin Installation">
    > <setupTask
    > xsi:type="setup.p2:P2Task">
    > <requirement
    > name="org.eclipse.team.svn.feature.group"/>
    > <requirement
    > name="org.eclipse.team.svn.revision.graph.feature.group"/>
    > <requirement
    > name="org.zeroturnaround.eclipse.feature.feature.group"/>
    > <requirement
    > name="org.zeroturnaround.eclipse.wtp.feature.feature.group"/>
    > <requirement
    > name="org.eclipse.recommenders.templates.rcp.feature.feature.group"/>
    > <requirement
    > name="org.eclipse.recommenders.templates.snipmatch.rcp.feature.feature.group"/>
    > <repository
    > url="${oomph.update.url}"/>
    > <repository
    > url="http://download.eclipse.org/releases/mars/201506241002"/>
    > <repository
    > url="http://download.eclipse.org/recommenders.incubator/snipmatch/updates/head/"/>
    > <repository
    > url="http://update.zeroturnaround.com/update-site/"/>
    > <repository
    > url="http://update.zeroturnaround.com/update-site/"/>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Git">
    > <setupTask
    > xsi:type="git:GitCloneTask"
    > location="C:\git\project1"
    > remoteURI="https://gitlab.mycompany.de/project/project1.git"
    > pushURI=""
    > checkoutBranch="develop">
    > <description>Project 1</description>
    > </setupTask>
    > <setupTask
    > xsi:type="git:GitCloneTask"
    > location="C:\git\project2"
    > remoteURI="https://gitlab.mycompany.de/project/project2.git"
    > pushURI=""
    > checkoutBranch="develop">
    > <description>Project 2</description>
    > </setupTask>
    > <setupTask
    > xsi:type="git:GitCloneTask"
    > location="C:\git\project3"
    > remoteURI="https://gitlab.mycompany.de/project/project3.git"
    > pushURI=""
    > checkoutBranch="develop">
    > <description>Project 3</description>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup:CompoundTask"
    > name="Projects">
    > <setupTask
    > xsi:type="projects:ProjectsImportTask"
    > id="1">
    > <sourceLocator
    > rootFolder="C:\git\project1"/>
    > <sourceLocator
    > rootFolder="C:\git\project2"/>
    > <sourceLocator
    > rootFolder="C:\git\project3"/>
    > </setupTask>
    > </setupTask>
    > <setupTask
    > xsi:type="setup.workingsets:WorkingSetTask"
    > id="">
    > <workingSet
    > name="Mycompany"
    > id="">
    > <predicate
    > xsi:type="predicates:LocationPredicate"
    > pattern="C:/git/.*"/>
    > </workingSet>
    > </setupTask>
    > <stream name="master"
    > label="Master"/>
    > <logicalProjectContainer
    > xsi:type="setup:ProjectCatalog"
    > href="index:/org.eclipse.setup#//@projectCatalogs[name='org.eclipse']"/>
    > <description>mycompany standard development environment</description>
    > </setup:Project>
    >
    >
    > So, ok, now you should see everything I have done so far in my
    > environment.
    >
    > To summarize it:
    > When I add my setup in the <user> extension of the standard catalog,
    > everything works fine so far. If I use my own catalogs the projects
    > are not imported anymore and I think some other thinks are also not
    > working, have to verify that.
    >
    > Thanks

  • Problems migrating project in JDeveloper

    Hello OraclALL,
    I am having problems migrating my project from JDeveloper 10.1.2 to version 10.1.3.
    Actualyl the problem is specific to the UML diagramas. It was able to correctly convert the Class Diagram and ER Diagram, but did not work with Use Case Diagram neither with Activity Diagrams.
    Is there something I can do to import, convert or migrate my project with all diagrams included?
    Thanks

    There is nothing special to be done to migrate those uml diagrams. The migration which succeeded in migrating your other diagrams should also have migrated the use case and activity diagrams.
    You say that it did not work for use case and activity, could you describe what the problem is with those diagrams ?
    If there was some error dialogs, exceptions during the migration process or when you try to open those diagrams ... could you also describe/paste them ?
    Alternatively you can send all this information to me.
    Thanks very much.
    Dominique

  • Premiere Elements project imported into Premiere Pro CS5.5 becomes unusable after first save

    I have Premiere Pro CS5.5, and I have been trying for some time to successfuly edit an old project that was originally created in Premiere Elements (not sure which version--probably 7.0). It has the .prel extension. The project imports just fine, and I am able to edit it initially. However, if I save my new Premiere Pro project, close Pr and try to open the new project again, I get the "The project could not be loaded, it may be damaged or contain outdated elements." error message. I have tried many of the various project recovery suggestions people have made in this forum and elsewhere online, but none of them seem to work. I even opened the project in XML Wrench, but there were no errors returned when I clicked "check is well formed." Once I close the project after doing some initial editing, it is gone. Is this a known issue? Is there any way I can be able to edit the old project in Pr and save my work? Thanks!

    Have you tried using the project manager to re-copy all elements and timeline etc into a totally new directory. I'm just curious to see if that would make a difference. I'd be intrested to see if when making a new project in this manor if it would because as you have stated the normal save methods haven't.

Maybe you are looking for

  • IPod suddenly not recognizing my 4-digit passcode

    I never changed it, but a few hours after last using it, my iPod suddenly doesn't accept the passcode.  I don't want to have to delete and restore everything if that isn't necessary. Thanks, Eirik

  • Where to keep the samples?

    I have run out of room on my primary hard drive and want to move my samples to a second hard drive. What do I have to do to make Logic find the samples in the new location?

  • Unable to drag or delete guides in PS CC

    Really getting ticked with all the bugs in CC! Trying to design a book and the guides I make won't move or delete. My ruler is in inches and guides always move slightly off the marks I try to align them to so I try to move them and can't, I can't dra

  • Itunes 10.5 update doesnt work!!!

    i cant update my itunes to 10.5 i run the programme but it just doesnt update its driving me mental can you help???

  • How to configure and retrieve quiz data from Captivate 7 to other server?

    Hi, I'm trying out Adobe Captivate 7 and would like to know if there's anyway for me to retrieve quiz data and display it maybe in one my company's system, such as Microsoft CRM or Sharepoint?  Is there any additional settings or integration for this