From 7c7059df1493d876f9d92a2100b02cbac6e216b2 Mon Sep 17 00:00:00 2001 From: Ian Brandt Date: Wed, 11 Jul 2012 07:05:16 -0700 Subject: [PATCH 1/2] fixes #34 --- componentbuild/shared/properties.xml | 4 ++++ componentbuild/shared/targets.xml | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/componentbuild/shared/properties.xml b/componentbuild/shared/properties.xml index d678a21..f0d04d2 100644 --- a/componentbuild/shared/properties.xml +++ b/componentbuild/shared/properties.xml @@ -11,6 +11,8 @@ + + - + + Spawning Node.js app at: ${src} - + + From 9f9f2402e9b3a85cb08f9ebdf7f817805d4ed280 Mon Sep 17 00:00:00 2001 From: Ian Brandt Date: Wed, 11 Jul 2012 12:24:37 -0700 Subject: [PATCH 2/2] DRY'd up Node.JS exec as a macro. --- componentbuild/shared/macrolib.xml | 68 +++++++++++++++++++++++------- componentbuild/shared/targets.xml | 42 +++++++++--------- 2 files changed, 72 insertions(+), 38 deletions(-) diff --git a/componentbuild/shared/macrolib.xml b/componentbuild/shared/macrolib.xml index 65870d4..8bf38ca 100644 --- a/componentbuild/shared/macrolib.xml +++ b/componentbuild/shared/macrolib.xml @@ -2,6 +2,13 @@ + + + + + + + @@ -34,7 +41,7 @@ - + @@ -202,10 +209,10 @@ Using Rhino. Install nodejs to improve jslint speed, or skip with -Dlint.skip=true - @@ -222,6 +229,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -246,7 +282,7 @@ - + @@ -268,7 +304,7 @@ - + @@ -302,7 +338,7 @@ - + @@ -361,25 +397,25 @@ - + Registering rollup info for lang files in @{dir} using YUI.add - + - + - + - - + + - + @@ -440,6 +476,6 @@ Adding CSS Registration Code to @{file} ${@{module}} - - + + diff --git a/componentbuild/shared/targets.xml b/componentbuild/shared/targets.xml index 37d568a..54b9a0b 100644 --- a/componentbuild/shared/targets.xml +++ b/componentbuild/shared/targets.xml @@ -48,18 +48,16 @@ - - + - + Spawning Node.js app at: ${src} - - + - + For faster builds, install Node.js. @@ -82,18 +80,18 @@ - + - - - - - - - - - - + + + + + + + + + + @@ -146,7 +144,7 @@ - + @@ -158,15 +156,15 @@ - - + + - + - +