GadgetFactory / OpenBench-Logic-Sniffer

OLS is a $50 32 channel Logic Analyzer
http://gadgetforge.gadgetfactory.net/gf/project/butterflylogic/
Other
110 stars 33 forks source link

Linux build error: ols-0.9.4-b1-full.zip doesn't exist #4

Open cas-- opened 12 years ago

cas-- commented 12 years ago

I have encountered the following error when trying attempting ant build on my Linux machine:

BUILD FAILED
/home/calum/Projects/OpenBench-Logic-Sniffer/build/build.xml:325: src '/home/calum/Projects/OpenBench-Logic-Sniffer/client/jawis-client/ols.distribution/target/ols-0.9.4-b1-full.zip' doesn't exist.

Editing the build.xml to point to ols-0.9.4-b1.zip completes the process ok but when attempting ant run I get the following error:

BUILD FAILED
/home/calum/Projects/OpenBench-Logic-Sniffer/build/build.xml:30: The following error occurred while executing this line:
/home/calum/Projects/OpenBench-Logic-Sniffer/build/build.xml:362: Execute failed: java.io.IOException: Cannot run program "./linux/work/ols": java.io.IOException: error=2, No such file or directory
jtamuc commented 8 years ago

Any update on how this was solved. Having the same problem.

x-tit commented 6 years ago

I download zip file from the web instead of using git clone command and encountered a similar problem .The zip file is not complete ,so I manually download the folder where the error occurs.Now it worked well.