RE: WAR file naming

2003-07-17 Thread Andy Jefferson
> > Actually if you are packaging your war into an ear, you can specify the > > context, or if you have jboss you can put a jboss-web.xml in your > > WEB-INF and specify it there. > > Can you do this with Tomact :P? I've no idea what you can or can't do on Tomcat, but my experience of servlet eng

Re: "multiproject" Plugin

2003-07-17 Thread Alwyn Schoeman
While we are on the multiproject subject. Am I the only one who get errors of not supporting attribute 'name'? I needed to change this to the correct 'value' for it to work for me, but it seems to not happen to other people... -- Alwyn Schoeman SMART Money Inc. If you're a SMARTY and you're

Re: J2ee plugin

2003-07-17 Thread dion
The J2ee plugin was split up into it's parts: war and ear plugins are the result. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au BRUNOT Sébastien <[EMAIL PROTECTED]> wrote on 17/07/2003 07:40:20 PM: > Hi, > > Naiv

Re: Maven b10 / reactor / inherited dependencies

2003-07-17 Thread dion
Something funny here... "Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 17/07/2003 10:46:05 PM: > Still struggling to get Tapestry working with Maven. I was hoping > the multiproject stuff would > help. It should... > I define my main dependencies in my master projext.xml, including: >

Re: "multiproject" Plugin

2003-07-17 Thread dion
Rafal Krzewski <[EMAIL PROTECTED]> wrote on 17/07/2003 11:11:21 PM: > > anyone used the multiproject plugin successfully ? yes. > > > > I have a hierarchy of projects > > > > my_project/ > > my_project/jar_project/ > > my_project/war_project/ > > my_project/ear_project/ > > > > In my project.x

Re: API url for dependencies

