[svn:osmf:] 14535: Unit tests for the syndication library.

Revision: 14535
Revision: 14535
Author:   [email protected]
Date:     2010-03-02 15:42:45 -0800 (Tue, 02 Mar 2010)
Log Message:
Unit tests for the syndication library.
Added Paths:
    osmf/trunk/libs/SyndicationTest/
    osmf/trunk/libs/SyndicationTest/.actionScriptProperties
    osmf/trunk/libs/SyndicationTest/.flexProperties
    osmf/trunk/libs/SyndicationTest/.project
    osmf/trunk/libs/SyndicationTest/SyndicationTest.mxml
    osmf/trunk/libs/SyndicationTest/html-template/
    osmf/trunk/libs/SyndicationTest/html-template/AC_OETags.js
    osmf/trunk/libs/SyndicationTest/html-template/history/
    osmf/trunk/libs/SyndicationTest/html-template/history/history.css
    osmf/trunk/libs/SyndicationTest/html-template/history/history.js
    osmf/trunk/libs/SyndicationTest/html-template/history/historyFrame.html
    osmf/trunk/libs/SyndicationTest/html-template/index.template.html
    osmf/trunk/libs/SyndicationTest/html-template/playerProductInstall.swf
    osmf/trunk/libs/SyndicationTest/libs/
    osmf/trunk/libs/SyndicationTest/libs/FlexUnit.swc
    osmf/trunk/libs/SyndicationTest/libs/FlexUnitOptional.swc
    osmf/trunk/libs/SyndicationTest/org/
    osmf/trunk/libs/SyndicationTest/org/osmf/
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/SyndicationTestConstants.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/SyndicationTests.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/loader/
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/loader/TestFeedLoader.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/media/
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/media/TestSyndicationMediaGenerator. as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/TestAtomParser.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/TestFeedParser.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/TestRSS20Parser.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/extensions/
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/extensions/TestITunesExtensi onParser.as
    osmf/trunk/libs/SyndicationTest/org/osmf/syndication/parsers/extensions/TestMediaRSSExten sionParser.as

Hi ventura8,
>> I have added a Unit Test Library (windows) project to the solution and the tests are discovered in the test explorer and the unit tests work just fine. But i can't test the dll for Windows Phone.
>> The test are discovered in test explorer but I cannot test async methods.
>>  How do I run a unit test for WP for a universal portable lib
What the async methods are. Are they the class methods in the dll?
If so, the link below shows the details of creating testing apps for windows phone.
Reference:
https://msdn.microsoft.com/en-us/library/windows/apps/dn168930(v=vs.105).aspx
>> And if i try the Unit Test App (windows Phone), it does not get discovered by test explorer. I am using VS2013 U4.
I am wondering how you created you unit test project. After you create the unit test, if you build the solution, could you get the test method in test explorer window?
Best Regards,
Edward
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.
Click HERE to participate the survey.

