Revision: 4408
          http://vexi.svn.sourceforge.net/vexi/?rev=4408&view=rev
Author:   mkpg2
Date:     2012-06-27 07:03:45 +0000 (Wed, 27 Jun 2012)
Log Message:
-----------
Fix. Bad command, incorrect args order.

Modified Paths:
--------------
    trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java

Modified: trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java
===================================================================
--- trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java       
2012-06-27 06:21:09 UTC (rev 4407)
+++ trunk/org.vexi-launcher/src/main/java/org/vexi/launcher/Launcher.java       
2012-06-27 07:03:45 UTC (rev 4408)
@@ -358,7 +358,6 @@
                 command.add("logs/"+logfile);
             }
             
-            command.add("biscuitid="+DotVexi.urlUniqueName(codebase));
             
             for (int i = 0; i<10000;i++) {
                 if (getParameter("option" + i) == null) {
@@ -366,6 +365,9 @@
                 }
                 command.add(getParameter("option" + i));
             }
+            
+            command.add("biscuitid="+DotVexi.urlUniqueName(codebase));
+            
             for (int i = 0; i<fetchVexis.size();i++) {
                 File f = fetch((String)fetchVexis.get(i));
                 command.add(f.getPath());

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to