Re: How to expose expose a Java TagLibrary

2005-06-06 Thread Brett Porter
There are a couple of alternatives. Like the artifact plugin, you can wrap the java in a "jellybean", and use the exported tag library for that. I think this is what you describe below as unsatisfactory. The other alternative is to put the tag library in a JAR, add that as a dependency on the pro

How to expose expose a Java TagLibrary

2005-06-06 Thread Jason Dillon
Hi, I'm trying to figure out how to expose a Java TagLibrary from a plugin. Inside of my plugin, I can create a: And I can access this taglib just fine from another project. Similarly in my plugin, I can define: And I can now access the Java TagLibrary MyTagLibrary from ins

Re: bootclasspath jars

2005-06-06 Thread Brett Porter
No, this is not a use case we've heard of before. In fact, in m2 we don't always fork so it would not have an effect. Perhaps the simplest thing to do is to install the dependency in jre/lib/ext? - Brett On 6/7/05, Matthew Pocock <[EMAIL PROTECTED]> wrote: > Hi, > > I've got a maven project tha

Re: [m2] Artifact Ant Tasks and Packaging Dependencies

2005-06-06 Thread Brett Porter
No problem. We should have this up on the site soon... https://svn.apache.org/repos/asf/maven/components/trunk The ant tasks are a subdirectory of that. I expect to be working on them later in the week. Cheers, Brett On 6/7/05, McGarr, Joseph M. <[EMAIL PROTECTED]> wrote: > Brett: > > If I cou

Re: [1.1 head] Obtain commons-jelly-tags-xml-1.1-SNAPSHOT.jar?

2005-06-06 Thread Brett Porter
It is in cvs.apache.org/repository, as it always has. You have probably overridden maven.repo.remote locally. - Brett On 6/7/05, Jeff Jensen <[EMAIL PROTECTED]> wrote: > Copying the subject jar from the Maven prorgram lib dir to > .maven\repository\commons-jelly\jars solved it, but seems odd that

Maven Plug-in Properties Overriding Ant Property File Properties

2005-06-06 Thread Padgett, Nick
In my maven.xml, I load property files within custom init goals. These properties must override default plug-in property values. When I run my custom init goal alone, all of my properties appear to be set; I confirmed this with the echo tag. However, once I couple my custom init goal with a p

Help with Jelly Swing

2005-06-06 Thread Harrison . Curtis
I haven't found any Jelly Swing mail list - if one exists I would appreciate the URL. When I execute a Jelly Swing using an ant JAVA command (the only way I have gotten anything to work) I evidently have to use fork="yes" If I don't, I get a java.lang.reflect.InvocationTa

Mevenide Eclipse 0.4.0 release

2005-06-06 Thread Gilles Dodinet
The mevenide team is pleased to announce the Mevenide Eclipse 0.4.0 release! http://mevenide.codehaus.org/mevenide-ui-eclipse This release fixes numerous bugs and the POM Editor has been fixed for Eclipse versions greater than 3.1 M5 - tested against 3.1 RC1. update site for 3.1.x can be foun

Re: [1.1 head] Obtain commons-jelly-tags-xml-1.1-SNAPSHOT.jar?

2005-06-06 Thread Jeff Jensen
Copying the subject jar from the Maven prorgram lib dir to .maven\repository\commons-jelly\jars solved it, but seems odd that it is missing from the repos? Was this a recent change to the 1.1 head, as I have been playing with it on & off for at least a few weeks and only had this today. I did cle

Can not generate changelog report, and cruisecontrol email notifi cation list failed

2005-06-06 Thread Chen, Andrew .
Hi, We use Maven with Cruisecontrol to drive project build. It was all fine, until one day... About several weeks ago, we suddenly have problem about this "CVSROOT/users; using empty email map" in both maven and cruisecontrol logs. The problems are: 1. Email could not be sent after cruisecontro

Maven Plug-in Properties Overriding Ant Property File Properties