Similar Messages

  • [svn:osmf:] 12761: Unit test for the captioning plugin.

    Revision: 12761
    Revision: 12761
    Author:   [email protected]
    Date:     2009-12-09 16:46:21 -0800 (Wed, 09 Dec 2009)
    Log Message:
    Unit test for the captioning plugin.
    Modified Paths:
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/media/CaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPlugin/org/osmf/captioning/parsers/DFXPParser.as
    Added Paths:
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.actionScriptProperties
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.flexProperties
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/.project
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/AC_OETags.js
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/history.css
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/history.js
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/history/historyFrame.htm l
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/index.template.html
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/html-template/playerProductInstall.swf
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/libs/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/libs/FlexUnit.swc
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/CaptioningPluginIntegrationTest.mx ml
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/CaptioningPluginIntegrati onTests.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/Captionin gTestConstants.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/TestCapti oningPluginInfo.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/loader/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/loader/Te stCaptioningLoader.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/media/Tes tCaptioningProxyElement.as
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/parsers/
        osmf/trunk/plugins/CaptioningPluginIntegrationTest/src/org/osmf/test/captioning/parsers/T estDFXPParser.as

  • [svn:osmf:] 12518: Unit tests: moving the utility functions assertThrows, and assertDispatches into a TestCaseEx class.

    Revision: 12518
    Revision: 12518
    Author:   [email protected]
    Date:     2009-12-04 02:28:08 -0800 (Fri, 04 Dec 2009)
    Log Message:
    Unit tests: moving the utility functions assertThrows, and assertDispatches into a TestCaseEx class.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestCompositeMetadata.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/metadata/TestFacetGroup.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/flexunit/
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/flexunit/TestCaseEx.as

  • [svn:osmf:] 13167: Unit tests for Plugin refactoring work.

    Revision: 13167
    Revision: 13167
    Author:   [email protected]
    Date:     2009-12-22 14:25:34 -0800 (Tue, 22 Dec 2009)
    Log Message:
    Unit tests for Plugin refactoring work.
    Modified Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/plugin/TestPluginManager.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/plugin/CreateOnLoadPluginInfo.as

  • [svn:osmf:] 12070: Unit tests for LoadableProxylElement and MediaElementLoadaedContext.

    Revision: 12070
    Revision: 12070
    Author:   [email protected]
    Date:     2009-11-20 16:18:35 -0800 (Fri, 20 Nov 2009)
    Log Message:
    Unit tests for LoadableProxylElement and MediaElementLoadaedContext.  FMMLoader now parsing and loading up media files. Skeleton for Composite DownloadableTrait tests.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/net/FMMLoader.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/ManifestParser.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/LoadableProxyElement.as
        osmf/trunk/framework/MediaFramework/org/osmf/proxies/ProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestProxyElement.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestCompositeDownloadabl eTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestLoadableProxyElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/proxies/TestMediaElementLoadedContex t.as

  • [svn:osmf:] 11209: Unit Tests for DRM.

    Revision: 11209
    Author:   [email protected]
    Date:     2009-10-27 16:31:53 -0700 (Tue, 27 Oct 2009)
    Log Message:
    Unit Tests for DRM.  Not at full code coverage yet.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as
        osmf/trunk/framework/MediaFramework/org/osmf/utils/MediaFrameworkStrings.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkAirTest/.flexProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/.flexProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkIntegrationTest/.flexProperties
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/MediaFrameworkIntegrationTest s.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestContentProtectable.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestIContentProtectable.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/drm/
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/drm/TestDRMServices.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/net/
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/net/TestNetContentProtectable .as
    Property Changed:
        osmf/trunk/framework/MediaFrameworkFlexTest/libs/

  • [svn:osmf:] 15771: Unit test for FM 740.

    Revision: 15771
    Revision: 15771
    Author:   [email protected]
    Date:     2010-04-27 14:03:13 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Unit test for FM 740.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestLightweightVideoElement.as

    Revision: 15771
    Revision: 15771
    Author:   [email protected]
    Date:     2010-04-27 14:03:13 -0700 (Tue, 27 Apr 2010)
    Log Message:
    Unit test for FM 740.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestLightweightVideoElement.as

  • [svn:osmf:] 14108: Unit test for F4M Subclip support.

    Revision: 14108
    Revision: 14108
    Author:   [email protected]
    Date:     2010-02-10 11:37:06 -0800 (Wed, 10 Feb 2010)
    Log Message:
    Unit test for F4M Subclip support.
    Modified Paths:
        osmf/trunk/framework/OSMFTest/org/osmf/elements/f4mClasses/TestManifestParser.as

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • [svn:osmf:] 11282: updated the unit tests for the DRM subsystem.

    Revision: 11282
    Author:   [email protected]
    Date:     2009-10-29 16:44:46 -0700 (Thu, 29 Oct 2009)
    Log Message:
    updated the unit tests for the DRM subsystem.  Still lacking tests for Authentication Token.
    Modified Paths:
        osmf/trunk/framework/MediaFramework/.actionScriptProperties
        osmf/trunk/framework/MediaFramework/org/osmf/drm/DRMServices.as
        osmf/trunk/framework/MediaFramework/org/osmf/net/NetStreamContentProtectableTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/video/VideoElement.as
        osmf/trunk/framework/MediaFrameworkAirTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/.flexProperties
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/traits/TestIContentProtectable.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/.actionScriptProperties
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/MediaFrameworkIntegrationTest s.as
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/net/TestNetContentProtectable .as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/video/
        osmf/trunk/framework/MediaFrameworkIntegrationTest/org/osmf/video/TestVideoElement.as
    Property Changed:
        osmf/trunk/framework/MediaFrameworkFlexTest/
        osmf/trunk/framework/MediaFrameworkIntegrationTest/

    Hello Alex,
    I don't have an answer for you.
    But, can you try to use http://drmtest2.adobe.com:8080/Content/anonymous.f4v with locally hosted OSMF player? This content doens't require user/pass info.
    I'm wondering that Google TV's flash player doesn't support prompt dialog.
    http://drmtest2.adobe.com/AccessPlayer/player.html requires flash player 11. That's why it won't be loaded with flash player 10.x.
    Thanks,
    -- Hiroshi

  • [svn:bz-trunk] 22381: Add some unit tests for the flex.messaging.client. FlexClientManager, including one for the new getFlexClient(String id, boolean createNewIfNotExist) method signature.

    Revision: 22381
    Revision: 22381
    Author:   [email protected]
    Date:     2011-09-02 05:10:41 -0700 (Fri, 02 Sep 2011)
    Log Message:
    Add some unit tests for the flex.messaging.client.FlexClientManager, including one for the new getFlexClient(String id, boolean createNewIfNotExist) method signature.
    Added Paths:
        blazeds/trunk/modules/core/test/src/flex/messaging/client/
        blazeds/trunk/modules/core/test/src/flex/messaging/client/FlexClientManagerTest.java

  • [svn:osmf:] 14411: Adding command line build config files for the syndication library.

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

    Revision: 14411
    Revision: 14411
    Author:   [email protected]
    Date:     2010-02-24 17:45:22 -0800 (Wed, 24 Feb 2010)
    Log Message:
    Adding command line build config files for the syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/syndication-build-config.flex
        osmf/trunk/libs/Syndication/syndication-build-config.flexcov
        osmf/trunk/libs/Syndication/syndication-build-config.xml

  • [svn:osmf:] 13002: Some fixes for the composite view trait.

    Revision: 13002
    Revision: 13002
    Author:   [email protected]
    Date:     2009-12-16 13:04:30 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Some fixes for the composite view trait.  Integrated some of the unit tests (though some still break and are commented out).
    Modified Paths:
        osmf/trunk/framework/MediaFramework/org/osmf/composition/CompositeViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/ParallelViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/composition/SerialViewTrait.as
        osmf/trunk/framework/MediaFramework/org/osmf/layout/LayoutContextSprite.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/MediaFrameworkTests.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElement.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/utils/DynamicMediaElement.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestParallelElementWithV iewTrait.as
        osmf/trunk/framework/MediaFrameworkFlexTest/org/osmf/composition/TestSerialElementWithVie wTrait.as

    It's important to understand what traits are and what they're not:
    Traits are not intended to be generically extensible:  there's a fixed set within the framework (although we may add additional traits in the future, to support new Flash/FMS capabilities).  We experimented with making them fully extensible, but it turned out to be not worth the cost, particularly since there shouldn't be that many traits in a media system.
    Traits represent fundamental characteristics or capabilities of the media in its context.  For example, some media is playable (videos), other media is not (images).
    A trait cannot apply to all media types.  If it could, then there would be no reason to model it as a trait, instead we would model it as part of the MediaElement.  Metadata is a good example of this, in that any MediaElement might have some metadata associated with it, so it wouldn't make sense to make metadata a trait.  Similarly, any MediaElement has the ability to go into fullscreen mode, so I wouldn't model the ability to go fullscreen as a trait.
    On a semi-related note, I'm often asked (inside Adobe and elsewhere) for a technical overview of OSMF.  I've posted the slides that I use for this purpose here:
    https://sourceforge.net/adobe/osmf/wiki/_discuss/thread/d6c3d719/1962/attachment/OSMF%20Ar chitectural%20Building%20Blocks.pdf
    The slides cover the fundamental building blocks of OSMF, things you are likely to use over and over if you're building complex media experiences.  They might shed some light on which different parts of OSMF should be used in which situations.

  • [svn:osmf:] 14538: Adding missing class to syndication library.

    Revision: 14538
    Revision: 14538
    Author:   [email protected]
    Date:     2010-03-02 15:53:21 -0800 (Tue, 02 Mar 2010)
    Log Message:
    Adding missing class to syndication library.
    Added Paths:
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSEmbed.as

    Can anyone suggest on how to add an external Jar file to an OAF project while development and also while deploying.
    Thanks Kris

  • [svn:osmf:] 10543: Additional unit tests for VASTTrackingProxyElement, covering the start, 1q, midpoint, 3q, complete, pause, and mute events.

    Revision: 10543
    Author:   [email protected]
    Date:     2009-09-23 12:17:22 -0700 (Wed, 23 Sep 2009)
    Log Message:
    Additional unit tests for VASTTrackingProxyElement, covering the start, 1q, midpoint, 3q, complete, pause, and mute events.
    Modified Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/media/VASTTrackingProxyElement.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/media/TestVASTTrackingProxyElement.as
    Added Paths:
        osmf/trunk/framework/MediaFrameworkFlexTest/org/openvideoplayer/utils/TimerTemporalTrait. as

  • [svn:osmf:] 10437: Add support and unit tests for parsing VAST documents ( inline or wrapper).

    Revision: 10437
    Author:   [email protected]
    Date:     2009-09-20 13:31:16 -0700 (Sun, 20 Sep 2009)
    Log Message:
    Add support and unit tests for parsing VAST documents (inline or wrapper).   All elements are covered with the exception of Video.
    Modified Paths:
        osmf/trunk/libs/VAST/.flexLibProperties
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdPackageBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTDocument.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTInlineAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTWrapperAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as
        osmf/trunk/libs/VASTTest/org/openvideoplayer/vast/parser/TestVASTParser.as
    Added Paths:
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEventType.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
        osmf/trunk/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

Maybe you are looking for

  • A report on Purchase Info record.

    hi, Is there a way i can get to know who create a Purchase Info record???

  • Lost my phone.. can I track it?

    I have an LG accolade however you spell that I had it earlier I can not find it! I don't know if it's on silent or what but I called it and can't hear it.. is their any way to track it?

  • Why is my output cases not changing?

    Hi.. I am trying Formular function with case structure.. I do not have any error but it is not moving... Does anyone have any idea? Attachments: example.vi ‏17 KB

  • XSQL Pages via Oracle XSQL Command Line in Batch program

    When I try to call the XSQL Command Line utility in a batch file it throws a java.lang.UnsatisfiedLinkError. Anyone have any ideas what is wrong?

  • Any printer UI for change printer settings?

    Since Solaris 10's printing system is powered by PPD files. (at least for some printers). I suppose I can access all features PPD file provide: Change page size, input-tray, output-tray, color-mode, etc. Is there a GUI that comes with Solaris that ca