This code:
project.ant.jar(destfile: "/blah.jar", basedir: "/blah/blah"){
manifest() {
attributes( "Bundle-ManifestVersion": "2",
"Bundle-Name": "Event Type Editor" )
}
}
gives me this error:
Caused by: class org.apache.tools.ant.taskdefs.Manifest doesn't
support the nested "attributes" element.
anyone have a work-around for this?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
