-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
**/.idea/ | ||
**/*.iml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@setlocal | ||
|
||
cd %~dp0 | ||
@echo off | ||
REM set PROJECT_ROOT=../../web_project | ||
|
||
if "%PROJECT_ROOT%" == "" ( | ||
echo =============================================================== | ||
echo コメントアウトされている PROJECT_ROOT を設定してください。 | ||
|
||
echo =============================================================== | ||
pause | ||
GOTO :END | ||
) | ||
@echo on | ||
|
||
set UI_PLUGINS_DIRS=ui_plugins | ||
|
||
node "..\\node_modules\\nablarch-dev-tool-installer\\bin\\installer.js" | ||
|
||
:END |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
export PROJECT_ROOT='../../web_project' | ||
export UI_PLUGINS_DIRS=ui_plugins | ||
|
||
node ../node_modules/.bin/plugin_installer.js | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
@setlocal | ||
|
||
cd %~dp0 | ||
|
||
set PROJECT_ROOT=../../nablarch-tutorial-project | ||
set UI_PLUGINS_DIRS=ui_plugins | ||
|
||
node "..\\node_modules\\nablarch-dev-tool-installer\\bin\\installer.js" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cd %~dp0 | ||
|
||
call mvn clean compile dependency:copy-dependencies -f ../node_modules/nablarch-dev-tool-server/ui_test/pom.xml | ||
|
||
if NOT "%ERRORLEVEL%" == "0" ( | ||
echo "nablarch-dev-tool-serverのビルドに失敗しました。" | ||
exit /B | ||
) | ||
|
||
pushd .. | ||
npm install | ||
popd | ||
pause |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
(mvn clean compile dependency:copy-dependencies -f ../node_modules/nablarch-dev-tool-server/ui_test/pom.xml); | ||
if [ $? -ne 0 ]; then | ||
echo "nablarch-dev-tool-serverのビルドに失敗しました。" | ||
exit $? | ||
fi | ||
|
||
(cd .. && npm install); |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@setlocal | ||
|
||
cd %~dp0 | ||
@echo off | ||
REM set PROJECT_ROOT=../../nablarch-tutorial-project | ||
|
||
if "%PROJECT_ROOT%" == "" ( | ||
echo =============================================================== | ||
echo コメントアウトされている PROJECT_ROOT を設定してください。 | ||
|
||
echo =============================================================== | ||
pause | ||
GOTO :END | ||
) | ||
@echo on | ||
|
||
set UI_PLUGINS_DIRS=ui_plugins | ||
|
||
node "..\\node_modules\\nablarch-dev-tool-update_support\\bin\\updated_plugin.js" | ||
pause | ||
|
||
:END |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.