2005-06-06 Thread Padgett, Nick
In my maven.xml, I load property files within custom init goals. These properties must override default plug-in property values. When I run my custom init goal alone, all of my properties appear to be set; I confirmed this with the echo tag. However, once I couple my custom init goal with a p

RE: [m2] Artifact Ant Tasks and Packaging Dependencies

2005-06-06 Thread McGarr, Joseph M.
Brett: If I could just get the correct development version link, I can checkout the latest code from subversion and see if this addition suits my needs. I appreciate the help. Thanks, Mike -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 11:43

Re: compiling all files

2005-06-06 Thread Matthew Pocock
On Monday 06 June 2005 17:29, Emmanuel Venisse wrote: > you can run "clean" goal before it. > > Emmanuel Not sure that's practical in all cases. In any case, it's just the javac target that needs a pre-clean. None of the other steps do. I'll try adding clean as a preGoal for java:compile and see

bootclasspath jars

2005-06-06 Thread Matthew Pocock
Hi, I've got a maven project that builds a jar that must always appear in the bootclasspath. It's a patch for java.nio, and there's now way to get stuff working with it added to the normal classpath. Is there some way in the project.xml file to indicate this so that whenever it appears as a de

Re: Given Directory Structure

2005-06-06 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 normally you'd use dependencies for this. Have you read the documentation on http://maven.apache.org and/or http://maven.apache.org/maven2 ? I'm not sure what you're trying to do, exactly, but it sounds like these class files are coming from some exte

mqsicreatebar command

2005-06-06 Thread Richardson, Simon (Treasury)
Has anyone implemented the wbimb mqsicreatebar command with maven? Regards Simon > Simon Richardson > Technology > Tel: 020 7574 8838 > E Mail: [EMAIL PROTECTED] > > HBOS Treasury Services plc > 33 Old Broad Street > London > EC2N 1HZ > "MMS " made the following annotations. -

mqsicreatebar command

2005-06-06 Thread Richardson, Simon (Treasury)
Has anyone implemented the wbimb mqsicreatebar command with maven? Regards Simon > Simon Richardson > Technology > Tel: 020 7574 8838 > E Mail: [EMAIL PROTECTED] > > HBOS Treasury Services plc > 33 Old Broad Street > London > EC2N 1HZ > "MMS " made the following annotations. -

Re: compiling all files

2005-06-06 Thread Emmanuel Venisse
you can run "clean" goal before it. Emmanuel Matthew Pocock wrote: Hi, I've been using maven to build lots of my projects. Some of these use apt rather than javac for building. For apt to work propperly, it often needs to run over all of the source files, not just the dirty ones. Is there a

compiling all files

2005-06-06 Thread Matthew Pocock
Hi, I've been using maven to build lots of my projects. Some of these use apt rather than javac for building. For apt to work propperly, it often needs to run over all of the source files, not just the dirty ones. Is there a flag to pass into the javac pluggin to get it to build everything? T

Re: [M2] Plugins

2005-06-06 Thread Emmanuel Venisse
Actually, we don't focus on plugin rewriting, we let users contribute to it, and we focus on m2 architecture. I think they'll be available for 2.0 final Emmanuel Joachim Sautter wrote: HI, when you publish this two plugins? I am asking because I am writing my thesis with maven an when this

RE: jcoverage.ser file: purpose & clean impact?

2005-06-06 Thread Jeff Jensen
Thanks! That is a good idea and works well. I'll enter a JIRA too -Original Message- From: A. Shneyderman [mailto:[EMAIL PROTECTED] Sent: Thursday, June 02, 2005 5:35 PM To: 'Maven Users List' Subject: RE: jcoverage.ser file: purpose & clean impact? Hmm, must be bug. Open a JIRA is

Re: [1.1 snapshot] java.lang.NumberFormatException: For input string: ""

2005-06-06 Thread Jeff Jensen
Doh! Host & port were the only two things in it, and they were empty. Must've created that file when first started using Maven a few months ago. Thanks Brett. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, June 03, 2005 10:31 PM To: Maven Users List Subje

Re: Maven plugin to start a java file?

