pedro-w commented on issue #7244: URL: https://github.com/apache/netbeans/issues/7244#issuecomment-2058705073
I made a zip with 2 projects (nttjapp and nttjlib) in it. You can use it with `File | Import Project | From Zip...` . When I do this, I can just select the 'nttjapp' project and press Run Project, then NB will compile both projects and run the app. Please can you try and report what happens - if it doesn't work, look at the log as Eric has suggested. [ntt.zip](https://github.com/apache/netbeans/files/14995050/ntt.zip) ``` ant -f D:\\temp\\ntt\\nttjapp -Dnb.internal.action.name=run run init: deps-jar: Created dir: D:\temp\ntt\nttjapp\build Updating property file: D:\temp\ntt\nttjapp\build\built-jar.properties nttjlib.init: nttjlib.deps-jar: Created dir: D:\temp\ntt\nttjlib\build Updating property file: D:\temp\ntt\nttjapp\build\built-jar.properties Created dir: D:\temp\ntt\nttjlib\build\classes Created dir: D:\temp\ntt\nttjlib\build\empty Created dir: D:\temp\ntt\nttjlib\build\generated-sources\ap-source-output Compiling 1 source file to D:\temp\ntt\nttjlib\build\classes nttjlib.compile: Created dir: D:\temp\ntt\nttjlib\dist Building jar: D:\temp\ntt\nttjlib\dist\nttjlib.jar nttjlib.deploy: nttjlib.jar: Created dir: D:\temp\ntt\nttjapp\build\classes Created dir: D:\temp\ntt\nttjapp\build\empty Created dir: D:\temp\ntt\nttjapp\build\generated-sources\ap-source-output Compiling 1 source file to D:\temp\ntt\nttjapp\build\classes compile: run: Ciao!BUILD SUCCESSFUL (total time: 2 seconds) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
