[Asterisk-java-users] Package Name in fastagi-mapping.properties
Brought to you by:
srt
From: Rodney S. <rse...@sr...> - 2008-03-26 15:49:48
|
Hello, I have a working example of asterisk-java with fastagi. Very good stuff! Thank you for all the efforts. My fastagi-mapping.properties looks like this: AsterTest.agi = AsterTest In this example my AsterTest.class has no package. My question is how do I reference a package name in the fastagi-mapping.properties? I would like my object to live in a package such as: dev.util.AsterTest I have tried the following variations in the fastagi-mapping.properties and all produce Class not found errors: AsterTest.agi = dev.util.AsterTest or AsterTest.agi = dev/util/AsterTest Is it possible to reference the script object in a package name? Thank you. Rodney |