Title: Section II - Instructions to run the Fortress Ant Build NavPrev: section-I.html NavPrevText: Section I - Instructions to download, extract and configure Fortress NavUp: linux.html NavUpText: Quickstart Linux - Table of contents NavNext: section-III.html NavNextText: Section III - Instructions to run the Builder to Install OpenLDAP Notice: 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. ## Section II - Instructions to run the Fortress Ant Build ### Step 1 From FORTRESS_HOME root folder, edit the b.sh script to point to java home: export JAVA_HOME=/opt/jdk1.7.0_10
Screenshot
### Step 2 Run the distribution target: ./b.sh dist
Screenshot
Note: The b.sh batch file referred to here uses Ant package that is local to Fortress quickstart package. ### Step 3 Verify it ran correctly according to Ant: BUILD SUCCESSFUL
Screenshot
You may now view the project binaries and documentation located under FORTRESS_HOME/dist.
Screenshot