GBU file can we create outside of designer???

Hi i'm wondering if we can create a gbu file without the batch generate wizard given in designer, just because i'm creating a tool that will take objects from designers and creates scripts and then deploy them.
But i want to do it with the gbu file method exactly for the fact of the tables and the tapi.
so basically i`m wondering if there's a batch generate API or a way by the backdoor to create .gbu files or if i could get the format i would create my own gbu file creator.
thanks
Message was edited by:
geekslayer

I know i can do that, but the whole point of a .gbu file it will take in consideration the alter tables, the TAPIs and everything else.
If i do my own generator it will take me months to create a fraction of what i could do if i could create a gbu file.
The whole point of my thread it's NOT to recreate a designer but work together more developing a plug-in for the internal software to join to designer.
Thanks
P.S. I have all the doc to create my own but i want to make sure before getting myself into that

Similar Messages

  • What type of files can we create in Java?

    In general what type of files can we create in Java?
    For example, we can create .dat and .txt files as follows:
    DataOutputStream ostream;
    ostream = new DataOutputStream(new FileOutputStream("myfile1.dat"));
    or
    ostream = new DataOutputStream(new FileOutputStream("myfile2.txt"));
    Can we create ASCII?
    Thank you in advance for your answers.

    In general what type of files can we create in Java?You know that a file is nothing more than a series of ones and zeros, with eight of those bundled together as something called a byte. What they actually mean is what you make them to mean. Short: you can write and read any file type you like, but doing that semantically correct it is your responsibility.

  • WSDL, XSD files can b created?

    Hi everyone,
            hey plz answer this quest. can v create WSDL, and XSD files or v have to just use the one which are already existing.If v can create them can anyone tell me the procedure how to create it.
    thanx
      xilearner

    Hi,
    This will help you to understand how to create
    XSD :
    http://www.w3schools.com/schema/default.asp
    WSDL :
    http://www.w3schools.com/wsdl/default.asp
    Regards
    Agasthuri Doss

  • Can Aperture create a specifically designed slideshow?

    Hi all;
    I'm needing to create a specific slideshow:
    It will be on a vertical display, and I want one image to appear (ken burns style) and the next image to fade onto another part of the screen before the first one disappears.
    Can anyone suggest the best way to do this? Is Aperture the program I need to make this happen? If not, can anyone suggest the RIGHT program/technique?
    Thanks in advance!
    pope

    Here's the free Ap to FCP plug in.
    http://connectedflow.com/aperturetofinalcut/index.php
    Should work in FCE, but it won't do Ken Burns. It will just create a sequence with transitions and drop it into a timeline. In fact, I don't know how to do Ken Burns in FCP. Motion or AFX is the way to go for that, but you have way too many images for that. (IMHO Ken Burns has been overused to the point of being cliché, and it's best to just move the image enough to get a feeling of motion.)
    Honestly, I think you should do the slide show in iPhoto, export it as a Quicktime and drop it into a video timeline with your other video tracks. Then start editing. This will also make it easier to avoid flickering images that will drive you absolutely insane in apps like Motion and AFX.
    DLS

  • Can I create a file using pl/sql code in application server ?

    Hi
    I wanted to create a file(any kind of file .txt .csv .exe etc..) using pl/sql code in application server?
    Please help me with an example...in this regard
    Regards
    Sa

    864334 wrote:
    I wanted to create a file(any kind of file .txt .csv .exe etc..) using pl/sql code in application server?And how is this "file" to be delivered?
    Files can be created by PL/SQL code and stored in the Oracle database as CLOBs. This a fairly easy and robust process. It runs entirely in the database. It conforms to transaction processing. The "file" (as a CLOB) resides in the database and can thus be secured via database security, is part of database backups and so on.
    The basic issue is how to deliver the contents of the CLOB to the user. If via FTP, then the database can directly FTP the contents of the CLOB to the FTP server as a file. If via HTTP, the database can deliver the CLOB as a HTTP download directly to the web browser.
    If the client is Java or .Net, then the CLOB contents can be delivered via SQL or DBMS_LOB or a custom PL/SQL interface.
    In such cases, there is no need to step outside the secure and flexible database environment and create a physical o/s file in the wild (outside the controls of database security, data integrity and transaction processing). This is thus recommended and is the preference.

  • Can we create export dump files on client side??

    Hi,
    Please see this link
    http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14215/dp_overview.htm#i1010293
    Check the "NOTE" which says that
    All Data Pump Export and Import processing, including the reading and writing of dump files, is done on the system (server) selected by the specified database connect string. This means that, for nonprivileged users, the database administrator (DBA) must create directory objects for the Data Pump files that are read and written on that server file system. For privileged users, a default directory object is available
    So does this mean, the dump files can be created only on the server???
    What if i want to create the dump file on my client c:\
    Is it possible??
    As per my knowledge, this was possible in 9i
    Thanks

    Yes in the "orignal" export ,it was possible to have a client side dump file.But the Export DataPump uses the Directory parameter which maps to a directory on the server side only and the option to give an absolute path for the dump file on the client side is removed,the files can be only on server side.
    Aman....

  • Struts ,can i create .class file

    i am created actionform java file can i create .class for that or directly can i place it anywhere .sir plese help me on struts .how can i deploy my application in tomcat .

    You are not very specific in your question. You are rquesting for help in Struts and you are also saying that you need help in Tomcat! What is it that you really want? When you load, run or use any application, its always the .class files that are picked up by the server.
    Please be more clear on what you want.
    Vijay

  • How can I create an expandable text field in Acrobat XI?

    I am trying to create a text field that expands with the text that is entered. I have found several forums saying to use subforms, but how do I create those? Does anyone know where I can find a really good turtorial for XI?

    There are two type of PDF forms: AcroForms that can be created with Acrobat, and XFA forms (static and dynamic) that can be created with LiveCycle Designer. Since the kind you want (dynamic XFA) cannot be created with Acrobat, you'll have to use LiveCycle Designer. Said another way, AcroForms do not support fields that automatically expand based on content. If you want to ask about dynamic XFA forms, you can ask in the LiveCycle Designer forum: http://forums.adobe.com/community/livecycle/livecycle_modules_and_development_tools/livecy cle_designer_es

  • What type of files can JAVA read?

    Hi,
    I'm asking whether Java can read the font format files ( files with .afr & afm extensions from adobe)?
    I'm trying to do so but it cause an exception?
    Can you help please?

    In general what type of files can we create in Java?You know that a file is nothing more than a series of ones and zeros, with eight of those bundled together as something called a byte. What they actually mean is what you make them to mean. Short: you can write and read any file type you like, but doing that semantically correct it is your responsibility.

  • Can't create folders with IMAP/Mail.App!

    Can anyone offer any insights? I'm unable to create subfolders on my iphone/IMAP account.
    I'm using an AOL IMAP account. When I go to Mailbox Behaviors on my iPhone, I'm unable to select anything other than "On My iphone." On the AOL account, I can create a folder--no problem--but my Mail.app program doesn't ever see it. Then, when I try to create a folder in Mail.app, I get an error message: "Imap command "create" failed. The server error encountered was: CREATE failed: Can't create outside of saved."
    Emails in the inbox are working fine, synching between iphone and Mail--but, sent, drafts, and deleted emails aren't synched, and I can't create subfolders.
    Any ideas?

    on your iphone you might need to go into settings > mail then choose the imap account and tap on the advanced button at the bottom. Near the bottom of this screen you can set the imap path prefix.
    Hope this helps.

  • Can't create a multiple file PDF from PDF forms created in Designer

    Hi
    I want to create a single PDF which combines 6 pdf forms created in Adobe Designer (all as separate pages).
    When I try to create a single PDF from these multiple files using the "Create a PDF from Multiple files" command, my A-3D won't let me do this returning a dialog box saying
    "The file "filename.pdf" is protected. It cannot be used for this command".
    I can't find any properties that control this, either in the original file or in A-3D. Can I overcome this and how?
    Many thanks in anticipation.
    Phil

    Designer-created files aren't really PDF files any more and cannot be
    edited or combined in Acrobat (including Acrobat 3D). You CAN make a
    package of them, however, in Combine Files.
    Aandi Inston

  • Can Packagemaker create installer with content files outside the bundle?

    I'm trying to create an installer with Packagemaker, but the content files need to be outside the final bundle because they're shared with a Windows installer.
    I thought I could create a symbolic link to the external folder, but instead of linking from the installer, it copied the files into the bundle. Any idea how to do this, or if it's even possible? I need to be able to do this on 10.3+, if that's relevant.
    (I can give a more specific scenario if this isn't clear enough)
    Thanks!

    zekel wrote:
    The main issue I'd be worried about is that the external files (which are quite large) won't have the appropriate progress bar. The external files are around 1GB, while the internal files are in the 30MB range.
    How about installing a secondary installer with progress bar that copies these files from the correct location. Your postflight script can just kick off the newly installed file copier.
    How's this sound for a hack...
    Have a launcher script copy the installer to /tmp, then modify the package to point my files. (I'm installing from read-only media.) It would then open the modified installer which would pull my files from the DVD. This would probably work better (read: at all) if the files aren't compressed inside the package. Do you know if that's an option?
    No, sorry. The internals of a package are quite specific. You need PackageMaker itself to build them.
    Things like the receipts are non-essential at this point, only because if I can't get this to work then we will continue to use our terrible installer which leaves none of those things. Those shouldn't be too much trouble if I can get the rest to work.
    There are some 3rd party installers like Installer VISE. The sad part is that they tend to make the MacOS X Installer look good.
    If the guy responsible for that is interested I'll show him Inno Setup, but we have a working Windows installer, so he probably won't want to mess with it.
    I agree, but tell him about it anyway. The next time you have to build a Windows installer, he could use Inno Setup and get it done in a couple of hours and then have time to help with the mess that is software deployment on MacOS X.

  • Why can't I import a .txt file to a PDF created in Livecycle Designer?

    I am trying to import data into a PDF, simple stuff like names and addresses. I've saved my spreadsheet as a tab delimited .txt file, but when i go to import data in the PDF, .txt files are not an option. Is there a setting in Livecycle or in Acrobat that I haven't found?

    Is there a way for me to import the data to a PDF created in LiveCycle designer?

  • How can I create an Excel file?

    Hi,
    How can I create an Excel file using Forms 6i.
    What I'm doing is to create a file using TEXT_IO package an name it .XLS. If a read it double-clicking over the file, it opens Ok but If I open directly from Excel it opens the Convert dialog.
    I need to create an excel file as it was made from within Excel.
    Thank in advance,
    Benjamin

    When you are talking about subfiles, are you talking like Package contents of an application?
    Terminal application in Applications -> Utilities can give a command line grasp of all your files using the du command.
    Type
    man du
    when entering the terminal, followed by the enter key.
    Note, by default the terminal opens at the Home folder.   To navigate outside the Home folder enter "/Volumes/name of mounted drive/folder/subfolder" as your path.  If there are spaces in the name, putting quotes around the whole path can help.    If you end your du command with a > name.txt a text file with the name name.txt will be plugged into your Home directory.  That you can open with Excel and parse by /es thus giving you everything in Excel.

  • Can i create a home window without using a NIB file

    I hate interface builder, it is a really counter-intuitive piece of junk. Please don't try to convince me otherwise I prefer to do it all in code. Right now i have my whole product running dynamically, creating all the interface objects programmatically as my positioning is all calculated on the fly.
    However I still have one NIB file (MainWindow.NIB) that creates the home window and somehow links to my AppDelegate class, which is the startup class for my app. I see that my main.c routine calls UIApplicationMain() which somehow loads the main nib (hidden magic here), and then eventually my AppDelegate() method which is of calss UIWindow() gets called with an initialize() call followed by applicationDidFinishLaunching() call and off we go.
    Can I create the window dynamically by not using NIBs? Now that we have ipad and iphone to contend with, I would want to create a window that is either 320 x 480 or 768 x 1024 depending on what machine I am on. I would like to get rid of the NIB because I don't understand the wiring stuff and I tried to make a NIB myself but now get a cryptic error message, and anyway the NIB has a fixed size and my app wants to be dynamic now that we have two screen sizes.
    The second part of the question is how do you know what kind of machine you are on? I don't see a Gestalt() routine like in the old mac days so you can tell what machine it is.

    There are always less-informed people who think that a STATIC development tool is somehow more powerful than a flexible dynamic interface computed as one goes. The idea of a static screen form that you control dates back the 80's; modern interfaces are DYNAMIC and interface builder cannot construct those; sure it can perhaps help you lay out things, but if the user turns on certain features then new controls are visible. We have built products with over 500 controls in them and as only perhaps 25 are needed at any one time the software rearranges the screen in the most optimal form at all times. The more advanced the product the more one chafes at a static design tool.

Maybe you are looking for