I can just answer for myself: I subscribed to the list yesterday and did my first 2 postings also yesterday. We have similar lists internally at work and when I post to these I receive my own posts along with everyone else's posts. However, it seems that here you do not receive your own posts. So twice yesterday I sat around wondering what happened to my posts and decided to resend slightly reworded versions of the original posts, thinking that some odd filter was at work.
Cheers, - Anders. > -----Original Message----- > From: Wayne Fay [mailto:[EMAIL PROTECTED] > Sent: 13. september 2007 16:47 > To: Maven Users List > Subject: Re: JDK6 compilation issue using Maven2 - > annotations are not supported in -source 1.3 > > Kyle, you sent this an hour ago and people responded to it. > Why did you resend? > > I've noticed a few people sending the same message multiple > times and I'm curious why this happens. > > Wayne > > On 9/13/07, Graham Leggett <[EMAIL PROTECTED]> wrote: > > On Thu, September 13, 2007 4:28 pm, Kyle.Bober wrote: > > > > > <plugin> > > > <groupId>org.apache.maven.plugins</groupId> > > > <artifactId>maven-compiler-plugin</artifactId> > > > <configuration> > > > <verbose>true</verbose> > > > <fork>true</fork> > > > <executable>${JAVA_HOME}/bin/javac</executable> > > > <compilerVersion>6</compilerVersion> > > > </configuration> > > > </plugin> > > > > Add this: > > > > <source>1.5</source> > > <target>1.5</target> > > > > Regards, > > Graham > > -- > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
