[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-21 Thread [EMAIL PROTECTED]
ive added a new version of the maven plugin in the snapshot repository and added a wiki page with the same info we have in the docs in svn. you can find the wiki here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossAOPMavenPlugin please test it out and get back to us if you find any bugs or if the

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-20 Thread [EMAIL PROTECTED]
hi, sorry about not being vocal enough on the maven plugin status, but here goes... ive mostly done with both the compile and run plugin for aop. they are all in svn, and there will be a CR1 version of the plugin thats using CR3 of jboss aop in the snapshot repo as soon as i figure out why they

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2008-02-20 Thread dsmiley
Here here! I'm a maven 2 user and I really wish JBoss would expose a full-fledged maven 2 repo with all artifacts, such as for jboss-aop-1.5, etc. By the way, I used aopc via the antrun plugin like so: | | maven-antrun-plugin | |

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-22 Thread afloom
Stale, Even if elysch approach works I think there should be a plugin (packaging type) that creates an .aop artifact. That would be much more of a cleaner solution. Using 1.5.5 (included in JBoss 4.2.0 EAP) I appreciate if that plugin would work with the v1.5 branch of JBossAOP. /Anders View

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-06 Thread [EMAIL PROTECTED]
hi, thanks for using the aop plugin and providing feedback all. ill try to answer some of the questions / responses here. first of all i just want to say that im sorry i havent released a final version of the plugin and provided more info/docs. we are pushing hard to finish jboss aop 2.0 and the

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-04 Thread mc.coder
I'm a new user of JBoss AOP and was introduced to it through my growing use of JBoss Cache. I have a few questions and your help is appreciated. I've read through this thread and whatever else I could find on setting the classpath for the maven-jbossaop-plugin compiler, but I am still unable to

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-12-03 Thread elysch
"afloom" wrote : I'm looking for a way of getting my jar files being named xxx.aop. After reading on | the Maven forum, I understand it should be done by creating a new packaging type. Is that something | supported by this plugin or something that could be added? | ... | /Anders | H

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-11-15 Thread [EMAIL PROTECTED]
hm, it looks like that 2.0.0.beta1 has been buildt by the automated buildsystem (it can be found here: http://repository.jboss.com/maven2/org/jboss/maven/plugins/maven-jbossaop-plugin/2.0.0.beta1/). but the only version i personally have uploaded and tested is 1.0-SNAPSHOT. This version works ag

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-11-14 Thread legolas
Hi, I am trying to use your plugin but run into problems. I get the following when running mvn process-classes -X: [INFO] [jbossaop:compile {execution: default}] |CLASSPATH: \DataDisk\var\m2\repository\concurrent\concurrent\1.3.4\concurrent-1.3.4.jar; | \DataDisk\var\m2\r

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-09-13 Thread afloom
I'm looking for a way of getting my jar files being named xxx.aop. After reading on the Maven forum, I understand it should be done by creating a new packaging type. Is that something supported by this plugin or something that could be added? Maven forum: http://www.nabble.com/Creating-a-jar-f

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-08-08 Thread [EMAIL PROTECTED]
ok, so ive made a few changes and added the latest version to the http://snapshots.jboss.org/maven2 repository. ive added support for multiple jboss-aop.xml files with the syntax described in the post above. a updated example of the pom.xml file: | ... | | | org.jboss.maven

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-08-07 Thread [EMAIL PROTECTED]
ill try to take care of this today/tomorrow. i just have to decide if we go for multiple aoppath elements ala: | jboss-aop.xml | or just the pathseparator thats used in ant. - ill probably go for the above since the use of pathseparator isnt very portable... View the original post : htt

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-08-07 Thread anders3
I have now build the maven plugin into all (both) AOP compiles in jboss portal. I need to add dependencies like | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | And this means that all the internal maven plugin stuff gets on the nested d

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-29 Thread [EMAIL PROTECTED]
i added support for a include tag in svn. | file/path | the file/path will also be added to the classpath of the aopc (if its a file, the parent path will be added to the classpath). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068567#4068567 Reply

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-28 Thread [EMAIL PROTECTED]
it was a bit late yesterday. ill just go for the same functionality as aopc with ant if there are no objections. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068513#4068513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-07-28 Thread [EMAIL PROTECTED]
hello, thanks for the feedback. yes, a include statement like that is something we should add. i guess you are thinking of classes thats already in the classpath, or is this meant to add the classes to the classpath too? - and i thought scoping the jar to provided would prevent it to be bundled?

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin. dependency scope?

2007-07-28 Thread anders3
I use the following dependency | | org.jboss.maven.plugins | maven-jbossaop-plugin | 1.0-SNAPSHOT | | | jboss | jboss-aop | 2.0.0.alpha2 | | | jboss | jboss-common | 4.0.2 | |

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-24 Thread stalep
after some input i changed the groupid to org.jboss.maven.plugins as im told thats the "default" groupid for maven plugins. the goal was also changed from aopc to compile (now its jbossaop:compile) there is also support for compiling tests with: jbossaop:compile-test View the original post : htt

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-19 Thread stalep
thanks, my pleasure :) i can only agree with you that the maven respositories could easily be much better, but i believe its getting there. jboss have its own repository, a snapshot repository and think that modules will be updated faster in the future. remember that many projects (jboss aop incl

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-17 Thread jorgemoralespou_2
Thank you. This is great! It´s very hard to work on JBoss technologies (AOP, MC, AS, Cache,...) due to a lack on documentation. More when it comes to a version upgrade. There are lot of projects working with these JBoss subprojects, and doing their builds through maven2, so it´s very important fo

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-16 Thread stalep
currently the plugin depends on jboss aop 2.0.0alpha2 since thats the latest maven release atm. the plan is that it will depend on 2.0 when its released. mainly since thats what we want people to use and it also has less depencies on other modules. - but there is nothing in the maven plugin that

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-16 Thread jorgemoralespou_2
Great, Is it only for JBoss AOP 2.0 or does it also work with JBoss AOP 1.5.x? Also, could you post the svn adress so we can download code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054946#4054946 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-15 Thread [EMAIL PROTECTED]
Great news! :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054842#4054842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054842 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-15 Thread stalep
i added maven-jbossaop-plugin to the aop svn respository. i guess we'll move it to the jboss-plugins repository when the time is right, but i just added it here so the hardcore aop users could test it out :) small howto: 1. get the source and run (in the maven-jbossaop-plugin folder): mvn install

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-08 Thread system.out
Please let us know when it is ready, also if you need help, I am here! Mike View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052562#4052562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052562 ___

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-08 Thread stalep
i got a compile plugin working on my local repository, it needs a bit more work before ill push it out though. sorry that this has taken so long, but ive been swamped at work for a while. ill try to get around and atleast push it out on svn in a few days... View the original post : http://www.

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-06-07 Thread system.out
Any update on maven2 plugin? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052371#4052371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052371 ___ jboss-user mailing list jb

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-03-22 Thread stalep
not atm. - but im looking for one too, so there might be one in the-not-too-distant-future :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030617#4030617 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030617