[svn:bz-trunk] 10059: update two package-info.java files, and add one new one.

Revision: 10059
Author:   [email protected]
Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
Log Message:
update two package-info.java files, and add one new one.
Modified Paths:
    blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
Added Paths:
    blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
    blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

Revision: 10059
Author:   [email protected]
Date:     2009-09-08 11:31:48 -0700 (Tue, 08 Sep 2009)
Log Message:
update two package-info.java files, and add one new one.
Modified Paths:
    blazeds/trunk/modules/proxy/src/flex/messaging/services/http/proxy/package-info.java
Added Paths:
    blazeds/trunk/modules/core/src/flex/messaging/util/concurrent/package-info.java
    blazeds/trunk/modules/core/src/flex/messaging/validators/package-info.java

Similar Messages

  • Checkstyle warning: Missing package-info.java file

    Hi,
    I'm getting a checkstyle warning for a simple class which looks like:
    package tools.interprocess;
    * Class for testing RMI.
    * @author spinth
    public final class RMITest {
         * Private constructor.
        private RMITest() {
         * Main method.
         * @param args User arguments
        public static void main(final String[] args) {
    }The warning message says: Missing package-info.java file
    I really couldn't figure out what this means and how I can fix it. Do I have to add something to the source tree?
    I'm using Eclipse for development and Eclipse-cs as my checkstyle plug-in.
    Thanks.
    Edited by: spinth on Apr 15, 2010 12:37 PM

    If you don't want that warning then simply turn it of.
    A package-info.java file is there mostly to attach JavaDoc to the package itself.
    If you don't need/want that, then the checkstyle warning is useless. Checkstyle (and similar tools) are meant to be tweaked to your needs and not used blindly.

  • [svn:bz-trunk] 8210: Update source package target to remove some build artifacts that were being pickup

    Revision: 8210
    Author:   [email protected]
    Date:     2009-06-24 16:15:50 -0700 (Wed, 24 Jun 2009)
    Log Message:
    Update source package target to remove some build artifacts that were being pickup
    Modified Paths:
        blazeds/trunk/build.xml

    First, I agree with Karol, use the AUR so that pacman can do its job.  Second, when you do your make, there is no reason to run it as root (until you do the make install)  For the initial build, it is much safer to not use root; plus all the files in your home directory will continue to belong to use, not to root.
    But, try the AUR.

  • [svn:fx-trunk] 8480: update to how the config files will look in svn.

    Revision: 8480
    Author:   [email protected]
    Date:     2009-07-09 10:05:55 -0700 (Thu, 09 Jul 2009)
    Log Message:
    update to how the config files will look in svn.  replacing ${build.number} with 0 in the RSL section so that builder will function properly from src since it doesn't know how to handle ${build.number} whereas the compiler did.
    qa: no
    doc: no
    checkintests: pass
    Modified Paths:
        flex/sdk/trunk/frameworks/air-config.xml
        flex/sdk/trunk/frameworks/flex-config.xml

    Thats good news.

  • [svn:bz-trunk] 22363: Updates for SDK 4.5.2 and its player

    Revision: 22363
    Revision: 22363
    Author:   [email protected]
    Date:     2011-09-01 12:47:07 -0700 (Thu, 01 Sep 2011)
    Log Message:
    Updates for SDK 4.5.2 and its player
    Modified Paths:
        blazeds/trunk/build.properties
        blazeds/trunk/build.xml
        blazeds/trunk/modules/sdk/build.xml

    Adware Searchme is installed, removing it will help.
    1. Download and use free AdwareMedic to remove the adware
        http://www.adwaremedic.com/index.php
        Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
        Once done, quit AdwareMedic.
                   or
        Remove the adware  manually  by following the “HowTo” from Apple.
        http://support.apple.com/en-us/HT203987
    2. Safari > Preferences > Extensions
         Turn those off and relaunch Safari to test .
         Turn those on one by one and test.
    3. Safari > Preferences >  Search > Search Engine :
        Select your preferred   search engine.
    4. Safari > Preferences > General > Homepage:
         Set your Homepage.
    Additional steps:
    Start up in Safe Mode. http://support.apple.com/kb/PH18760
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Repair Disk
    Steps 1 through 7
    http://support.apple.com/kb/PH5836

  • [svn:fx-trunk] 11966: Move focusSkinExclusions into Skin (from SparkSkin) and add suggestedFocusSkinExclusions to SkinnableComponent.

    Revision: 11966
    Revision: 11966
    Author:   [email protected]
    Date:     2009-11-18 16:21:41 -0800 (Wed, 18 Nov 2009)
    Log Message:
    Move focusSkinExclusions into Skin (from SparkSkin) and add suggestedFocusSkinExclusions to SkinnableComponent.
    QE Notes: None
    Doc Notes: new API (suggestedFocusSkinExclusions)
    Bugs: SDK-19255
    Reviewer: Glenn
    API Change: Yes
    Is noteworthy for integration: Yes
    tests: checkintests mustella/gumbo/components/TextInput, TextArea, CheckBox, RadioButton
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19255
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/CheckBox.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/RadioButton.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextInput.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/Skin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/supportClasses/SkinnableCom ponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/SparkSkin.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ComboBoxTextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/HighlightBitmapCaptureSkin .as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/RadioButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/ScrollerSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextAreaSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/TextInputSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/CheckBoxSkin.mxml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/RadioButtonSkin.mx ml

  • Creating package-info.java in Netbeans

    I'm a little frustrated that Netbeans won't even let you create a 'package-info.java' file because of its naming rules. Is there any way to get around this?

    I don't know NetBeans very well, so don't know of any workaround for the naming.
    You can just name the file "package.html" and it will do the same thing. The drawback is that it won't allow for package annotations -- it can still have javadoc tags, though.
    http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#packagecomment

  • [svn] 1548: Added @exclude to Javadoc package-info file for this package.

    Revision: 1548
    Author: [email protected]
    Date: 2008-05-03 03:48:18 -0700 (Sat, 03 May 2008)
    Log Message:
    Added @exclude to Javadoc package-info file for this package.
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/cluster/package-info.java

    nbd wrote:
    How could one interpret this?
    [root@kw etc]# checkupdates | grep pcre
    pcre
    [root@kw etc]# pacman -Si pcre | grep Version
    Version : 8.37-1
    [root@kw etc]# pacman -Qi pcre | grep Version
    Version : 8.37-1
    [root@kw etc]#
    Ok, after updating your original post and asking this question I understand what you are actually trying to do. The "local package database" generally refers to /var/lib/pacman/local, not /var/lib/pacman/sync, which is why it was unclear.
    fakeroot pacman -Syb /tmp/tmpdb -i pcre
    should do what you want, but be very careful never to install anything using that temporary database. Take a look at the checkupgrades script to see how it does things if you want to do more than just check remote package info.

  • Problem with "package-info.java" using EJB 3.0 and OC4J

    Hi all.
    I already posted this question on JDeveloper forum, but didn't get any answer,
    so I'll try posting here.
    Anyway, I'm new both to JDeveloper and J2EE,
    so I'm trying out examples for EJB 3.0, and I got stuck at "Use Security Annotations with EJB 3.0"
    (http://www.oracle.com/technology/tech/java/oc4j/ejb3/howtos-ejb3/howtoejb30security/doc/how-to-ejb30-security-ejb.html).
    Example code is working perfectly, if one builds it using Ant, but I'm importing all examples into JDeveloper (or at least I'm trying to :))
    JDeveloper can't build file "package-info.java" containing following code:
    @javax.annotation.security.SecurityRoles(roleNames={"superuser", "user"})
    package oracle.ejb30;I'm getting following output in "Compiler - Log" window:
    Error(2,1): 'class', 'interface', or 'enum' expected.
    Help much appreciated...
    platform used:
    Windows XP SP2
    JDeveloper Studio (Version 10.1.3, Build 3412)
    JDK 1.5_06
    OC4J 10.1.3 developer preview 4 (standalone version)

    Since you're using EJBs, you can use JTA and can skip the getTransaction() calls. If you want to use getTransaction().begin() and commit(), then make sure that your EntityManager is resource-local. The configuration for this is in persistence.xml. Set a transaction-type of RESOURCE_LOCAL rather than JTA.

  • XML without namespace and prefix, modified package-info.java, JAX-WS option

    Hello
    I have created a consumer business service which will be called from JDEdwards EOne, pulls data from database and send it to Fusion Middleware.
    SO, I have created proxy using JAX-WS option. And suggested in oracle doc, I created proxy outside OMW and then copied it to my project. XML payload is getting generated without namespace and prefix. After some research, I modified package-info.java. Now, I am able to send the payload and if test it locally from Jdeveloper and take xml output using marshaller I can see it has namespace and prefix as well. BUt, when I run this from server it does not have namespace and prefix.
    Please help.
    Thanks
    TK

    Just to clerify,
    The common complex types are StatusInfo, IdcProperty and IdcPropertyList. I ahve 3 more WSDL's with the exact same entires for those 3.

  • Annotations: package-info.java

    In Eclipse IDE I do the next thing:
    @MyAnnotation
    package annotations;
    @interface MyAnnotation {  
    }And Eclipse tells me that Package annotations must be in file package-info.java. In Java Language Specification I didn't find something about file package-info.java. Where I can read something about it?
    What is the syntax of the file package-info.java. Maybe you have an example?

    http://java.sun.com/docs/books/jls/third_edition/html/packages.html Discussion of Section 7.4.1.1

  • When I downloaded the new Firefox about a week or two ago all my bookmarks, and add-ons disappeared and I want you to give them back to me asap?

    When I downloaded the new Firefox about a week or two ago all my bookmarks, and add-ons disappeared and I want you to give them back to me asap?

    You shouldn't wait that long to ask advice. Firefox only keeps a (rotating) backup of bookmarks for the last 5 days that you started Firefox. So you may be out of luck.
    You can check that you still use your old default profile that had your bookmarks.<br />
    * http://kb.mozillazine.org/Recovering_a_missing_profile
    * http://kb.mozillazine.org/Lost_bookmarks
    * http://kb.mozillazine.org/Locked_or_damaged_places.sqlite
    For the extension, see "Corrupt extension files": http://kb.mozillazine.org/Unable_to_install_themes_or_extensions
    If you see disabled extensions that are not compatible on the next start in "Tools > Add-ons > Extensions" then click the "Find Updates" button to do a compatibility check.

  • When i tap "update" on an app, or try and download a new app i get the loading wheel for around a second then it goes back to showing "update" and does nothing.  Any solutions for this?

    When i tap "update" on an app, or try and download a new app i get the loading wheel for around a second then it goes back to showing "update" and does nothing.  Any solutions for this?  This is relevant to an iPhone 5S running iOS 8

    If you're really running iOS 8, you should be posting in the Developer's Forum, as you well know since you signed an NDA when you signed up for the Developer's program.

  • Change the package of boudle files and pagedef files

    I need to change the default package for bundle files and pageDefs files to new package
    now i am changing the files manually , and I need automatically method to do that
    I am using bundle file for each file

    Scrolled through the Preference but count find any for web layer. there are option available for Model layer though. EOD runnig a batch script will do the work and you can configure the batch script to run for IDE

  • [svn:fx-trunk] 9352: Update DesignLayer ASDOC to reflect most recent updates to specification.

    Revision: 9352
    Author:   [email protected]
    Date:     2009-08-17 12:38:36 -0700 (Mon, 17 Aug 2009)
    Log Message:
    Update DesignLayer ASDOC to reflect most recent updates to specification.  A bug fix to all IVisualElement implementers to account for initial value of alpha/visible for their owning layer.
    QE notes:  None.
    Doc notes:  None.
    Bugs:  N/A.
    Reviewer:  Chet
    Tests run: Checkin
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/DesignLayer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualElement.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/core/SpriteVisualElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    The problem with submitting a bug report is I don't know how to replicate it.
    The java file showed up on the "Referenced Libraries". I removed it from there and it fixed the problem.
    If I return it to the classpath via Eclipse it doesn't demonstrate the problem.
    I don't know how it got into the classpath to cause this problem. I even tried editing the classpath (which I'm fairly certain was not how the problem was caused) but that didn't replicate the problem.
    I didn't check the .classpath to see what the entry was before I removed it via eclipse so I don't know what the entry looked like. The problem wasn't in the version is SVN so I don't know how to find what changes were made.
    If you sill want a bug report I can enter one but with out any instructions on how to replicate it.

Maybe you are looking for

  • Painters (java.awt.Paint interface)

    Hello, I would like to implement a collection of painters (like GradientPaint, TexturePaint ..). Unfortunatelly, I found little information regarding this topic on the web. I found out that I need to implement the java.awt.Paint interface (and everyt

  • Rewrapped AVCHD MTS files not playing correctly

    I'm using a Panasonic HDC-TM700 camera to record 1920x1080 60p.  The camera records to the AVCHD format which yields a .MTS file.  Final Cut Pro X still does not support importing from this camera.  I've tried the various tricks mentioned in these fo

  • "in" expression in toplink

    hi, i could not find any example of in expression of toplink, can anyone help about the syntax? i tried Query q= em.createQuery("select o from Ozluk o where o.personelNo in :perNo and o.accessDate in :accessDate"); q.setParameter(....) Edited by: 787

  • Calling PL SQL in a Javascript function

     

  • Adding objects to the scenegraph

    Hi, I am tryin to add a simple sphere primitive to my program. If i call the method createASphere (see below)in the createScenegraph method, the sphere is added with no problems. However, when i comment out createASphere(), and try calling the method