<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>AW: [opencms-dev] set last modified of a file</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Hi,</FONT>
</P>

<P><FONT SIZE=2>... I tried:</FONT>
</P>

<P><FONT SIZE=2>com.opencms.file.CmsObject oFile = new com.opencms.file.CmsObject();</FONT>
<BR><FONT SIZE=2>oFile.doTouch( "/dir/dir/file.html", System.currentTimeMillis() );</FONT>
</P>

<P><FONT SIZE=2>and also tried getting the CmsObject from the JspActionElement too, but both throw "...doTouch(java.lang.String,long) has protected access in com.opencms.file.CmsObject".</FONT></P>

<P><FONT SIZE=2>Can someone please point me out what the background is here?</FONT>
</P>

<P><FONT SIZE=2>Thanks in Advance,</FONT>
<BR><FONT SIZE=2>Arno</FONT>
</P>

</BODY>
</HTML>