This template compiles with out problems under 1.5 and snapshots up to 
rife-1.6-snapshot-jdk15-20070321.jar. (it was the last snapshot I
grabbed .. trying not to have too many moving targets) .

The template itself hasn't changed since at least some weeks before that
snapshot...  Nothing jumps out at me perusing it, and IDEA doesn't think
it has any syntax errors(short of warnings about the relative paths for
the JavaScript includes that it doesn't parse...), or missing tags



AddressBookAdminManager.html:

<script type="text/javascript" src="js/ajax/prototype.js"></script>
<script type="text/javascript" src="js/ajax/scriptaculous.js"></script>
<script type="text/javascript" src="js/ajax/modalbox.js"></script>
<link rel="stylesheet" type="text/css" href="style/modalbox.css"/>
<script type="text/javascript">
    function confirmReencode(username, addressbookid)
    {
        if (window.confirm("[!V 'L10N:action.reencodeAddressBook'/]")) {
            var url = "[!V 'EXIT:QUERY:reencodeAddressBook'/]" +
"?addressbookid=" + addressbookid + "&username=" + username ;
            document.location = url;
        }
    }
</script>

<center><h2><!--V 'L10N:title.AddressBooks'/--></h2></center>

<table class="AddressBookManager" border="0">

    <td><!--V 'L10N:addressBookManager.AddressBookName'/--> </td>
    <td><!--V 'L10N:addressBookManager.CreationDate'/--></td>
    <td><!--V 'L10N:addressBookManager.ModificationDate'/--></td>
    <td><!--V 'L10N:addressBookManager.numEntries'/--></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>

    <!--V 'AddressBookNameitems'--><!--/V-->
    <!--B 'AddressBookNameitem' -->
    <!--V 'ELEMENT:AddressBookAdminNameRow'--><!--/V-->
    <!--/B-->
</table>

<!--V 'MESSAGE'/--><p></p>


-----


when building I get the following stack trace:

cinnabar.ny.zeitgeist.com % ant war
Buildfile: build.xml

init:
     [echo] === NELA - Never Eat Lunch Alone 0.8alpha [2006-2007] ===

prepare:

compile:
    [javac] Compiling 4 source files to
/Users/spector/Work/BittersweetLabs/NELA Partners/NELA/NELA/build/classes

precompile:
     [echo] Precompiling html templates:
     [java] Exception in thread "main" java.lang.NoClassDefFoundError:
javax/servlet/http/Cookie
     [java]     at
com.uwyn.rife.engine.EngineTemplateInitializer.initialize(EngineTemplateInitializer.java:20)
     [java]     at
com.uwyn.rife.template.AbstractTemplate.initialize(AbstractTemplate.java:1102)
     [java]     at
com.uwyn.rife.template.TemplateFactory.get(TemplateFactory.java:445)
     [java]     at
com.uwyn.rife.template.TemplateFactory.get(TemplateFactory.java:397)
     [java]     at
com.uwyn.rife.template.TemplateDeployer.execute(TemplateDeployer.java:96)
     [java]     at
com.uwyn.rife.template.TemplateDeployer.main(TemplateDeployer.java:282)
     [java] /Users/spector/Work/BittersweetLabs/NELA
Partners/NELA/NELA/resources/templates :
admin/AddressBooks/AddressBookAdminManager.html ...

BUILD FAILED
/Users/spector/Work/BittersweetLabs/NELA
Partners/NELA/NELA/build.xml:174: Java returned: 1

Total time: 1 second




David

-- 
--------------------------------------------------------------------------------
David HM Spector                            spector (at) zeitgeist.com
http://www.zeitgeist.com/

 "New and stirring things are belittled because if they are not belittled, the 
humiliating question arises, 'Why then are you not taking part in them?'"
                                                       --H. G. Wells



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to