Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-28 Thread Kaspar Fischer
John, thanks for sharing this. It worked for me with the update from  
Maven 2.0.9 to 2.1.0 on MacOS X.


Kaspar

On 03.04.2009, at 16:42, John Krasnay wrote:


FYI to anyone who's been bitten by this, there's a simple workaround.
Just add the following to your pom.xml:

 build
   plugins
 plugin
   artifactIdmaven-eclipse-plugin/artifactId
   version2.5.1/version
 /plugin
   /plugins
 /build

We did it in our parent POM and it's working fine.

jk





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin
Maybe I misread your post, but I thought you were saying that it  
messes up where you want you meta files and forces you to use the  
maven resource pattern?


- Brill

On 2-Apr-09, at 9:42 AM, Martijn Dashorst wrote:


Why fix something that isn't broken?

Martijn

On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
That code is open... why not make a wicket-eclipse-plugin that puts  
the

files were you want them?

- Brill Pappin

On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

Some brilliant guy thought it prudent to make the maven-eclipse- 
plugin

only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket  
Intended.


Always specify which plugin version you want to use and only  
manually

upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

laugh


not again! ;)

- Brill

On 2-Apr-09, at 2:11 PM, Philippe Marschall wrote:




Martijn Dashorst wrote:
Some brilliant guy thought it prudent to make the maven-eclipse- 
plugin

only accept .java files from src/main/java and src/test/java in
version 2.6.


Well there's a reason these folders are called java.

Cheers
Philippe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

laugh

Although I think its too late to stop this thread growing, you should  
all know that we just had this argument a few weeks ago!

It seems to be a touchy subject for some :)

The old thread can be found by searching for Re: How can I share text  
resources with multiple web applications?.

http://www.nabble.com/How-can-I-share-text-resources-with-multiple-web-applications--td22549375.html

The summary is:
- Some like their resources where Maven suggests you put them, in the  
resources directory.
- Some follow the so called The Official Wicket Way which is not  
actually published anywhere. In it, the resources are in the java  
source directory.


There are good arguments for both and I'd even agree that both are  
valid (I prefer my resources in the Maven pattern, but the other  
pattern is also good practice).


I don't know about the attitudes of the Maven committers but in Wicket  
there seems to be a my way is the right way kind of thing going on  
(evident on the final methods all over the framework and failure to  
accommodate other resource usage patterns).


All that said, as long as each camp can do what they feel most  
comfortable with, I don't think it really matters.
Wicket is the most refreshing framework to be developed in years, with  
luck it doesn't go away and leave us working on something as terrible  
as Webflow.


- Brill

On 2-Apr-09, at 3:34 PM, Philippe Marschall wrote:




James Carman wrote:
On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net  
wrote:

Well there's a reason these folders are called java.


Yes, but it's not specifically illegal in the maven world to put
non-java files in there (didn't we have this argument a few days  
ago).


You simply relied on a bug / undocumented featured. Move your  
resources

where the belong into the resources folder.

Cheers
Philippe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Martijn Dashorst
On Fri, Apr 3, 2009 at 3:52 PM, Brill Pappin br...@pappin.ca wrote:
 failure to accommodate other
 resource usage patterns).

HUH?

Care to elaborate? Wicket doesn't force its patterns upon you (unlike
maven's eclipse 2.6 plugin). You are free to add your
html/properties/etc in src/main/resources without ever touching a
single configuration item in wicket-quickstart, wicket, or any other
wicket related resource.

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

I think thats a good position.

I can't image that it was purposely done in order to enforce the maven  
way, there are just too many people who would have broken builds.


- Brill

On 2-Apr-09, at 3:53 PM, Igor Vaynberg wrote:


i just want to say one quick thing about this.

there are two great things about maven
1) it established a convention that eliminated a lot of boilerplate
2) it does not force the convention - everything can be overridden and
customized by configuring plugins

once the authors of maven and or plugins lose sight of (2) and try to
force the convention i think most people will simply bail. personally,
if this was forced wicket or any other projects i work on would not be
using maven.

-igor

On Thu, Apr 2, 2009 at 12:43 PM, Jeremy Thomerson
jer...@wickettraining.com wrote:

Let's not even start this discussion again, please!

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net  
wrote:


