[mevenide-dev] [jira] Created: (MEVENIDE-617) Support for filtering Java sources

"Daniel Harvey (JIRA)" <jira-yCVjj/[email protected]>
Newsgroups gmane.comp.jakarta.turbine.maven.mevenide.devel
Message-ID <4647030.1206745978605.JavaMail.haus-jira@codehaus01.managed.contegix.com>
Support for filtering Java sources
----------------------------------

                 Key: MEVENIDE-617
                 URL: http://jira.codehaus.org/browse/MEVENIDE-617
             Project: mevenide
          Issue Type: Improvement
          Components: mevenide-netbeans
         Environment: All
            Reporter: Daniel Harvey
            Assignee: Milos Kleint


Hi,

I filter my Java source code as shown below. In this configuration, the Netbeans plugin assumed that the filtered source NOT my actual clean source is the location for the IDE. Can a configuration option be included within the plugin to cater for this behaviour?

Great plugin!
Cheers, Daniel.

{code}
...
<build>
	  <!-- the Java source needs filtering -->
	  <sourceDirectory>target/filteredsrc/main/java</sourceDirectory>
	  <resources>
		  <!-- filtered Java source code -->
		  <resource>
			  <directory>src/main/java</directory>
			  <targetPath>../filteredsrc/main/java</targetPath>
			  <filtering>true</filtering>
		  </resource>
...
{code}

-- 
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.