View Single Post
Old Feb 26, 2009 | 06:52 PM
  #10  
PeterD's Avatar
PeterD
PassionFord Post Whore!!
 
Joined: Nov 2005
Posts: 4,062
Likes: 0
From: Edinburgh
Default

Tried it again and getting this...

init:
deps-jar:
Trying to override old definition of task http://www.netbeans.org/ns/j2se-project/3:javac
Compiling 3 source files to C:\Documents and Settings\Owner\My Documents\NetBeansProjects\JavaApplication1\build\ classes
The option destdir cannot be set on the contained <javac> element. The option will be ignored
The option srcdir cannot be set on the contained <javac> element. The option will be ignored
The option includes cannot be set on the contained <javac> element. The option will be ignored
The option excludes cannot be set on the contained <javac> element. The option will be ignored
The option deprecation cannot be set on the contained <javac> element. The option will be ignored
The option includeantruntime cannot be set on the contained <javac> element. The option will be ignored
org.codehaus.groovy.control.MultipleCompilationErr orsException: startup failed, C:\Documents and Settings\Owner\My Documents\NetBeansProjects\JavaApplication1\src\Gr oovyScript1.groovy: 12: expecting anything but ''\n''; got it anyway @ line 12, column 40.
label(text:",'First name:')
^
1 error
C:\Documents and Settings\Owner\My Documents\NetBeansProjects\JavaApplication1\nbproj ect\build-impl.xml:339: The following error occurred while executing this line:
C:\Documents and Settings\Owner\My Documents\NetBeansProjects\JavaApplication1\nbproj ect\groovy-build.xml:16: Compilation Failed
BUILD FAILED (total time: 0 seconds)


A bit dramatic eh?
Reply