alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

JMeter example source code file (building.xml)

This example JMeter source code file (building.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - JMeter tags/keywords

add-ons, ant, eclipse, jmeter, jmeter, license, license, see, svn, the, the, this, you, you

The JMeter building.xml source code

<?xml version="1.0"?>
<!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
   (the "License"); you may not use this file except in compliance with
   the License.  You may obtain a copy of the License at
 
       http://www.apache.org/licenses/LICENSE-2.0
 
   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
-->
<document>
  <properties>
    <title>Building JMeter and Add-Ons
  </properties>
<body>
<section name="Building JMeter and Add-Ons">
<font color="red">
Note to developers:
This is a very brief overview. 
There is more infomation on the JMeter Wiki.
</strong>
<h2>Building Add-Ons
<p>
There is no need to build JMeter if you just want to build an add-on.
Just download the binary archive and add the jars to the classpath.
You may want to also download the source so it can be used by the IDE.
</p>
<p>See the extras/addons* files in the source tree for some suggestions

<h2>Building JMeter <h3>Acquiring the source <p>The source is distributed alongside the binary, or it can be downloaded from SVN.

<p> The source archive and SVN do not contain any of the required library files. You can download these by running the Ant command: <pre> ant download_jars </pre> </p> <p>Or you can download the binary archive for a release and unpack it into the same directory structure as the source. This will ensure that the lib/ directory contains all the required jar files. </p> <h3>Compiling and packaging JMeter using Ant <p> JMeter can be built entirely using Ant; see build.xml for the targets that can be used. </p> <h3>Compiling and packaging JMeter using Eclipse <p> Once you have downloaded the source from SVN or the release archives, you can configure Eclipse. The easiest way to do this is to replace the Eclipse .classpath file with the eclipse.classpath file provided with JMeter. This will set up the source-paths and most of the libraries. <p> See also the file eclipse.readme. </p> </p> </section> </body> </document>

Other JMeter examples (source code examples)

Here is a short list of links related to this JMeter building.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.