You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Xinyu Wang <xi...@openwave.com> on 2005/05/15 09:22:18 UTC

Unable to find resource './xdocs/stylesheets/site.vsl'

The below message occured when I used Eclipse to build the java docs. The
problem is the file and the path is correct, so I am not sure why I am
getting this message. Has anyone else seen this?

Buildfile: C:\Documents and Settings\xinyu\WORK\jakarta-jmeter\build.xml
check-anakia:
report-anakia-missing:
init-docs:
     [echo] eclipse.anakia = .
docs-site:
   [anakia] Transforming into: C:\Documents and
Settings\xinyu\WORK\jakarta-jmeter\docs
   [anakia] Error: org.apache.velocity.exception.ResourceNotFoundException:
Unable to find resource './xdocs/stylesheets/site.vsl'
BUILD FAILED: C:\Documents and
Settings\xinyu\WORK\jakarta-jmeter\build.xml:1253:
org.apache.velocity.exception.ResourceNotFoundException: Unable to find
resource './xdocs/stylesheets/site.vsl'
Total time: 2 seconds


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Unable to find resource './xdocs/stylesheets/site.vsl'

Posted by sebb <se...@gmail.com>.
Works for me. Can't help further without the following information:

JVM launch directory
directory containing the JMeter build.xml file

eclipse.anakia is the relative path between the above.

There's no need to build the docs from Eclipse - you can use Ant from
the DOS command-line instead.

S.
On 5/17/05, Xinyu Wang <xi...@openwave.com> wrote:
> Sebb:
>     Thanks for the reply. I have done that too, setting the Eclipse property
> for eclipse.anakia. I tried to set the path in DOS format as well as in UNIX
> format. I am sure the path is correct in both cases becasue I can find the
> file with that PATH from the OS, but in Eclipse I still get the same error.
>     Still need help.
> 
>     -- Xinyu
> 
> -----Original Message-----
> From: sebb [mailto:sebbaz@gmail.com]
> Sent: Monday, May 16, 2005 7:50 AM
> To: JMeter Users List
> Subject: Re: Unable to find resource './xdocs/stylesheets/site.vsl'
> 
> Read the comments in build.xml regarding the eclipse.anakia property.
> 
> S.
> On 5/15/05, Xinyu Wang <xi...@openwave.com> wrote:
> > The below message occured when I used Eclipse to build the java docs. The
> > problem is the file and the path is correct, so I am not sure why I am
> > getting this message. Has anyone else seen this?
> >
> > Buildfile: C:\Documents and Settings\xinyu\WORK\jakarta-jmeter\build.xml
> > check-anakia:
> > report-anakia-missing:
> > init-docs:
> >     [echo] eclipse.anakia = .
> > docs-site:
> >   [anakia] Transforming into: C:\Documents and
> > Settings\xinyu\WORK\jakarta-jmeter\docs
> >   [anakia] Error: org.apache.velocity.exception.ResourceNotFoundException:
> > Unable to find resource './xdocs/stylesheets/site.vsl'
> > BUILD FAILED: C:\Documents and
> > Settings\xinyu\WORK\jakarta-jmeter\build.xml:1253:
> > org.apache.velocity.exception.ResourceNotFoundException: Unable to find
> > resource './xdocs/stylesheets/site.vsl'
> > Total time: 2 seconds
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Unable to find resource './xdocs/stylesheets/site.vsl'

Posted by Xinyu Wang <xi...@openwave.com>.
Sebb:
    Thanks for the reply. I have done that too, setting the Eclipse property
for eclipse.anakia. I tried to set the path in DOS format as well as in UNIX
format. I am sure the path is correct in both cases becasue I can find the
file with that PATH from the OS, but in Eclipse I still get the same error.
    Still need help.

    -- Xinyu

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Monday, May 16, 2005 7:50 AM
To: JMeter Users List
Subject: Re: Unable to find resource './xdocs/stylesheets/site.vsl'

Read the comments in build.xml regarding the eclipse.anakia property.

S.
On 5/15/05, Xinyu Wang <xi...@openwave.com> wrote:
> The below message occured when I used Eclipse to build the java docs. The
> problem is the file and the path is correct, so I am not sure why I am
> getting this message. Has anyone else seen this?
> 
> Buildfile: C:\Documents and Settings\xinyu\WORK\jakarta-jmeter\build.xml
> check-anakia:
> report-anakia-missing:
> init-docs:
>     [echo] eclipse.anakia = .
> docs-site:
>   [anakia] Transforming into: C:\Documents and
> Settings\xinyu\WORK\jakarta-jmeter\docs
>   [anakia] Error: org.apache.velocity.exception.ResourceNotFoundException:
> Unable to find resource './xdocs/stylesheets/site.vsl'
> BUILD FAILED: C:\Documents and
> Settings\xinyu\WORK\jakarta-jmeter\build.xml:1253:
> org.apache.velocity.exception.ResourceNotFoundException: Unable to find
> resource './xdocs/stylesheets/site.vsl'
> Total time: 2 seconds
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Unable to find resource './xdocs/stylesheets/site.vsl'

Posted by sebb <se...@gmail.com>.
Read the comments in build.xml regarding the eclipse.anakia property.

S.
On 5/15/05, Xinyu Wang <xi...@openwave.com> wrote:
> The below message occured when I used Eclipse to build the java docs. The
> problem is the file and the path is correct, so I am not sure why I am
> getting this message. Has anyone else seen this?
> 
> Buildfile: C:\Documents and Settings\xinyu\WORK\jakarta-jmeter\build.xml
> check-anakia:
> report-anakia-missing:
> init-docs:
>     [echo] eclipse.anakia = .
> docs-site:
>   [anakia] Transforming into: C:\Documents and
> Settings\xinyu\WORK\jakarta-jmeter\docs
>   [anakia] Error: org.apache.velocity.exception.ResourceNotFoundException:
> Unable to find resource './xdocs/stylesheets/site.vsl'
> BUILD FAILED: C:\Documents and
> Settings\xinyu\WORK\jakarta-jmeter\build.xml:1253:
> org.apache.velocity.exception.ResourceNotFoundException: Unable to find
> resource './xdocs/stylesheets/site.vsl'
> Total time: 2 seconds
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org