Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Hi Dan Still I really can not follow you as first you say: > The original poms were causing the generated code to get compiled with the > rest of the sources, stuck in target/classes, and then output into the > jars. Having test specific stuff in the final jars is not really a good > thing. And

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Johan Edstrom
I'll look. You normally just point to the parent Pom and say open project. If generated sources for test are missing for a module you can easily add that. On Apr 8, 2013, at 14:08, Daniel Kulp wrote: > > On Apr 8, 2013, at 3:05 PM, Babak Vahdat wrote: > >> I do exactly the same SIMPLE way th

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 4:10 PM, Babak Vahdat wrote: Can you elaborate this main "fix" a bit more as looking at the following > latest released final JAR of camel-cxf on the central repo I don't find > any test relevant generated class like "org.apache.camel.pizza.Pizza" > which gets generated through

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Am 08.04.13 21:20 schrieb "Daniel Kulp" unter : > >On Apr 8, 2013, at 3:05 PM, Babak Vahdat >wrote: >> Am 08.04.13 16:59 schrieb "Daniel Kulp" unter : >> On Apr 8, 2013, at 7:13 AM, Babak Vahdat >>> How are you pulling Camel into Eclipse?m2e or using the >>> maven-eclipse-plugin? If using

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 3:05 PM, Babak Vahdat wrote: > I do exactly the same SIMPLE way the documentation recommends: > > http://camel.apache.org/building.html#Building-UsinganIDE Would one of the IntelliJ using folks update that page? I don't think the idea:idea thing is still the normal for In

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 3:05 PM, Babak Vahdat wrote: > Am 08.04.13 16:59 schrieb "Daniel Kulp" unter : > On Apr 8, 2013, at 7:13 AM, Babak Vahdat >> How are you pulling Camel into Eclipse?m2e or using the >> maven-eclipse-plugin? If using the latter, you should likely be using >> our -Psetup.ecl

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Am 08.04.13 16:59 schrieb "Daniel Kulp" unter : > >On Apr 8, 2013, at 7:13 AM, Babak Vahdat >wrote: > >> Hi >> >> I've committed a fix for this, so please shout out if this causes any >> problems for your workspace/IDE. > >This commit moves the generation of the test classes out of the >genera

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Daniel Kulp
On Apr 8, 2013, at 7:13 AM, Babak Vahdat wrote: > Hi > > I've committed a fix for this, so please shout out if this causes any > problems for your workspace/IDE. This commit moves the generation of the test classes out of the generate-test-sources and into the generate-sources phase, which fr

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-08 Thread Babak Vahdat
Hi I've committed a fix for this, so please shout out if this causes any problems for your workspace/IDE. Babak Babak Vahdat wrote > Hi > > Using eclipse I've got some similar build problems as well by some modules > like camel-soap or camel-cxf where eclipse is not able to see any of the > Ja

Re: IDEA 12.1 cannot build Apache Camel project anymore

2013-04-07 Thread Babak Vahdat
Hi Using eclipse I've got some similar build problems as well by some modules like camel-soap or camel-cxf where eclipse is not able to see any of the Java sources being generated by cxf-codegen-plugin. I digged a bit into this and came to the following commit: http://svn.apache.org/viewvc?view=r

IDEA 12.1 cannot build Apache Camel project anymore

2013-04-07 Thread Claus Ibsen
Hi Just a heads up for IDEA users. IDEA 12.0.x works fine. But the new 12.1 cannot build the project anymore, you cannot even run and debug unit tests, making it total useless for using. Will have to revert to the 12.0.x for now. Logged a ticket at Jetbrains http://youtrack.jetbrains.com/issue/ID