Bom dia pessoal, estou com um problema, criei um javamail e mandei o .jar em uma maquina Linux e junto a pasta lib contendo activation.jar e o mail.jar, estava presisando juntar esses jar e ficar um unico jar…teria como…eu utilizo o netbeans…
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
–>
sf.marcius
cara, que dá pra fazer isso que tu quer, dá…
mas tu vai ter que mexer no teu build.xml
esse arquivo que vc mandou é uma espécie de “interface” do teu build.xml
em projetos do netbeans o build file real está em <nome_proj>/nbproject/build-impl.xml
eu nao lembro de cabeça como se faz isso, mas dá uma pesquisada sobre o ant…
eu sei que no IntelliJ Idea da pra fazer isso via interface da IDE, informando que tu quer enpacotar tudo junto…