You simply relied on a bug / undocumented featured. Move your  
resources

where the belong into the resources folder.

Cheers
Philippe





-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Brill Pappin

*sigh*

I was referring to the suggestion that there be an option in the  
archetype, and the disparaging thread that ensued.

However, I don't want to argue about this *again*.

...never mind...

- Brill

On 3-Apr-09, at 9:56 AM, Martijn Dashorst wrote:


On Fri, Apr 3, 2009 at 3:52 PM, Brill Pappin br...@pappin.ca wrote:

failure to accommodate other
resource usage patterns).


HUH?

Care to elaborate? Wicket doesn't force its patterns upon you (unlike
maven's eclipse 2.6 plugin). You are free to add your
html/properties/etc in src/main/resources without ever touching a
single configuration item in wicket-quickstart, wicket, or any other
wicket related resource.

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread John Krasnay
FYI to anyone who's been bitten by this, there's a simple workaround.
Just add the following to your pom.xml:

  build
plugins
  plugin
artifactIdmaven-eclipse-plugin/artifactId
version2.5.1/version
  /plugin
/plugins
  /build

We did it in our parent POM and it's working fine.

jk

On Fri, Apr 03, 2009 at 09:54:36AM -0400, Brill Pappin wrote:
 I think thats a good position.
 
 I can't image that it was purposely done in order to enforce the maven  
 way, there are just too many people who would have broken builds.
 
 - Brill
 
 On 2-Apr-09, at 3:53 PM, Igor Vaynberg wrote:
 
 i just want to say one quick thing about this.
 
 there are two great things about maven
 1) it established a convention that eliminated a lot of boilerplate
 2) it does not force the convention - everything can be overridden and
 customized by configuring plugins
 
 once the authors of maven and or plugins lose sight of (2) and try to
 force the convention i think most people will simply bail. personally,
 if this was forced wicket or any other projects i work on would not be
 using maven.
 
 -igor
 
 On Thu, Apr 2, 2009 at 12:43 PM, Jeremy Thomerson
 jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!
 
 --
 Jeremy Thomerson
 http://www.wickettraining.com
 
 
 
 On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net  
 wrote:
 
 You simply relied on a bug / undocumented featured. Move your  
 resources
 where the belong into the resources folder.
 
 Cheers
 Philippe
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Gwyn Evans
On Fri, Apr 3, 2009 at 3:42 PM, John Krasnay j...@krasnay.ca wrote:
 FYI to anyone who's been bitten by this, there's a simple workaround.

Yes - use IDEA!  :-)

/Gwyn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread John Krasnay
On Fri, Apr 03, 2009 at 04:21:13PM +0100, Gwyn Evans wrote:
 On Fri, Apr 3, 2009 at 3:42 PM, John Krasnay j...@krasnay.ca wrote:
  FYI to anyone who's been bitten by this, there's a simple workaround.
 
 Yes - use IDEA!  :-)
 

What, haven't they fixed the maven-idea-plugin yet? Your time's
comin', pal! :-)

jk

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread James Carman
On Fri, Apr 3, 2009 at 11:21 AM, Gwyn Evans gwyn.ev...@gmail.com wrote:

 Yes - use IDEA!  :-)

+1! (I can hear the sound of a can of worms opening)

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Martijn Reuvers
What's wrong with using notepad or vi? Never such issues with them. :P

On Fri, Apr 3, 2009 at 5:26 PM, James Carman
jcar...@carmanconsulting.com wrote:
 On Fri, Apr 3, 2009 at 11:21 AM, Gwyn Evans gwyn.ev...@gmail.com wrote:

 Yes - use IDEA!  :-)

 +1! (I can hear the sound of a can of worms opening)

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread James Carman
On Fri, Apr 3, 2009 at 11:31 AM, Martijn Reuvers
martijn.reuv...@gmail.com wrote:
 What's wrong with using notepad or vi? Never such issues with them. :P


We've got a guy at work that swears by emacs and refuses to use
anything else.  Of course, he's the slowest guy on the project team
and he never gets anything done.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-03 Thread Martijn Reuvers
 We've got a guy at work that swears by emacs and refuses to use
 anything else.  Of course, he's the slowest guy on the project team
 and he never gets anything done.

