Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 639 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 639 Bytes

Maven plugin for interacting with Redline Smalltalk.

Copyright (c) 2011 Robert Roland. Released under the MIT License. See the LICENSE file for more information.

Usage

This Mojo currently has one goal: stic

It has three required configuration parameters:

  • sourceClass
  • sourcePath
  • runtimePath

sourceClass is the Redline Smalltalk classname to execute (i.e. st.redline.HelloWorld) sourcePath is the absolute path to this source file. runtimePath is the absolute path to the Redline Smalltalk runtime library.

See (https://github.com/robertrolandorg/redline-maven-plugin-sample/blob/master/pom.xml) for an example.