Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-14 Thread Yeagle1
Hi Russ, I did the test on several internals projects and it worked Thanks Yann russgold wrote: > > Hi Yeagle, > > Please try the 1.1.2-SNAPSHOT version, now uploaded to > https://nexus.codehaus.org/content/repositories/snapshots/ > > Regards, > Russ > > On Jun 14, 2012, at 3:40 AM, Yeagle1

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-14 Thread Yeagle1
Hello Russell, I created the jira : https://jira.codehaus.org/browse/MIDLJ-15 Thanks, Yann Russell Gold-3 wrote: > > Hi Yeagle, > > I am able to duplicate the problem, and I see why it's not working (and > could never have worked). Could you file that bug now, including the info > here (possi

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-13 Thread Russell Gold
Hi Yeagle, I am able to duplicate the problem, and I see why it's not working (and could never have worked). Could you file that bug now, including the info here (possibly as attachments)? I'll start adding my findings to it and start working towards fixing it. Thanks, Russ On Jun 12, 2012, a

RE: [mojo-user] idlj-maven-plugin cannot failed

2012-06-12 Thread Robert Scholte
I've fixed JIRA, so now you can create your issue. -Robert > Date: Tue, 12 Jun 2012 09:20:33 -0700 > From: yann-em...@club-internet.fr > To: user@mojo.codehaus.org > Subject: Re: [mojo-user] idlj-maven-plugin cannot failed > > > Hi Russ, > > I tried wit

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-12 Thread Yeagle1
Hi Russ, I tried with Sun Java version: 1.6.0_31 and 1.5.0_12 (both get the same result) I am running on windows 7 Here is the pom I used: http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://ma

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-12 Thread Russell Gold
Hi Yeagle1, I'm not able to reproduce this. What version of the JDK are you using? Can you post the full output from the mvn command? Your full pom.xml? Thanks, Russ On Jun 12, 2012, at 3:21 AM, Yeagle1 wrote: > > Hello, > > Yes I was running the plugin because I was running the following mv

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-12 Thread Yeagle1
Hello, Yes I was running the plugin because I was running the following mvn command: mvn idlj:generate Anyway I tried adding the execution section and the behaviour is still the same... I tried to open a Jira but without success because of : "Assignee: The default assignee does NOT have ASSIGNAB

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-11 Thread Russell Gold
Hi Yeagle, Could you please change that section of your pom to: org.codehaus.mojo idlj-maven-plugin 1.1.1 generate

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-11 Thread Yeagle1
Hello Russ, I tried to create the Jira but I get an error from Jira: "Assignee: The default assignee does NOT have ASSIGNABLE permission OR Unassigned issues are turned off." So I could not create this new Jira... Could you create the Jira ? Thanks Yann. russgold wrote: > > Hi Yeagle,, > > C

Re: [mojo-user] idlj-maven-plugin cannot failed

2012-06-11 Thread Russell Gold
Hi Yeagle,, Could you please file a bug at https://jira.codehaus.org/browse/MIDLJ Thanks, Russ On Jun 11, 2012, at 4:12 AM, Yeagle1 wrote: > > Hello, > > I have an Idl that contains an error (bad type): > > interface ITestIdlj { > > UnknownReturnType testFailed(); > > }; > > when I

[mojo-user] idlj-maven-plugin cannot failed

2012-06-11 Thread Yeagle1
Hello, I have an Idl that contains an error (bad type): interface ITestIdlj { UnknownReturnType testFailed(); }; when I execute maven using : org.codehaus.mojo idlj-maven-plugin