Hi,

> > Please take this "support request" back to the source -- the JMeter
> > folks. In particular, Tim McCune, as it seems like he is responsible
> > for this wiki page.
> > 
> > Reading the wiki page, it seems like there are a few artifacts (this
> > mozilla artifact being one) which do not exist in Central, and you
> > will need to manually install locally yourself to get things to work.
> > 
> > Wayne
> > 
> 
> I had to download the complete JMeter distribution and manually install
> each
> dependency. Apparently this org.mozilla.javascript is chunk from Rhino,
> and
> is included in Jmeter as js.jar, without version number.

In the meantime you can help yourself by creating the following pom and install 
it locally or deploy it to your repo:

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mozilla.javascript</groupId>
  <artifactId>javascript</artifactId>
  <version>1.0</version>
  <distributionManagement>
    <relocation>
      <groupId>rhino</groupId>
      <artifactId>js</artifactId>
      <version>1.6R5</version>
    </relocation>
  </distributionManagement>
</project>


HTH

Thorsten

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

Reply via email to