-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1. clone source code
2. build
3. run Main
What is the expected output? What do you see instead?
java.io.FileNotFoundException:
/home/duy/ws/aiml/bots/alice2/aimlif/train.aiml.csv (No such file or directory)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
at java.io.FileOutputStream.<init>(FileOutputStream.java:110)
at java.io.FileWriter.<init>(FileWriter.java:63)
at org.alicebot.ab.Bot.writeAIMLIFFiles(Bot.java:419)
at org.alicebot.ab.Bot.<init>(Bot.java:160)
at Main.mainFunction(Main.java:69)
at Main.main(Main.java:37)
What version of the product are you using? On what operating system?
ubuntu 12.04 lts
the latest souce code
Please provide any additional information below.
it looks like the folder /aimlif isn't in the source folder. where can i
download it?
Original issue reported on code.google.com by duy.huyn...@gmail.com on 18 Sep 2014 at 7:30