How to get Clean and Build in netbeans to work again?











up vote
0
down vote

favorite












I don't know if this is a netbeans or Ubuntu or Java problem. But I'm running Ubuntu 13.10 64bit, and trying to create a jar file from my java application that I've created with Netbeans IDE 7.0.1.



This is what happens when pressing the "Clean and Build" button



init:
deps-clean:
Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-clean.properties
Deleting directory /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
clean:
init:
deps-jar:
Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-jar.properties
Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/empty
Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/generated-sources/ap-source-output
Compiling 11 source files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/src/Connect.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Copying 17 files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
compile:
Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/dist
Copying 1 file to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
/home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:990: The following error occurred while executing this line:
/home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834: copylibs doesn't support the "excludeFromCopy" attribute
BUILD FAILED (total time: 0 seconds)


Could someone explain or help me to get this fixed?










share|improve this question


























    up vote
    0
    down vote

    favorite












    I don't know if this is a netbeans or Ubuntu or Java problem. But I'm running Ubuntu 13.10 64bit, and trying to create a jar file from my java application that I've created with Netbeans IDE 7.0.1.



    This is what happens when pressing the "Clean and Build" button



    init:
    deps-clean:
    Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-clean.properties
    Deleting directory /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
    clean:
    init:
    deps-jar:
    Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
    Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-jar.properties
    Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
    Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/empty
    Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/generated-sources/ap-source-output
    Compiling 11 source files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.
    Note: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/src/Connect.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    Copying 17 files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
    compile:
    Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/dist
    Copying 1 file to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
    /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:990: The following error occurred while executing this line:
    /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834: copylibs doesn't support the "excludeFromCopy" attribute
    BUILD FAILED (total time: 0 seconds)


    Could someone explain or help me to get this fixed?










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I don't know if this is a netbeans or Ubuntu or Java problem. But I'm running Ubuntu 13.10 64bit, and trying to create a jar file from my java application that I've created with Netbeans IDE 7.0.1.



      This is what happens when pressing the "Clean and Build" button



      init:
      deps-clean:
      Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-clean.properties
      Deleting directory /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
      clean:
      init:
      deps-jar:
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
      Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-jar.properties
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/empty
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/generated-sources/ap-source-output
      Compiling 11 source files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
      Note: Some input files use or override a deprecated API.
      Note: Recompile with -Xlint:deprecation for details.
      Note: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/src/Connect.java uses unchecked or unsafe operations.
      Note: Recompile with -Xlint:unchecked for details.
      Copying 17 files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
      compile:
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/dist
      Copying 1 file to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
      /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:990: The following error occurred while executing this line:
      /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834: copylibs doesn't support the "excludeFromCopy" attribute
      BUILD FAILED (total time: 0 seconds)


      Could someone explain or help me to get this fixed?










      share|improve this question













      I don't know if this is a netbeans or Ubuntu or Java problem. But I'm running Ubuntu 13.10 64bit, and trying to create a jar file from my java application that I've created with Netbeans IDE 7.0.1.



      This is what happens when pressing the "Clean and Build" button



      init:
      deps-clean:
      Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-clean.properties
      Deleting directory /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
      clean:
      init:
      deps-jar:
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
      Updating property file: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/built-jar.properties
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/empty
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/generated-sources/ap-source-output
      Compiling 11 source files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
      Note: Some input files use or override a deprecated API.
      Note: Recompile with -Xlint:deprecation for details.
      Note: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/src/Connect.java uses unchecked or unsafe operations.
      Note: Recompile with -Xlint:unchecked for details.
      Copying 17 files to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build/classes
      compile:
      Created dir: /home/jeggy/Skjøl/NetBeansProjects/KTEditor/dist
      Copying 1 file to /home/jeggy/Skjøl/NetBeansProjects/KTEditor/build
      /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:990: The following error occurred while executing this line:
      /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834: copylibs doesn't support the "excludeFromCopy" attribute
      BUILD FAILED (total time: 0 seconds)


      Could someone explain or help me to get this fixed?







      13.10 java netbeans jar






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 17 '14 at 20:08









      Jeggy

      1,243124070




      1,243124070






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          It's just a simple Netbeans bug file.
          Click on the link on the second to last line which is
          /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834:



          Remove the attribute of excludeFromCopy – not the whole line, only the piece of code associated with it!






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f435608%2fhow-to-get-clean-and-build-in-netbeans-to-work-again%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            It's just a simple Netbeans bug file.
            Click on the link on the second to last line which is
            /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834:



            Remove the attribute of excludeFromCopy – not the whole line, only the piece of code associated with it!






            share|improve this answer



























              up vote
              0
              down vote













              It's just a simple Netbeans bug file.
              Click on the link on the second to last line which is
              /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834:



              Remove the attribute of excludeFromCopy – not the whole line, only the piece of code associated with it!






              share|improve this answer

























                up vote
                0
                down vote










                up vote
                0
                down vote









                It's just a simple Netbeans bug file.
                Click on the link on the second to last line which is
                /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834:



                Remove the attribute of excludeFromCopy – not the whole line, only the piece of code associated with it!






                share|improve this answer














                It's just a simple Netbeans bug file.
                Click on the link on the second to last line which is
                /home/jeggy/Skjøl/NetBeansProjects/KTEditor/nbproject/build-impl.xml:834:



                Remove the attribute of excludeFromCopy – not the whole line, only the piece of code associated with it!







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Oct 22 '14 at 15:02









                David Foerster

                27.4k1363108




                27.4k1363108










                answered Oct 22 '14 at 14:16









                sulav Depp

                1




                1






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f435608%2fhow-to-get-clean-and-build-in-netbeans-to-work-again%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei