This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 235865 - Fail when executing Clean and Build on a Library project
Summary: Fail when executing Clean and Build on a Library project
Status: RESOLVED INCOMPLETE
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 7.3.1
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 09:16 UTC by jjespada
Modified: 2013-09-20 07:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (106.53 KB, text/plain)
2013-09-12 09:17 UTC, jjespada
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jjespada 2013-09-12 09:16:56 UTC
Product Version = NetBeans IDE 7.3.1 (Build 201306052037)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_24
Runtime = Java HotSpot(TM) Client VM 19.1-b02
Comment 1 jjespada 2013-09-12 09:17:03 UTC
Created attachment 139973 [details]
IDE log
Comment 2 jjespada 2013-09-12 09:30:52 UTC
...
D:\CURSOS-PRACTICAS\Servicios Web con JAX-WS\LibreriaCentros\nbproject\build-impl.xml:984: The following error occurred while executing this line:
D:\CURSOS-PRACTICAS\Servicios Web con JAX-WS\LibreriaCentros\nbproject\build-impl.xml:321: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 3 seconds)

Line 984 of build-impl.xml is
...
    <target depends="init,deps-jar,-pre-pre-compile,-pre-compile, -copy-persistence-xml,-compile-depend" if="have.sources" name="-do-compile">
984=>        <j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
        <copy todir="${build.classes.dir}">
            <fileset dir="${src.dir}" excludes="${build.classes.excludes},${excludes}" includes="${includes}"/>
        </copy>
    </target>
...
Comment 3 Milan Kuchtiak 2013-09-19 08:43:38 UTC
I don't see any relationship with JAX-WS (other than "Servicios Web con JAX-WS" project name).

See that the issue with WSUtils.checkEndorsedLib() was fixed in bug 227744.
I don't see any compilation error, reported in Comment 2.

May be some problem with Annotation processor (visible in IDE log).

Re-assigning to java source.
Comment 4 Jiri Prox 2013-09-19 10:40:18 UTC
Can you please attach whole output?
Comment 5 Svata Dedic 2013-09-20 07:41:37 UTC
Please turn verbosity level to 'verbose' in Tools | Options | Java - Ant tab and attach the output. There are exception from JPA annotation processor in the ide.log, something similar might have happened during clean/compile as well.