Simplest possible automator

I've written an automator with exactly two actions:
get finder items (from a specified folder)
copy finder items (to a specified folder)
It runs, but why is there nothing in the specified folder in the 2nd action?

It might help if you told what those two actions were...
BTW- the simplest possible automator workflow would have just one action..

Similar Messages

  • Simplest possible buckminster build?

    <currently in eclipse 3.8>
    I've been beating my head against buckminster for a while now, despite reading a good chunk of the documentation book thingy and doing extensive googling. I think I vaguely understand what's going on, but can't get anything to work.
    The question: is there, somewhere, an example of the rmap and cquery files for the simplest possible RCP application? Like, say, the one that generates when you select "Hello RCP application" or "RCP application with a view" off the wizard? The closest I can find is the mail application, which is still a bit much for me ATM.
    Thanks.
    (ps: if a simple google search turns it up, please convey your search terms. I'm trying to get better at the art of google.)

    On 10/07/2015 14:21, Pseudonym Alias wrote:
    > <currently in eclipse 3.8>
    >
    > I've been beating my head against buckminster for a while now, despite
    > reading a good chunk of the documentation book thingy and doing
    > extensive googling. I think I vaguely understand what's going on, but
    > can't get anything to work.
    >
    > The question: is there, somewhere, an example of the rmap and cquery
    > files for the simplest possible RCP application? Like, say, the one that
    > generates when you select "Hello RCP application" or "RCP application
    > with a view" off the wizard? The closest I can find is the mail
    > application, which is still a bit much for me ATM.
    >
    > Thanks.
    >
    > (ps: if a simple google search turns it up, please convey your search
    > terms. I'm trying to get better at the art of google.)
    Some time ago I wrote this one:
    http://www.lorenzobettini.it/2013/01/building-an-eclipse-rcp-product-with-buckminster/
    hope this helps
    Lorenzo
    Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
    HOME: http://www.lorenzobettini.it
    Xtext Book:
    http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book

  • .class file into the .exe file - simplest possiblity ???

    Dear All,
    I have a java program....and the compiled ".class" file for this....basically, it is a Frame..i will run this said program from my command prompt like,
    C:\java megalaunch
    ...the frame will appear now....
    what i want to know is .............Is it possible to change this said class file, in to an .exe file...so that, (instead of going for a command prompt for running the said program) i can just double click the said .exe file and start that said Frame....
    pl. post a reply,
    Sakthivel S.
    P.S: I dont want to use the batch file option for the above...

    Easier (and more reliable, smaller. etc) than creating an executable .exe file is to create a Windows (desktop) shortcut to the GUI program, or create an executable .jar that packages your GUI. Both are executable/clickable solutions.
    Use a desktop shortcut or an executable jar file:
    http://developer.java.sun.com/developer/qow/archive/21/index.html

  • Simplest possible client-server for file sending...

    Hi im trying to create a simple client-server application using sockets.
    All i want the server to do i listen for the client to send him a file.
    Then maby later i'll implement some other stuff like resuming and stuff like that.
    And so the client application is only supposed to send a specified file to the server...
    However, all the examples and tutorials i've found on the net are either to complex or only dealing with textfiles. I dont need the client to specify what type of file it is just send it in byteform or whatever so that the server can write it to disk.
    I get a migraine from all the different types of input/output streams and i dont know which one to use and so on.
    If anyone has a good tutorial or example code somewere (seems to me this should be considred very basic stuff) please enligthen me :-)
    all help will be appreciated
    thanx
    /Eric

    Yep, O rielly - Networking for Java, not sure exact title, or any basic JAva network book. They start out with a simple app and over chapters add to it, you could stop where you want.....

  • Simplest possible audio app

    I'm just starting out (NetBeans 6.1) and I want to open a window with a single button which will play an audio file from the harddrive. I just don't know where to begin with this simple task. Can someone point me towards tutorials related to audio playback?

    Music from my Dropbox.
    http://i1224.photobucket.com/albums/ee374/Diavonex/0574da153dd8e9a7321344533f40d 14f_zpsaa72fddc.jpg

  • Simplest possible system encryption setup?

    I've been trying to install using the System Encryption wiki and having some difficulty. Here's what I'm looking for:
    4 partitions: /boot, and encrypted /, /home and /var.
    No LVM (to eliminate complication)
    No swap
    No suspend
    A single passphrase during boot
    My plan was to use a passphrase for /, and then store keyfiles for /home and /var under that (so they'd be encrypted with the system off).
    I got as far as unlocking /, but when I got into executing /etc/crypttab it failed unlocking /var and /home. I generated those keyfiles but when I was in the installer it asked for passphrases for all my partitions, not just for /. Although I generated those keyfiles using /dev/urandom (for some reason /dev/random didn't work) I have a feeling I missed the step whereby /home and /var was encrypted using them.
    Can I re-apply the encryption to them somehow? I'm guessing I have to re-do the install.
    Also I'm a bit doubtful about how my fstab turned out. If someone without LVM has an fstab and crypttab he can post here that I can look at, I'd appreciate it. Not sure how to post mine since I don't have internet up on the arch system and don't even know how to put stuff on a flash drive (I've been spoiled by Puppy Linux)..
    Perhaps I'm missing part of the big picture about how the device mapper works. I will have to poke around the internet to see if I can find an explanation.
    The wiki mentioned TRIM being supported after kernel version 3.1 so I guess I'm out of luck on that for a while (it's an ssd).

    hmm... honestly I don't know about /var which might be a special case, but what you're trying to do should be doable (without LVM, just LUKS). Certainly is for home. Obviously to decrypt your root you'll need to enter a passphrase on boot, but then you can have on said partition keyfiles to be used to decrypt other partitions.
    I do have a setup like that myself, although not for my home (nor /var), but for a backups partition. I don't know how to do it all from the installer, as what I did was to just install Arch, and once that was done I manually added my /backups. But I'm guessing it might be doable.
    You'll need to create your keyfiles before running the installer, and during the partition setup it should ask you for (extra) parameters to use with crypsetup, so you can then add something like: --key-file /path/to/home.key
    After that, you'll have to set up your crypttab, there are examples but it should be something like this:
    luks-home /dev/whatever /path/to/home.key
    Of course you need to keep those keyfiles, and make sure to put them somewhere on / (as indicated on crypttab) after the installer is done and before rebooting. (I would also recommend to add another key (a passphrase that is, in addition to the keyfile), just so that in case the keyfile gets lost, corrupted or something, you can still decrypt your partition.)
    And just in case you haven't, you should check the great wiki: https://wiki.archlinux.org/index.php/LUKS

  • Using UIScrollView in a window-based app - IS IT POSSIBLE?

    sorry for noob question but i am very new and only 12 years old so i am very new. I am making an app that involves scrollviews but i want to use window based app so i can use the window setHidden piece of code instead of messing around with view controllers.
    My Question:
    How can I implement a scroll view into the app delegate .m since there is obviously no ViewDidLoad feature. Do I just make the IBOutlet in the .H file but what to do in the .M file to get the "scrollview ScrollEnable:YES" and the CGSize parameters in without causing a massive error?

    Hi Tom, and welcome to the Dev Forums!
    tomgoodenough wrote:
    sorry for noob question but i am very new
    This forum is for developers of all levels, including future developers and has-beens. Beginners are especially welcome.
    i want to use window based app so i can use the window setHidden piece of code instead of messing around with view controllers.
    I don't know why you'd want to hide your main window, but in any case, a view controller wouldn't prevent you from doing that. View controllers do all kinds of good things behind the scenes and catch lots of useful messages, which is why they're almost always recommended for any full-screen view--even in the simplest possible project (see [Overview|http://developer.apple.com/library/ios/#documentation/UIKit/Reference /UIViewControllerClass/Reference/Reference.html%23//appleref/occ/cl/UIViewController] in the UIViewController Class Reference). That said, making iOS apps without any view controllers will be an excellent way for you to learn what they do for you, so onward and upward!
    How can I implement a scroll view into the app delegate .m ... Do I just make the IBOutlet in the .H file but what to do in the .M file to get the "scrollview ScrollEnable:YES" and the CGSize parameters ...?
    Yes, assuming a UIScrollView object has been added to MainWindow.xib, make an IBOutlet ivar and @property for your scroll view in the @interface (MyAppDelegate.h) of your app delegate, and connect that outlet to the scroll view in IB. Then add the scroll view to the window and set its properties in the [applicationDidFinishLaunching:|http://developer.apple.com/library/ios/#documen tation/UIKit/Reference/UIApplicationDelegateProtocol/Reference/Reference.html%23//appleref/doc/uid/TP40006786] method of the @implementation (MyAppDelegate.m). Don't forget to set the [contentSize|http://developer.apple.com/library/ios/#documentation/UIKit/Refere nce/UIScrollViewClass/Reference/UIScrollView.html%23//appleref/doc/uid/TP40006922] property of the scroll view to the size of the view it will scroll. The view won't scroll unless contentSize is higher and/or wider than the scroll view frame.
    ... there is obviously no ViewDidLoad feature. ...
    There's no reason your app delegate class needs to be a direct subclass of NSObject. It can just as easily be a subclass of UIViewController. In that case you could override viewDidLoad, or any of the other useful view controller methods in the app delegate @implementation. Just change the superclass from NSObject to UIViewController in the first line of the @interface, and connect the 'view' outlet of the app delegate to the scroll view object in IB.
    \- Ray

  • The simplest way to do dynamic text

    HI!
    What would be the best way doing dynamic text and objects to your FC builded web site?
    I know that FC is not developer tool and I probably have to use Flash Builder.
    I've had lot of request to make web pages with parts that customers can upgrade on their own.
    Example they want to upgrade some news on the page etc.
    I probably do not have to make whole page dynamic.
    But what would be the best solution to make some easy dynamic object on my website?
    It would be nice if i can solve this without using database or content management system.
    I know this question might not be directly related to FC, but as a designer I think you guys can help me best.
    (Or at least push to right direction. )

    Hi SupraJohde,
    Flex can talk to whatever type of backend you decide to use, and it supports a variety of different data formats right out of the box.  Here's a good getting started tutorial (note that since it's from Flex 3, there may be slight differences from Flex 4, difthe version that Catalyst creates).  Here's a more advanced, database-oriented tutorial (this is Flex 4 beta 1, so again there may be slight changes).
    I can't tell you whether it's best to use a CMS vs. a databcase vs. something else on the backend.  That might be a better question for a different forum :-)  If you're looking for the simplest possible solution, I'd suggest putting some XML files on the server and pulling content from those (see first tutorial linked above).  Your clients can then update just the XML content files.
    - Peter

  • How to copy contents of folder into new folder with Automator?

    What is the simplest, fastest Automator workflow to copy the contents of a folder into a new folder? And without using 3rd party actions.
    I have a template folder structure called .ProjectFolder (to keep it invisible) so I need to copy the contents of this folder into a new folder, preferably with the ability to name the new folder on the fly. I don't want to use 3rd party actions because this is something I then need to maintain. Thanks.

    957911 wrote:
    Oracle guru,
    I am looking for a before or after trigger statement that will copy existing values inserted in the previous row into columns A & B. Then insert those values in a new row into column A & B if null? Same table. Hopefully my question is clear enough.
    -Oracle 10g express
    -I have an existing " before insert trigger" that insert id and timestamps when a new row is created.
    -Table is composed of column like id,timestamps,A,B and more.
    Thanks in advance
    PierreI will call it a very Wrong design.
    It is a wrong Table Design. You are duplicating the data in table and not complying with the Database Normalization rules.
    How about Verifying if Column A & B are NULL before inserting and inserting another row and avoiding it in Triggers?
    If you are bent to achieve this, below code might be helpful. However, I would never go with this approach. If you would care about explaining the reason for going ahead with such a data model, people could suggest better alternative that might conform with Normalization rules.
    create or replace trigger trg_test_table
    after insert on test_table
    for each row
    declare
      pragma autonomous_transaction;
    begin
      if :new.col_a is null and :new.col_b is null then
        insert into test_table
        select 2, systimestamp, col_a, col_b
          from test_table
         where pk_col = (select max(pk_col) from test_table b where b.pk_col < :new.pk_col);
      end if;
      commit;
    end trg_test_table;Read SQL and PL/SQL FAQ and post the mentioned details.
    Do not forget to mention output from
    select * from v$version;

  • Getting TooManyHopsException with a simplest Proxy Servlet

    I am deploying a simple (dumb!!) stateless proxy to route INVITE message between 2 UAs. I am using WLSS 3.0 on WinXP.
    INVITE Message actually reaches the Servlet, because I have placed some console debug messages which I am able to see on WLS console. But I am getting multiple INVITEs (which I am not sure why)
    Within doInvite, I am simply invoking request.getProxy().proxyTo(request.getRequestURI) but getting followig error
    <Error> <ServletContext-/SIPProxy> <000000> <[WLSS
    .Engine:330052]Failed to dispatch Sip message to servlet SIPRouteProxyServlet
    javax.servlet.sip.TooManyHopsException
    I have double-checked sip.xml for mapping and everything's properly mapped...
    Wondering what could be the issue :(
    Have anyone experienced such scenario with such a simplest possible proxy servlet?
    Not sure if default Proxy Behavior of WLSS could cause this issue, but logs show that the servlet does get invoked (because I have debug messages strewn in my servlet and I am able to see them on console as well as logs)
    rgds
    muthu

    I have collected the ethereal logs as .pcap file. Not sure how to attach it though .. :(
    Are there any tools for pcap to text conversion?
    But in essence, the flow is
    UA1 --> Proxy - INVITE
    UA1 <-- Proxy - 100 Ringing
    UA1 <-- Proxy - 483 Too Many Hops
    UA1 --> Proxy - Ack
    Headers do not seem to have anything abnormal.
    UA2 is being run on the same system where Proxy is running (just for testing).
    Following is the code snippet used for doInvite()
    if (req.isInitial())
    req.createResponse(SipServletResponse.SC_TRYING).send();
    Proxy pxy = req.getProxy();
    pxy.setSupervised(true);     
    pxy.setRecordRoute(true);
    pxy.setStateful(true);
    pxy.proxyTo(req.getRequestURI());
    return;
    else{
    super.doInvite(req);
    return;
    I have tried various options of Proxy object "settings". But the situation was the same.
    I am using X-Ten Sip Phones as UAs and have configured the devices properly (tested with another ready-made proxy tool and phones happily establish call from within LAN
    rgds
    muthu

  • Simplest app to track just two daily metrics?

    I'm looking for the simplest possible app to track two daily metrics:
    1) a number between 1 and 10.
    2) a line of text.
    I see many sophisticated apps that do much more (with complex UIs), and realize I could also do it in a spreadsheet. But I'd like something quicker and simpler that would take just a few seconds to enter each day.
    Can you suggest a really stripped down app with super simple UI that provides (just) what I need, no more?
    Thanks.

    Hi Carlos,
    Please repost at basis or DB forum, you may get more thelp than here.
    Seems like its basis related issue.
    SAP NetWeaver Administrator
    SAP NetWeaver Application Server
    Thanks

  • How to load SAP R/3 tables into a schema in SAP HANA Cloud Platform

    Hello, everyone.
    First of all, my apologies for any basic mistakes, I'm new here, so there's a lot of stuff I don't know yet.
    I need to upload some tables to a schema in my HANA trial account to test some algorithms and see if the kind of application I want to build is possible, but I don't know the best way to do this.
    To my understanding, using the Cloud Connector would merely make my tables visible to my application in the cloud, but it would not actually upload them (or rather, I'm sure there's a way to upload them using it, but I suspect there are far simpler methods out there).
    I think one of the simplest possible methods would be to create the schema, open a tunnel using the console client, and to import the tables to the schema via the HANA Studio. Maybe, if that doesn't work, a CMIS repository could be used (although I'm somewhat skeptical, as I think something like this it's not its intended use). Or maybe there's another possibility I'm not seeing. Either way, I would love to hear some answers that could shed some light on this.
    Also, as I mentioned earlier I'm only using a trial account for this, I don't know if there's any limitation that could prevent me from doing this. I'd also like to hear your opinion on this matter.
    Thank you.

    BUDAT is the technical name for Posting Date field. This field is used many DB Tables/ Strucutres. Using where used option you can find the required tables.
    I suggest you to look at BSEG table for Finace Document postings by Posting Date.

  • Crossfade Tool not working

    Ok, I admit, I have never liked this tool, but just to be mature about it, I thought I'd give it a try. And I can't get the crossfade tool to work... at all. I'm following along with the Apple Pro training series book LP 7 and Logic Express... none of what this tool is supposed to be doing is happening in any file that I open up. Am I that stupid? Am I missing something completely obvious? Aren't you supposed to be able to select the tool and drag it over a bit of audio? Or if you drag it over 2 adjacent bits of audio, you'll get a crossfade, right? Is there some pref somewhere I forgot to set? These are normal audio files... not Apple loops or anything. I even tried it on tracks I recorded myself.
    Deeply Ashamed,
    Fadeless

    Hi,
    Assuming the simplest possible setup of 2 audio regions on the same track (either non-contiguous regions of the same audio file, or, two completely unrelated pieces of audio)...
    Test #1
    1. Drag Mode = Overlap
    2. Butt the two piece of audio together. The left-most piece is #1, the other is #2
    3. Use the x-fade tool and drag from the end of the #1 into the beginning of #2
    4. Click on #1 and look at the parameter readout on the left. What (if anything) does it say in the "Fade" field?
    Test #2
    1. Drag Mode = Overlap
    2. Make sure there's a small space between #1 and #2 (like a 1/4 note or so)
    3. Click on #1
    4. In the parameter column on the left, click/hold to the right of "Fade" and change to "EqP"
    5. Using the mouse or direct numerical entry, change the value of "0" to "1000" or so. Does a green, equal power crossfade appear area across both audio regions?
    Test#3 -- if none of those tests produces a green shaded area of crossfading...
    1. Make sure there's a space between #1 and #2, as before
    2. Click on #1
    3. Click/hold to the right of "Fade" and select "Out"
    4. Enter (or mouse) a value of 500. Do you see green fade-out shading on #1?
    Curious to know what your results are for these tests...

  • Won't show custom project template

    Hi,
    I'm trying to create the simplest possible project template, just to get an idea how it works according to directions in this document. It doesn't appear in the create project dialog. I'm probably missing something obvious, can anyone help? 
    The attached zip file is my <LAbVIEW data>\ProjectTemplates folder, written in LV14 64 bit. It simply has a project with one VI called Test and the metadata for it. Any help would be appreciated.
    Thanks,
    Danielle
    "Wisdom comes from experience. Experience is often a result of lack of wisdom.”
    ― Terry Pratchett
    Solved!
    Go to Solution.
    Attachments:
    ProjectTemplates.zip ‏7 KB

    Hi Danielle,
    I was able to get your test template to show up in my LabVIEW by changing a couple of things around. In your XML file, I deleted the spaces in between the brackets and added in a couple of "yes" statements. I've attached the working .xml as a .txt file. I changed it around based on some of the existing .xml files that came with LabVIEW. Hope this helps. Have a good day.
    Paul C
    Paul C
    Applications Engineer
    National Instruments
    Attachments:
    MetaData.txt ‏1 KB

  • Unable to load JDBC driver

    Hello All -
    I'm new to Java and I'm attempting to connect a newly created MySQL database to a simple Java application as shown here.
    import java.sql.*;
    public class SimpleJDBC {
    public static void main(String[] args) throws SQLException, ClassNotFoundException{
    // Load the JDBC driver
    Class.forName("c:/Drew/JDBCon/mysql-connector-java-5.0.6-bin.jar");
    System.out.println("Driver Loaded!!!");
    // Establish a connection
    Connection connection = DriverManager.getConnection("jdbc:mysql://root/ce_workshop");
    System.out.println("Database connected");
    // Create a statement
    //Statement statement = connection.createStatement();
    // Execute a statement
    //ResultSet resultSet = statement.executeQuery("SELECT * FROM XXX");
    // Iterate through the results
    //while (resultSet.next())
    // System.out.println(resultSet.getString(1));
    // Close the connection
    connection.close();
    1) I've setup a the following directory in Microsoft Windows:
    C:\Drew\JDBCon\
    2) I've added the mysql-connector-java-5.0.6-bin.jar file to the C:\Drew\JDBCon\ directory
    3) I've added the SimpleJDBC.java file to the C:\Drew\JDBCon\ directory
    4) I've compiled the SimpleJDBC.java file using the following:
    C:\Drew\JDBCon>javac -cp C:/Drew/JDBCon SimpleJDBC.java
    5) Then I run the file:
    C:\Drew\JDBCon>java -cp C:/Drew/JDBCon SimpleJDBC
    But get the following error:
    Exception in thread "main" java.lang.ClassNotFoundException: c:/Drew/JDBCon/mysql-connector-java-5.0.6-bin.jar
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at SimpleJDBC.main(SimpleJDBC.java:7)
    I've tried many things, but nothing seems to work.
    Any help is greatly appreciated!
    Thanks,
    Drew

    Hi jschell,
    Just a little background...
    For the last 4-5 years, I've been using Microsoft Access and VBA to develop databases and small utilities to assist in certain jobs at the company I work for.  Due to being a small division of a large corporation, and the reluctance for upper management to modify the purchased company databases, a small group of us started simple data extracts years ago and then uploaded the data it into Microsoft Access for both analytical and reporting purposes.  As you may know, Access is very limited, and we�ve taken it far beyond the intended limit.  We deliberately do not load some data tables due to the overwhelming size (2+ million records).
    In the last 6 months, in my free time, I�ve taken the initiative to learn (or attempt to learn) both MySQL and Java (SQL is no problem for me).  I�ve bought �Introduction to Java Programming - Comprehensive Version - 5th Edition� and read a good majority of it (some parts skimmed) along with reading a MySQL book; majority of it being SQL that I already understand and have for years.
    I completed the book last week; keep in mind, not in utter detail.  I had thought that I could get started with a simple application that would connect to a simple MySQL table and then build an understanding of the Java language from there.
    I didn�t mention in my last post that I was able to get the MySQL driver to load and a connection established in Netbeans.  I figured that instead of completely relying on Netbeans for my first real application that I should get it to work through the DOS prompt.
    I realize that my understanding of Java is probably at a 3 on a scale of 1-100 right now, however that is why I�m writing to this forum.  My main goal is to get the simplest possible application running using a MySQL driver and obtain a connection.  I would greatly appreciate any help in getting this done, or a recommended website tutorial on creating a simple JDBC application.  I�ve attempted to find these, and did, but wasn�t able to find anything that I could understand.
    Also, I do understand classes and that you import, extend, or inherit them when writing programs, I just haven�t had the chance yet to practice this.
    Regards,
    Drew

Maybe you are looking for

  • Need to show the text as 2009 - 10

    HI, I am enter the fiscal year value as 2009 at the run time. how to show the text value as 2009 - 10 on the same report. Is it possible without creating "Customer Exit" ? Please help me .. Thanks and Regards Rajesh

  • What operating system comes after Mac os x 10.5.8

    I would like to update my laptops operating system to the current Mountain system.  I currently have Mac os x 10.5.8.  I know you have to have a higher operating system to upgrade. What operating system do I have to update to after Mac os x 10.5.8? 

  • WRT300N DHCP Client table won't populate in Vista

    My web access to WRT300N won't populate the DHCP client table. This is a completely clean install of my PC and my router. In fact, I wiped my entire PC and loaded a clean copy of Vista on the PC. Initially, all clients in the DHCP table were visible.

  • Saving snapshots to i-photo/e-mail

    Having taken a still photo with my i-sight camera I find that i-photo refuses to accept it & I can't figure out how to attach it to an e-mail. I'm sure it's quite simple, but then so am I. Help!

  • Photoshop CS5 resets monitor calibration

    My monitor is calibrated with Spyder2. Every time when I start Photoshop and open file (new or existing) my calibration info is gone. I have to apply color calibration for my monitor again. Why Photoshop resets my monitors color calibration info and