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 179785 - BUILD FAILED
Summary: BUILD FAILED
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Chat (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-22 05:43 UTC by Alexander Simon
Modified: 2015-05-21 09:42 UTC (History)
1 user (show)

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 Alexander Simon 2010-01-22 05:43:11 UTC
[subant-junit] symbol  : constructor KenaiNotification(java.util.Date,org.netbeans.modules.kenai.api.KenaiService.Type,java.net.URI,java.lang.String,java.lang.String,java.util.List)
[subant-junit] location: class org.netbeans.modules.kenai.api.KenaiNotification
[subant-junit]         KenaiNotification kn = new KenaiNotification(date, Type.SOURCE, new URI(feature.getLocation()), "Aramis", "svn", modifications);
[subant-junit]                                ^
[subant-junit] 1 error

BUILD FAILED
/export1/hudson/jobs/cnd-build/workspace/cnd.kit/misc-build.xml:92: The following error occurred while executing this line:
/export1/hudson/jobs/cnd-build/workspace/nbbuild/build.xml:1579: The following error occurred while executing this line:
/export1/hudson/jobs/cnd-build/workspace/nbbuild/templates/common.xml:571: The following error occurred while executing this line:
/export1/hudson/jobs/cnd-build/workspace/nbbuild/templates/common.xml:534: Compile failed; see the compiler error output for details.

Total time: 10 minutes 1 second
Comment 1 Alexander Simon 2010-01-22 05:47:03 UTC
Sorry, I forget first line of error:

[subant-junit] /export1/hudson/jobs/cnd-build/workspace/bugtracking.bridge/test/unit/src/org/netbeans/modules/bugtracking/bridge/kenai/VCSKenaiSupportImplTest.java:172: cannot find symbol
[subant-junit] symbol  : constructor KenaiNotification(java.util.Date,org.netbeans.modules.kenai.api.KenaiService.Type,java.net.URI,java.lang.String,java.lang.String,java.util.List<org.netbeans.modules.kenai.api.KenaiNotification.Modification>)
[subant-junit] location: class org.netbeans.modules.kenai.api.KenaiNotification
[subant-junit]         KenaiNotification kn = new KenaiNotification(date, Type.SOURCE, new URI(feature.getLocation()), "Aramis", "svn", modifications);
[subant-junit]                                ^
[subant-junit] 1 error
Comment 2 Alexander Simon 2010-01-22 06:00:07 UTC
it is result of fixing:
BZ#178102 Hyperlink to Subversion revision in Kenai Chat is wrong
Comment 3 Jan Becicka 2010-01-22 06:35:24 UTC
should be fixed
http://hg.netbeans.org/cdev/rev/98a3b2be2973
Comment 4 wesbyrne7792 2015-05-21 09:42:35 UTC
Did you try to fix it with help of Administrator?