How to mute: warning - @ABC-XYZ is an unknown tag ?

Hello,
I am using Java 1.4.2, XDoclet 1.2.2 and Ant 1.6.2.
When I put the ejbdoclet tags in my java source file for my bean
and then run javadoc through Ant I get the following warnings:
warning - @ejb.interface-method is an unknown tag.
warning - @ejb.ejb-ref is an unknown tag.
warning - @jonas.ejb-ref is an unknown tag.
warning - @jboss.ejb-ref-jndi is an unknown tag.
warning - @weblogic.ejb-reference-description is an unknown tag.
I have defined following tags (bellow) for mute all xdoclet tag
warnings, but it seems all tags containing minus (-) char within
the name are problematic and warnings occured in spite of that.
<tag name="ejb.bean" scope="all" description="XDoclet tag:" />
<tag name="ejb.home" scope="all" description="XDoclet tag:" />
<tag name="ejb.interface" scope="all" description="XDoclet tag:" />
<tag name="ejb.interface-method" scope="all" description="XDoclet tag:" />
<tag name="ejb.ejb-ref" scope="all" description="XDoclet tag:" />
<tag name="ejb.transaction" scope="all" description="XDoclet tag:" />
<tag name="jonas.bean" scope="all" description="XDoclet tag:" />
<tag name="jonas.ejb-ref" scope="all" description="XDoclet tag:" />
<tag name="jboss.ejb-ref-jndi" scope="all" description="XDoclet tag:" />
<tag name="weblogic.ejb-reference-description" scope="all" description="XDoclet tag:" />
Warnings don't show for tags without minus (-) char in the tag name (for
example for ejb.bean, ejb.home, etc.)
Is there possibility to mute warnings for tags that contain (-)
char in the name?
Thank you in advance for your advice,
with best regards,
Julian Legeny

I have try to use backslash, for example
<tag name="ejb.interface\-method" scope="all" description="XDoclet tag:" />
but it doesn't solve the problem.
With best regards,
Julian Legeny

