I woud like to see some integration between Maven and Eclipse RCP/Plugins.
My 2 cents.
Marcelo
--
Marcelo Alcantara
Senior Developer/Architect
--------------------------------------------------------
mar...@gmail.com
+55 11 81968823
Also, the form-based POM editor ala Manifest editor of eclipse.
--
A world without C++ is chaos.
--
Robert Dale
--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
-- The Princess Bride
Hi all,Here are my two cents:* Search integrated with Nexus
* Integration of some commonly used eclipse plugins on project import/update: checkstyle-cs, PMD, findbugs, cobertura, etc. Maybe asoptional extensions, just like the dependency viewer.
* Maven suggestions also for site.xml files (for skin selection)* wysiwyg editor for apt documents :-DCheers
Also, instead of having to type a goal (and
possibly related properties) each time it would be nice to be able to
save user-assigned menu items to rerun goals.
To be more specific, if the default install of the Q4E
plugin is as non-invasive and do it's best to not
'lock up eclipse' (i.e. the repo indexing and
occasionally dependency resolution), this will make it
easier to adopt and can use more advanced features
when required/explicitly enabled -- this will also
make it more clear to un-educated users that you have
to turn on a specific feature that may hurt your IDE
performance working on a project; they know the impact
instead of just complaining about the plugin ;-)
My 1.0.0 request is in regards to enabling maven on existing Java/WTP projects.
It would be nice if there was a "Maven 2 POM Creation Wizard" for
creating an initial pom.xml file:
File -> New -> Other -> Maven 2 Project -> Maven 2 POM Creation Wizard
Additionally, the "Maven 2" context menu (in Package Explorer) is not
available unless the project has a pom.xml file. It would be nice if
the "Maven 2" context menu was available with the "Maven 2 POM
Creation Wizard" as an option (the only option?).
For exiting Q4E users these features are not a must, but I believe
that new users will find this a more intuitive way to add Maven
support to existing Java projects.
Thank you,
- Patrick Crocker.
*they just want the needed libraries on the classpath
to write their code. (this includes the easy way to
add dependencies...the indexing the repo challenges
crop up here).
*if they need to handle multi-project dependencies do
a local-install from one project to test the change on
a different project that is dependent on it.
*run the tests the same as it would elsewhere (i.e. a
continuous integration server would run the tests
through maven, so they can run their tests through
maven if they want...but will likely just use Eclipse
Junit or TestNG plugin anyway).
So, you can see, not a lot of mavenism's from the
business developer/user standpoint, just Maven taking
care of things for them as the user.
Going back to Marco's viewpoint, using some of the
cooler features like 'Analyze Dependencies' and
pom.xml checking are great for the Maven-specific
users, I just want to make sure the 'business
developer', the lowest common denominator user,
doesn't get frustrated ;-)
-D
eclipse.exe -debug c:\eclipse\iam.debug
iam.debug file (equivalent to a .options file)
=================
# Debugging options for the Q4E/IAM plugin
# Global trace switch for this plug-in. This option must be enabled if tracing this plug-in is desired.
org.devzuz.q.maven.jdt.core/debug = true
# Trace for events related to the resource listener.
org.devzuz.q.maven.jdt.core/debug/jdtResourceListener = true
# Trace for events related to classpath updates.
org.devzuz.q.maven.jdt.core/debug/classpathUpdate = true
# This switch enables/disables time information in every other trace.
org.devzuz.q.maven.jdt.core/debug/timing = true
=================
Since it doesn't look like I can update the Wiki, if someone could so others can take advantage of this approach.
-D
--- On Thu, 6/19/08, Abel Muiño Vizcaino <amu...@gmail.com> wrote: