Olá,
estou tentando gerar o .jar de um projeto meu, porém estão aparecendo estes dois erros abaixo:
init:
deps-clean:
Updating property file: E:\Documentos\NetBeansProjects\Brittos\build\built-clean.properties
Deleting directory E:\Documentos\NetBeansProjects\Brittos\build
clean:
init:
deps-jar:
Created dir: E:\Documentos\NetBeansProjects\Brittos\build
Updating property file: E:\Documentos\NetBeansProjects\Brittos\build\built-jar.properties
Created dir: E:\Documentos\NetBeansProjects\Brittos\build\classes
Created dir: E:\Documentos\NetBeansProjects\Brittos\build\empty
Created dir: E:\Documentos\NetBeansProjects\Brittos\build\generated-sources\ap-source-output
Compiling 26 source files to E:\Documentos\NetBeansProjects\Brittos\build\classes
error: error reading C:\Program Files\NetBeans 6.9.1\ireport\modules\ext\jasperreports-javaflow-4.0.0.jar; error in opening zip file
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
E:\Documentos\NetBeansProjects\Brittos\nbproject\build-impl.xml:533: The following error occurred while executing this line:
E:\Documentos\NetBeansProjects\Brittos\nbproject\build-impl.xml:224: Compile failed; see the compiler error output for details.
FALHA NA CONSTRUÇÃO (tempo total: 2 segundos)
As respectivas linhas são:
<j2seproject3:javac gensrcdir="${build.generated.sources.dir}"/>
e
<javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" fork="${javac.fork}" includeantruntime="false" includes="@{includes}" source="${javac.source}" sourcepath="@{sourcepath}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}">
Alguém poderia me ajudar a criar o meu .jar sem estes erros, pois o meu software executa normalmente com todas as suas funcionalidades.