Looking for a MetalTheme repository

is there any MetalTheme repository ?
where ?

Maybe this is what you're looking for?
http://developer.java.sun.com/developer/techDocs/hi/repository/

Similar Messages

  • Looking for a robust repository for Dreamweaver

    Our institution for higher learning has several Fiscal
    Procedures as well as a Handbook of Operations that our web group
    needs to move from dynamic to static. We do not want to move these
    information sensitive pages until we can find a robust repository
    to work with Dreamweaver. We've used CVS long ago along with
    GoLive. We've since moved to a dynamic state of information but are
    getting back to the basic control of static (our dynamic pages
    we're being managed by our IT dept. Having said that, we're trying
    to find a repository to hold this information. I've heard of SVN
    for Dreamweaver but know that it's only in beta . . . any other
    suggestions????? Needing a good sound and quick solution.

    okay- is this a summation?
    You are looking for a page versioning system/ code repository
    and it has to
    run on mac osX server and integrate with dreamweaver? What
    version9(s) of
    dreamweaver are people using?
    [ and to doublecheck, What os is the server that hosts the
    site?]
    What have you tried and rejected? In your other thread, there
    was a reply
    mentioning that SVN Subversion has mac installers.
    http://subversion.tigris.org/project_packages.html
    Universal Subversion Installer
    Maintainer: Jeremy Whitlock
    Universal Subversion binary containing standard repository
    access layers,
    file system backends, Apache Subversion modules, and all
    Subversion language
    bindings maintained by the Subversion project. The latest
    release can be
    found here:
    http://downloads.open.collab.net/binaries.html.
    Installation using Fink
    Maintainer: Christian Schaffner
    Information about the latest Fink packages can be found here:
    http://pdb.finkproject.org/pdb/package.php/svn
    Be sure to read the documentation of the different packages.
    Installation from a .dmg
    Maintainer: Matthew E. Porter
    Pre-built binaries that do not require Fink can be found
    here:
    http://metissian.com/projects/macosx/subversion/
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Error while generating DDL commands using startSQLRepository for a new Repository

    Hi,
    I am trying to generate DDL Commands using startSQLRepository for my new repository SubashRepository so that I can use them to create new table structure.
    All the repository related changes looks good. i can see my repository in ACC
    When I run the command:
    startSQLRepository -m SupremeATG –repository /com/supreme/SubashRepository /com/supreme/subashRepository.xml -outputSQLFile C:/ATG/ATG9.3/SupremeATG/config/com/supreme/subashRepositoryDDL.txt
    I get following error:
    Table 'SUBASH_MEMBER' in item-descriptor: 'member' does not exist in a table space accessible by the data source.  DatabaseMetaData.getColumns returns no columns
    Note:
    * errors related to definition file were cleared as the same command threw relevant exception while trying to store a array property with out creating a multi table.
    * Now this is the only exception i see
    * Some DDL are getting generated in the output file, but those are related to inventory repository (I am not sure why this is happening as I have specifically gave the path to my definition file).
    Any help in resolving this is highly appreciated.

    Pl post in the ATG forum

  • Looking for a One to Many script to extend the system partition for Windows 7 machines

    Looking for a One to Many script to extend the system partition for Windows 7 machines

    Pre-written scripts can be found in the repository:
    http://gallery.technet.microsoft.com/scriptcenter
    If you can't find what you need, you can request a script (no idea if anyone ever bothers to fulfill these requests though, I know I don't):
    http://gallery.technet.microsoft.com/scriptcenter/site/requests
    Let us know if you have any specific questions.
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Looking for some icons

    Hi,
    I'm just finishing off my app and trying to replace some of my buttons with some icons. I'm looking for a free icon library with some buttons like -
    - Calendar
    - Search
    - Add
    - Select
    Can anybody point me in the right direction?
    Tx in advance

    Have you already looked through the "Java look and feel Graphics Repository"?
    http://java.sun.com/developer/techDocs/hi/repository/
    They don't have any Calendar icon, but Search, Add & Select.
    Cheers
    Lorenz

  • Looking for a "Super Project" feature

    First, you will have to excuse me if this is the wrong forum for this. I just couldn't find any specific forum for Java project-build/management.
    Now, I'm looking for some sort of a feature/ability/plug-in, especially for Eclipse, which resembles this:
    Super projects - a combination of several projects under the same organizational structure. It doesn't refer to a new technology, nor a new feature of Java. It only refer to a way of organizing your projects.
    A reason to have such thing, in case you were wondering, is to standardize the use of certain projects, all closely-related (technically and logically) to a certain system, but aren't related enough to exist in the same project.
    For an example, let's say we have a certain system. It has a main project, which is the core of the system. Then, we have another project, which allows monitoring our system. It isn't a project that could be under the core-project, as it has too many differences (both technical and logical), but it uses lots of the same libraries, abilities and external resources the core-project uses as well (for example, a jar which allows a more comfortable use of JDBC, or just a configuration file), and of course still logically related to the core-project.
    Therefore, those two projects, the core and the monitor, should be under the same super project - sharing libraries, abilities and external resources.
    So how should it look like? Well, here are several ideas:
    - First of all, a certain way to view those projects as being under the same super-project.
    - An option (and warning-display if possible) of sharing jars. Instead of linking a certain jar to each project separately, a jar will be defined as shared, and could be shared by some or all of the projects in the super-project.
    - Same thing with any other file (such as resource files).
    - A meta-data file, containing information of which projects are in the super-project, what jars (or any other file) are being used, and what's the version of each of those jars.
    - Comfortable save/load of those projects together, and their shared files (nothing more then a super directory with "Projects" directory for the projects in the super project, and a "Shared" directory for all the shared jars and other files).
    I'll repeat myself - I'm not talking about a new technology, but just a feature, or a plug-in.
    So, are you familiar of anything resembling that? or something at least in production stage?

    EyalR wrote:
    Well, I didn't figured how the idea of a super-project, or several combined projects works with Maven. I guess it's because this tool is filled with many options, and there's no good documentation that I've found which simply explains what's every thing is (or maybe I'm just dumb).Having just recently taken the dive into real development with Maven recently (I've been dabbling before), I too have the feeling that the documentation (especially for the rough overview and getting-into-it) is somehow lacking, in many areas. The documentation is much better suited for finding specific information when you already know what exactly you want it Maven to do.
    That being said: I strongly suggest you invest the time to get over that first hurdle, because in my opinion it's definitely worth it.
    Anyway, it seems I'm looking for something more simple and straightforward.Out of curiosity: If it should be simple and straightforward, what artifacts would you expect such a product/technology to produce? What would you use it for?
    Maven uses that big pile of metadata about your project for building your project from source, managing your dependencies, deploying your artifacts to a defined repository, running your tests and many other things as well.
    Having something "simple and straightforward" would almost seem like a waste of effort, because with that kind of meta-data you can do much bigger things.
    Edit: I just remembered [Apache Ivy|http://ant.apache.org/ivy/]: it's a dependency-management task for ant. This means that it handles the same task of a (very small) subset of Maven, but it a lot simpler to use (if you already know and use ant). It doesn't do any sub-projects or anything like that, but might be a more gentle introduction into the world of post-ant build/project/configuration management.

  • Looking for someone on x86_64 to test a snippet of C#

    I'm having trouble getting a piece of C# code to work. It's 100% correct and was found working by two users running x86, however on my x86_64 it doesn't.
    It should display an icon in the notification area ('system tray'). For me it won't show the icon in gnome, but neither in openbox + trayer. The other two x86(!) users tested in on Gnome as well, and did get the icon to show up.
    I'm looking for someone else on x86_64 to test this code, to eliminate (or confirm) that it's a very obscure x86_64 bug. Make sure you're fully synched up - that is Mono 1.9.1, with (preferably) Gnome 2.22.3 (but if it won't work on KDE/Xfce/anything else that pretty much identifies the problem as well).
    You can find the 20-line snippet at http://pastebin.com/m4ebdcba6 (save as Test.cs)
    Compiling is easy, `mcs -r:System.Drawing,System.Windows.Forms Test.cs` should do the trick, followed by `mono Test.exe`. You will get a messagebox, and at that time it *should* display the icon.
    Thanks.

    I have Arch64 on Intel Core2Duo, with [testing] repository enabled.
    I use KDE 3.5.9. I could try it with KDE 4-svn later as well
    Mono version: extra/mono-1.9.1-1
    I tried that file and when I disable autohiding of my panel, it works correctly:
    http://img389.imageshack.us/img389/5647/screen1lf1.png
    If I hide the panel manually (by using the hide button on the right), and I show it again, the icon disappears, but the space is still occupied:
    http://img519.imageshack.us/img519/473/screen3on2.png
    When I have auto-hiding disabled, it appears fine (just like in the first picture), but when the panel hides and appears again I get black rectangle:
    http://img242.imageshack.us/img242/3091/screen2ye7.png
    The first time I tried it, the rectangle was white instead
    Last edited by tanis (2008-07-15 16:16:06)

  • Oracle Identity Manager looking for OracleAS 10.1.3.x

    Hi,
    I need to install the following products on 2 servers
    Oracle Identity Management Suite (OID, DAS, SSO) as a OracleAS Active-Active Cluster.
    Oracle Identity Manager in Cluster
    Oracle Access Manager in Cluster
    Oracle Virtual Directory in Cluster
    with F5 load balancers
    A bit complex configuration, but think i can achieve it. I completed the first task successfully but now I am facing a problem when i wanted to install the Oracle Identity Manager 9.1 on the existing OracleAS cluster. OIM is looking for a 10.1.3.x version of OracleAS where as the Oracle Identity Management suite is shipped with OracleAS 10.1.0.2 version. we went ahead with the installation process as there was no reference of application server version in the Oracle Identity Management Certification matrix and the OracleAS 10.1.3.4 certification document below mentioned that IM 10.1.4.0.1 is shipped with 10.1.3.x version.
    http://www.oracle.com/technology/software/products/ias/files/oracle_soa_certification_101310.html
    Can anyone guided me how should i go ahead with this.
    Thanks & Regards
    Ramesh GK

    Check this OIM on OAS issues
    SOA suite is using jdk 1.5.x , Identity Management Suite is using jdk 1.4.x. My advice is to use OC4J from SOA Suite. Open a SR to confirm this. Some OIM required patch for OC4J are only for 10.1.3.x and can't be applied to OC4J from Identity Management Suite, also you can't not use the same database for OIM and IDM repository if you are using multilanguage installation.

  • Looking for a 'view link target source' context menu item

    I'm looking for a 'view link target source' context menu item.
    I often open listings of servers' directories; they can include direct links to code files (*.py , *.pl, etc). When I click them directly, I'm asked to open them with an external editor which is not what I want to do; I want to view those files source inside of Firefox. I currently have to
    # right-click those links,
    # copy link location,
    # type "view-source:" in the Location bar,
    # paste the copied URL,
    # click Go.
    This gets time-consuming with the large amount of URLs I need to open.
    It's not a native feature for Firefox and a search at [http://addons.mozilla.org AMO] didn't come up with anything useful, for me at least.

    Hello,
    particularly, I performed the following steps:
    1. I created a SC in the local repository, which matches the SC of the track.
    2. I moved the exisiting DCs to the SC created in step 1.
    3. Now, I created new DCs in the SC in the track.
    4. I deleted all .project files from the local DCs.
    5. I copied all source files from the local DCs to the new track DCs.
    6. I checked-in these changes to the track.
    Kind regards
    Alexander

  • Looking for Sendmail PL/SQL Package

    Hi All,
    I am looking for a way to call Sendmail directly from a PL/SQL
    Procedure. Can someone point me in a direction where I can find
    some PL/SQL or Pro*C Code that could do this? Thanks,
    Scott Walton
    null

    Scott Walton (guest) wrote:
    : Hi All,
    : I am looking for a way to call Sendmail directly from a PL/SQL
    : Procedure. Can someone point me in a direction where I can
    find
    : some PL/SQL or Pro*C Code that could do this? Thanks,
    : Scott Walton
    PL/SQL does not have a package that allows a PL/SQL program to
    make a System call to execute a command on the OS. It can be
    done in Pro*C, however, and Oracle has a couple of app notes
    that talk about this. You create a Pro*C program that runs -
    sort of like a daemon - that waits for commands sent from a
    PL/SQL program via DBMS_PIPES. One is a Bulletin called "How to
    Generate E-Mail within PL/SQL Routines", ID= "<Note:66347.1>".
    The other is from the Problem Repository called "DYNAMIC SQL AND
    SYSTEM COMMANDS USING DBMS_PIPE", Problem ID= 1005666.6
    Hope that helps.
    null

  • Looking for DAM case studies/best practices

    I just began working at school and we have a TON of old photos. My advice is just to permanently archive older photographs and begin fresh with Lightroom and a good digital asset management policy.
    I know there are resources and tutorials on DAM with Lightroom, but I'm looking for examples of how other institutions, schools, organizations and non-profits are using Lightroom and Bridge. Anyone know if any place where I can find something like this?

    Yes, semantically speaking, Lr does not physically house nor is it an actual physical repository for image files. For those uncomfortable with certain terms ... they should request that Adobe address all other troubling terminology in their software so we all can feel a bit more comfortable ... since we don't actually import images into Lr (other than graphic identity plates and graphic watermarks) ... we merely reference those files in Lr. Perhaps Adobe could label that button/action more accurately as a start.
    If we do not physically import photos into Lr, then what use is there to have a button for the function of Export? If we didn't actually import any images into Lr ... how is it possible to export an image out of Lr? Or, how about the fact that the Camera Calibration panel does not actually calibrate cameras for another? ... but I digress ...
    Indeed, from a physical standpoint, the files we manage using Lr are not actually stored inside the  Lr catalog ... however, all the extremely valuable camera generated EXIF and IPTC along with user generated metadata is stored in a repository that is known as the .lrcat file. Of course, one should not confuse that this repository has any actual images stored within.
    While it may be preferred, and more comfortable, to be perfectly accurate in discussing such terms, we can also drown in a sea of semantic minutiae if we all insist on picking nits with such phrases used in the discussion as well.

  • Looking for the BEST java IDE

    Hi
    We're evaluating java IDE's (especially JBuilder & VisualAge) for a Client-Server project that uses RMI (there is no Web development\HTML\Bens involved)
    I would appreciate any recommendations, suggestions, articles or reviews that you have.
    thanks in Advance...

    Both of these IDEs are very solid pieces of software each with their own advantages.
    JBuilder is similar to most other java IDEs. It takes less time to become productive in JBuilder than it will take in Visual Age because Visual Age takes a non-standard approach to java development. Be sure to look at a recent version of JBuilder because early version support for remote debugging was very poor.
    Visual Age has some of the most advanced java development features of any IDE I've ever used. The downside of this functionality is that it takes quite a bit of time to get accustomed to the IDE. Visual Age doesn't use files like most other IDEs opting instead to provide a completely separate archiving mechanism called a Repository.
    If you're looking for something that will take very little time to learn, JBuilder is the better choice. It doesn't have as many features as Visual Age but it's also a lot more like most IDEs and has just about everything most java projects will need.
    If you're team is composed primarily of Sr. developers and you're willing to take the time to learn the IDE, Visual Age is well worth the investment. It's a pain to learn but once you learn it you won't want to go back to file based development.
    Of course, if you're looking for something between these 2 in terms of features and complexity, download the community edition of forte and give it a whirl.

  • Looking for artwork

    I'm looking to make some 4x4 cards to hand out at my bands show next week. I need to find some images to put in the background then I'll put the set list in the card to hand out at the show.   So a 4x4 image, with some cool font outlining the set list.
    I'm looking for a repository of images I can use for CD artwork. Anything will do for now, just looking for
    something to start with.
    Secondly I'm looking for a way to put upload the image into the 4x4 blank sheet I am working on. I found an option to import a pdf. Can you import jpg or bmp files?
    Paul
    Parker, CO

    I really think you may be asking this question in almost hostile territory. Go to http://www.istockphoto.com/index.php and ask this question.There are SO FEW artists willing to give up their art for free.

  • Looking for comparison between MS Visual Source Safe and Oracle SCM

    Hi,
    I am looking for some comparison between MS Visual Source Safe and Oracle SCM.
    What I need is technical feature comparison (not just marketing comparison stating that Oracle SCM is better for everything is stored in the very reliable Oracle database(although this is a good point)).
    Any help in this area will be helpfull.
    Best regards,
    Mihail Daskalov

    Thanks you for your answer,
    I like very much Oracle SCM, which I use extensively.
    I have very little experience with MS VSS (only on my local machine). I have never tested it in a network environment with multiple developers.
    I would like to convince other developers to switch to Oracle SCM, but I need to know what to tell them.
    I'm actually both a developer and DBA, and I do like the safety the Oracle Database offers for storing files inside.
    I like very much the opportunity to connect with Oracle Repository Navigator from a remote location to my database through Connection Manager and to be able to work with my projects. (There is an issue with this configuration due to the JDBC driver used I'm unable to compare files).
    But to convince people I need to know more about the differences between MS VSS and Oracle SCM.
    I would appreciate if any of the developers share experience with VSS and SCM.
    Regards,
    Mihail Daskalov

  • Looking for package locking to avoid developing colisions

    Hi,
    I need a mechanism (either in database or some tool) which will allow me to lock the package for the time I am modifying it to prevent other developers from making changes at the same time. Is there such a mechanism built in Oracle it self or maybe you know some tool providing some functionality basing on some kind of repository?
    Thanks!
    Wojtek

    WojtusJ wrote:
    But if you are talking about version control software it's clear, I know that it is possiblethis way, I'm just looking for possible alternatives, becouse I don't need version control, the only thing needed is package locking mechanism for the modification time.There is no such thing (package locking mechanism) in the database.
    If you are using a tool that reads the source straight from the database (USER_SOURCE), allows you to edit it, and then save it by CREATE OR REPLACE - ing it back into the database, then yes you run a big risk that developers "overwrite" each others changes.
    The real solution to this problem is to not use the database as your environment of master sources, but instead use a version control system that uses a filesystem with lots of ascii-files as your master source environment.
    If you run into the problem only now and then, and find introducing a version control system a too heavy solution for your problem, then you could also look into developing a few DDL triggers (triggers that fire when you CREATE OR REPLACE something) that copy the current source into a 'backup'-table, before having it overwritten by the create-or-replace ddl command. Then you can always query your backup-table to get the overwritten source changes.
    Toon

Maybe you are looking for

  • Multiple selection from a list fails after scrolling the list

    I ran into this problem in a much more complex HTML file, but here is a simple file that recreates the issue: <html> <body> <!-- Steps to reproduce the problem: - Select the 'A' option => the 'Selected' alert is displayed - Scroll down until the 'J o

  • Is it possible to change the destination of "local cached data folder"

    Hi, we are using Indesign (CS5.5) in a XenDesktop Invironment. Everytime when a user logoff the history of "last open files" are lost. I think these Data are stored in %localappdata%\Adobe\... and get lost when logoff or reboot the VM. Is it possible

  • A/C doc is not getting Generated for Excise while MIGO_GR

    Hi In import Purchase order scenario I am unable to capture part 2 for excise materials First I have created import PO. Then I did miro where I posted BED,AED,ECS,SECss After that I did migo and captured part 1 After that while I was Posting part 2 w

  • Why does my iMessage no longer send on my iPad?

    Recently, I started having trouble with iMessage not delivering messages.  I get the error code 'try again'.  I did a restart and a complete restore and still no luck.  Help!

  • J1IS in subcontracting with full payment of excise duty

    hi Can u tell me please In subcontracting with full payment of excise duty I have created PO,sent material to stock provided to vendor (541).while creating outgoing excise invoice with referance to material doc.(MATD) i am getting following error. GL