2003-07-17 Thread dion
Nope, not possible, but it sounds like a nice addition. How about raising it as an improvement on Jira ( http://jira.codehaus.org ) for the Maven project. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Simon Matic

RE: Snapshot versions (beta 10)

2003-07-17 Thread dion
What does the sybase ant tool matter to maven??? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Olivier Lamy" <[EMAIL PROTECTED]> wrote on 18/07/2003 02:10:41 AM: > It sounds well :-))) > But I can't generate the s

Re: Undocumented properties

2003-07-17 Thread dion
Maybe someone could integrate this into the Maven user's guide. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Ben Walding <[EMAIL PROTECTED]> wrote on 15/07/2003 12:35:12 AM: > > >>This actually flows back to an e

Re: beta-10 updates for pom:validate and local repo location?

2003-07-17 Thread dion
Matthew, I did some documentation updates last week. Do u know where it still says the local repo is in ${MAVEN.HOME} -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au __matthewHawthorne <[EMAIL PROTECTED]> wrote on 15

Re: b10, site:generate and templates (velocity+jelly)

2003-07-17 Thread dion
Looks like an old version of the xml taglib -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Martin Skopp <[EMAIL PROTECTED]> wrote on 15/07/2003 05:32:57 PM: > Hi folks, > > discovered problems with my own maven proj

JBuilder and Maven

2003-07-17 Thread David Liles
If we generate JAR files with the tag that versions them, how do we get JBuilder to recognize them as external classes in our library list if the JAR file name changes each time we build the JARs? - To unsubscribe, e-mail: [EMAI

RE: reactor aborts

2003-07-17 Thread Brett Porter
Some questions: Any output from maven -X that is suspicious? Anything in maven.log? What version are you using? I think I have seen this before. Cheers, Brett -Original Message- From: Kristine Weissbarth [mailto:[EMAIL PROTECTED] Sent: Thursday, 17 July 2003 7:29 PM To: [EMAIL PROTECTE

RE: WAR file naming

2003-07-17 Thread Michal Maczka
> -Original Message- > From: James Ward [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 9:50 PM > To: Maven Users List > Subject: RE: WAR file naming > > > Actually if you are packaging your war into an ear, you can specify the > context, or if you have jboss you can put a jboss

RE: WAR file naming

2003-07-17 Thread James Ward
Actually if you are packaging your war into an ear, you can specify the context, or if you have jboss you can put a jboss-web.xml in your WEB-INF and specify it there. Regardless, the default behavior should be the same as the jar and ejb plugins where it is named with the version. And of course

RE: WAR file naming

2003-07-17 Thread Michal Maczka
> -Original Message- > From: Andy Jefferson [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 17, 2003 9:01 PM > To: Maven Users List > Subject: WAR file naming > > > Its been raised as an issue by others but for a Maven newcomer, is there > any reason why the WAR file has a naming that om

WAR file naming

2003-07-17 Thread Andy Jefferson
Its been raised as an issue by others but for a Maven newcomer, is there any reason why the WAR file has a naming that omits the version and hence is inconsistent with the JAR and EAR namings. In addition, it uses the Ant task 'jar' instead of the Ant task 'war'. -- Andy ---

Using BCEL Dependency Resolution

2003-07-17 Thread Luke A. Olbrish
I like using the ability in ant to resolve dependencies through the use of BCEL: http://ant.apache.org/manual/OptionalTasks/ejb.html#ejbjar_deps To get this functionality in ant, you must add bcel.jar to ANT_HOME/lib and you cannot do this to make it work in maven. I have been able force this a

API url for dependencies

2003-07-17 Thread Simon Matic Langford
Hi Is it possible to define an API location for a dependency so that the generated javadocs can be linked to them, or even an offline location for those behind a firewall? e.g. batik 1.5 http://xml.apache.org/batik http://xml.apache.org/batik/javadoc/ etc/batik

POM question

2003-07-17 Thread Kumar, Vaidhyanatha K.
To refer to the source directories that are referred by Environment Variables %SOURCE_LOC%\appframework\src How do I specify maven to use the environment variable to resolve the directory location? Thanks Vaidhy

Re: Snapshot versions (beta 10)

2003-07-17 Thread Brian Ewins
All you need to do is copy that to the name maven is looking for - servicesstub-SNAPSHOT.jar. I'm guessing you can do that in your sybase ant stuff, because you're copying the stub jar into the maven repository as it stands? At the same point just make a second copy. Olivier Lamy wrote: It sou

RE: Snapshot versions (beta 10)

2003-07-17 Thread Olivier Lamy
It sounds well :-))) But I can't generate the servicesstub-20030717.044631.jar with jar:install-snapshot Because I can't use the sybase ant tool in a maven project. -Message d'origine- De : Brian Ewins [mailto:[EMAIL PROTECTED] Envoyé : jeudi 17 juillet 2003 17:45 À : Maven Users List Ob

Re: Snapshot versions (beta 10)

2003-07-17 Thread Brian Ewins
Olivier Lamy wrote: I try to define a snapshot dependency : serviceslayer servicesstub SNAPSHOT I have generate a snapshot version in the repository : servicesstub-20030717.044631.jar if you do 'maven jar:install-snapshot', you will see that it installs not just servicesstub-20030717.044631.j

Re: automate versioning

2003-07-17 Thread Mark H. Wilkinson
On Thu, 2003-07-17 at 13:21, David Liles wrote: > > I've been tasked with developing a build process and want to use Maven > for numerous reasons. One of the primary requirements is to devise an > automated versioning process that will append an updated version to > each of the project jar files

Snapshot versions (beta 10)

2003-07-17 Thread Olivier Lamy
I try to define a snapshot dependency : serviceslayer servicesstub SNAPSHOT I have generate a snapshot version in the repository : servicesstub-20030717.044631.jar It's my company repository. I have the properties in the project.properties. maven.mode.online=true # to get some jars not found a

Re: unit test resources

2003-07-17 Thread Mark McBride
Maybe try something like this: src/test **/*Test.java **/*.dat -Mark At 01:36 PM 7/17/2003 +0100, you wrote: Hi, I've written a number of unit tests for a project and some of these tests require data files (*.dat) in

problem downloading jars from repository

2003-07-17 Thread Dominik Dahlem
Hi all, I have a problem downloading jars from my remote repository. I set up a server which houses all third-library jars. I can access the repository via my browser. However, maven complains about an unexpected end of file from the server. Has anyone an idea? Thx, Dominik maven> Attempting to

Maven b10 / reactor / inherited dependencies

2003-07-17 Thread Howard M. Lewis Ship
Still struggling to get Tapestry working with Maven. I was hoping the multiproject stuff would help. I define my main dependencies in my master projext.xml, including: jboss javassist 2.5.1 My sub-project (framework/project.xml) includes the maste

unit test resources

2003-07-17 Thread Ciaran Treanor
Hi, I've written a number of unit tests for a project and some of these tests require data files (*.dat) in order to run. I'm having trouble getting Maven to put these .dat files into target/test-classes/com/foo/bar as part of the build process. Thus the tests are failing when I run: maven jar Can

Re: "multiproject" Plugin

2003-07-17 Thread Rafal Krzewski
Andy Jefferson wrote: > Hi all, > > anyone used the multiproject plugin successfully ? > > I have a hierarchy of projects > > my_project/ > my_project/jar_project/ > my_project/war_project/ > my_project/ear_project/ > > In my project.xml at the top level I have registered several reports > incl

"multiproject" Plugin

2003-07-17 Thread Andy Jefferson
Hi all, anyone used the multiproject plugin successfully ? I have a hierarchy of projects my_project/ my_project/jar_project/ my_project/war_project/ my_project/ear_project/ In my project.xml at the top level I have registered several reports including checkstyle, javadoc, license. I then run

automate versioning

2003-07-17 Thread David Liles
Thought I'd try and ask this again I've been tasked with developing a build process and want to use Maven for numerous reasons. One of the primary requirements is to devise an automated versioning process that will append an updated version to each of the project jar files as they are gene

Re: Mavenizing Cocoon

2003-07-17 Thread Brian Ewins
I've started some work on installing 'old/non-downloadable' jars into the local repo: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-568 I'm not attempting to tackle the other side of what you're describing - converting the old project to maven. Since our way of working is to use our

Re: Mavenizing Cocoon

2003-07-17 Thread Jason van Zyl
On Thu, 2003-07-17 at 07:00, Moritz Petersen wrote: > I just started a Cocoon based project and realized that the Cocoon > 2.0.4 project is still not mavenized. > In this e-mail I describe how I mavenized cocoon. I would like to hear > some suggestions and comments about my procedure. > > First

checks again

2003-07-17 Thread Kristine Weissbarth
hi, following the advices I set the maven.checkstyle.format=foo property and put my foo_checks.xml into the maven-checkstyle-plugin-2.0-SNAPSHOT.jar/plugin-resources. But maven still uses the old jar and in consequence does not find my foo_checks.xml. How can I reload maven? I couldn't find any c

Cactus and WebLogic not working in current cvs version (beta 11)

2003-07-17 Thread tchristensen
Hi I have tried to get the current version of the cactus plugin to work but it no long activates WebLogic (version 2.0 of the plugin did lauch WebLogic but failed in another way). In a comment (in cvs) I read that starting WebLogic is now handled by the Cactus/Ant integration but when running

Mavenizing Cocoon

2003-07-17 Thread Moritz Petersen
I just started a Cocoon based project and realized that the Cocoon 2.0.4 project is still not mavenized. In this e-mail I describe how I mavenized cocoon. I would like to hear some suggestions and comments about my procedure. First I realized that Cocoon 2.0.4 contains about 57 libraries (not al

Re: 1.0 beta 10 : Repositories

2003-07-17 Thread Henning P. Schmiedehausen
Ben Walding <[EMAIL PROTECTED]> writes: >You have to wonder if the shared local repo might be a useful thing to >have in addition to personal local repo. >personal local -> shared local -> remote repo1 -> remote repo2 >Items would only be copied into personal local if they came from remote >re

J2ee plugin

2003-07-17 Thread BRUNOT Sébastien
Hi, Naive question : the j2ee plugin has a great documentation... Last published april 1st 2003... Is it only a joke (plugin.jelly content !) or is-il a specification ? Sebastien BRUNOT - To unsubscribe, e-mail: [EMAIL PROTECTED

reactor aborts

2003-07-17 Thread Kristine Weissbarth
hi, I'm completely at the end of my understanding. Suddenly my integrated reactor doesn't work anymore. As usual I get the output "Starting the reactor..." but that's all. Then it continues with the rest of the project without generating the subprojects or generating an processing order or somethi