Revision: 4176
          http://vexi.svn.sourceforge.net/vexi/?rev=4176&view=rev
Author:   mkpg2
Date:     2011-07-06 13:19:24 +0000 (Wed, 06 Jul 2011)

Log Message:
-----------
Fix. Mixing scopes up and generating incorrect .vexipath. Poke comes after test.

Modified Paths:
--------------
    
trunk/org.vexi-build.vexi.archive/src/main/java/org/vexi/build/vexi/archive/VexidevProject.java

Modified: 
trunk/org.vexi-build.vexi.archive/src/main/java/org/vexi/build/vexi/archive/VexidevProject.java
===================================================================
--- 
trunk/org.vexi-build.vexi.archive/src/main/java/org/vexi/build/vexi/archive/VexidevProject.java
     2011-07-06 12:21:17 UTC (rev 4175)
+++ 
trunk/org.vexi-build.vexi.archive/src/main/java/org/vexi/build/vexi/archive/VexidevProject.java
     2011-07-06 13:19:24 UTC (rev 4176)
@@ -60,7 +60,7 @@
                 addSrcFolder("gen", scope, scopePath);
 
                 
-                Collection<File> archives = 
module.getBuildDependencies(Scope.POKE, "vexi.vexi");
+                Collection<File> archives = module.getBuildDependencies(scope, 
"vexi.vexi");
                 for(File archive: archives){
                     if(seen.contains(archive)) continue;
                     seen.add(archive);
@@ -87,9 +87,9 @@
                        
                        public Object run() throws Exception {
                            add(Scope.MAIN, projectPath.main);
+                           add(Scope.TEST, projectPath.test);
                            add(Scope.POKE, projectPath.poke);
-                           add(Scope.TEST, projectPath.test);
-                               return null;
+                           return null;
                        }
 
                }.run();


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

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to