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 254407 - The following error occurred while executing this line:
Summary: The following error occurred while executing this line:
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-16 20:00 UTC by Tony_Clifford
Modified: 2015-08-17 08:51 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 Tony_Clifford 2015-08-16 20:00:12 UTC
Hi

I've very new to java and the NetBeans ide so this could be a simple issue however I was unable to locate any similar bug reported or assistance elsewhere on the web.

When trying to build a web project I get the following:

ant -f C:\\Users\\a153077\\Documents\\NetBeansProjects\\CicsMonitor -Dnb.internal.action.name=run -Ddirectory.deployment.supported=true -DforceRedeploy=false -Dnb.wait.for.caches=true -Dbrowser.context=C:\\Users\\a153077\\Documents\\NetBeansProjects\\CicsMonitor run
init:
deps-module-jar:
deps-ear-jar:
deps-jar:
wsimport-init:
wsimport-client-cicsStatusCom:
files are up to date
wsimport-client-generate:
library-inclusion-in-archive:
library-inclusion-in-manifest:
C:\Users\a153077\Documents\NetBeansProjects\CicsMonitor\nbproject\build-impl.xml:875: The following error occurred while executing this line:
C:\Users\a153077\Documents\NetBeansProjects\CicsMonitor\nbproject\build-impl.xml:297: 
Cancelled by user.
BUILD FAILED (total time: 1 second)

There doesn't seem to be an indication of what the actual error is.
I'm also unclear on why it says "Cancelled by user" as all I did was click the "Run" button.

Any help is appreciated.

Regards
Tony
Comment 1 Jiri Kovalsky 2015-08-17 08:51:11 UTC
Reassigning for further evaluation.