You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Angeshwar Deepak <an...@yahoo.com> on 2004/08/04 10:43:04 UTC

Warning: catalogpath listing external catalogs will be ignored???

Hi,

I have some problem when running forrest using ant
build.

I compared both(running forrest seperately and running
forrest thro ant)

Here is a part of the o/p that runs fine without ant

......
bare-context:
____________________________________
Using skin krysalis-site
____________________________________
Project Context
Dir:*D:\deepak\buildProcess_2\logging\build\tmp\context*
Forrest
Home*D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin*
Forrest
Context*D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin/context*
Copying 35 files to
D:\deepak\buildProcess_2\logging\build\tmp\context
Replacing: @skinconfig.trail.link1.name@ -> myGroup
Replacing: @skinconfig.trail.link1.name@ -> myGroup
Replacing: @skinconfig.trail.link1.href@ ->
http://www.apache.org/
Replacing: @skinconfig.trail.link2.name@ -> myProject
Replacing: @skinconfig.trail.link2.name@ -> myProject
Replacing: @skinconfig.trail.link2.href@ ->
http://xml.apache.org/
Replacing: @skinconfig.trail.link3.name@ ->
Replacing: @skinconfig.trail.link3.name@ ->
Replacing: @skinconfig.trail.link3.href@ ->
Project Context
Dir*D:\deepak\buildProcess_2\logging\build\tmp\context/WEB-INF*
Copying 3 files to
D:\deepak\buildProcess_2\logging\build\tmp\context\WEB-INF
Replacing: @skin@ -> krysalis-site
Replacing: @menu-scheme@ -> tab_attributes
Replacing: @bugtracking-url@ ->
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=
Replacing: @local-catalog@ ->
D:\deepak\buildProcess_2\logging\src\documentation\resources\schema\catalog.xcat
Replacing: @catalog-verbosity@ -> 1

validate-xdocs:
Forrest Home:
D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin/context/resources/schema/
Forrest Home: true
2 file(s) have been successfully validated.
...validated xdocs

and so on-and this runs fine.

When I run it using forrest, I get a warning and the 
Replacing: @skinconfig.trail.link1.name@ -> myGroup
Replacing: @skinconfig.trail.link1.name@ -> myGroup
Replacing: @skinconfig.trail.link1.href@ -> 
......
statements dont appear.

Here is the o/p when using Ant build.

bare-context:
     [echo] ____________________________________
     [echo] Using skin krysalis-site
     [echo] ____________________________________
     [echo] Project Context
Dir:*D:\deepak\buildProcess_2\logging\build\tmp\context*
     [echo] Forrest
Home*D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin*
     [echo] Forrest
Context*D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin/context*
     [copy] Copying 35 files to
D:\deepak\buildProcess_2\logging\build\tmp\context
     [echo] Project Context
Dir*D:\deepak\buildProcess_2\logging\build\tmp\context/WEB-INF*
     [copy] Copying 3 files to
D:\deepak\buildProcess_2\logging\build\tmp\context\WEB-INF

check-contentdir:

ensure-content:

validate-xdocs:
     [echo] Forrest Home:
D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin/context/resources/schema/
     [echo] Forrest Home: true
Warning: catalogpath listing external catalogs will be
ignored

BUILD FAILED
D:\deepak\buildProcess_2\_setup\includes\delegators-inc.xml:19:
The following error occurred while executing this
line:
D:\deepak\buildProcess_2\_setup\docs.xml:293: The
following error occurred while executing this line:
D:\deepak\buildProcess_2\_setup\docs.xml:322: The
following error occurred while executing this line:
D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin\forrest.build.xml:864:
Could not validate document D:\deepa
k\buildProcess_2\logging\src\documentation\content\xdocs\index.xml


Where could the problem be.
Some one suggest some solution.

bye,
with regards,
Deepak.


		
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

Re: Warning: catalogpath listing external catalogs will be ignored???

Posted by David Crossley <cr...@apache.org>.
Angeshwar Deepak wrote:
> I have some problem when running forrest using ant
> build.
> 
> I compared both(running forrest seperately and running
> forrest thro ant)

I don't know what you mean by "separately" and "thro ant".

> validate-xdocs:
>      [echo] Forrest Home:
> D:\deepak\buildProcess_2\_lib\build\apache-forrest-0.5.1-bin/context/resources/schema/
>      [echo] Forrest Home: true
> Warning: catalogpath listing external catalogs will be
> ignored

This sounds like conflicting versions of Ant and
tools/ant/lib/ant-apache-resolver.jar

-- 
David Crossley