Eugene Kuleshov wrote :

> 
> David Balazic wrote:
> > What is the JIRA number ?
> >  
>    Like I said, all you should do is disable source and javadoc
> downloading in Maven settings, if that doesn't help, then there is
> something else.

They are disabled by default and I did not enable them.
Just checked in Preferences / Maven, they are off.

> > It is also a problem when cleaning a project.
> > Instead of cleaning and rebuilding just that project, eclipse goes and does 
> > something
> > (I am not sure if it cleans, builds or whatever, but it sure does take 
> > time; the progress view
> > shows that something with each projects pom.xml file is being done) with 
> > all other
> > projects.
> >  
>   That is not related to the source downloading, but you should be able
> to verify it by monitoring Maven console on Console view. We have fixed
> some issues related to that and fix will be included into the 0.0.12
> build (once we re-release it).

Most of the messages are :
... checking for updates from ourrepo-snapshots
... checking for updates from secondrepo-snapshots
com.ourcompany.product.foo:foo-tools:jar:3.2-SNAPSHOT in Eclipse Workspace 
D:\eclipse_workspaces\331_1\foo-tools\pom.xml

About 90 times the tripple:

Removed model /project_foo/pom.xml : 
com.mycompany.product.foo:project_foo:3.7-SNAPSHOT
Updated model /project_foo/pom.xml : 
com.mycompany.product.foo:project_foo:3.7-SNAPSHOT
Reading /project_foo/pom.xml

there is about the same amount of :

[WARN] Deprecated expression: ${version} - missing prefix. Use ${pom.version} 
(model: com.mycompany.product.foo:foo_bar:jar:2.3-SNAPSHOT)
[WARN] Deprecated expression: ${version} - missing prefix. Use ${pom.version} 
(model: mycompany.product:bar:pom:2.3-SNAPSHOT)
[WARN] Deprecated expression: ${artifactId} - missing prefix. Use 
${pom.artifactId} (model: 
com.mycompany.components:components-baz:pom:[inherited])

Just to open eclipse it takes 2 minutes and 30 seconds (judging from the time 
stamp at the first line of m2 console and the last line).
I have 10 open projects in the workspace and one closed project (and one 
completely empty project).

BTW, why does the m2console not respect the global ( Preferences / Run/Debug / 
Console / Console buffer size ) 
console buffer size setting ? I set it to 1000 chars (to test) and m2 still had 
a lot of more in the console.

> > And when it finishes, the original project still is marked red (having 
> > error), when
> > a simple command line "mvn clean install" finishes successfully in a few 
> > seconds.
> >  
>    Can you please be little more specific? Exactly what errors you are
> getting?

I will recheck. Currently I encountered a subclipse bug in the same project...
Everything is foobared... :-(

I use 0.0.11_* now (why the silly x.y.z_bla_bla_bla version names ?).

Will report back when I sort out the other problems.

Regards,
David

<<winmail.dat>>

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to