Menu

AddToYourProject

Adding FlowLCD to Your Project

It's as ease as A-B-C! To add FlowLCD to your leJOS project, do one of the following:

A. Download: Download the flow-lcd-jar-***.zip, unzip, and add it to your project's classpath.
B. Build & Copy: Build the source code and copy the .jar


A. Download & Add

  1. Click the Download button below:




  2. Unzip the .zip file to get the .jar file.

  3. Move the .jar file to somewhere in the leJOS project folder hierarchy.
  4. Add the .jar file to the project's classpath.

B. Build & Copy

  1. Use a Java 7 JDK plus JUnit 4 or JUnit 5
  2. From The Code area, obtain the code base directly or via your IDE:
    Check out as "flow-lcd":
    git clone ssh://wizgeek@git.code.sf.net/p/lejos-flowlcd/code flow-lcd
  3. Import the top-level Maven project and its two nested modules.
  4. Create a build or run configuration that ensures:
    • Java 7 is the JVM flavor;
    • goals are: clean install
  5. Add the .jar to the leJOS project:
    • Copy the flow-lcd-jar/target/flow-lcd-jar-*.jar to your project, or
    • add the .jar as a dependency to the build configuration (e.g., pom.xml).

Build Notes:**

  • The flow-lcd-jar moduled is where all the magic happens.
  • The flow-lcd-test-doubles has the smoke & mirrors fakes.
  • The flow-lcd-test-doubles module can be built separately from the flow-lcd-jar module.
  • Test coverage levels are 100%—keep it that way! (include /src/main only)

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.