|
From: <ku...@us...> - 2008-02-12 12:25:06
|
Revision: 112
http://xoperator.svn.sourceforge.net/xoperator/?rev=112&view=rev
Author: kurzum
Date: 2008-02-12 04:25:10 -0800 (Tue, 12 Feb 2008)
Log Message:
-----------
new start.bat and installation
Modified Paths:
--------------
trunk/xOperator/scripts/start.bat
Added Paths:
-----------
trunk/xOperator/scripts/install.svn.txt
trunk/xOperator/scripts/start.sh
Removed Paths:
-------------
trunk/xOperator/scripts/install.txt
Copied: trunk/xOperator/scripts/install.svn.txt (from rev 111, trunk/xOperator/scripts/install.txt)
===================================================================
--- trunk/xOperator/scripts/install.svn.txt (rev 0)
+++ trunk/xOperator/scripts/install.svn.txt 2008-02-12 12:25:10 UTC (rev 112)
@@ -0,0 +1,23 @@
+
+
+This is a basic install script:
+*************
+1. compiling:
+-load the source into eclipse via svn
+-right click an the ant build.xml file and choose default
+
+*************
+2. get a second jabber account
+- go to jabber.chaotic.de (example)
+- add a user there
+- add your new jabber account to your old jabber account
+
+*************
+3. starting the xOperator
+- go to folder dist
+- use start.bat
+(there are two examples, how it should look like at the end
+start_google.bat is for google accounts
+start_other.bat is for other
+just replace your jabber accoutn and passwords
+)
Deleted: trunk/xOperator/scripts/install.txt
===================================================================
--- trunk/xOperator/scripts/install.txt 2008-02-08 04:57:05 UTC (rev 111)
+++ trunk/xOperator/scripts/install.txt 2008-02-12 12:25:10 UTC (rev 112)
@@ -1,23 +0,0 @@
-
-
-This is a basic install script:
-*************
-1. compiling:
--load the source into eclipse via svn
--right click an the ant build.xml file and choose default
-
-*************
-2. get a second jabber account
-- go to jabber.chaotic.de (example)
-- add a user there
-- add your new jabber account to your old jabber account
-
-*************
-3. starting the xOperator
-- go to folder dist
-- use start.bat
-(there are two examples, how it should look like at the end
-start_google.bat is for google accounts
-start_other.bat is for other
-just replace your jabber accoutn and passwords
-)
Modified: trunk/xOperator/scripts/start.bat
===================================================================
--- trunk/xOperator/scripts/start.bat 2008-02-08 04:57:05 UTC (rev 111)
+++ trunk/xOperator/scripts/start.bat 2008-02-12 12:25:10 UTC (rev 112)
@@ -1 +1,4 @@
+@REM for a xoperator.properties at a different location,
+@REM simply add the path to the file as a single parameter,
+@REM e.g.: java -jar agent.jar ../stuff/xoperator.properties
java -jar agent.jar
\ No newline at end of file
Added: trunk/xOperator/scripts/start.sh
===================================================================
--- trunk/xOperator/scripts/start.sh (rev 0)
+++ trunk/xOperator/scripts/start.sh 2008-02-12 12:25:10 UTC (rev 112)
@@ -0,0 +1,4 @@
+# for a xoperator.properties at a different location,
+# simply add the path to the file as a single parameter,
+# e.g.: java -jar agent.jar ../stuff/xoperator.properties
+java -jar agent.jar
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|