[jira] Created: (MNGECLIPSE-198) resolveClasspathEntries performance bug

2006-09-25 Thread Marek Bieganski (JIRA)
resolveClasspathEntries performance bug --- Key: MNGECLIPSE-198 URL: http://jira.codehaus.org/browse/MNGECLIPSE-198 Project: Maven 2.x Extension for Eclipse Issue Type: Bug Components: Dependency

[jira] Updated: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-08-28 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=all ] Marek Bieganski updated MNGECLIPSE-59: -- Attachment: CloseAndOpen.zip > Allow artifact resolution from workspace projects > - > >

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-08-28 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_73452 ] Marek Bieganski commented on MNGECLIPSE-59: --- Step 0: Turn on auto build Step 1: Import attached simple projects Step 2: Deploy library project (jar and po

[jira] Created: (MNGECLIPSE-190) Unable to enable Maven2 plugin for existing not maven2 project

2006-08-25 Thread Marek Bieganski (JIRA)
Unable to enable Maven2 plugin for existing not maven2 project -- Key: MNGECLIPSE-190 URL: http://jira.codehaus.org/browse/MNGECLIPSE-190 Project: Maven 2.x Extension for Eclipse Is

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-08-24 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_73187 ] Marek Bieganski commented on MNGECLIPSE-59: --- There are still problems on open/close or checkout/delete projects declared as dependencies in other project's po

[jira] Created: (MNGECLIPSE-186) repositories section in settings.xml ignored (trunk - 0.0.10 candidate)

2006-08-23 Thread Marek Bieganski (JIRA)
repositories section in settings.xml ignored (trunk - 0.0.10 candidate) --- Key: MNGECLIPSE-186 URL: http://jira.codehaus.org/browse/MNGECLIPSE-186 Project: Maven 2.x Extension for Ec

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-06-26 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_68229 ] Marek Bieganski commented on MNGECLIPSE-59: --- Caching artifact key in Maven2Nature instead of parsing model/project every time seems to be good idea too > Allow artifact

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-06-26 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_68227 ] Marek Bieganski commented on MNGECLIPSE-59: --- in patched Maven2Plugin class: Why method: getModel(IFile file) uses: getMavenEmbedder().readProjectWithDependencies( file

[jira] Commented: (MNGECLIPSE-140) Inaccessible POM validation messages

2006-06-19 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-140?page=comments#action_67624 ] Marek Bieganski commented on MNGECLIPSE-140: I believe, whenever pom is invalid http://svn.apache.org/repos/asf/maven/components/trunk/maven-project/src/main/java/org/a

[jira] Commented: (MNGECLIPSE-140) Inaccessible POM validation messages

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-140?page=comments#action_67396 ] Marek Bieganski commented on MNGECLIPSE-140: Exception is thrown when ModelValidator creates not empty result. Just remove: ".toString()", or check for null before con

[jira] Commented: (MNGECLIPSE-129) dependency type from parent pom

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-129?page=comments#action_67388 ] Marek Bieganski commented on MNGECLIPSE-129: MNGECLIPSE-140 is created > dependency type from parent pom > --- > > Key: MNGECLIPSE

[jira] Closed: (MNGECLIPSE-129) dependency type from parent pom

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-129?page=all ] Marek Bieganski closed MNGECLIPSE-129: -- Resolution: Cannot Reproduce > dependency type from parent pom > --- > > Key: MNGECLIPSE-129 > URL

[jira] Created: (MNGECLIPSE-140) Inaccessible POM validation messages

2006-06-14 Thread Marek Bieganski (JIRA)
Inaccessible POM validation messages - Key: MNGECLIPSE-140 URL: http://jira.codehaus.org/browse/MNGECLIPSE-140 Project: Maven 2.x Extension for Eclipse Type: Bug Components: Dependency Resolver Versions: 0.0.9 Rep

[jira] Commented: (MNGECLIPSE-129) dependency type from parent pom

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-129?page=comments#action_67387 ] Marek Bieganski commented on MNGECLIPSE-129: You are right. This issue should be closed. If you need another to for message validation logs, I will create one > depen

[jira] Commented: (MNGECLIPSE-129) dependency type from parent pom

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-129?page=comments#action_67386 ] Marek Bieganski commented on MNGECLIPSE-129: Of course it should be: ... } else if( ex instanceof InvalidProjectModelException) { InvalidProjectModelExce

[jira] Commented: (MNGECLIPSE-129) dependency type from parent pom

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-129?page=comments#action_67382 ] Marek Bieganski commented on MNGECLIPSE-129: I found out, that maven2 does not obtain type from parent. It uses "jar" as default value. When dependency type in child p

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-06-14 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_67370 ] Marek Bieganski commented on MNGECLIPSE-59: --- getWorkspaceNature(Artifact) method iterates over all projects every time it is called. Isn't it a good idea to cache natures

[jira] Commented: (MNGECLIPSE-59) Allow artifact resolution from workspace projects

2006-06-07 Thread Marek Bieganski (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-59?page=comments#action_66895 ] Marek Bieganski commented on MNGECLIPSE-59: --- In my opinion main goal of this functionality is to have only one version of .classpath and pom for each project. It should b