Difficulty creating .JAR on NetBeans

2

I'm trying to create a .JAR in NetBeans, but I get the messages:

  

C: \ Users \ Admin \ Desktop \ Project \ nbproject \ build-impl.xml: 993: The following error occurred while executing this line:
  C: \ Users \ Admin \ Desktop \ Project \ nbproject \ build-impl.xml: 837: copylibs does not support the "excludeFromCopy" attribute

NetBeans does not generate .JAR because of these errors.

My specifications

  

OS version = Windows 7 64 Bits
  Java version = 1.7.0_55
  Netbeans version = 7.0.1

    
asked by anonymous 05.05.2014 / 13:29

1 answer

3

According to this bug report from NetBeans itself this is a bug and to fix it just refresh to version 7.4 or higher.

    
11.05.2014 / 02:53