Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
RagDoc View
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
RagDoc View
Commits
4bb8afb1
Commit
4bb8afb1
authored
6 years ago
by
Jesper
Browse files
Options
Downloads
Patches
Plain Diff
Update rd-builder
parent
c1b6c15d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+7
-4
7 additions, 4 deletions
build.sh
rd-builder
+1
-1
1 addition, 1 deletion
rd-builder
with
8 additions
and
5 deletions
build.sh
+
7
−
4
View file @
4bb8afb1
...
...
@@ -6,16 +6,15 @@ if [ ! -d 'rd-builder' ] || [ ! -e "rd-builder/build.gradle" ]; then
echo
'Pulling RD-Builder'
git submodule init
fi
git submodule update
EXTENDJ
=
"rd-builder/extendj"
echo
"ExtendJ path:
$EXTENDJ
"
if
[
!
-e
"
$EXTENDJ
/build.gradle"
]
;
then
if
[
!
-d
'$EXTENDJ'
]
||
[
!
-e
"
$EXTENDJ
/build.gradle"
]
;
then
echo
'Pulling ExtendJ'
(
cd
rd-builder
;
git submodule init
)
fi
git submodule update
(
cd
rd-builder
;
git submodule update
)
# Optional debug flags.
...
...
@@ -31,4 +30,8 @@ java \
-jar
rd-builder/rd-builder.jar
\
-d
src/data
\
-ragroot
$EXTENDJ
\
$(
find
$EXTENDJ
/src
-name
'*.java'
)
$(
find
$EXTENDJ
/src
-name
'*.java'
)
\
$(
find
$EXTENDJ
/java8/src
-name
'*.java'
)
# Build packed assets for publishing.
ng build
--prod
--base-href
"/doc/"
This diff is collapsed.
Click to expand it.
rd-builder
@
9f59bdb6
Subproject commit
b8cfca720aaf1cf22e7423b362d5ec4666d311aa
Subproject commit
9f59bdb6622c2166727262e977b5ae331a7f94f3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment