Skip to content

This is a staging area for dev spikes on the JFormica lib

License

Notifications You must be signed in to change notification settings

StanAccy/JFormica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFormica is an ANT+ library for java. It is designed to take some of strain away from writing ant enabled applications.

Compatability: 

Ant+ usb stick - all operating systems with an javax.usb implementation / Android (using the wrapper for dynastream's antlib)
Ant+ enabled phone - Android only

It is based on python-ant (https://github.com/mvillalba/python-ant) by Martín Raúl Villalba.

EXAMPLE CODE:

See :
	 https://github.com/cowboy-coders/jformica_examples
	 https://github.com/cowboy-coders/JFormica/tree/master/jformica_examples

COMPILE INSTRUCTIONS:

To compile either import each folder into eclipse or compile using gradle.

General notes

jsr80: you should copy a jar containing a javax.usb implementation to jformica_jsr80/libs/jsr80
android - you need to copy dynastreams antlib.jar to jformica_android/libs
 
Gradle notes

To compile seperately, enter the desired compoents folder and issue 'gradle build'. Doing so from the project root will attempt to build all three. Add the resulting jars to your classpath.

USAGE INSTRUCTIONS:

Please see:

       https://github.com/cowboy-coders/JFormica/tree/master/jformica_examples


About

This is a staging area for dev spikes on the JFormica lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%