Similar Messages

  • How to mute camera sound in n82

    Hi
    can you please tell me how to mute camera sound in n82

    11-Sep-2008 10:13 AM
    sarawirda wrote:
    Yes, I agree but sometimes in certain situation, i need it to be mute, like when to snap picture in some quite place. I tried off the warning tones but the n82 camera sound still can be heard.
    In that case I'm afraid you're out of luck. Your N82 was obviously intended for a region where the camera must make a noise.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • ABC XYZ Concept at SAP ERP

    Dear friends,
    I want to ask whether SAP could provide this process. The goal of this process is my customer want to maintain stock effectively.
    My customer have a process to update the service level automatically based on the call ( number of SO and WO ) and Price.  They have table master data to maintain this process like below.
    Plant   | Material Group    | Status ( Fast,middlw, slow )     | call from   | Call To   |     Price  from   |      Price to   |  Service Level |
    ABCD |      Group 1         |              Fast                               |      0         |      10     |        0               |        1000      |         50            |
    ABCD |      Group 1         |              Fast                               |      0         |      10     |        1000         |      100000    |         55            |
    ABCD |      Group 1         |              Fast                               |      10         |      100     |        0           |      1000        |         56             |
    ABCD |      Group 1         |              Fast                               |      10         |      100     |        1000         |      100000     |    57           |
    The also have a report that show ( number SO & WO ), info record ( gross price ) , and would look up this information to table ( UP ) to get the new service level and update it the material master. And after MRP would run normally.
    My question is this process could supply using concept ABC XYC analysis in SAP?
    Is ABC XYZ could also used in SAP ERP or just in SAP SCM? Thanks
    Best Regards,
    jhonny PS

    We had a similar issue.  I'll tell you how we solved it, but I don't think the solution was ideal.  But perhaps it will give you some thoughts as well. 
    We invoiced the customer for the quantity manufactured under the original sales order.  We then physically moved the inventory to a seperate warehouse for storage.  Since the inventory no longer existed in the system after the original invoice was posted and the delivery was PGI'd.  we used a 501 movement to put the inventory back on the books in the storage warehouse.  We also did not want the inventory to be valued and since we had a unique plant to store the material in, we made the material type non-valued in that plant (field VT134M-WERTU).  Later, when the customer wanted delivery we created a free-of charge order for the material and shipped the product to the customer.
    If you think of a better way of doing this, please let me know.
    thanks,

  • How to show warning message in am

    How to show warning message in am but not Stop , it still can go ahead.
    Thank you very much.

    jamras ,
    If i got you correct you wanna show user a list fo warnings after that have occured in some method in AM, and show them to user collectively, and the processing of the page should not stop in the above. What you need to do for it, is instead of throwing warning message in AM, collect all warnings in a arraylist or vector. when you navigate back to CO, iterate through this arraylist/vector and for each use pagecontext.putDialogmessage(oaexception).In this way you will be able to show all warning messages on page and your processing will not stop!
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to hide warning messges in a program?

    how to hide warning messges in a program?

    Are you talking about extended program check? If so, you have to enter  "#EC * at the end of each line that is issuing a warning message.

  • How to mute and lock screen rotation at the same time? Loved this feature in iOS 5.

    How to mute and lock screen rotation at the same time? Loved this feature in iOS 5.

    You cannot do two different simultaneous VISA writes over a serial bus. There is a single rx line on the pc's com port and a single rx line on the instrument. You only hope is if the instrument allows you to chain commands and the reception of the carriage return triggers the instrument to implement both at the same time. Maybe you can send CTS01 and CTS02 separated by a space or comma. The manual should tell you if that's possible or maybe you need to ask the manufacturer.

  • How to add warning message while using 'print' function in Adobe LiveCycle Designer

    I am trying to make pdf document for my company which requires adding a warning message while anyone use 'print' function from the page...
    Does anyone know how to add warning message on LiveCycle Designer
    Also my supervisor mentioned something using 'nag' if that rings any bell

    No you shoudl never go into the XML source unless uinstricted to do so.
    You can open the script editor (under the window menu). It will appear above the drawing area but below the toolbars. You can resize it if there is not enough room. When you click on an object in the form you can choose an event to script against in the Show dropdown. In your case you will want to choose the prePrint event. A line will show up that indicates the object that is associated with the script as well as the event and other information. Add your script below this line. Once that is done you are finished and your form is ready for testing.
    Paul

  • How to integrate a .abc file into swf by using mxmlc?

    Enviroment: CrossBridge1.0.1, Flex SDK 4.6
    I use g++ to compile 2 .cc files (the c2as wrapper) & a .a file (the logic)  into a .swc file; then use this .swc as a library for mxmlc to compile the main .as file.
    The Makefile is as follows:
    "$(FLASCC)/usr/bin/g++" $(BASE_CFLAGS) -O4 -L. main.cc test_as3.cc -lmytest -emit-swc=sample.mytest -o mytest.swc
    "$(FLEX)/bin/mxmlc" -static-link-runtime-shared-libraries -library-path=mytest.swc -debug=false MainView.as -o test.swf
    everything is ok.
    But when I add some function calls in .as file, it uses the CModule package:
    in MainView.as:
    import com.adobe.flascc.CModule;
    CModule.malloc
    CModule.writeBytes
    CModule.free
    the mxmlc complains that
    Access of undefined property, CModule.malloc,
    Access of undefined property, CModule.writeBytes,
    Access of undefined property, CModule.free
    Definition com.adobe.flascc:CModule could not be found.
    I found the CModule.abc in sdk/usr/lib folder, and I explored that it do have those functions. but how to import this .abc package into .swf ?
    the follow command doesn't work:
    "$(FLEX)/bin/mxmlc" -static-link-runtime-shared-libraries -library-path=mytest.swc  -import CModule.abc -debug=false MainView.as -o test.swf

    First, you should check out the new version at CrossBridge — CrossBridge
    1.0.1 is quite old.
    For your problem, you don't need to compile Cmodule.abc into your swf, it is already present into your SWC file. Here is the reason why your import is not working.
    When you compile directly to SWF with crossbridge, the compiler put all the crossbridge stuff (CModule included) into the com.adobe.flascc namespace.
    The problem is that, when you build a SWC, there is no garantee that your end application won't include multiple SWC compiled by crossbridge. To prevent namespace clashing, (having multiple Cmodule under the same namespace), all the stuff in the SWC is namespace with the namespace you gave after the -emit-swc command. In this particular case "-emit-swc=sample.mytest"  your namespace is "sample.mytest".
    So you need yo change the import from :
    import com.adobe.flascc.CModule;
    to
    import sample.mytest.CModule;
    and it should work.
    More detail in the documentation : http://crossbridge.io/docs/Reference.html#section_gcc
    Building SWCs
    A SWC is the Flash Runtime equivalent of a shared library. You can link a SWC into a pure ActionScript project either with an IDE (Flash Builder, for example), or via the command-line ActionScript compiler (named mxmlc). A SWC contains the compiled ActionScript bytecode, along with an API catalog so that Flash Builder can perform code hinting while a developer writes ActionScript that uses the API exposed by a SWC.
    When you generate a SWC you must specify an AS3 package name to contain the generated code, and the internal Crossbridge boilerplate code. This lets you link multiple Crossbridge-generated SWCs into one SWF without any function or class collisions. Anywhere you would have previously seen a name starting with com.adobe.flascc this namespace will be replaced with the string passed in the gcc/g++ -emit-swc=... argument.
    -emit-swc=
    Emits a SWC that can be linked into a Flash Builder project or distributed for others to link into their own projects. You must specify the namespace that you want to use to replace the default com.adobe.flascc namespace, this lets you link multiple Crossbridge-generated SWCs into a single project.

  • Just got fcp, how do mute the sound on the video clip so it does not come through the audio track?

    just got fcp, how do mute the sound on the video clip so it does not come through the audio track?
    Please help

    Don't edit the audio into the timeline. Or pull the audio level down to zero in the inspector or on the audio waveform in the timeline.

  • How to use warn about changes property with page menus

    how to use warn about changes property with page menus

    Hi,
    If u will enable this property, then u will get warning message as a popup in case of change of state of VO.
    Regards,,
    Gyan

  • How to convert Warning Message ME495 to Error Message?

    Hi,
    Can someone please tell how can the Warning (W) Message no. ME495 i.e. "New release strategy determined due to changes in requisition" can be converted to Error (E) Message. This message no. does not appear in SPRO -> MM -> Purchasing -> Environment Data -> Define Attributes of System Messages and also it does not make any difference if it is added here manually as Warning message.
    Just FYI - this message "New release strategy determined due to changes in requisition", appears when changes are made in the existing PR having Release Strategy in effect.
    Thanks.

    Hi Mauro,
    Thanks for your reply. However, I checked that earlier and I think since this an SAP standard program and therefore, changes could not be made to change it to an Error message. Is not there any setting or way of to convert this Warning message into an Error message?
    Regards.

  • How to mute volume in i pad

    how to mute volume in ipad

    Double-click the Home button and swipe the Task Bar to the right and you should see the Mute button on the extreme left.
    http://i1224.photobucket.com/albums/ee374/Diavonex/483d92b97f0d7a796d2174a40c564 9e9.jpg

  • How to deleted warning this accessory is not optimized for this iPhone

    How to deleted warning "this accessory is not optimized for this phone"

    You cannot delete it, it is a valid message.
    The issue may be that the dock connector has dust/lint in it or the pins are bent.  Try cleaing the connector with a soft dry brush.
    This assumes that the "accessory" that is generating the message is optimized for iPhone.

  • How to mute sound of screen capture

    I use screen capture on my Nokia X by press Power + Volume down button , I need to disable sound of screen capture 
    Please advise How to mute sound of screen capture.

    No, there is no existing way in your phone to disable sound of screen capture. Even turning on silent mode, does not make sound off.
    A past Nokia X user, now a X user.

  • How to mute incomming sound from all callers when ...

    We sometimes transmit a meeting for worship to sick ones who dial in to listen. If they don't remember (or don't know how to) mute their microphones we get feedback through the PA because the laptop headphone socket is fed into the PA to play music.
    Is there a button I've not yet seen in Skype that will "Mute all incomming sound from callers"?

    I've never tried this but I think its what you are after.
    On the skype menu, go to Tools and then Options
    Select Sounds
    The is an option to Mute all sounds - this should stop any incoming sound including erroneous cam and mic audio from all callers and I think will allow your outgoing sound to transmit ok.

