Anyone using Sun's appserver?

2005-10-04 Thread James CE Johnson
Hello all, Or, more specifically, has anyone figured out how to get Sun's Ant task to work with maven or created a maven plugin for it? I'm trying to decipher their asant and common-ant.xml files and get maven to simply invoke org.apache.tools.ant.taskdefs.optional.sun.appserv.AdminTask as a tag b

Re: [jira] Closed: (MAVEN-633) Contributing an ejb:ejb-client goal

2003-08-01 Thread James CE Johnson
Thanks dion! > Message: > >The following issue has been closed. > >Resolver: dion gillard >Date: Thu, 31 Jul 2003 11:34 PM > > Applied with fixes and docs > - > View the issue: > > http://jira.codehaus.org/secur

Re: EJB plugin modification

2003-07-31 Thread James CE Johnson
> James CE Johnson wrote: > >> >>... lots of common stuff like >> >> >> >> Then in weblogic:ejbdoclet you would have this: >> >> >>... lots of common stuff like >> >> >> >> How do we avoid d

Re: EJB plugin modification

2003-07-31 Thread James CE Johnson
> James CE Johnson wrote: > >> >>... lots of common stuff like >> >> >> >> Then in weblogic:ejbdoclet you would have this: >> >> >>... lots of common stuff like >> >> >> >> How do we avoid d

RE: EJB plugin modification

2003-07-31 Thread James CE Johnson
> > >> >> Do you want to have a jboss:ejbdoclet and a weblogic:ejbdoclet goal >> when both of them are going to be 80% the same? >> > > Yeap! I would like to see them as two separate projects. I guess I'm having trouble figuring out how you would do that cleanly without duplicating a lot of jelly

RE: EJB plugin modification

2003-07-31 Thread James CE Johnson
>> >> a) Because it can generate code for multiple appservers it doesn't >> make >>sense to invoke it in a container-specific plugin. >> > > IMHO it does make sense. But my point is that the task is *mostly* the same for any appserver. Its only when you add the subtasks that it gets appserve

RE: EJB plugin modification

2003-07-31 Thread James CE Johnson
Hi Michal, My $.02 worth... I'm biased towards invoking xdoclet, however, which is a slightly different focus than Brian (I think) so my replies may not be 100% compatible with yours. > Hi Brian! > > I don't like the idea of making fatter ejb:plugin > and putting there a logic which is particula

Re: Fixes and changes for maven 1.0

2003-07-31 Thread James CE Johnson
> If you have a fix or a change you would like to be in maven 1.0, please > ensure that: > > 1) It's in Jira ( > http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030 ) MAVEN-632 Please add maven.ejb.excludes to ejb:ejb goal MAVEN-633 Contributing an ejb:ejb-client goal I've got more contri

Re: EJB plugin modification

2003-07-30 Thread James CE Johnson
> > On Wed, 2003-07-30 at 13:59, James CE Johnson wrote: > > > > > > My main issue with the current ejb:ejb goal was that a completly > > > seperate class/directory structure had to be setup in order to pull in > > > the appropriate deployment descripto

Re: EJB plugin modification

2003-07-30 Thread James CE Johnson
Heya, > Howdy all > > I have been working a major change to the ejb plugin for better use > internally on my stuff and what to get your feedback and gauge your > interest in it. > > The current ejb plugin uses the jar task, with the main reasoning being > that the ejbjar task could not import addi

Re: java.net.Authenticator and jelly script

2003-07-25 Thread James CE Johnson
In the words of Rosanne Rosanna-Danna... "Nevermind" The whole point of this was to be able to use ant:style from behind an authenticating proxy: ${systemScope.setProperty('javax.xml.transform.TransformerFactor

java.net.Authenticator and jelly script

2003-07-25 Thread James CE Johnson
Still trying to get ant:style to work behind an authenticating proxy... Is there a way I can do this in jelly or should I create a jelly bean? System.setProperty("http.proxyHost", System.getProperty("maven.proxy.host")); System.setProperty("http.proxyPort", System.getProperty("maven.proxy.port"))

ant:style problem...

2003-07-24 Thread James CE Johnson
Heya, I'm trying to use ant:style to transform a jboss.xml into the corresponding weblogic file (xdoclet doesn't support WebLogic 8.1 yet) ${systemScope.setProperty('javax.xml.transform.TransformerFactory','org.apache.xalan.processor.TransformerFactoryImpl')} When I invoke it I

Short-circuiting a goal?

2003-07-23 Thread James CE Johnson
Heya, Is there any way for a preGoal to short-circuit a goal? Or, can I override a plugin goal in my own maven.xml to disable it? Its a long story but I've got an ejb:jar goal that builds my jarfile. However, some of the standard goals rely on jar:jar and when that fires it does Bad Things to the

RE: b10 werkz changes break reactor

2003-07-16 Thread James CE Johnson
> It appears to be a problem with executing more than one goal at a time: > > maven clean cdit:build fails > maven clean; maven cdit:build works FWIW I've been getting this behavior on and off with a not-quite-final version of b9 for quite some time. > > This isn't always the case (other projects

Re: JBoss plugin - new modifications

2003-06-19 Thread James CE Johnson
BTW: Are you going to make jboss plugin compatible with jboss 3.2x series? What is not compatible? I seem to remember I have used it with JBoss 3.2.1. maven.jboss.jmx.url.deploy=http://${maven.jboss.hostname}:${maven.jboss. po rt }/jmx- console/HtmlAdaptor?action=invo