aivas-svn Mailing List for A.I. Virtual Assistance System
Status: Planning
Brought to you by:
sunflame
You can subscribe to this list here.
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(14) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: <aiv...@li...> - 2009-05-22 22:11:07
|
Revision: 14
http://aivas.svn.sourceforge.net/aivas/?rev=14&view=rev
Author: sunflame
Date: 2009-05-22 22:10:52 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Updates to include source dirs for reference (I use eclipse).
Modified Paths:
--------------
trunk/aivas-java/.classpath
Modified: trunk/aivas-java/.classpath
===================================================================
--- trunk/aivas-java/.classpath 2009-05-22 22:02:47 UTC (rev 13)
+++ trunk/aivas-java/.classpath 2009-05-22 22:10:52 UTC (rev 14)
@@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry excluding="src/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="C:/Program Files/Java/jre6/lib/jBNC/jBNC.jar" sourcepath="C:/Documents and Settings/ekcskni/My Documents/Personal/AI/jBNC_src_v.1.2.2/jBNC">
+ <classpathentry kind="lib" path="C:/Program Files/Java/jre6/lib/jBNC/jBNC.jar" sourcepath="C:/Documents and Settings/ekcskni/My Documents/personal/ai/jBNC_src_v.1.2.2/jBNC/src">
<attributes>
<attribute name="javadoc_location" value="file:/C:/Documents and Settings/ekcskni/My Documents/Personal/AI/jBNC_bin_v.1.2.2/jBNC/docs/api/"/>
</attributes>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 22:02:56
|
Revision: 13
http://aivas.svn.sourceforge.net/aivas/?rev=13&view=rev
Author: sunflame
Date: 2009-05-22 22:02:47 +0000 (Fri, 22 May 2009)
Log Message:
-----------
created directory for holding our java docs.
Added Paths:
-----------
trunk/aivas-java/javadocs/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 22:02:37
|
Revision: 12
http://aivas.svn.sourceforge.net/aivas/?rev=12&view=rev
Author: sunflame
Date: 2009-05-22 22:02:23 +0000 (Fri, 22 May 2009)
Log Message:
-----------
added jBNC.jar to classpath. Update to reflect location on your system before building.
Modified Paths:
--------------
trunk/aivas-java/.classpath
Modified: trunk/aivas-java/.classpath
===================================================================
--- trunk/aivas-java/.classpath 2009-05-22 21:34:41 UTC (rev 11)
+++ trunk/aivas-java/.classpath 2009-05-22 22:02:23 UTC (rev 12)
@@ -3,5 +3,10 @@
<classpathentry kind="src" path="src"/>
<classpathentry excluding="src/" kind="src" path=""/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="lib" path="C:/Program Files/Java/jre6/lib/jBNC/jBNC.jar" sourcepath="C:/Documents and Settings/ekcskni/My Documents/Personal/AI/jBNC_src_v.1.2.2/jBNC">
+ <attributes>
+ <attribute name="javadoc_location" value="file:/C:/Documents and Settings/ekcskni/My Documents/Personal/AI/jBNC_bin_v.1.2.2/jBNC/docs/api/"/>
+ </attributes>
+ </classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 21:34:50
|
Revision: 11
http://aivas.svn.sourceforge.net/aivas/?rev=11&view=rev
Author: sunflame
Date: 2009-05-22 21:34:41 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Make many changes.
Added Paths:
-----------
trunk/aivas-java/documentation/
trunk/aivas-java/documentation/README.java.txt
Removed Paths:
-------------
trunk/aivas-java/docs/
Added: trunk/aivas-java/documentation/README.java.txt
===================================================================
--- trunk/aivas-java/documentation/README.java.txt (rev 0)
+++ trunk/aivas-java/documentation/README.java.txt 2009-05-22 21:34:41 UTC (rev 11)
@@ -0,0 +1,3 @@
+README for java portions of aivas
+
+We are using jBNC for bayesian networks at the moment.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 21:22:03
|
Revision: 10
http://aivas.svn.sourceforge.net/aivas/?rev=10&view=rev
Author: sunflame
Date: 2009-05-22 21:21:55 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Adding README to project.
Added Paths:
-----------
trunk/aivas-java/docs/
trunk/aivas-java/docs/README.txt
Added: trunk/aivas-java/docs/README.txt
===================================================================
--- trunk/aivas-java/docs/README.txt (rev 0)
+++ trunk/aivas-java/docs/README.txt 2009-05-22 21:21:55 UTC (rev 10)
@@ -0,0 +1,3 @@
+I'm currently exploring jBNC for the bayesian networks.
+
+using jBNC_src_v.1.2.2 from sourceforge project.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 20:34:23
|
Revision: 9
http://aivas.svn.sourceforge.net/aivas/?rev=9&view=rev
Author: sunflame
Date: 2009-05-22 20:34:13 +0000 (Fri, 22 May 2009)
Log Message:
-----------
new directory
Added Paths:
-----------
trunk/aivas-perl/.project
Added: trunk/aivas-perl/.project
===================================================================
--- trunk/aivas-perl/.project (rev 0)
+++ trunk/aivas-perl/.project 2009-05-22 20:34:13 UTC (rev 9)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>aivas-perl</name>
+ <comment></comment>
+ <projects>
+ <project>aivas-java</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.epic.perleditor.perlbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.epic.perleditor.perlnature</nature>
+ </natures>
+</projectDescription>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 20:34:17
|
Revision: 8
http://aivas.svn.sourceforge.net/aivas/?rev=8&view=rev
Author: sunflame
Date: 2009-05-22 20:34:02 +0000 (Fri, 22 May 2009)
Log Message:
-----------
new directory
Added Paths:
-----------
trunk/aivas-java/.classpath
trunk/aivas-java/.project
trunk/aivas-java/src/
Added: trunk/aivas-java/.classpath
===================================================================
--- trunk/aivas-java/.classpath (rev 0)
+++ trunk/aivas-java/.classpath 2009-05-22 20:34:02 UTC (rev 8)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry excluding="src/" kind="src" path=""/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: trunk/aivas-java/.project
===================================================================
--- trunk/aivas-java/.project (rev 0)
+++ trunk/aivas-java/.project 2009-05-22 20:34:02 UTC (rev 8)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>aivas-java</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 20:29:00
|
Revision: 7
http://aivas.svn.sourceforge.net/aivas/?rev=7&view=rev
Author: sunflame
Date: 2009-05-22 20:28:50 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Adding main trunk
Added Paths:
-----------
trunk/
trunk/aivas-java/
trunk/aivas-perl/
trunk/docs/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 20:24:31
|
Revision: 6
http://aivas.svn.sourceforge.net/aivas/?rev=6&view=rev
Author: sunflame
Date: 2009-05-22 20:24:16 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Removed Paths:
-------------
.includepath
.project
.settings/
Deleted: .includepath
===================================================================
--- .includepath 2009-05-22 19:45:14 UTC (rev 5)
+++ .includepath 2009-05-22 20:24:16 UTC (rev 6)
@@ -1,3 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<includepath />
-
Deleted: .project
===================================================================
--- .project 2009-05-22 19:45:14 UTC (rev 5)
+++ .project 2009-05-22 20:24:16 UTC (rev 6)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>aivas</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.epic.perleditor.perlbuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.epic.perleditor.perlnature</nature>
- </natures>
-</projectDescription>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-22 19:45:23
|
Revision: 5
http://aivas.svn.sourceforge.net/aivas/?rev=5&view=rev
Author: sunflame
Date: 2009-05-22 19:45:14 +0000 (Fri, 22 May 2009)
Log Message:
-----------
Updating README
Modified Paths:
--------------
docs/README.txt
Added Paths:
-----------
.includepath
.settings/
.settings/org.eclipse.ltk.core.refactoring.prefs
Removed Paths:
-------------
aivas/
Added: .includepath
===================================================================
--- .includepath (rev 0)
+++ .includepath 2009-05-22 19:45:14 UTC (rev 5)
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<includepath />
+
Added: .settings/org.eclipse.ltk.core.refactoring.prefs
===================================================================
--- .settings/org.eclipse.ltk.core.refactoring.prefs (rev 0)
+++ .settings/org.eclipse.ltk.core.refactoring.prefs 2009-05-22 19:45:14 UTC (rev 5)
@@ -0,0 +1,3 @@
+#Thu May 21 13:42:10 EDT 2009
+eclipse.preferences.version=1
+org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false
Modified: docs/README.txt
===================================================================
--- docs/README.txt 2009-05-21 20:18:53 UTC (rev 4)
+++ docs/README.txt 2009-05-22 19:45:14 UTC (rev 5)
@@ -1,3 +1,7 @@
README for aivas
-Artificially Intelligent Virtual Assistance System
\ No newline at end of file
+Artificially Intelligent Virtual Assistance System
+
+We will probably be using bayesian networks.
+It will probably written in java since that's where
+most of the available information there seems to point.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-21 20:19:03
|
Revision: 4
http://aivas.svn.sourceforge.net/aivas/?rev=4&view=rev
Author: sunflame
Date: 2009-05-21 20:18:53 +0000 (Thu, 21 May 2009)
Log Message:
-----------
Updating README
Modified Paths:
--------------
docs/README.txt
Modified: docs/README.txt
===================================================================
--- docs/README.txt 2009-05-21 20:14:18 UTC (rev 3)
+++ docs/README.txt 2009-05-21 20:18:53 UTC (rev 4)
@@ -1,5 +1,3 @@
README for aivas
-Place holder for more documentation.
-
Artificially Intelligent Virtual Assistance System
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-21 20:14:29
|
Revision: 3
http://aivas.svn.sourceforge.net/aivas/?rev=3&view=rev
Author: sunflame
Date: 2009-05-21 20:14:18 +0000 (Thu, 21 May 2009)
Log Message:
-----------
Updating README
Modified Paths:
--------------
docs/README.txt
Modified: docs/README.txt
===================================================================
--- docs/README.txt 2009-05-21 19:24:43 UTC (rev 2)
+++ docs/README.txt 2009-05-21 20:14:18 UTC (rev 3)
@@ -1,3 +1,5 @@
README for aivas
-Place holder for more documentation.
\ No newline at end of file
+Place holder for more documentation.
+
+Artificially Intelligent Virtual Assistance System
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-21 19:24:53
|
Revision: 2
http://aivas.svn.sourceforge.net/aivas/?rev=2&view=rev
Author: sunflame
Date: 2009-05-21 19:24:43 +0000 (Thu, 21 May 2009)
Log Message:
-----------
Adding README to project.
Added Paths:
-----------
docs/README.txt
Added: docs/README.txt
===================================================================
--- docs/README.txt (rev 0)
+++ docs/README.txt 2009-05-21 19:24:43 UTC (rev 2)
@@ -0,0 +1,3 @@
+README for aivas
+
+Place holder for more documentation.
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <aiv...@li...> - 2009-05-21 19:13:49
|
Revision: 1
http://aivas.svn.sourceforge.net/aivas/?rev=1&view=rev
Author: sunflame
Date: 2009-05-21 17:24:26 +0000 (Thu, 21 May 2009)
Log Message:
-----------
Created some files (I'm testing out the Eclipse IDE with EPIC addons, that's
what the .project file is about).
Also created dirs for holding docs and the main aivas programs.
Added Paths:
-----------
.project
aivas/
docs/
Added: .project
===================================================================
--- .project (rev 0)
+++ .project 2009-05-21 17:24:26 UTC (rev 1)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>aivas</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.epic.perleditor.perlbuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.epic.perleditor.perlnature</nature>
+ </natures>
+</projectDescription>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
|