[mevenide-dev] [jira] Updated: (MEVENIDE-607) Filtering sources does not trigger when running web application from NetBeans using Run command
"Milos Kleint (JIRA)" <jira-yCVjj/[email protected]>
| Newsgroups | gmane.comp.jakarta.turbine.maven.mevenide.devel |
|---|---|
| Message-ID | <20113420.1203339148595.JavaMail.haus-jira@codehaus01.managed.contegix.com> |
[ http://jira.codehaus.org/browse/MEVENIDE-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Milos Kleint updated MEVENIDE-607:
----------------------------------
Fix Version/s: NB_3.1
Component/s: (was: mevenide-netbeans)
mevenide2-netbeans
yes, this is most probably not working. The IDE tries to do hot replacement for stuff in src/main/webapp folder so that you can edit the jsp files while having the app deployed ad get the changes live. There's probably some kind of error there, at least I never tested it with this setup.
> Filtering sources does not trigger when running web application from NetBeans using Run command
> -----------------------------------------------------------------------------------------------
>
> Key: MEVENIDE-607
> URL: http://jira.codehaus.org/browse/MEVENIDE-607
> Project: mevenide
> Issue Type: Bug
> Components: mevenide2-netbeans
> Affects Versions: NB_3.0
> Environment: NetBeans 6.0, Maven plugin 3.0.9
> Reporter: Grzegorz Borkowski
> Assignee: Milos Kleint
> Fix For: NB_3.1
>
>
> I have web project under Maven (packaging: war).
> I turned on filtering of web pages in Maven, so that maven substitutes ${pom.version} value during build.
> The section in pom.xml looks like:
> <build>
> <finalName>someName</finalName>
> <resources>
> <resource>
> <directory>src/main/webapp</directory>
> <filtering>true</filtering>
> </resource>
> </resources>
> </build>
> This works well if I use "build" command: under target/classes I get web pages with project version substituted (filtering works).
> But when I call "Run" from NetBeans, it creates second directory under target/, and stores all web pages there, and they are used for running application on server. But those pages are not filtered.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email