Maybe you are looking for

  • An error has occurred: The plugin -65221 does not exist in the CMS

    Hi, I already raised this issue before and I thought this is already fixed. Everytime I upload this Crystal Report and try to schedule it using the RESCHEDULE window, I can't change the parameters. Everytime I click on the value of each parameter, th

  • Top part of MSN homepage is not displaying. Works in Chrome.

    Today, for the first time, the top of the MSN homepage is not displaying. It cuts off just below the top of the 9 scrolling windows. Thought it may be an MSN problem, so I opened up MSN in Chrome and works fine. Cleared cache and still not working. A

  • Need help w/ setting up ports to run a server for America's Army

    Need help w/ setting up ports to run a server for America's Army. I read wat u need to change the ports but i dont understand wat to put. here is wat the site says Q: How do I run my own server? A: Quick and dirty server info: 1. Edit RunServer.bat t

  • Can I rename Plug-Ins?

    I have several third party plug-ins and I am wondering if I can edit or rename them as they appear in the "Video Filters" menu. Example: "simple Levels" could be "Simplified Levels" Also, I would like to change or edit the folders they appear in. For

  • Firefox 3.6.5, running Windows 7, always gets stuck at the 80% when trying to install initially.

    I've been a long time user of Mozilla Firefox, and have recently upgraded computers, which gave me Windows 7 Home Premium. For the past couple of days I have been trying to install Firefox 3.6.5 but it always gets stuck when its 80% done. Is there so