2005-06-06 Thread Wim Deblauwe
Sure, but you need to know how to access the classpath also, so it's easier if a plugin handles this for you. regards, Wim 2005/6/6, Alex Soto <[EMAIL PROTECTED]>: > you could also use the ant task in an maven.xml > > On 6/6/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > > > May sound strange

[1.1 head] Obtain commons-jelly-tags-xml-1.1-SNAPSHOT.jar?

2005-06-06 Thread Jeff Jensen
Where can I get subject? The latest 1.1 head requires it, and fails on downloading it. I cannot find it on either http://www.ibiblio.org/maven http://www.apache.org/dist/java-repository. - To unsubscribe, e-mail: [EMAIL PROTECT

Re: Given Directory Structure

2005-06-06 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 in this case, I think you want something like: src ... to refer maven to ${basedir}/src for your source code... Joachim Sautter wrote: > My path: src/com/schneide/labras/framework under this there are some > directories with source code but the

Re: Given Directory Structure

2005-06-06 Thread Joachim Sautter
OK Now I can find the soruce codes, but I have still a problem with the classfiles, they are using Maven cant find them. I have set the classpath and i have checked it with the java compiler and there it works. How can I set the classpath within the maven confiugration files? ALso i have prepa

Re: Maven plugin to start a java file?

2005-06-06 Thread Alex Soto
you could also use the ant task in an maven.xml On 6/6/05, Wim Deblauwe <[EMAIL PROTECTED]> wrote: > > May sound strange, but is there a Maven plugin that starts a certain > java class using "java.exe" or "javaw.exe" ? Could not find it in the > plugins section of the documentation > > regards,

Re: [M2] Plugins

2005-06-06 Thread Joachim Sautter
HI, when you publish this two plugins? I am asking because I am writing my thesis with maven an when this two plugins come in the next time i will change to maven2. Joachim. Emmanuel Venisse wrote: Hi, Joachim Sautter wrote: Hello is the new version of the scm plugin and the cruisecontrol

Re: [M2] Plugins

2005-06-06 Thread Emmanuel Venisse
Hi, Joachim Sautter wrote: Hello is the new version of the scm plugin and the cruisecontrol plugin working with maven2? No, because they use jelly, and we don't use it in m2. In m2, all plugins are written in java (prefered way) or with marmalade. Emmanuel ---

RE: Maven plugin to start a java file?

2005-06-06 Thread Donszelmann, Mark
We made one. Feel free to use, or copy. http://java.freehep.org/freehep-run-plugin/index.html Groeten Mark Donszelmann -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 7:51 AM To: Maven Users List Subject: Maven plugin to start a java file?

[M2] Plugins

2005-06-06 Thread Joachim Sautter
Hello is the new version of the scm plugin and the cruisecontrol plugin working with maven2? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Scripting with Groovy, BeanShell, and Jython

2005-06-06 Thread M. Sean Gilligan
I've updated my "Calling Scripts in Maven" page to contain links to many of the relevant sites including the Groovy Ant Task and Guillaume's page about using it in Maven: http://www.msgilligan.com/maven-scripting.html (I'm using BeanShell for now and waiting for Groovy Groovy JSR-02 and/or Ma

[ANN] Maven Cruise Control Plugin 1.7 released

2005-06-06 Thread Vincent Massol
The maven team is pleased to announce the Maven Cruise Control Plugin 1.7 release! http://maven.apache.org/reference/plugins/cruisecontrol/ A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included

Maven plugin to start a java file?

