source: plugins/base1/se.lu.onk.BaseFile/trunk/README @ 765

Last change on this file since 765 was 765, checked in by Jari Häkkinen, 15 years ago

Addresses #131.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-trac-wiki
File size: 2.7 KB

$Id: README 765 2008-09-16 09:20:48Z jari $

About se.lu.onk.BaseFile

The se.lu.onk.BaseFile package is a utility class used by many of the se.lu.onk plug-ins. Simply add the jar file supplied by this package to the classpath for the plug-in you want to run or compile. See specific plug-ins for further details on how to use this package.

se.lu.onk.BaseFile is free software. See the file license.txt for copying conditions.

The package was created by Johan Enell and is currently maintained by Jari Häkkinen.

Downloading

se.lu.onk.BaseFile can be obtained from

http://baseplugins.thep.lu.se/wiki/PluginDownload

Installing and compiling

If you downloaded a binary package, read the instructions for the plug-in you are going to use together with this package. The plug-in instructions should explain how to use this package.

If you want to modify and compile this package you must check it out from the repository, change to the package directory and issue ant;

  check out project, see instructions below
  # cd /path/to/se.lu.onk.BaseFile
  # ant

This will create a jar file dist/BaseFile.jar.

Bug Reporting

You can report se.lu.onk.BaseFile bugs on

http://baseplugins.thep.lu.se/newticket

Use user base and password base.

Subversion Access

The se.lu.onk.BaseFile source repository is available via anonymous subversion access, issue:

svn co http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.onk.BaseFile/trunk se.lu.onk.BaseFile

There is no guarantees about the contents or quality of the latest code in the subversion repository: it is not unheard of for code that is known to be broken to be committed to the repository. Use at your own risk. You may prefer to check out a released version instead, then replace trunk with tags/release-number in the above example.


Copyright (C) 2008 Jari Häkkinen
This file is part of the se.lu.onk.BaseFile package, a utility package
for reading files generated by BASE. The package is available at
http://baseplugins.thep.lu.se/ and BASE web site is
http://base.thep.lu.se
This is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3 of the License, or (at your
option) any later version.
This package is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this package. If not, see <http://www.gnu.org/licenses/>.
Note: See TracBrowser for help on using the repository browser.