vparot / javahidapi

Automatically exported from code.google.com/p/javahidapi
0 stars 0 forks source link

ant build file for run #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compiler for Linux
2. on command line type "ant run"
3. you get library not found

What is the expected output? What do you see instead?
list of devices

Please provide any additional information below.
build file is specific to mac for run you need to add an argument to ant file 
to tell run command line where to get the library from (mac, linux or windows 
etc)

Original issue reported on code.google.com by gary.lee...@gmail.com on 12 Apr 2012 at 10:00

GoogleCodeExporter commented 8 years ago
If you are interested updated build.xml file attached

  ant -Darchitecture=linux run

or

  ant -Darchitecture=mac run

defaults to mac

Original comment by gary.lee...@gmail.com on 12 Apr 2012 at 10:07

Attachments: