Changeset 638 for extensions/net.sf.basedb.examples/trunk/README
- Timestamp:
- Mar 20, 2008, 8:27:01 AM (14 years ago)
- Location:
- extensions/net.sf.basedb.examples/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk
-
Property
svn:ignore
set to
build
dist
package
.project
.classpath
-
Property
svn:ignore
set to
-
extensions/net.sf.basedb.examples/trunk/README
r636 r638 17 17 18 18 1. Unpack the tar.gz file to a directory of your choice. 19 2. Copy the extension-examples.jar to your BASE extensions directory ,WEB-INF/extensions.19 2. Copy the extension-examples.jar to your BASE extensions directory: WEB-INF/extensions. 20 20 3. Run the 'Extensions -> Manual scan' command if you have disabled automatic 21 21 installation. Otherwise, just wait a bit and the automatic installation will … … 31 31 1. Ant 1.6 32 32 2. Java 1.6 33 NOTE! Compiling may work with Java 1.5 but this is not officially supported.34 35 33 36 34 Follow these instructions: … … 39 37 directory (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. 40 38 41 2. Type 'ant' to compile the code and put everything you need into42 the ./dist directory.39 2. Type 'ant' to compile the code and generate the 'extension-example.jar' file 40 in the project directory. 43 41 44 3. Use 'ant package' to create a downloadable tar.gz package in the ./package 45 directory. 42 3. Use 'ant package' to create a downloadable tar.gz package.
Note: See TracChangeset
for help on using the changeset viewer.