NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
Tomas Posted via mailing list.
|
Posted: Fri Dec 18, 2009 12:49 pm Post subject: Compile on Save, target specification |
|
|
Hi.
It's possible to specify own path when Netbeans will be store compiled file with "Compile on Save" feature.
For example. I have maven project, which use embeded Jetty server which can be run by simply by this goal:
org.mortbay.jetty:maven-jetty-plugin:run-exploded
I have configured it to automatically re-scan all resource.
But problem is, that netbeans store compile classes to target/classes but Jetty use target/sender-0.1-SNAPSHOT/WEB-INF/classes/
It's possible use some like
<netbeans.hint.autoCompilePath>...<netbeans.hint.autoCompilePath>
in pom.xml file?
--
Tomas Prochazka |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|