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

Summary: The following error occurred while executing this line:
Product: projects Reporter: Tony_Clifford
Component: Ant ProjectAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

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.