Re: maven eclipse and wtp

2006-01-04 Thread Srepfler Srgjan

Alexandre Poitras wrote:


Anyway wtp 1.0 is buggy, external libraries don't work anymore so you have to
stay with r7 till the bug is resolved.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783 for details,
the issue is scheduled for 1.0.1. Please add a vote to the issue in
bugzilla to raise the priority for eclipse developers!

 


I voted, and so should every maven2/eclipse user.
Anyhow I hope maven2 and wtp integration will improve with time, what's 
preparing for wtp 1.5, will there be some eclipse 3.2 features that 
might come handy like the more classpath's per project (will that be 
solved by jdt?)


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven eclipse and wtp

2006-01-04 Thread Alexandre Poitras
Anyway wtp 1.0 is buggy, external libraries don't work anymore so you have to
stay with r7 till the bug is resolved.
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=116783 for details,
the issue is scheduled for 1.0.1. Please add a vote to the issue in
bugzilla to raise the priority for eclipse developers!


On 1/4/06, Rinku <[EMAIL PROTECTED]> 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: 
> 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...
> >
> > 
> > 
> > 
> > maven-eclipse-plugin
> > 
> >
> > org.eclipse.jdt.core.javabuilder
> >
> > org.eclipse.jdt.core.javanature
> > 1.0
> >  
> > 
> > 
> >
> >
> > The output still has all the builders and natures of running the plugin
> > without a configuration (natures below, for example...)
> >
> > 
> > org.eclipse.jdt.core.javanature
> > org.eclipse.jem.workbench.JavaEMFNature
> > org.eclipse.wst.common.modulecore.ModuleCoreNature
> > org.eclipse.wst.common.project.facet.core.nature
> >   
> >
> > 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]
>
>


--
Alexandre Poitras
Québec, Canada

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven eclipse and wtp

2006-01-04 Thread Kevin Galligan
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: 
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...





maven-eclipse-plugin


org.eclipse.jdt.core.javabuilder 



org.eclipse.jdt.core.javanature 


1.0
 




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



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

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]



Re: maven eclipse and wtp

2006-01-03 Thread Rinku


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: 
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...





maven-eclipse-plugin


org.eclipse.jdt.core.javabuilder

org.eclipse.jdt.core.javanature
1.0
 




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



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

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]



RE: maven eclipse and wtp

2006-01-03 Thread Mike Perham
I submitted a patch with a true configuration
element to the eclipse plugin.  I believe it has been integrated but not
released so you might try compiling the latest from SVN and seeing if
that works for you.

mike

-Original Message-
From: Kevin Galligan [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 03, 2006 6:51 PM
To: users@maven.apache.org
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...




maven-eclipse-plugin

 
org.eclipse.jdt.core.javabuilder
 
org.eclipse.jdt.core.javanature 

1.0






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


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

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]



maven eclipse and wtp

2006-01-03 Thread Kevin Galligan
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...





maven-eclipse-plugin

		 
org.eclipse.jdt.core.javabuilder
		 
org.eclipse.jdt.core.javanature 


1.0
  





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



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

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]