Hehe if you generate say getters and setters for 20 fields with an
IDE, or type them all out instead - you have to type extremely fast I
guess to keep up. :)
(ok I lied, I use an IDE too ...), but at school we were forced to use
an editor like textpad, in the old days (about 10 years ago) .. I
still painfully remember. Not to mention the 'proper' indent of 3
spaces, and brackets really had to start on a new line... :S

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Brill Pappin
That code is open... why not make a wicket-eclipse-plugin that puts  
the files were you want them?


- Brill Pappin

On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:


Some brilliant guy thought it prudent to make the maven-eclipse-plugin
only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket Intended.

Always specify which plugin version you want to use and only manually
upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Martijn Dashorst
Why fix something that isn't broken?

Martijn

On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread nino martinez wael
copy code from the eclipse plugin to wicket eclipse plugin.. And
everybodys happy :)

2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 Why fix something that isn't broken?

 Martijn

 On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Martijn Dashorst
I won't be... then I have to maintain the wicket-eclipse-maven plugin.

Martijn

On Thu, Apr 2, 2009 at 4:26 PM, nino martinez wael
nino.martinez.w...@gmail.com wrote:
 copy code from the eclipse plugin to wicket eclipse plugin.. And
 everybodys happy :)

 2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 Why fix something that isn't broken?

 Martijn

 On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.5 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Igor Vaynberg
does it add excludes to the source folder settings?

-igor

On Thu, Apr 2, 2009 at 3:27 AM, Martijn Dashorst
martijn.dasho...@gmail.com wrote:
 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread nino martinez wael
Hmm, just because you start something you have to maintain it the rest
of the life? OMG :(

2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 I won't be... then I have to maintain the wicket-eclipse-maven plugin.

 Martijn

 On Thu, Apr 2, 2009 at 4:26 PM, nino martinez wael
 nino.martinez.w...@gmail.com wrote:
 copy code from the eclipse plugin to wicket eclipse plugin.. And
 everybodys happy :)

 2009/4/2 Martijn Dashorst martijn.dasho...@gmail.com:
 Why fix something that isn't broken?

 Martijn

 On Thu, Apr 2, 2009 at 3:36 PM, Brill Pappin br...@pappin.ca wrote:
 That code is open... why not make a wicket-eclipse-plugin that puts the
 files were you want them?

 - Brill Pappin

 On 2-Apr-09, at 6:27 AM, Martijn Dashorst wrote:

 Some brilliant guy thought it prudent to make the maven-eclipse-plugin
 only accept .java files from src/main/java and src/test/java in
 version 2.6.

 Do not upgrade to this maven-eclipse-plugin version if you intend to
 keep on working with your wicket projects in the way Wicket Intended.

 Always specify which plugin version you want to use and only manually
 upgrade when you are sure it won't inflict havoc on your co-workers.
 This is a maven best practice!

 Martijn

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org





 --
 Become a Wicket expert, learn from the best: http://wicketinaction.com
 Apache Wicket 1.3.5 is released
 Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread James Carman
On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
 Well there's a reason these folders are called java.

Yes, but it's not specifically illegal in the maven world to put
non-java files in there (didn't we have this argument a few days ago).

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Ryan Gravener
Someone needs to start a facebook group and protest this change.

Ryan Gravener
http://ryangravener.com/flex | http://twitter.com/ryangravener


On Thu, Apr 2, 2009 at 2:14 PM, James Carman
jcar...@carmanconsulting.comwrote:

 On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
  Well there's a reason these folders are called java.

 Yes, but it's not specifically illegal in the maven world to put
 non-java files in there (didn't we have this argument a few days ago).

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread James Carman
New Facebook group: I'll bet I can get 1 million people to bitch
about where resources should go in maven

On Thu, Apr 2, 2009 at 2:17 PM, Ryan Gravener r...@ryangravener.com wrote:
 Someone needs to start a facebook group and protest this change.

 Ryan Gravener
 http://ryangravener.com/flex | http://twitter.com/ryangravener


 On Thu, Apr 2, 2009 at 2:14 PM, James Carman
 jcar...@carmanconsulting.comwrote:

 On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
  Well there's a reason these folders are called java.

 Yes, but it's not specifically illegal in the maven world to put
 non-java files in there (didn't we have this argument a few days ago).

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Jason Lea

Looks like we have to wait for 2.6.1 or 2.7

Known Issues:

* [MECLIPSE-443] - Only include **/*.java in Java source directories
may affect you if you use ajdt or have non-java sources in your
directories that you expect to be compiled
Release 2.6.1 (which may get renamed to 2.7) has fixed this issue and
will be released shortly.


http://www.mail-archive.com/d...@maven.apache.org/msg80176.html

Martijn Dashorst wrote:

Some brilliant guy thought it prudent to make the maven-eclipse-plugin
only accept .java files from src/main/java and src/test/java in
version 2.6.

Do not upgrade to this maven-eclipse-plugin version if you intend to
keep on working with your wicket projects in the way Wicket Intended.

Always specify which plugin version you want to use and only manually
upgrade when you are sure it won't inflict havoc on your co-workers.
This is a maven best practice!

Martijn

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


  


--
Jason Lea



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Philippe Marschall


James Carman wrote:
 On Thu, Apr 2, 2009 at 2:11 PM, Philippe Marschall kus...@gmx.net wrote:
 Well there's a reason these folders are called java.
 
 Yes, but it's not specifically illegal in the maven world to put
 non-java files in there (didn't we have this argument a few days ago).

You simply relied on a bug / undocumented featured. Move your resources
where the belong into the resources folder.

Cheers
Philippe

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Jeremy Thomerson
Let's not even start this discussion again, please!

--
Jeremy Thomerson
http://www.wickettraining.com



On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net wrote:

 You simply relied on a bug / undocumented featured. Move your resources
 where the belong into the resources folder.

 Cheers
 Philippe



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Igor Vaynberg
i just want to say one quick thing about this.

there are two great things about maven
1) it established a convention that eliminated a lot of boilerplate
2) it does not force the convention - everything can be overridden and
customized by configuring plugins

once the authors of maven and or plugins lose sight of (2) and try to
force the convention i think most people will simply bail. personally,
if this was forced wicket or any other projects i work on would not be
using maven.

-igor

On Thu, Apr 2, 2009 at 12:43 PM, Jeremy Thomerson
jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!

 --
 Jeremy Thomerson
 http://www.wickettraining.com



 On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net wrote:

 You simply relied on a bug / undocumented featured. Move your resources
 where the belong into the resources folder.

 Cheers
 Philippe



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Johan Compagner
Ahh really? But i want to!!!
Can i? Can i???

On 02/04/2009, Jeremy Thomerson jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!

 --
 Jeremy Thomerson
 http://www.wickettraining.com



 On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net wrote:

 You simply relied on a bug / undocumented featured. Move your resources
 where the belong into the resources folder.

 Cheers
 Philippe



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread James Carman
On Thu, Apr 2, 2009 at 3:43 PM, Jeremy Thomerson
jer...@wickettraining.com wrote:
 Let's not even start this discussion again, please!


+1.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: maven-eclipse-plugin 2.6 will break your wicket projects

2009-04-02 Thread Bruno Borges

 Ahh really? But i want to!!!
 Can i? Can i???


I've been busy for a while... so I want to! :P

Yes, I'm coming back... Run for your lives ;-)

Bruno Borges
blog.brunoborges.com.br
+55 21 76727099

The glory of great men should always be
measured by the means they have used to
acquire it.
- Francois de La Rochefoucauld
Sent from Rio De Janeiro, RJ, Brazil

On Thu, Apr 2, 2009 at 6:32 PM, Johan Compagner jcompag...@gmail.comwrote:

 Ahh really? But i want to!!!
 Can i? Can i???

 On 02/04/2009, Jeremy Thomerson jer...@wickettraining.com wrote:
  Let's not even start this discussion again, please!
 
  --
  Jeremy Thomerson
  http://www.wickettraining.com
 
 
 
  On Thu, Apr 2, 2009 at 2:34 PM, Philippe Marschall kus...@gmx.net
 wrote:
 
  You simply relied on a bug / undocumented featured. Move your resources
  where the belong into the resources folder.
 
  Cheers
  Philippe
 
 

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org