I don't really know the details of what the wtp natures and builders provide. All I know is that an older version of the eclipse plugin only included the java nature and builder, and things ran much smoother.

Going into the preferences and removing the JSP validator did the trick. I left in the other validators which do take a while to run, but in all its pretty good now.

Thanks,
-Kevin

Rinku wrote:

I think it might be the validators that take a long time to finish off their stuff. You might want to disable the validations or just have selective validations for your Eclipse project and then see if it make a difference.

Was this the only reason why you did not want to have the WTP natures and command info your project setting files?

Rahul


----- Original Message ----- From: "Kevin Galligan" <[EMAIL PROTECTED]>
To: <users@maven.apache.org>
Sent: Wednesday, January 04, 2006 1:51 PM
Subject: maven eclipse and wtp


Does anybody know how to easily turn off the wtp output from maven eclipse? I tried by specifying the natures and builders in the pom, but my settings appear to have no effect...

<build>
<plugins>
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>

<buildcommands><java.lang.String>org.eclipse.jdt.core.javabuilder</java.lang.String></buildcommands>

<projectnatures><java.lang.String>org.eclipse.jdt.core.javanature</java.lang.String></projectnatures>
<wtpversion>1.0</wtpversion>
</configuration> </plugin>
</plugins>
</build>


The output still has all the builders and natures of running the plugin without a configuration (natures below, for example...)

<natures>
    <nature>org.eclipse.jdt.core.javanature</nature>
    <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
    <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
    <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
  </natures>

I'd leave it alone, but I have a lot of code which takes a long time to build the eclipse workspace. Since I'm running a build to build the code anyway, I guess I'm not really interested in the eclipse run build.

Is it the jsp validator that's taking so long? I would assume so. Not a huge deal, but it takes a LONG time to build.

Thanks,
-Kevin

---------------------------------------------------------------------
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]

Reply via email to