Creating separate jars from one package structure

Hello,
I have the following package structure:
project
project.util
project.mainAll of these packages are in the same classes directory. I would like to create one jar that contains project, one jar that contains project.util and one jar that contains project.main.
The sub-packages jar correctly (each in its respective jar), however, the jar that supposed to contain ONLY the project package ends up containing the other two packages as well. If I say jar -cvf project.jar -C classes project it takes the entire project hierarchy (including util and main packages). If I say jar -cvf project.jar -C classes project\*.class it says that classes\project\*.class cannot be found. How can I limit the classes being jarred to not include the classes in the subdirectories?
Please help. Thank you
Elana

Please help, anyone!
Thanks

Similar Messages

  • Howto make created folders/ files from one teacher, read only for other teachers?

    Hello there,
    as an admin @ school I was wondering how to make created folders/ files from one teacher, read only for other teachers?
     - In a 2008domain, created a group "teachers"
     - created a folder "teacher data" where all teachers have read/write permissions
    ideal,a teacher who make's a folder in "teacher data" should be the only oen who is able to add file's to that folder and dele that folder or files. Other teachers may be able to read the content of the folder.
    Is this possible to set up and how?
    many thanks.
    Nico.
    rds

    Hi Nico,
    You could set the permissions below to resolve the issue:
    For the root folder "teacher data": give the full control permission to CREATOR OWNER – "Subfolders and files only" and give the read/write permissions to the group "teachers"– "This folder only".
    Best Regards,
    Mandy 
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • What is the prerequisite for creating two hierarchies from one fact table i

    Hi,
    what is the prerequisite for creating two hierarchies from one a single fact table.
    Rgds,
    Amit

    create global temporary table t1 as select * from trn_ordbase on commit preserve rows;You CANNOT use this syntax.
    http://download-east.oracle.com/docs/cd/B19188_01/doc/B15917/sqcmd.htm
    http://download-east.oracle.com/docs/cd/B19188_01/doc/B15917/glob_tab.gif
    http://download-east.oracle.com/docs/cd/B19188_01/doc/B15917/cre_tabl.gif

  • Creating multiple links from one map image in Flash CS4

    I have been tasked with creating multiple links from one map image using flash. Each link would go to the main website page with that location. I assume I could create a button for each location on the map but not having a lot of experience any help / tutorial you know of would be super helpful.. Thanks! Not looking for someone to work me thru it but a little guidance would be great!

    If I was to answer the problem, I would be giving you what you asked not to be given... the solution.  So I'll suggest that you start by researching the getURL() function.  That is what AS2 uses for opening web pages.
    As for coding a button, I'll recommend the following article for you... it will explain the proper approach to coding a button, which will give you an advantage over others who don't follow it, but instead use the way the article says not to.
    http://www.adobe.com/devnet/flash/articles/as_bestpractices_04.html
    Google is one of the best resources available for learning how to do things with Flash--it's the first place I go when I have a wondering.  In general, if you type in the right keywords, you get fairly good search results.  In your case, combinations of "AS2", "button", "getURL", "tutorial" would probably work well.

  • Can developer change query from one package to other, or only basis guy....

    can developer change query from one package to other, or only basis guy....will do that?

    In the development system, a developer normally has authorizations to do that. 
    Mathew.

  • Creating separate forms from Database

    I'm using Acrobat 9.1.2 and LiveCycle Designer ES ver. 8.2.1x.
    I have an MS Access database populated with names/info regarding various people (Customers).  I'm trying to create/generate separate (Order) forms, one for each Customer, each pre-populated with the Customer's contact information from the database.  I want to e-mail each customized form to each Customer.
    Each Customer should be able to change/correct inaccurate Customer information on the form (set control "Type" to "Calculated - User can override"?).
    Each form will also have a table containing various "Products" (not connected to the database) and drop-down list controls from which each Customer can select the number/quantity of each Product he/she wants to order.  Price extensions, subtotals, and totals are all calculated using FormCalc.
    The Customer will then be able to both "Submit by e-mail," and "Print" and return the form by mail with his/her payment.  I will then collect/assemble the returned .xml files and import them into the MS Access database myself.
    Where I'm hung up is when I connect the Order form to the database, only one form is created, and only data from the first record appears in it.  How do I create one form for each Customer from the database?
    You can e-mail me at [email protected]

    So each record in the DB represents a separate instance of the form to be mailed out to someone.....right?
    Normally that level of functionality is done server side but there is one reason why you may not want to do this clicent side. Let me explain. You woudl have to write an automation script that woudl retrieve each record from the DB. Once a record is retrieved you coudl automate the mail of the doc , then get the next record and mail ...etc...until all records are done. All of this is possible except for the sending of the email. Acrobat/Reader will allow you to create the email message and control all aspects of it, but it will not allow you to send an email without the user hitting the send button. So if you want to have the mail generated, then hit send after every instance then it could be done.
    If you do this using server products then this is not an issue and can be easily done, but note that the cost of the server products will make the solution out of reach for all but the company's that do mass mailings or e-statements etc.
    Hope that helps
    Paul

  • Trying to create 3 schemas from one schema

    DB version : 11.2.0.2 Enterprise Edition
    Platform : RHEL 5.6
    I have an expdp dump of a schema (HRTB_AP_PROD). I wanted to create 3 schemas from this dump in one go. So i tried this
    ## The parfile I used
    DIRECTORY=DPUMP_DIR
    DUMPFILE=HRTB_AP_PROD%u.dmp
    LOGFILE=TheThreeSchemas-imp.log
    remap_schema=HRTB_AP_PROD:HRTB_AP_DEV1
    remap_schema=HRTB_AP_PROD:HRTB_AP_DEV2
    remap_schema=HRTB_AP_PROD:HRTB_AP_DEV3
    exclude=statistics
    parallel=2
    nohup impdp \'/ as sysdba\' parfile=impdp-aug23.par &But i encountered
    ORA-39046: Metadata remap REMAP_SCHEMA has already been specified.When I googled it found the following link in which Dean Says , it is not possible.
    Re: one dump file inport into multiple schema
    So, I had to run 3 separate imports (impdp) to do this.
    This is a bit wierd. I am surprized that Oracle guys haven't done anything about this . This is like DB2 !

    Is there a question in your post or are you just letting us know the obvious?
    :p

  • Extract a jar  from one place and put extracted files in another place

    Hi,
    I need to extract a jar file from one location ie source and to keep the extracted in another place ie destination directory.Is there any command in jar or can any one give java codings to perform this.
    Thanks in advance
    Vindo

    Do you mean....
    cd directory/to/place/extracted/files
    jar xf full/path/to/yourjarfile.jar

  • CQ57 Create recovery software from one laptop to fix a second w/ new hard drive

    My son's CQ57 will start in Safe Mode only.  I ran the setup diagnostics and the hard drive failed.  I bought and installed an equivalent size hard drive.  The disks that may have come with this laptop are at my exwife's house and she can't find them.  I have a similar CQ57 that was my other son's.  Can I create the necessary recovery software from mine to get the new hard drive going?  It is Windows 7.

    Usually Recovery Discs from one machine will not work on another ,unless they are the same model.
    You can usually order Recovery Discs for less than $20. Contact HP Support in your country /region to order a set. Worldwide contact info can be accessed here>>Contact HP
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Misspelled Artist Names Create Multiple Artists from One

    What to do if Spotify has misspelled an artist's name and created two artist of one. I have seen many exemples. The Last one is Garnett Silk (right) and Garnet Silk (wrong, it shall be 2 tt). The result is that Spotify has one list with Garnett and another song list with Garnet. The songs are 80% the same and 20% unique for Garnett or Garnet. There are more such misspellings, in some cases one artist or band can become three or four. More common is that many songs are created because of misspellings of a song title. Spotify should be more professional than this. Or is it only a big computer running and making the artist presentations and album and song lists? Where can I inform Spotify about such errors? Best Regards Sanmare

    I'm not sure I understand from your post what it is that you want to see. You talk about what you do NOT want to see. Do you use an ID3 tag utility to make changes to your list of artists? My personal choice is ID3-TagIt (but there are dozens of other equally capable programs out there). With it, you can modify album names ... enter single or multiple artists ... and even add the composer, song lyrics, etc. However, just having those in the ID3 tag doesn't mean they will be displayed by all software programs (players) ... that's up to the person who writes the application. So even if you do put them in, your player might not display them how you'd like them to be displayed.
    I know this doesn't specifically answer your question, but maybe you can rephrase it so we know what it is you want to see on your player's screen when you have multiple artists.
    -Roger

  • Creating executable JAR from JDeveloper 11

    Hello
    Iv'e been using JDeveloper for developing my Java desktop app. It includes my classes and some additional external jar's. From within JDeveloper everything works fine, but now I want to deliver my app as a single JAR file (including the external jars).
    I searched and searched and couldn't find such an option. I tried creating deployment profiles and deploy my app but the resulting JAR was very small, did not include the utility jars and did not run in double clicking.
    I tried both Eclipse and NetBeans and they produced nice running executable jars of the sane application with only a few clicks. However, Im used to JDeveloper and would rather continue working with it. Is there a way to create a complete executable jar from JDeveloper (or maybe a plugin) ?
    If not than how do I do it manually so I can write my own generator ? (I know the basics, but how do I include the library jars ?)
    Thanks
    Guy Shilo

    Hi
    If you to want include external jars, don't keep those inside src folder but outside to that folder. Then only framework consider this as resources and will be packed while deploying. You can ensure it by creating a simple file using wizard. It will be displayed in application navigator under the folder 'Resources'
    See the related thread from How to read .txt file from adfLib jar at model layer using relative path . See what
    Frank Nimphius has replied. You may get some idea
    Edited by: Raguraman on Dec 13, 2011 10:12 PM

  • How do you import separate audiobooks from one CD as one audiobook?

    Is it possible to import a group of separate audiobooks from the same CD as one audiobook? How?

    This link from Hudgie should answer your audiobook questions.
    http://discussions.apple.com/thread.jspa?threadID=121835

  • Create a jar from RMI

    Hi everyone
    I have a RMI application functioning ok but I want to create a jar file to deploy in two computers.
    How do I create a jar file from RMI files?
    Regards

    Are you shure?No, I am sure. Did you have some reason for believing I'm wrong?
    Do you have an example?Yes.
    I saw this link:
    http://java.sun.com/docs/books/tutorial/rmi/compiling.html
    it explains a part of what you say.Exactly. So why are you asking me whether I'm sure?
    Please gave a look to itWhy? I already know the answer.

  • Creating Multiple SubClips from one long "Log & Capture"?

    Hi guys,
    Can I create as many "Multiple Sub Clips" as I want from one long 60 miniutes "Log & Capture"?
    Thanks,
    Zia

    YES! I always bring all my footage in as one clip.
    I use that in two different ways.
    One, if you are encoding a DV/DVCAM tape with the meta data: use the start/stop detect and then drag the markers to a new bin and it will automatically subclip each of your shots. Very handy, very quick.
    The second way is I will assign the subclip function to a key (the / key in my case) and will use that to subclip.

  • How do I crop multiple separate images from one photo

    I need am trying to crop multiple pictures from a scanned yearbook.  I would like to save the people's pictures individually.  How do I crop and save multiple images from one scanned page?

    DUplicate the photo and crop the duplicates
    LN

Maybe you are looking for