What are the values for {common.tools.dir}, fileset.dist.libs and .tomcat.common.libs in the code below?
 
I get an error with the refids
 
<path id="cp">         
<!-- Patch for program generator is FIRST ONE in classpath -->
          <path
location="${common.tools.dir}/lib/CocoonPatch-ProgramGenerator.jar"/>
      <fileset refid="fileset.dist.libs"/>
      <fileset refid="fileset.tomcat.common.libs"/>
      <path location="${dist.dir}/webapp/WEB-INF/classes"/>
</path>


Upayavira <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:

>Hi,
>
>I have XSP-precompilation working reliable with Cocoon 2.1.3, this is how
>my ant target looks like:
>
>
Yes, it works on 2.1.3. I believe it is broken on 2.1.5 (or should I say
'I broke it' on 2.1.5 :-(

Regards, Upayavira


>
>
>
>
>
>
>
>
>
>

>
>
>
>
>
>
>
> XSP precompilation is done from distribution directory to
> avoid path problems. Make sure you to run 'ant dist' before.
> This target does not depend on dist to speed up the process.
>

>
> > classpathref="cp"
> follow-links="false"
> precompile-
> confirm-extensions="false"
> md5-compare="false"
> context-dir="${dist.dir}/webapp"
> config-file="{dist.dir}/webapp/WEB-INF/cocoon.xconf"
> work-dir="${dist.dir}/xsp-build"
> dest-dir="${dist.dir}/xsp-build"
> checksums-uri="${dist.dir}/xsp-build/checksums"
> default-filename="index.html"
> accept="*/*">
>
> > file="${dist.dir}/xsp-build/brokenlinks.xml"
> generate="true"
> extension=".error"/>
> > log-kit="${basedir}/src/webapp/WEB-INF/logkit-cli.xconf"
> logger="cli"
> level="DEBUG" />
>
>
>

>
>

>
>Regards,
>Jonas
>
>
>
>
>
>
>
>Nandakumar Mounasamy <[EMAIL PROTECTED]>
>27.09.2004 22:11
>Bitte antworten an users
>
>
> An: [EMAIL PROTECTED], Nandakumar Mounasamy <[EMAIL PROTECTED]>
> Kopie:
> Thema: precompile-only
>
>
>Hello!
>
>Has anyone got the CLI's precompile-only feature tested to precompile the
>xsp pages?
>I have a few xsp pages and the CLI tool exits without precompiling them.
>No error messages too.
>
>However, when precompile-only is disabled , error below is returned.
> X [0] /mywebapp/index.xml BROKEN:
>Resource not found:
>500
>
>> follow-links="true"
> precompile-
> confirm-extensions="true">
>
>> file="brokenlinks.xml"
> generate="false"
> extension=".error"/>
>> follow-links="true"
> src-prefix="/mywebapp/"
> dest="build/dest/mywebapp"
> type="append"
> >
>
>

>

>Any help is appreciated!
>
>Thanks
>Do you Yahoo!?
>New and Improved Yahoo! Mail - 100MB free storage!
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!

Reply via email to