2005-06-06 Thread Wim Deblauwe
May sound strange, but is there a Maven plugin that starts a certain java class using "java.exe" or "javaw.exe" ? Could not find it in the plugins section of the documentation regards, Wim - To unsubscribe, e-mail: [EMAIL PROTEC

Re: Given Directory Structure

2005-06-06 Thread Joachim Sautter
My path: src/com/schneide/labras/framework under this there are some directories with source code but the name packet name like in the given structure. Is this maybe the probelm why maven cant finde an source file? The path is written correctly and I prepared it with one more subdirecotry under

Re: Given Directory Structure

2005-06-06 Thread Brett Porter
Absolutely yes! By configuring , and other elements of the section. In addition, you may need to change plugin configuration if you are not using plugin defaults for their files/directories. - Brett On 6/7/05, Joachim Sautter <[EMAIL PROTECTED]> wrote: > Hello, > we have our own projet struct

Re: [m2] How to modify plugin properties without changing pom.xml

2005-06-06 Thread Brett Porter
System properties should work, but there is a bug where it isn't overriding properties in the config file. I think I'll have it fixed in moments :) Profiles are being introduced in alpha-3 which are a better way to provide plugin configuration on a per-user basis. - Brett On 6/6/05, Zachi Hazan

Given Directory Structure

2005-06-06 Thread Joachim Sautter
Hello, we have our own projet structe with is not equale to the Maven structure. Can we use this and when yes how? Kind regards Sautter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

[m2] How to modify plugin properties without changing pom.xml

2005-06-06 Thread Zachi Hazan
Is their away to change plugin properties without changing pom.xml or through the command line (-Dparam=value)? i.e., like it was before, changing build.properties etc` Why changing System properties don't effect maven? - To uns

Re: [m2] define dependencies between wars

2005-06-06 Thread Zachi Hazan
I am also in process of "pre development", so I need to recommend/define the projects structure. Haryon wrote: I have exactly the same problem : multiple application modules on top of some common business layer, each application module handle a set of business functionnalities. One could imagi

GenApp : Reuse for inputs in next default values.

2005-06-06 Thread Haryon
Due to naming conventions here, an artifact will be called : A-B-C.jar I have a template that asks for A, B and C. then it asks for the package, project name, short description etc. In those last questions, I would like to provide a default value that take A/B/C values as the user did input them.

Re: Multiproject & dashboard - dashboard runs "the hard way"

2005-06-06 Thread Haryon
on mine I have something like this : maven.multiproject.basedir=${basedir}/.. maven.multiproject.ignoreFailures=true maven.multiproject.excludes=*-build/project.xml maven.multiproject.includes=*-*/project.xml build is from where I run the multiproject stuff, and it's at the same level as the othe

GenApp : share code between templates

2005-06-06 Thread Haryon
Is it possible to share files between templates, so that I have to keep them up-to-date only once in my CVS ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] define dependencies between wars

2005-06-06 Thread Haryon
I have exactly the same problem : multiple application modules on top of some common business layer, each application module handle a set of business functionnalities. One could imagine to deploy only the required application modules depending on what the customer did buy. Development didn't start

[m2] define dependencies between wars

2005-06-06 Thread Zachi Hazan
I have to several web modules which are dependent on each other. Can I define dependency between wars? if not, is their a way to create one war from several web modules (something like build both modules and merge them into one war)? The main problem I see is when merging web.xml and other possi

Maven SCM Plugin 1.5

2005-06-06 Thread Joachim Sautter
Hello, I am using since today maven-scm-plugin1.5. Because I am working with different project I want to checkout this into different folders. But maven is ignorring the module-name, maven always checkout into the checkout directory, so every sourcecode will be override. I have set the maven.sc

Re: Maven Changelog Plugin 1.8 Released

2005-06-06 Thread Brett Porter
It appears I forgot to update that prior to the release. I missed a step. I will publish 1.8.1 immediately and pull 1.8. If you want to hand edit project.xml in your cache to make "3.0.0-SNAPSHOT" into "3.0.0", that will suffice for now. - Brett On 6/6/05, Michael Niemaz <[EMAIL PROTECTED]> wro

Re: Maven Changelog Plugin 1.8 Released

2005-06-06 Thread Michael Niemaz
I tried to install it but it fails to compile: BUILD FAILED File.. /home/niemaz/smartdocuments/maven.xml Element... attainGoal Line.. 366 Column 42 The build cannot continue because of the following unsatisfied dependency: maven-model-3.0.0-SNAPSHOT.jar To