[jira] Created: (MECLIPSE-72) wrong name of link is generated.

2006-03-01 Thread Juraj Burian (JIRA)
wrong name of link is generated. Key: MECLIPSE-72 URL: http://jira.codehaus.org/browse/MECLIPSE-72 Project: Maven 2.x Eclipse Plugin Type: Bug Versions: 2.2 Environment: Windows Reporter: Juraj Burian Fix For: 2.2

[jira] Updated: (MNG-2089) APT & AspectJ plugins

2006-02-24 Thread Juraj Burian (JIRA)
[ http://jira.codehaus.org/browse/MNG-2089?page=all ] Juraj Burian updated MNG-2089: -- Attachment: APTexamplePrj.zip > APT & AspectJ plugins > - > > Key: MNG-2089 > URL: http://jira.codehaus.

[jira] Commented: (MNG-2089) APT & AspectJ plugins

2006-02-22 Thread Juraj Burian (JIRA)
[ http://jira.codehaus.org/browse/MNG-2089?page=comments#action_59207 ] Juraj Burian commented on MNG-2089: --- Thank you for hint mr. Trygve. I didn't know about this plugin. differences: Our plugin uses different phases namely: in compile goal w

[jira] Created: (MNG-2089) APT & AspectJ plugins

2006-02-20 Thread Juraj Burian (JIRA)
APT & AspectJ plugins - Key: MNG-2089 URL: http://jira.codehaus.org/browse/MNG-2089 Project: Maven 2 Type: Wish Components: Sandbox Versions: 2.0.3 Reporter: Juraj Burian Priority: Minor Attachments: plugins.zip We

[jira] Created: (MNG-1396) properties like "including/excluding filters" could be useful

2005-11-02 Thread Juraj Burian (JIRA)
Versions: 2.0.1 Reporter: Juraj Burian Fix For: 2.0.1 Attachments: maven-ejb-plugin.patch clientExcludes and clientIncludes properties are introduced in this patch (see. attachement). In my opinion it is helpful parametrisation of client jar creat

Re: help - advice: multiple classpaths

2005-10-24 Thread Juraj Burian
Hello, sorry but I don't understand. Do you have any example or documentation of this? Unfortunately I can't find documentation about presented context :-(. Can you help me, please? thaks JuBu p.s. I understand your argumentation about properties in artifact. My idea was, that property in ar

Re: help - advice: multiple classpaths

2005-10-17 Thread Juraj Burian
for selection of particular dependencies that doesn't match any of the scopes? Cheers, Brett Juraj Burian wrote: Rafal Krzewski wrote: Juraj Burian wrote: We are working on jboss-aop & APT plugins implementation. We encountered the folowing problem (in general): We nee

Re: help - advice: multiple classpaths

2005-10-14 Thread Juraj Burian
Rafal Krzewski wrote: Juraj Burian wrote: We are working on jboss-aop & APT plugins implementation. We encountered the folowing problem (in general): We need to split classpath into several parts. In other words, we need to group dependencies. For example, when running JBoss AOP i

[jira] Created: (MNG-1205) dependency with scope:system & flag optional = true doesn't appear in the class path

2005-10-14 Thread Juraj Burian (JIRA)
Type: Bug Versions: 2.0 (RC) Reporter: Juraj Burian Fix For: 2.0 (RC) Attachments: test.zip Dependency with scope:system & flag optional = true doesn't appear in the class path Try to call m2 install or compiler:compile in the attached project. Compilation will fail ...

[jira] Updated: (MNG-1076) incorrect classpath entry is generated when dependency has system and is absolute

2005-10-14 Thread Juraj Burian (JIRA)
[ http://jira.codehaus.org/browse/MNG-1076?page=all ] Juraj Burian updated MNG-1076: -- Attachment: maven-eclipse-plugin.patch updated to current state > incorrect classpath entry is generated when dependency has > system and is ab

[jira] Created: (MNG-1197) Annotation proccessing tool plugin introduction

2005-10-13 Thread Juraj Burian (JIRA)
Annotation proccessing tool plugin introduction Key: MNG-1197 URL: http://jira.codehaus.org/browse/MNG-1197 Project: Maven 2 Type: New Feature Versions: 2.0-beta-4 Reporter: Juraj Burian Priority: Minor

Re: help - advice: multiple classpaths

2005-10-12 Thread Juraj Burian
I agree that first variant seems to be better and easier to implement (that is why it is first). J.B. Rafal Krzewski wrote: Juraj Burian wrote: For example, when running JBoss AOP it is necessary to supply classpath where aspects are found and a different classpath where classes that

[jira] Commented: (MNG-1187) new scope for nontransitive system dependency

2005-10-12 Thread Juraj Burian (JIRA)
[ http://jira.codehaus.org/browse/MNG-1187?page=comments#action_48435 ] Juraj Burian commented on MNG-1187: --- A better solution could be combination of scopes, for example like this: system provided, or remove provided scope and add property false/true

help - advice: multiple classpaths

2005-10-12 Thread Juraj Burian
Hi, We are working on jboss-aop & APT plugins implementation. We encountered the folowing problem (in general): We need to split classpath into several parts. In other words, we need to group dependencies. For example, when running JBoss AOP it is necessary to supply classpath where aspects ar

[jira] Created: (MNG-1187) new scope for nontransitive system dependency

2005-10-12 Thread Juraj Burian (JIRA)
new scope for nontransitive system dependency - Key: MNG-1187 URL: http://jira.codehaus.org/browse/MNG-1187 Project: Maven 2 Type: Improvement Versions: 2.0-beta-4 Reporter: Juraj Burian Priority: Minor

dependency with scope:system should not be transitive

2005-10-11 Thread Juraj Burian
Hi, Dependency like this: java tools 1.5.03 ${java.home}/../lib/tools.jar system should not be transitive, because it depends on system. btw. when dependency is used in a different pom, it is searched in m2 repository ... Sorry but, I am

[jira] Updated: (MNG-1076) incorrect classpath entry is generated when dependency has system and is absolute

2005-10-07 Thread Juraj Burian (JIRA)
[ http://jira.codehaus.org/browse/MNG-1076?page=all ] Juraj Burian updated MNG-1076: -- Attachment: maven-eclipse-plugin.path updated formating & merged > incorrect classpath entry is generated when dependency has > system and i

svn is down?

2005-10-05 Thread Juraj Burian
Hi, I can't connect to the m2 subversion repository (for last few hours) . Is it down, or have I some problem ? Thanks for answer. best regards JUBU - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[jira] Created: (MNG-1076) incorrect classpath entry is generated when dependency has system and is absolute

2005-10-03 Thread Juraj Burian (JIRA)
Type: Bug Components: maven-eclipse-plugin Versions: 2.0-beta-2 Reporter: Juraj Burian Priority: Minor Fix For: 2.0-beta-3 Attachments: src.patch Let: java tools 1.5.03 ${java.home}/../lib/tools.jar

[jira] Created: (MAVEN-1680) par files don't go to the maven.dependency.classpath see similar problem: http://jira.codehaus.org/browse/MAVEN-835

2005-09-02 Thread Juraj Burian (JIRA)
s.org/browse/MAVEN-1680 Project: Maven Type: New Feature Components: core Versions: 1.0.2 Environment: all Reporter: Juraj Burian Priority: Blocker According to EJB3 SPECIFICATION !. entity beans are stored in par-files, unfortunatelly par files (types) do not ap

Re: apt-incorporation

2005-06-27 Thread Juraj Burian
Steve Loughran wrote: Juraj Burian wrote: Hello everybody, we need to: 1) modify the Java plug-in to allow switching between J2SE 1.5 apt (annotation processing tool) or standard javac 2) create new standalone J2SE 1.5 apt plug-in. To achieve this it is necessary to upgrade ant used in

[jira] Commented: (MPECLIPSE-63) dont want the hardcoded org.eclipse.jdt.core.javabuilder

2005-06-20 Thread Juraj Burian (JIRA)
[ http://jira.codehaus.org/browse/MPECLIPSE-63?page=comments#action_41705 ] Juraj Burian commented on MPECLIPSE-63: --- Please folks is there chance fix this problem or not? I see lot of reason to have javanature and javabuilder included optional. Namely

apt-incorporation

2005-06-16 Thread Juraj Burian
Hello everybody, we need to: 1) modify the Java plug-in to allow switching between J2SE 1.5 apt (annotation processing tool) or standard javac 2) create new standalone J2SE 1.5 apt plug-in. To achieve this it is necessary to upgrade ant used in maven to the version 1.7 (still Alpha). I thing t