chrinide / yooreeka

A library for data mining, machine learning, soft computing, and mathematical analysis
1 stars 0 forks source link

Build fail #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow the installation instructions
2. step 1 to step 3 ok
3. step 4 fails

What is the expected output? What do you see instead?
the output i get is:

BUILD FAILED
C:\iWeb2\build\build.xml:105: You have CLASSPATH set in your environment. 
This may cause issues while running build.

What version of the product are you using? On what operating system?
I am using yooreeka20090517

Please provide any additional information below.

Original issue reported on code.google.com by Joachim.Lezard@gmail.com on 24 Apr 2010 at 11:49

GoogleCodeExporter commented 9 years ago
Type the following in your shell:

  set CLASSPATH=

This will empty your current CLASSPATH, which is what the build complains about.

I will update the instructions to ensure that we capture this use case.

Original comment by babis.ma...@gmail.com on 30 Apr 2010 at 3:20