Re: XMLC Include Files
Jacob Kjome <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Actually, if you pull XMLC from the latest CVS at
http://forge.objectweb.org/projects/xmlc/ you will see that I applied a
patch from Diez which adds a new property to XMLC's compiler which is
called "-ssibase" which allows you to specify a fully qualified path to
where your .ssi files exist. I haven't really tested this much yet and was
hoping for Diez to test it out to make sure it works properly. You can try
it out and see if it works correctly. Just add "-ssibase" to your
options.xmlc file and and provide a fully qualified file system path to
your ssi files. Then you should be able to keep your paths in your mockups
relative. Hopefully this solves your issue. If not, maybe you can help
define a more flexible way to do this. Note that XMLC-2.2 is slated to be
released in the next week or so, so hurry up with your feature requests.
Jake
At 12:36 PM 6/23/2003 +0200, you wrote:
>Hi Guys,
>
>Is there anyway to set/use property files with the server side include files?
>
>E.g.
>
>Instead of hard coding
><!--#include
>file="../../../eworksportal/src_mockups/xmlc/ReportPageFooter.ssi"-->
>
>Use something like this...
>
><!--#include file="${REPORT_PAGE_FOOTER}"-->
>
>???
>
>Regards
>KD
>
>Ps.
>Just want to avoid hard coding the path to the include files to make
>maintenance easier later..