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 123947 - broken sources
Summary: broken sources
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-13 13:00 UTC by Lukas Jungmann
Modified: 2007-12-13 17:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2007-12-13 13:00:53 UTC
up-to date sources, rollbacked last commit in xml modules due to issue 123939

compile:
    [mkdir] Created dir: /space/cvs/trunk/profiler/modules/nbmodule/build/classes
    [javac] Compiling 1 source file to /space/cvs/trunk/profiler/modules/nbmodule/build/classes
    [javac]
/space/cvs/trunk/profiler/modules/nbmodule/src/org/netbeans/modules/profiler/nbmodule/NbModuleProjectTypeProfiler.java:107:
annotations are not supported in -source 1.4
    [javac] (try -source 1.5 to enable annotations)
    [javac]     @Override
    [javac]      ^
    [javac] 1 error
  [nbmerge] Failed to build target: all-profiler/modules/nbmodule

BUILD FAILED
/space/cvs/trunk/nbbuild/build.xml:688: The following error occurred while executing this line:
/space/cvs/trunk/nbbuild/build.xml:683: The following error occurred while executing this line:
/space/cvs/trunk/nbbuild/build.xml:733: The following error occurred while executing this line:
/space/cvs/trunk/nbbuild/templates/common.xml:116: Compile failed; see the compiler error output for details.
Comment 1 J Bachorik 2007-12-13 14:20:46 UTC
fixed

Checking in project.properties;
/cvs/profiler/modules/nbmodule/nbproject/project.properties,v  <--  project.properties
new revision: 1.2; previous revision: 1.1
done
Comment 2 Lukas Jungmann 2007-12-13 17:57:18 UTC
v.