From thomas at edalytics.com Wed Apr 1 16:13:34 2009 From: thomas at edalytics.com (Thomas Harris) Date: Wed, 1 Apr 2009 16:13:34 -0400 Subject: [Olympus developers 104]: crt_secure Message-ID: <804d172b0904011313l75303cfdnd15dc7700f997a67@mail.gmail.com> I'm getting a while bunch of crt security warnings that weren't there before. What changed? Thanks, -Thomas -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090401/09905fd8/attachment.html From bfrisch at cs.cmu.edu Wed Apr 1 16:39:43 2009 From: bfrisch at cs.cmu.edu (Benjamin Frisch) Date: Wed, 1 Apr 2009 15:39:43 -0500 Subject: [Olympus developers 105]: Re: crt_secure In-Reply-To: <804d172b0904011324k651d1e60g5d07401062c2ed8e@mail.gmail.com> References: <804d172b0904011313l75303cfdnd15dc7700f997a67@mail.gmail.com> <804d172b0904011324k651d1e60g5d07401062c2ed8e@mail.gmail.com> Message-ID: Hi Thomas, Are you building Olympus Trunk and/or MeetingLine with CMake? If so, they should be there, see http://trac.speech.cs.cmu.edu/olympus/browser/trunk/CMakeLists.txt and http://trac.speech.cs.cmu.edu/olympus/browser/example-systems/MeetingLine/trunk/CMakeLists.txt. The defines should be inherited. Ben On Wed, Apr 1, 2009 at 3:24 PM, Thomas Harris wrote: > I suppose it could be. There were NO_DEPRICATE_WARNINGS and other defines > in the vcproject builds. > > Ben: Did those get preserved? > > Thanks, > -Thomas > > ---------- Forwarded message ---------- > From: Matthew Marge > Date: Wed, Apr 1, 2009 at 4:21 PM > Subject: Re: [Olympus developers 104]: crt_secure > To: Thomas Harris > > > Is it related to the CMake stuff? > > Matt > > > On Wed, Apr 1, 2009 at 4:13 PM, Thomas Harris wrote: > >> I'm getting a while bunch of crt security warnings that weren't there >> before. What changed? >> >> Thanks, >> -Thomas >> > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090401/dd472fdc/attachment.html From ligoriotiziana at gmail.com Thu Apr 2 10:45:51 2009 From: ligoriotiziana at gmail.com (Tiziana Ligorio) Date: Thu, 2 Apr 2009 10:45:51 -0400 Subject: [Olympus developers 106]: description of features Message-ID: <70035E2B-07CF-4EA7-A7A3-36F2D861822D@gmail.com> Hello, does anyone have a pointer to a full description of some of the features found in helios.log? Specifically I am looking for a definition, the range of possible values and the type of the field (precision, integer, sign) of the following features: am_score avg_wordconf avg_validwordconf confidence decoder_score frame_num garble_clear h_avg_confidence h_avg_gap_num lm_score max_wordconf min_wordconf speak_rate speak_rate_phones speak_rate_syl total_num_parses word_num words_per_slot Thank you, Tiziana Ligorio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090402/a0ee1ac7/attachment-0001.html From tkharris at gmail.com Thu Apr 2 13:15:57 2009 From: tkharris at gmail.com (Thomas Harris) Date: Thu, 2 Apr 2009 13:15:57 -0400 Subject: [Olympus developers 107]: Re: description of features In-Reply-To: <70035E2B-07CF-4EA7-A7A3-36F2D861822D@gmail.com> References: <70035E2B-07CF-4EA7-A7A3-36F2D861822D@gmail.com> Message-ID: <76c228b0904021015o395d8ef8w217a07cc0cd76298@mail.gmail.com> Some of these, the ones that Helios actually produces, are described at http://wiki.speech.cs.cmu.edu/olympus/index.php/Helios Many of these however, although logged by Helios, are features taken from other Olympus components like the Audio Server and Parser. There are placeholders for the Audio Server and Phoenix feature documentation at the following locations http://wiki.speech.cs.cmu.edu/olympus/index.php/Final_ASR_result_frame http://wiki.speech.cs.cmu.edu/olympus/index.php/Partial_ASR_result_frame http://wiki.speech.cs.cmu.edu/olympus/index.php/Parsed_final_ASR_result_frame http://wiki.speech.cs.cmu.edu/olympus/index.php/Parsed_partial_ASR_result_frame but no actual documentation yet. Thanks, Thomas On Thu, Apr 2, 2009 at 10:45 AM, Tiziana Ligorio wrote: > Hello,does anyone have a pointer to a full description of some of the > features found in helios.log? > Specifically I am looking for a definition, the range of possible values > and the type of the field (precision, integer, sign) of the following > features: > > am_score avg_wordconf avg_validwordconf > confidence decoder_score frame_num garble_clear h_avg_confidence > h_avg_gap_num lm_score max_wordconf min_wordconf speak_rate > speak_rate_phones speak_rate_syl total_num_parses word_num > words_per_slot > > > > Thank you, > Tiziana Ligorio > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090402/c300ecdb/attachment.html From dhawaljshah at gmail.com Mon Apr 6 06:21:46 2009 From: dhawaljshah at gmail.com (Dhawal Shah) Date: Mon, 6 Apr 2009 18:21:46 +0800 Subject: [Olympus developers 108]: Olympus/Ravenclaw Tutorial 1 Incomplete Message-ID: Hi, I am not sure if I should direct this towards anyone specifically. I recently came across the Olympus system and have just started playing around with it. I downloaded the Tutorial 1 repository - however, it seems there are missing files and SystemBuild does not compile the system correctly for me. It could be that my setup is wrong though I have installed all the pre-requisites mentioned on my Win XP system. I was also wondering if the Madeleine system is open-source and available for download - it seems the closest to a system I wish to build using the Olympus framework and would appreciate it if I could play around with it. Olympus looks like a great system, and I hope, in time, I will be able to contribute something to the project as well. Cheers! Regards, Dhawal Shah ----------------------------------------------------------------------------------------------- I have never let my schooling interfere with my education. - Mark Twain ====================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090406/b38664c4/attachment.html From tkharris at gmail.com Mon Apr 6 10:17:02 2009 From: tkharris at gmail.com (Thomas Harris) Date: Mon, 6 Apr 2009 10:17:02 -0400 Subject: [Olympus developers 109]: Re: Olympus/Ravenclaw Tutorial 1 Incomplete In-Reply-To: References: Message-ID: <76c228b0904060717m789077edrd899bedf7459ba08@mail.gmail.com> If you're trying to compile the trunk, there are some build issues at the moment. We expect to have them resolved within a week. If you want to get something up and running sooner try the latest stable tagged version. As far as the licensing of Madeleine, you should probably ask the authors directly: Dan Bohus and Alex Rudnicky. Thanks, -Thomas On Mon, Apr 6, 2009 at 6:21 AM, Dhawal Shah wrote: > Hi, > I am not sure if I should direct this towards anyone specifically. I > recently came across the Olympus system and have just started playing around > with it. I downloaded the Tutorial 1 repository - however, it seems there > are missing files and SystemBuild does not compile the system correctly for > me. It could be that my setup is wrong though I have installed all the > pre-requisites mentioned on my Win XP system. > > I was also wondering if the Madeleine system is open-source and available > for download - it seems the closest to a system I wish to build using the > Olympus framework and would appreciate it if I could play around with it. > > Olympus looks like a great system, and I hope, in time, I will be able to > contribute something to the project as well. > > Cheers! > > Regards, > Dhawal Shah > > > ----------------------------------------------------------------------------------------------- > I have never let my schooling interfere with my education. - Mark Twain > ====================================================== > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090406/8a87d744/attachment.html From bfrisch at cs.cmu.edu Mon Apr 6 16:20:22 2009 From: bfrisch at cs.cmu.edu (Benjamin Frisch) Date: Mon, 6 Apr 2009 15:20:22 -0500 Subject: [Olympus developers 110]: Re: Olympus/Ravenclaw Tutorial 1 Incomplete In-Reply-To: References: Message-ID: Hi, Can you send me your build.log? Thanks, Ben On Mon, Apr 6, 2009 at 5:21 AM, Dhawal Shah wrote: > Hi, > I am not sure if I should direct this towards anyone specifically. I > recently came across the Olympus system and have just started playing around > with it. I downloaded the Tutorial 1 repository - however, it seems there > are missing files and SystemBuild does not compile the system correctly for > me. It could be that my setup is wrong though I have installed all the > pre-requisites mentioned on my Win XP system. > > I was also wondering if the Madeleine system is open-source and available > for download - it seems the closest to a system I wish to build using the > Olympus framework and would appreciate it if I could play around with it. > > Olympus looks like a great system, and I hope, in time, I will be able to > contribute something to the project as well. > > Cheers! > > Regards, > Dhawal Shah > > > ----------------------------------------------------------------------------------------------- > I have never let my schooling interfere with my education. - Mark Twain > ====================================================== > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090406/8cfa539b/attachment.html From misha at green-ear.com Wed Apr 8 16:42:18 2009 From: misha at green-ear.com (Misha Khilkov) Date: Wed, 08 Apr 2009 16:42:18 -0400 Subject: [Olympus developers 111]: PocketSphinx Message-ID: <49DD0C2A.309@green-ear.com> An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090408/a084fc26/attachment-0001.html From tkharris at gmail.com Wed Apr 8 17:57:00 2009 From: tkharris at gmail.com (Thomas Harris) Date: Wed, 8 Apr 2009 17:57:00 -0400 Subject: [Olympus developers 112]: Re: PocketSphinx In-Reply-To: <49DD0C2A.309@green-ear.com> References: <49DD0C2A.309@green-ear.com> Message-ID: <76c228b0904081457j459d04acx6ba3788429ff5e8f@mail.gmail.com> Is this for a desktop or a phone-based application? -Thomas On Wed, Apr 8, 2009 at 4:42 PM, Misha Khilkov wrote: > Hello, > > In the description of the Multi-Decoder for the Olympus framework there is > a mention of "two running copies of the Sphinx Engine, > one configured for male speech and another configured for female speech". > I'm trying to obtain phone and map files for female speech. Can someone help > me with this? I'm trying to avoid having to create them from scratch. > > Regards, > > ~Misha > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090408/1265fd22/attachment.html From joseg at cs.cmu.edu Fri Apr 10 15:58:28 2009 From: joseg at cs.cmu.edu (=?ISO-8859-1?Q?Jos=E9_P=2E_Gonz=E1lez=2DBrenes?=) Date: Fri, 10 Apr 2009 15:58:28 -0400 Subject: [Olympus developers 113]: olympus raw file format in Mac? Message-ID: Hello, By any chance, can someone recommend a program that can play the .raw sessions of olympus in a Mac? Thanks! -- Jos? P. Gonz?lez-Brenes -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090410/b5d48daf/attachment.html From mrmarge at cs.cmu.edu Fri Apr 10 16:06:57 2009 From: mrmarge at cs.cmu.edu (Matthew Marge) Date: Fri, 10 Apr 2009 16:06:57 -0400 Subject: [Olympus developers 114]: Re: olympus raw file format in Mac? In-Reply-To: References: Message-ID: Hi Jose, SoX should play .raw files via the "play" command: http://sox.sourceforge.net/ The webpage notes that the Mac version is experimental, but it should do something this basic. Cheers, Matt 2009/4/10 Jos? P. Gonz?lez-Brenes > Hello, > > By any chance, can someone recommend a program that can play the .raw > sessions of olympus in a Mac? > > Thanks! > > -- > Jos? P. Gonz?lez-Brenes > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090410/2d6a1846/attachment.html From tkharris at gmail.com Fri Apr 10 20:08:08 2009 From: tkharris at gmail.com (Thomas Harris) Date: Fri, 10 Apr 2009 20:08:08 -0400 Subject: [Olympus developers 115]: Fwd: Re: olympus raw file format in Mac? In-Reply-To: References: Message-ID: <76c228b0904101708w1a86d780t5c67f6bdabde8ad9@mail.gmail.com> Hi David, Would it be possible to add a switch to the pocketsphinx config that would attach wav headers to the audio logs? Thanks, -Thomas ---------- Forwarded message ---------- From: Matthew Marge Date: 2009/4/10 Subject: [Olympus developers 114]: Re: olympus raw file format in Mac? To: "Jos? P. Gonz?lez-Brenes" Cc: olympus-developers at cs.cmu.edu Hi Jose, SoX should play .raw files via the "play" command: http://sox.sourceforge.net/ The webpage notes that the Mac version is experimental, but it should do something this basic. Cheers, Matt 2009/4/10 Jos? P. Gonz?lez-Brenes > Hello, > > By any chance, can someone recommend a program that can play the .raw > sessions of olympus in a Mac? > > Thanks! > > -- > Jos? P. Gonz?lez-Brenes > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090410/30204fe6/attachment.html From antoine.raux at gmail.com Fri Apr 10 20:52:28 2009 From: antoine.raux at gmail.com (Antoine Raux) Date: Fri, 10 Apr 2009 17:52:28 -0700 Subject: [Olympus developers 116]: Re: Fwd: Re: olympus raw file format in Mac? In-Reply-To: <76c228b0904101708w1a86d780t5c67f6bdabde8ad9@mail.gmail.com> References: <76c228b0904101708w1a86d780t5c67f6bdabde8ad9@mail.gmail.com> Message-ID: <49DFE9CC.1030300@polytechnique.org> Note that in Olympus, the audio logs are not generated by pocketsphinx but by the AudioServer. antoine Thomas Harris wrote: > Hi David, > > Would it be possible to add a switch to the pocketsphinx config that > would attach wav headers to the audio logs? > > Thanks, > -Thomas > > ---------- Forwarded message ---------- > From: *Matthew Marge* > > Date: 2009/4/10 > Subject: [Olympus developers 114]: Re: olympus raw file format in Mac? > To: "Jos? P. Gonz?lez-Brenes" > > Cc: olympus-developers at cs.cmu.edu > > > Hi Jose, > > SoX should play .raw files via the "play" command: > http://sox.sourceforge.net/ > > The webpage notes that the Mac version is experimental, but it should > do something this basic. > > Cheers, > Matt > > 2009/4/10 Jos? P. Gonz?lez-Brenes > > > Hello, > > By any chance, can someone recommend a program that can play the > .raw sessions of olympus in a Mac? > > Thanks! > > -- > Jos? P. Gonz?lez-Brenes > > > From joshua at cs.columbia.edu Mon Apr 13 18:56:41 2009 From: joshua at cs.columbia.edu (Joshua B. Gordon) Date: Mon, 13 Apr 2009 18:56:41 -0400 Subject: [Olympus developers 117]: Example system Message-ID: <49E3C329.40305@cs.columbia.edu> Dear all, Is there a system known to function properly with Olympus trunk which I might use as a guide as I try to migrate our work from 2.2? Previously we used MyBus from the Olympus tutorial. Any suggestions? Thanks, Josh From antoine.raux at gmail.com Tue Apr 14 21:25:25 2009 From: antoine.raux at gmail.com (Antoine Raux) Date: Tue, 14 Apr 2009 18:25:25 -0700 Subject: [Olympus developers 118]: OlympusBuild.pl fails Message-ID: <49E53785.5040101@polytechnique.org> hi all, I just checked the trunk out, got CMake (2.6) ActivePerl (5.10.0) and I'm getting errors when running "perl OlympusBuild.pl" (see attached build.log). Any idea what's going on? thanks, antoine -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: build.log Url: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090414/bac6afc7/build-0001.ksh From antoine.raux at gmail.com Tue Apr 14 21:53:23 2009 From: antoine.raux at gmail.com (Antoine Raux) Date: Tue, 14 Apr 2009 18:53:23 -0700 Subject: [Olympus developers 119]: my open tickets Message-ID: <49E53E13.3000008@polytechnique.org> I won't have time to work on Olympus beyond committing my FSTTM work, so either someone should take over the other open tickets that I own (mostly for milestone Olympus 2.3 and 2.4) or we should just close them unsolved... For now, I disowned them all. In any case, these tickets shouldn't sit there delaying releases... Sorry about that... If you have a question about a specific ticket, I can try to help you identify what it is about but I'm not sure I can remember most of them (any more than what the ticket description says)... antoine From mrmarge at cs.cmu.edu Wed Apr 15 19:13:12 2009 From: mrmarge at cs.cmu.edu (Matthew Marge) Date: Wed, 15 Apr 2009 19:13:12 -0400 Subject: [Olympus developers 120]: Re: olympus raw file format in Mac? In-Reply-To: References: Message-ID: I'd like to also add that Wavesurfer can play raw files, though I've had a hard time getting it to work on Mac OS X (post-Intel). http://www.speech.kth.se/wavesurfer/download.html Matt 2009/4/10 Matthew Marge > Hi Jose, > > SoX should play .raw files via the "play" command: > http://sox.sourceforge.net/ > > The webpage notes that the Mac version is experimental, but it should do > something this basic. > > Cheers, > Matt > > 2009/4/10 Jos? P. Gonz?lez-Brenes > > Hello, >> >> By any chance, can someone recommend a program that can play the .raw >> sessions of olympus in a Mac? >> >> Thanks! >> >> -- >> Jos? P. Gonz?lez-Brenes >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090415/972fa3e8/attachment.html From admin at JUDY.speech.cs.cmu.edu Thu Apr 16 14:23:51 2009 From: admin at JUDY.speech.cs.cmu.edu (admin@JUDY.speech.cs.cmu.edu) Date: Thu, 16 Apr 2009 18:23:51 UT Subject: [Olympus developers 121]: Olympus Autobuild: somebody broke something Message-ID: <200904161823.n3GINpPi013389@jackfruit.srv.cs.cmu.edu> An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090416/e73a6822/attachment.ksh -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: regression.log Url: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090416/e73a6822/regression.ksh From tkharris at gmail.com Thu Apr 16 14:43:56 2009 From: tkharris at gmail.com (Thomas Harris) Date: Thu, 16 Apr 2009 14:43:56 -0400 Subject: [Olympus developers 122]: Fwd: Olympus Autobuild: somebody broke something In-Reply-To: <200904161823.n3GINpPi013389@jackfruit.srv.cs.cmu.edu> References: <200904161823.n3GINpPi013389@jackfruit.srv.cs.cmu.edu> Message-ID: <76c228b0904161143l2dcd68a8qf8fb171249ee850c@mail.gmail.com> Good. Looks like the regression test is back up. It also looks like it failed because the svn update failed to complete. I noticed that it sometimes times out. That's why I put the multiple attempts code in as you can see in the log. Try updating manually, then run it again. -Thomas ---------- Forwarded message ---------- From: Date: Thu, Apr 16, 2009 at 2:23 PM Subject: [Olympus developers 121]: Olympus Autobuild: somebody broke something To: olympus-developers at cs.cmu.edu OLYMPUS 2.2 build: FAILED: (last known good revision: 3100) MeetingLine 2.1 build (w/Oly2.2): FAILED: (last known good revision: 3100) OLYMPUS trunk build: FAILED: (last known good revision: 3098) MeetingLine trunk build: FAILED: (last known good revision: 3100) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090416/0d6158d3/attachment.html -------------- next part -------------- Try 1 D trunk\Olympus.sln D trunk\Build\vs8 D trunk\Build\vs9 A trunk\Build\SVN_Data_Template.h A trunk\Build\cmake A trunk\Build\notify-newenvvar.c U trunk\Build\OlympusBuild.pm U trunk\Build U trunk\Tools\LogParsers\ApolloLogParser.pm D trunk\Tools\LogParsers\Analysis\collect_turn_concepts.pl U trunk\Tools\LogParsers\AllLogsSynchronizedParser.pm A trunk\Tools\LogParsers\Statistics A trunk\Tools\LogParsers\Statistics\Regression.pm A trunk\Tools\LogParsers\AudioReader.pm U trunk\Tools\LogParsers\RavenClawLogParser.pm U trunk\Tools\LogParsers\HeliosLogParser.pm U trunk\Tools\Adaptation\processaudio.py U trunk\Tools\Adaptation\startrecorder.py U trunk\Tools\Tools.sln U trunk\Agents\Frankie\Frankie.sln U trunk\Agents\Frankie D trunk\Agents\MultiDecoder\Sphinx2Engine D trunk\Agents\MultiDecoder\Sphinx3Engine D trunk\Agents\MultiDecoder\DTMFEngine\sock.c D trunk\Agents\MultiDecoder\DTMFEngine\Utils.cpp D trunk\Agents\MultiDecoder\DTMFEngine\DTMFEngine.vcproj D trunk\Agents\MultiDecoder\DTMFEngine\sock.h D trunk\Agents\MultiDecoder\DTMFEngine\Utils.h D trunk\Agents\MultiDecoder\DTMFEngine\DTMFEngine.sln U trunk\Agents\MultiDecoder\DTMFEngine\main.cpp A trunk\Agents\MultiDecoder\DTMFEngine\CMakeLists.txt D trunk\Agents\MultiDecoder\PocketSphinxEngine\PocketSphinxEngine.sln D trunk\Agents\MultiDecoder\PocketSphinxEngine\sock.c D trunk\Agents\MultiDecoder\PocketSphinxEngine\Utils.cpp D trunk\Agents\MultiDecoder\PocketSphinxEngine\sock.h D trunk\Agents\MultiDecoder\PocketSphinxEngine\Utils.h D trunk\Agents\MultiDecoder\PocketSphinxEngine\PocketSphinxEngine.vcproj U trunk\Agents\MultiDecoder\PocketSphinxEngine\main.cpp A trunk\Agents\MultiDecoder\PocketSphinxEngine\CMakeLists.txt D trunk\Agents\MultiDecoder\AMSwitcher Try 2 D trunk\Agents\MultiDecoder\AudioServer\sock.c D trunk\Agents\MultiDecoder\AudioServer\AudioServer.sln D trunk\Agents\MultiDecoder\AudioServer\sock.h D trunk\Agents\MultiDecoder\AudioServer\AudioServer.vcproj U trunk\Agents\MultiDecoder\AudioServer\LiveMode.cpp U trunk\Agents\MultiDecoder\AudioServer\GalaxyInterface.cpp U trunk\Agents\MultiDecoder\AudioServer\EngineInterface.cpp A trunk\Agents\MultiDecoder\AudioServer\CMakeLists.txt Try 3 Try 4 Try 5 Try 6 Try 7 Try 8 Try 9 Try 10 FAIL:: Exit status 256 from SVN SUMMARY OLYMPUS 2.2 build: FAILED: (last known good revision: 3100) MeetingLine 2.1 build (w/Oly2.2): FAILED: (last known good revision: 3100) OLYMPUS trunk build: FAILED: (last known good revision: 3098) MeetingLine trunk build: FAILED: (last known good revision: 3100) From yasaman.sefidgar at gmail.com Thu Apr 23 02:12:18 2009 From: yasaman.sefidgar at gmail.com (Yasaman Sefidgar) Date: Thu, 23 Apr 2009 10:42:18 +0430 Subject: [Olympus developers 123]: Writing C++ Code within RCTSL Message-ID: Hi, I want to write some C++ code within an agent's body in the RavenClaw Task Specification (for example a simple cout line). I have tried many times but I got compile errors or I didn't get any output to be sure that my code has been executed. Could you please help me with this? Another problem I faced through writing the task specification was that I can not access to the value of a concept. How is it possible to check the value of a concept within task specification? Best Regards Yasaman Sefidgar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090423/82dc5f17/attachment.html From tkharris at gmail.com Thu Apr 23 09:06:00 2009 From: tkharris at gmail.com (Thomas Harris) Date: Thu, 23 Apr 2009 09:06:00 -0400 Subject: [Olympus developers 124]: Re: Writing C++ Code within RCTSL In-Reply-To: References: Message-ID: <76c228b0904230606j48a26f85m5fc031e4c226216a@mail.gmail.com> Hi Yasaman, I just put some content in http://wiki.speech.cs.cmu.edu/olympus/index.php/Concepts_in_RavenClaw#Referring_to_concepts If you're having trouble embedding C++ code, send code snippets and output or compiler errors. Thanks, -Thomas On Thu, Apr 23, 2009 at 2:12 AM, Yasaman Sefidgar < yasaman.sefidgar at gmail.com> wrote: > Hi, > > I want to write some C++ code within an agent's body in the RavenClaw Task > Specification (for example a simple cout line). I have tried many times but > I got compile errors or I didn't get any output to be sure that my code has > been executed. Could you please help me with this? > Another problem I faced through writing the task specification was that I > can not access to the value of a concept. How is it possible to check the > value of a concept within task specification? > > Best Regards > Yasaman Sefidgar > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090423/81082386/attachment-0001.html From tkharris at gmail.com Sun Apr 26 01:28:55 2009 From: tkharris at gmail.com (Thomas Harris) Date: Sun, 26 Apr 2009 01:28:55 -0400 Subject: [Olympus developers 125]: Re: Example system In-Reply-To: <49E3C329.40305@cs.columbia.edu> References: <49E3C329.40305@cs.columbia.edu> Message-ID: <76c228b0904252228n4fb6efbfx903d9bf538ac9394@mail.gmail.com> Hi Joshua, Yes, the MeetingLine system works. There's also a new wiki page devoted to Olympus version migration. http://wiki.speech.cs.cmu.edu/olympus/index.php/System_migration Thanks, -Thomas On Mon, Apr 13, 2009 at 6:56 PM, Joshua B. Gordon wrote: > Dear all, > > Is there a system known to function properly with Olympus trunk which I > might use as a guide as I try to migrate our work from 2.2? Previously we > used MyBus from the Olympus tutorial. Any suggestions? > > Thanks, > Josh > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090426/8acbe223/attachment.html From yasaman.sefidgar at gmail.com Thu Apr 30 03:10:43 2009 From: yasaman.sefidgar at gmail.com (Yasaman Sefidgar) Date: Thu, 30 Apr 2009 10:40:43 +0330 Subject: [Olympus developers 126]: a Question about RCTSL grammar mapping Message-ID: Hi, I have defined a concept type with some items like this: INT_ITEM(month) INT_ITEM(day) at the grammar mapping part, I have written like this: GRAMMAR_MAPPING("[month], ![date]"\ "[day], ![date]") it is possible in my task that either month or day be specified by user. when I start a session and I don't specify both day and month, the grammar mapping is not done successfully and the system asks me its request again. what should I do to solve this problem? Best Regards Yasaman Sefidgar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090430/47b5a8ee/attachment.html From tkharris at gmail.com Thu Apr 30 08:03:51 2009 From: tkharris at gmail.com (Thomas Harris) Date: Thu, 30 Apr 2009 08:03:51 -0400 Subject: [Olympus developers 127]: Re: a Question about RCTSL grammar mapping In-Reply-To: References: Message-ID: <76c228b0904300503i26cc1a6fs19e42e984c4e66fd@mail.gmail.com> I don't think that there's any need for two ![date] items. Also, it looks like you're missing a comma after the first ![date]. The way the line continuation and quotes are interpreted, I think what you have below is equivalent to: GRAMMAR_MAPPING("[month], ![date][day], ![date]") -Thomas On Thu, Apr 30, 2009 at 3:10 AM, Yasaman Sefidgar < yasaman.sefidgar at gmail.com> wrote: > Hi, > > I have defined a concept type with some items like this: > INT_ITEM(month) > INT_ITEM(day) > > at the grammar mapping part, I have written like this: > GRAMMAR_MAPPING("[month], ![date]"\ > "[day], ![date]") > > it is possible in my task that either month or day be specified by user. > when I start a session and I don't specify both day and month, the grammar > mapping is not done successfully and the system asks me its request again. > what should I do to solve this problem? > > Best Regards > Yasaman Sefidgar > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090430/048e811a/attachment.html From bfrisch at gmail.com Tue Apr 14 22:55:25 2009 From: bfrisch at gmail.com (Benjamin Frisch) Date: Wed, 15 Apr 2009 02:55:25 -0000 Subject: [Olympus developers 297]: Re: OlympusBuild.pl fails In-Reply-To: <49E53785.5040101@polytechnique.org> References: <49E53785.5040101@polytechnique.org> Message-ID: Can you: 1. Run E:/olympus/Agents/DateTime/bison.exe --version in the command prompt and tell me what you get. 2. Confirm to me that your JAVA_HOME points to your Java 6u11 JDK (not JRE) path (if so, update to Java 6u13 and install NetBeans 6.5.1, and set JAVA_HOME to your new 3. and then run OlympusRebuild.pl 4. Attach you new build.log if you are still having problems. Thanks, Ben On Tue, Apr 14, 2009 at 8:25 PM, Antoine Raux wrote: > hi all, > > I just checked the trunk out, got CMake (2.6) ActivePerl (5.10.0) and I'm > getting errors when running "perl OlympusBuild.pl" (see attached build.log). > > Any idea what's going on? > > thanks, > antoine > > BUILD_CONF: Release > LOGIOS_ROOT: Tools\logios > BUILD_TYPE: Build > OLYMPUS_ROOT: . > BUILD_LOG: build.log > > Can't find SAPI > Install SAPI from > > http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530 > Running command: "C:\Program Files\CMake 2.6\bin\cmake.exe" -G "Visual > Studio 9 2008" ../.. > > -- Detecting C compiler ABI info > > -- Detecting C compiler ABI info - done > > -- Detecting CXX compiler ABI info > > -- Detecting CXX compiler ABI info - done > > CMake Error at Agents/DateTime/FindBISON.cmake:76 (MESSAGE): > > Command "E:/olympus/Agents/DateTime/bison.exe --version" failed with > > output: > > > > Call Stack (most recent call first): > > Agents/DateTime/CMakeLists.txt:13 (FIND_PACKAGE) > > > > > > CMake Error at Agents/DateTime/FindFLEX.cmake:84 (MESSAGE): > > Command "E:/olympus/Agents/DateTime/flex.exe --version" failed with > output: > > > > Call Stack (most recent call first): > > Agents/DateTime/CMakeLists.txt:14 (FIND_PACKAGE) > > > > > > -- Adding/updating the OLYMPUS_ROOT Environment Variable > > > > > The operation completed successfully > > > -- Notifying Windows that OLYMPUS_ROOT environnment variable was changed. > > -- You have to restart your Windows Command Prompt and CMake UI (if in use) > before building an Olympus System. > > -- Configuring incomplete, errors occurred! > > CMake did not generate a Visual Studio solution > > Running command: "E:\apache-ant-1.7.1\bin\ant.bat" -buildfile > Agents\JavaTTY\build.xml default > > Buildfile: Agents\JavaTTY\build.xml > > > > -pre-init: > > > > -init-private: > > > > -init-user: > > > > -init-project: > > > > -init-macrodef-property: > > > > -do-init: > > > > -post-init: > > > > -init-check: > > > > -init-macrodef-javac: > > > > -init-macrodef-junit: > > > > -init-macrodef-nbjpda: > > > > -init-debug-args: > > > > -init-macrodef-debug: > > > > -init-macrodef-java: > > > > -init-presetdef-jar: > > > > init: > > > > deps-jar: > > > > -pre-pre-compile: > > > > -pre-compile: > > > > -compile-depend: > > > > -do-compile: > > > > -post-compile: > > > > compile: > > > > -pre-pre-compile-test: > > > > -pre-compile-test: > > > > -compile-test-depend: > > > > -do-compile-test: > > > > -post-compile-test: > > > > compile-test: > > > > -pre-test-run: > > > > -do-test-run: > > > > test-report: > > > > -post-test-run: > > > > -test-browse: > > > > test: > > > > -pre-jar: > > > > -pre-pre-jar: > > > > -do-jar-with-manifest: > > > > -do-jar-without-manifest: > > > > -do-jar-with-mainclass: > > > > -do-jar-with-libraries: > > > > -post-jar: > > > > jar: > > > > -javadoc-build: > > [javadoc] Warning: Leaving out empty argument '-windowtitle' > > [javadoc] Generating Javadoc > > [javadoc] Javadoc execution > > [javadoc] Loading source file > E:\olympus\Agents\JavaTTY\src\edu\cmu\ravenclaw\javatty\DecoderInterpreter.java... > > [javadoc] Loading source file > E:\olympus\Agents\JavaTTY\src\edu\cmu\ravenclaw\javatty\DrawingPad.java... > > [javadoc] Loading source file > E:\olympus\Agents\JavaTTY\src\edu\cmu\ravenclaw\javatty\JavaTTYServer.java... > > [javadoc] Constructing Javadoc information... > > [javadoc] Standard Doclet version 1.6.0_11 > > [javadoc] Building tree for all the packages and classes... > > [javadoc] java.lang.IllegalArgumentException > > [javadoc] at sun.net.www.ParseUtil.decode(ParseUtil.java:189) > > [javadoc] at > sun.misc.URLClassPath$FileLoader.(URLClassPath.java:954) > > [javadoc] at sun.misc.URLClassPath$3.run(URLClassPath.java:326) > > [javadoc] at java.security.AccessController.doPrivileged(Native > Method) > > [javadoc] at sun.misc.URLClassPath.getLoader(URLClassPath.java:320) > > [javadoc] at sun.misc.URLClassPath.getLoader(URLClassPath.java:297) > > [javadoc] at sun.misc.URLClassPath.findResource(URLClassPath.java:144) > > [javadoc] at java.net.URLClassLoader$2.run(URLClassLoader.java:362) > > [javadoc] at java.security.AccessController.doPrivileged(Native > Method) > > [javadoc] at > java.net.URLClassLoader.findResource(URLClassLoader.java:359) > > [javadoc] at java.lang.ClassLoader.getResource(ClassLoader.java:978) > > [javadoc] at > java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168) > > [javadoc] at > javax.xml.parsers.SecuritySupport$4.run(SecuritySupport.java:96) > > [javadoc] at java.security.AccessController.doPrivileged(Native > Method) > > [javadoc] at > javax.xml.parsers.SecuritySupport.getResourceAsStream(SecuritySupport.java:89) > > [javadoc] at > javax.xml.parsers.FactoryFinder.findJarServiceProvider(FactoryFinder.java:250) > > [javadoc] at > javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:223) > > [javadoc] at > javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:128) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.LayoutParser.parseXML(LayoutParser.java:72) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.build(ClassBuilder.java:108) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:177) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:161) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42) > > [javadoc] at > com.sun.tools.doclets.standard.Standard.start(Standard.java:23) > > [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > [javadoc] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > [javadoc] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143) > > [javadoc] at > com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340) > > [javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128) > > [javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41) > > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31) > > [javadoc] com.sun.tools.doclets.internal.toolkit.util.DocletAbortException > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.LayoutParser.parseXML(LayoutParser.java:79) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.build(ClassBuilder.java:108) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:177) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:161) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42) > > [javadoc] at > com.sun.tools.doclets.standard.Standard.start(Standard.java:23) > > [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > [javadoc] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > [javadoc] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143) > > [javadoc] at > com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340) > > [javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128) > > [javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41) > > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31) > > [javadoc] com.sun.tools.doclets.internal.toolkit.util.DocletAbortException > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:159) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:177) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:161) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42) > > [javadoc] at > com.sun.tools.doclets.standard.Standard.start(Standard.java:23) > > [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > [javadoc] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > [javadoc] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143) > > [javadoc] at > com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340) > > [javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128) > > [javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41) > > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31) > > > > BUILD FAILED > > E:\olympus\Agents\JavaTTY\nbproject\build-impl.xml:463: Javadoc returned 1 > > > > Total time: 0 seconds > > Running command: "E:\apache-ant-1.7.1\bin\ant.bat" -buildfile > Agents\MultiDecoder\AMSwitcher\build.xml default > > Buildfile: Agents\MultiDecoder\AMSwitcher\build.xml > > > > -pre-init: > > > > -init-private: > > > > -init-libraries: > > > > -init-user: > > > > -init-project: > > > > -init-macrodef-property: > > > > -do-init: > > > > -post-init: > > > > -init-check: > > > > -init-macrodef-javac: > > > > -init-macrodef-junit: > > > > -init-macrodef-nbjpda: > > > > -init-debug-args: > > > > -init-macrodef-debug: > > > > -init-macrodef-java: > > > > -init-presetdef-jar: > > > > init: > > > > deps-jar: > > > > -pre-pre-compile: > > > > -pre-compile: > > > > -compile-depend: > > > > -do-compile: > > > > -post-compile: > > > > compile: > > > > -pre-pre-compile-test: > > > > -pre-compile-test: > > > > -compile-test-depend: > > > > -do-compile-test: > > > > -post-compile-test: > > > > compile-test: > > > > -pre-test-run: > > > > -do-test-run: > > > > test-report: > > > > -post-test-run: > > > > -test-browse: > > > > test: > > > > -pre-jar: > > > > -pre-pre-jar: > > > > -do-jar-with-manifest: > > > > -do-jar-without-manifest: > > > > -do-jar-with-mainclass: > > [echo] To run this application from the command line without Ant, try: > > [echo] java -cp > "E:\olympus\Libraries\Galaxy\contrib\MITRE\bindings\java\lib\galaxy.jar;E:\olympus\Agents\MultiDecoder\AMSwitcher\dist\AMSwitcher.jar" > edu.cmu.olympus.amswitcher.AMSwitcher > > > > -do-jar-with-libraries: > > > > -post-jar: > > > > jar: > > > > -javadoc-build: > > [javadoc] Warning: Leaving out empty argument '-windowtitle' > > [javadoc] Generating Javadoc > > [javadoc] Javadoc execution > > [javadoc] Loading source file > E:\olympus\Agents\MultiDecoder\AMSwitcher\src\edu\cmu\olympus\amswitcher\AMSwitcher.java... > > [javadoc] Loading source file > E:\olympus\Agents\MultiDecoder\AMSwitcher\src\edu\cmu\olympus\amswitcher\AMSwitcherHook.java... > > [javadoc] Loading source file > E:\olympus\Agents\MultiDecoder\AMSwitcher\src\edu\cmu\olympus\amswitcher\AMSwitcherServer.java... > > [javadoc] Constructing Javadoc information... > > [javadoc] Standard Doclet version 1.6.0_11 > > [javadoc] Building tree for all the packages and classes... > > [javadoc] java.lang.IllegalArgumentException > > [javadoc] at sun.net.www.ParseUtil.decode(ParseUtil.java:189) > > [javadoc] at > sun.misc.URLClassPath$FileLoader.(URLClassPath.java:954) > > [javadoc] at sun.misc.URLClassPath$3.run(URLClassPath.java:326) > > [javadoc] at java.security.AccessController.doPrivileged(Native > Method) > > [javadoc] at sun.misc.URLClassPath.getLoader(URLClassPath.java:320) > > [javadoc] at sun.misc.URLClassPath.getLoader(URLClassPath.java:297) > > [javadoc] at sun.misc.URLClassPath.findResource(URLClassPath.java:144) > > [javadoc] at java.net.URLClassLoader$2.run(URLClassLoader.java:362) > > [javadoc] at java.security.AccessController.doPrivileged(Native > Method) > > [javadoc] at > java.net.URLClassLoader.findResource(URLClassLoader.java:359) > > [javadoc] at java.lang.ClassLoader.getResource(ClassLoader.java:978) > > [javadoc] at > java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1168) > > [javadoc] at > javax.xml.parsers.SecuritySupport$4.run(SecuritySupport.java:96) > > [javadoc] at java.security.AccessController.doPrivileged(Native > Method) > > [javadoc] at > javax.xml.parsers.SecuritySupport.getResourceAsStream(SecuritySupport.java:89) > > [javadoc] at > javax.xml.parsers.FactoryFinder.findJarServiceProvider(FactoryFinder.java:250) > > [javadoc] at > javax.xml.parsers.FactoryFinder.find(FactoryFinder.java:223) > > [javadoc] at > javax.xml.parsers.SAXParserFactory.newInstance(SAXParserFactory.java:128) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.LayoutParser.parseXML(LayoutParser.java:72) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.build(ClassBuilder.java:108) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:177) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:161) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42) > > [javadoc] at > com.sun.tools.doclets.standard.Standard.start(Standard.java:23) > > [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > [javadoc] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > [javadoc] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143) > > [javadoc] at > com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340) > > [javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128) > > [javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41) > > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31) > > [javadoc] com.sun.tools.doclets.internal.toolkit.util.DocletAbortException > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.LayoutParser.parseXML(LayoutParser.java:79) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.builders.ClassBuilder.build(ClassBuilder.java:108) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:155) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:177) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:161) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42) > > [javadoc] at > com.sun.tools.doclets.standard.Standard.start(Standard.java:23) > > [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > [javadoc] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > [javadoc] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143) > > [javadoc] at > com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340) > > [javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128) > > [javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41) > > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31) > > [javadoc] com.sun.tools.doclets.internal.toolkit.util.DocletAbortException > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.generateClassFiles(HtmlDoclet.java:159) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:177) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.generateClassFiles(AbstractDoclet.java:161) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.startGeneration(AbstractDoclet.java:106) > > [javadoc] at > com.sun.tools.doclets.internal.toolkit.AbstractDoclet.start(AbstractDoclet.java:64) > > [javadoc] at > com.sun.tools.doclets.formats.html.HtmlDoclet.start(HtmlDoclet.java:42) > > [javadoc] at > com.sun.tools.doclets.standard.Standard.start(Standard.java:23) > > [javadoc] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > > [javadoc] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > [javadoc] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > [javadoc] at java.lang.reflect.Method.invoke(Method.java:597) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:269) > > [javadoc] at > com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:143) > > [javadoc] at > com.sun.tools.javadoc.Start.parseAndExecute(Start.java:340) > > [javadoc] at com.sun.tools.javadoc.Start.begin(Start.java:128) > > [javadoc] at com.sun.tools.javadoc.Main.execute(Main.java:41) > > [javadoc] at com.sun.tools.javadoc.Main.main(Main.java:31) > > > > BUILD FAILED > > E:\olympus\Agents\MultiDecoder\AMSwitcher\nbproject\build-impl.xml:484: > Javadoc returned 1 > > > > Total time: 0 seconds > > ******************************************************************* > SUMAMRY: > Can't find SAPI > Install SAPI from > > http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5e86ec97-40a7-453f-b0ee-6583171b4530CMakedid not generate a Visual Studio solution > > Total Build Time: 0:09 > ******************************************************************* > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20090414/d90da938/attachment-0001.html