I hereby claim:
- I am nigjo on github.
- I am nigjo (https://keybase.io/nigjo) on keybase.
- I have a public key whose fingerprint is 96DE C878 B069 8B31 89F0 66A4 61C7 C437 3D3F 1DC3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| @echo off | |
| REM | |
| REM Copyright 2018 Jens Hofschröer <netbeans-tools@nigjo.de> | |
| REM Licensed under the Apache License, Version 2.0 (the "License"); | |
| REM you may not use this file except in compliance with the License. | |
| REM You may obtain a copy of the License at | |
| REM http://www.apache.org/licenses/LICENSE-2.0 |
The aim is to introduce <extension-point/> elements to the NetBeans Ant build scripts. [Extension points][manual_extensions] are introduced to Apache Ant in version 1.8. This is the minimum version to perform the build of the NetBeans Platform itself.
The build of a NetBeans Platform Module and a NetBeans Platform based module with Ant
is a little bit different. The Platform itself uses the nbbuild-folder, the RCP Modules
are using the harness folder. There is one script file, common.xml, which both have
in common. The other files are in nbbuild or in apisupport.harness/release. Both
build should work after the introduction of entry points.
| // | |
| // Attribution 4.0 International (CC BY 4.0) | |
| // https://creativecommons.org/licenses/by/4.0/ | |
| // | |
| // Original location: | |
| // https://gist.github.com/nigjo/d14a29eab90a0a55f62228c2c71ecb03 | |
| // | |
| package com.github.gist.nigjo; | |
| import javax.swing.event.DocumentEvent; |
| // | |
| // Attribution 4.0 International (CC BY 4.0) | |
| // https://creativecommons.org/licenses/by/4.0/ | |
| // | |
| // Original location: https://gist.github.com/nigjo/3a0590c6f5df112e87b04e63e38f21d7 | |
| // Last Changed: 2024-03-13 | |
| // Author: Jens Hofschröer <github@nigjo.de> | |
| // | |
| package com.github.gist.nigjo.web; |
| /* | |
| * Licensed to the Apache Software Foundation (ASF) under one | |
| * or more contributor license agreements. See the NOTICE file | |
| * distributed with this work for additional information | |
| * regarding copyright ownership. The ASF licenses this file | |
| * to you under the Apache License, Version 2.0 (the | |
| * "License"); you may not use this file except in compliance | |
| * with the License. You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 |
| @echo off | |
| REM | |
| REM Licensed to the Apache Software Foundation (ASF) under one | |
| REM or more contributor license agreements. See the NOTICE file | |
| REM distributed with this work for additional information | |
| REM regarding copyright ownership. The ASF licenses this file | |
| REM to you under the Apache License, Version 2.0 (the | |
| REM "License"); you may not use this file except in compliance | |
| REM with the License. You may obtain a copy of the License at | |
| REM |
| @echo off | |
| REM (c) 2020 by Jens Hofschröer. Use at your own risk! | |
| REM Licence: (CC BY-SA 4.0) https://creativecommons.org/licenses/by-sa/4.0/ | |
| REM Source: https://gist.github.com/nigjo/c0f672fba7374f43118f1cc96748e602 | |
| REM | |
| REM to create a plot relative to current player (for datapack functions) | |
| REM run this file with parameters | |
| REM "11+halfx" 1 "11+halfz" | |
| REM | |
| REM replace with regex in resultfile: |
| /* | |
| * Copyright 2020 nigjo. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| /* | |
| * Copyright 2020 Jens Hofschröer. | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |