Revision: 4730
          http://sourceforge.net/p/vexi/code/4730
Author:   mkpg2
Date:     2014-09-10 22:57:29 +0000 (Wed, 10 Sep 2014)
Log Message:
-----------
Fix fork property setting (2nd attempt).

Modified Paths:
--------------
    
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java

Modified: 
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
===================================================================
--- 
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
        2014-09-10 13:25:29 UTC (rev 4729)
+++ 
trunk/org.vexi-build.deployment/src/main/java/org/vexi/build/deployment/VexiDeploymentAssembler.java
        2014-09-10 22:57:29 UTC (rev 4730)
@@ -151,10 +151,11 @@
                            // GENERATE json
                            String launcherJson = 
props.getString("launcher-json");
                            if(launcherJson!=null){
+                               boolean fork = 
parseBooleanTolerantly(props.getString("fork", "yes"));
                            Map m = new LinkedHashMap();
                            m.put("applet-jar",launcher.getName());
                            
m.put("applet-class",props.expectString("applet-class"));
-                           m.put("fork", 
parseBooleanTolerantly(props.getString("fork", "yes")));
+                           m.put("fork", fork?"yes":"no");
                            if(core!=null)
                                m.put("core-signed",core.getName());
                            m.putAll(vexisMap);

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


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to