Re: Generated Sources and IDEA

2007-07-02 Thread Dave Levitt
And don't forget to vote for 'generated code support' in Idea [Jira link is http://www.jetbrains.net/jira/browse/IDEABKL-2735 ] On 6/29/07, Frederick N. Brier [EMAIL PROTECTED] wrote: I am trying out AppFuse 2.0M5 on a new project. I am trying to integrate XmlBeans into the build. I set the

Re: Generated Sources and IDEA

2007-07-02 Thread Edwin Punzalan
The IDEA plugin is supposed to automatically remove the exclusion of the target directory if any of the generated sources is located beneath it. Its in Jira: http://jira.codehaus.org/browse/MIDEA-92. On 6/30/07, Frederick N. Brier [EMAIL PROTECTED] wrote: I followed the link you provided.

Re: Generated Sources and IDEA

2007-07-01 Thread Dennis Lundberg
Frederick N. Brier wrote: I followed the link you provided. Please correct me if I am wrong, but the capability in Maven 1 IDEA plugin to turn off exclusion of the target directory tree is missing. http://maven.apache.org/plugins/maven-idea-plugin/idea-mojo.html#exclude Seems to suggest

Re: Generated Sources and IDEA

2007-06-30 Thread Dennis Lundberg
2.1 is the latest version of maven-idea-plugin for Maven 2. Please read the documentation for this version here: http://maven.apache.org/plugins/maven-idea-plugin/ You referenced properties in your first mail. Those only work in the IDEA plugin for Maven 1. The Maven 2 plugin is configured

Re: Generated Sources and IDEA

2007-06-30 Thread Frederick N. Brier
I followed the link you provided. Please correct me if I am wrong, but the capability in Maven 1 IDEA plugin to turn off exclusion of the target directory tree is missing. So is the mechanism to mark the xmlbeans generated source directory as an IDEA source directory. Unless the

Generated Sources and IDEA

2007-06-29 Thread Frederick N. Brier
I am trying out AppFuse 2.0M5 on a new project. I am trying to integrate XmlBeans into the build. I set the properties for the IDEA Maven2 plugin. When I run the IDEA target it does not include the generated sources directory.I open the Module Settings for the project and the exclude is

Re: Generated Sources and IDEA

2007-06-29 Thread Dennis Lundberg
Are you using Maven 1 or Maven 2? Frederick N. Brier wrote: I am trying out AppFuse 2.0M5 on a new project. I am trying to integrate XmlBeans into the build. I set the properties for the IDEA Maven2 plugin. When I run the IDEA target it does not include the generated sources directory.

Re: Generated Sources and IDEA

2007-06-29 Thread Frederick N. Brier
Maven 2.0.6 Dennis Lundberg wrote: Are you using Maven 1 or Maven 2? Frederick N. Brier wrote: I am trying out AppFuse 2.0M5 on a new project. I am trying to integrate XmlBeans into the build. I set the properties for the IDEA Maven2 plugin. When I run the IDEA target it does not include