diff options
| author | reger24 <reger24@users.noreply.github.com> | 2022-01-18 20:00:55 +0100 |
|---|---|---|
| committer | reger24 <reger24@users.noreply.github.com> | 2022-01-18 20:00:55 +0100 |
| commit | 3e34f7c596462c00bee503703d0856d4a3d46a5c (patch) | |
| tree | 2c9ddd6dbd4bbea551c6aef3f676dd2c5c98e6eb /.gitignore | |
| parent | 426c47013cd3e12397227a857e72690ca35b9435 (diff) | |
Import Ant build.xml into Gradle and use old compile of servlets in Gradle
to be able to use/reuse Ant targets where task has not been implemented in Gradle build.
- use the import to include the compile of htroot as first important task
! it is possible that first build fails an compile of GitRevTask.jar !
! solution/workaround -> use "ant all" once to compile GitRevTask.jar !
- adjusted build.xml a little
- split compile-core into compile-core and compile-htroot to have a target for htroot comp. only
- set build-path to reuse Gradles build directory
- (fix javadoc failure)
- changed the filtered-copy of yacyBuildProperties.java to ! the build path :-(
as current (copy,delete,exclude) is complicated and not migration worthy,
used simple/straigt forward approach (using a yacyBuildProperties.java.template file as copy source)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1e2bb8ca6..e4c8e7eb3 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ yacy.log /javadoc/ /build/ .gradle +source/net/yacy/peers/operation/yacyBuildProperties.java |
