|
From: <jom...@us...> - 2008-09-09 11:44:04
|
Revision: 1362
http://jason.svn.sourceforge.net/jason/?rev=1362&view=rev
Author: jomifred
Date: 2008-09-09 11:44:01 +0000 (Tue, 09 Sep 2008)
Log Message:
-----------
put jedit jars in the lib directory
Modified Paths:
--------------
trunk/build.xml
trunk/doc/faq/faq.tex
Added Paths:
-----------
trunk/lib/jedit/
trunk/lib/jedit/BufferTabs.jar
trunk/lib/jedit/ErrorList.jar
trunk/lib/jedit/SideKick.jar
trunk/lib/jedit/jedit.jar
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-09-09 08:57:21 UTC (rev 1361)
+++ trunk/build.xml 2008-09-09 11:44:01 UTC (rev 1362)
@@ -19,7 +19,7 @@
<property name="distDir" value="${env.HOME}/tmp/x/Jason-${version}.${release}" />
<property name="distFile" value="${env.HOME}/Jason-${version}.${release}" />
- <property name="jedit.install.dir" value="${basedir}/bin/jedit" />
+ <property name="jedit.install.dir" value="${basedir}/lib/jedit" />
<property name="plugin.jar.name" value="jason-jedit-plugin.jar" />
<path id="run.classpath">
@@ -36,8 +36,8 @@
<pathelement location="${basedir}/lib/ant-launcher.jar" />
<pathelement location="${basedir}/lib/ant.jar" />
<pathelement location="${basedir}/demos/persistent-belief-base/lib/hsqldb.jar" />
- <pathelement location="${jedit.install.dir}/jars/ErrorList.jar" />
- <pathelement location="${jedit.install.dir}/jars/SideKick.jar" />
+ <pathelement location="${jedit.install.dir}/ErrorList.jar" />
+ <pathelement location="${jedit.install.dir}/SideKick.jar" />
<pathelement location="${jasonJar}" />
</path>
@@ -223,6 +223,9 @@
windowtitle="Jason - AgentSpeak Java Interpreter">
<classpath refid="project.classpath" />
</javadoc>
+ <exec executable="doxygen">
+ <arg line="doc/jason.doxygen"/>
+ </exec>
</target>
<target name="dist" depends="cleanExamples,plugin" description="Build distribution.">
Modified: trunk/doc/faq/faq.tex
===================================================================
--- trunk/doc/faq/faq.tex 2008-09-09 08:57:21 UTC (rev 1361)
+++ trunk/doc/faq/faq.tex 2008-09-09 11:44:01 UTC (rev 1362)
@@ -25,7 +25,7 @@
% ---------------------------------------------------------------------
-\section{Platform Name}
+\section{General}
\subsection{Why is the platform called "Jason"?}
@@ -842,11 +842,6 @@
ant plugin
\end{verbatim}
-\textbb{Note}: if you are using Eclipse, set the output directory as
-\texttt{bin/classes}.
-
-
-
\item create the API documentation:
\begin{verbatim}
ant apidoc
@@ -857,4 +852,16 @@
\end{enumerate}
+\subsection{How to create an Eclipse project for \jason?}
+
+\begin{enumerate}
+\item Select new Java Project wizard in Eclipse.
+\item In "create project from existing source" select the directory where
+ \Jason is installed. [Next]
+\item Set \texttt{"src"} directory for the sources.
+\item Set \texttt{"bin/classes"} for "Default output folder".
+\item Add all jars in \texttt{"lib"} for "Libraries". [Finish]
+\end{enumerate}
+
+
\end{document}
Property changes on: trunk/lib/jedit/BufferTabs.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: trunk/lib/jedit/ErrorList.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: trunk/lib/jedit/SideKick.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: trunk/lib/jedit/jedit.jar
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|