Changeset 691 for extensions/net.sf.basedb.examples/trunk/README
- Timestamp:
- May 12, 2008, 1:54:21 PM (15 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
-
old new 6 6 extension-examples.jar 7 7 extension-examples*.tar.gz 8 build.properties
-
- Property svn:ignore
-
extensions/net.sf.basedb.examples/trunk/README
r683 r691 39 39 Follow these instructions: 40 40 41 1. Copy the BASE2Core.jar and BASE2Webclient.jar from the BASE installation 42 directory (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. 43 44 2. Type 'ant' to compile the code and generate the 'extension-example.jar' file 41 1. Type `ant download-lib` to automatically download the BASE core JAR file that 42 are neeed for compilation. You can also do this manually by copying the 43 BASE2Core.jar and BASE2Webclient.jar files from the BASE installation directory 44 (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. 45 46 2. Type 'ant' to compile the code and generate the 'extension-examples.jar' file 45 47 in the project directory. 46 48
Note: See TracChangeset
for help on using the changeset viewer.