[ 
https://issues.apache.org/jira/browse/NETBEANS-5731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17357859#comment-17357859
 ] 

Vítězslav Dvořák commented on NETBEANS-5731:
--------------------------------------------

{code:java}
ant -f 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common
 -Dcontinue.after.failing.tests=true -Ddo.not.clean.module.config.xml=true 
clean build
init-tasks:
default.init:
Updating property file: 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/netbeans/moduleCluster.properties
common-init:
basic-init:
projectized-common.-release.files:
projectized-common.files-init:
files-init:
testuserdir-delete:
projectized-common.clean:
Deleting: 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/netbeans/platform/update_tracking/org-netbeans-api-annotations-common.xml
clean:
Loading module list from /tmp/nb-scan-cache-4f9b939d-full.ser
init-tasks:
default.init:
Updating property file: 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/netbeans/moduleCluster.properties
common-init:
basic-init:
projectized-common.-release.files:
projectized-common.files-init:
files-init:
jdk-8-check:
Build number : 20210605-a15d4b6b26e5
set-buildnumber:
build-init:
Warning: module.javadoc.packages was already set to 
org.netbeans.api.annotations.common
init:
Created dir: 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/classes/META-INF
All tests passed
up-to-date:
Compiling 13 source files to 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/classes
Ignoring source, target and bootclasspath as release has been set
Creating empty 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/classes/org/netbeans/api/annotations/common/package-info.class
Copying 2 files to 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/classes
compile:
jar-prep:
Building jar: 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/netbeans/platform/modules/org-netbeans-api-annotations-common.jar
projectized-common.jar:
jar:
netbeans-extra:
javahelp:
module-auto-deps:
projectized-common.release:
release:
module-xml-regular:
module-xml-autoload:
module-xml-eager:
chmod-executables:
verify-class-linkage:
0 file(s) have been successfully validated.
1 file(s) have been successfully validated.
Processing 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/apichanges.xml
 to 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/apichanges.html
Loading stylesheet 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/javadoctools/apichanges.xsl
jar-ml:
netbeans:
Generating Auto Update information for org.netbeans.api.annotations.common
test-unit-dep-build:
test-qa-functional-dep-build:
test-dep-build:
test-preinit:
test-lib-init:
test-init:
projectized-common.do-unit-test-build:
do-unit-test-build:
projectized-common.do-qa-functional-test-build:
do-qa-functional-test-build:
do-test-build:
projectized-common.test-build:
test-unit-build-datajar:
test-qa-functional-build-datajar:
test-build-datajar:
test-build:
sigtest check: platform/api.annotations.common; cnb: 
org-netbeans-api-annotations-common; email: api-chan...@netbeans.org; type: 
check
check-sigtest:
Created dir: 
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/test/sigtest/results
/home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/test/sigtest/results/org.netbeans.api.annotations.common
build:
BUILD SUCCESSFUL (total time: 2 seconds)

{code}
But the module itself is compiled without problems ....

> Failed to build target: all-api.annotations.common
> --------------------------------------------------
>
>                 Key: NETBEANS-5731
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5731
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Other
>    Affects Versions: 12.4
>         Environment: {{{color:#000000}Debian10 64Bit {color}}}
> {{{color:#000000}with {color}}}
> {color:#000000}openjdk 11.0.11 2021-04-20 
> OpenJDK Runtime Environment (build 11.0.11+9-post-Debian-1deb10u1) 
> OpenJDK 64-Bit Server VM (build 11.0.11+9-post-Debian-1deb10u1, mixed mode, 
> sharing)
>  
> {color}
> current source code from 
> {color:#000000}g...@github.com:apache/netbeans.git{color} master branch
>            Reporter: Vítězslav Dvořák
>            Priority: Minor
>              Labels: java11
>
> Try to complile current source code in ./netbeans using command 
>  
> {color:#000000}ant -DuseExternalJarsOnLinux=true -Dpermit.jdk9.builds=true 
> -Dcluster.config=full -buildfile netbeans/build.xml build-nozip {color}
>  
>  
>  
> {code:java}
> ...
> build-init: 
> Warning: module.javadoc.packages was already set to 
> org.netbeans.api.annotations.common 
>  
> -javac-init-nbjdk: 
>  
> -javac-init-bootclasspath-prepend: 
>  
> -javac-init-no-bootclasspath-prepend: 
>  
> -javac-init: 
>  
> -init-proxy: 
>  
> init: 
>  
> -prepare-mandatory-files-for-module: 
> [createlicensesummary] All tests passed 
>  
> up-to-date: 
>  
> -pre-compile: 
>  
> -do-compile: 
>  [nb-javac] Compiling 5 source files to 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/platform/api.annotations.common/build/classes
>  
>  [nb-javac] Ignoring source, target and bootclasspath as release has been set 
>    [repeat] error: Bad service configuration file, or exception thrown while 
> constructing Processor object: javax.annotation.processing.Processor: 
> Provider org.netbeans.api.annotations.common.proc.StaticResourceProcessor not 
> found 
>    [repeat] 1 error 
>   [nbmerge] Failed to build target: all-api.annotations.common 
>  
> BUILD FAILED 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:639: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:634: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:669: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:652: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:634: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:669: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:652: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:634: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/build.xml:681: 
> The following error occurred while executing this line: 
> /home/vitex/Projects/Packaging/netbeans.deb/netbeans/nbbuild/templates/common.xml:207:
>  Compile failed; see the compiler error output for details.
>  
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to