jars/classes not visible to ant tasks

2004-01-15 Thread Kaganovich, Edward
I'm trying to use task to execute jacl script in order to setup websphere resources. This task does not accept nested specification. I've specified the necessary jars (bsf.jar, tcljava.jar, jacl.jar) as dependencies but looks like they are not visible to task. I've also tried to specify dif

Re: Newbie questions

2004-01-15 Thread Jason van Zyl
On Thu, 2004-01-15 at 20:37, Mamata Desai wrote: > Hi, > > I am a newbie to Maven, and also to a lot of its ancestors. But I want > to use maven to create a website for my java project. I installed maven > and edited project.xml. Here are a few queries I have... I could not > find answers to these

Newbie questions

2004-01-15 Thread Mamata Desai
Hi, I am a newbie to Maven, and also to a lot of its ancestors. But I want to use maven to create a website for my java project. I installed maven and edited project.xml. Here are a few queries I have... I could not find answers to these. If they have been previously discussed, please do not bash

Re: Xerces-2.6

2004-01-15 Thread dion
Noone's requested it. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Chenoweth, Bruce (STP)" <[EMAIL PROTECTED]> wrote on 16/01/2004 05:11:01 AM: > Hello > > Is there any particular reason the ibiblio archives have not been updated to > include later

RE: Constructing Dates on the Fly?

2004-01-15 Thread Keith Irwin
On Thu, 2004-01-15 at 15:35, Brett Porter wrote: > You might like to try war:install/deploy-snapshot which does this > automatically with a UTC timestamp on the end as the version. > > To get a date yourself, are you sure there isn't a jelly taglib for that? I > thought there was a or something,

Re: Constructing Dates on the Fly?

2004-01-15 Thread Keith Irwin
Ah hah! I knew if I wrote to the list it would speed my discovery. This seems to work: Easy! :) Keith On Thu, 2004-01-15 at 15:21, Keith Irwin wrote: > Folks-- > > I need to rename my war file to meet some hosting / production /process > requirement. > > Changing the name is

RE: Constructing Dates on the Fly?

2004-01-15 Thread Brett Porter
You might like to try war:install/deploy-snapshot which does this automatically with a UTC timestamp on the end as the version. To get a date yourself, are you sure there isn't a jelly taglib for that? I thought there was a or something, after all it is mimicing a lot of JSTL. You could also use

Constructing Dates on the Fly?

2004-01-15 Thread Keith Irwin
Folks-- I need to rename my war file to meet some hosting / production /process requirement. Changing the name is no problem. However, I'd like to be able to insert a date in the middle of it so I can do something like: project-date-lifecycle.war Is there an obvious way to get a date (

Re: Build of severals subprojects

2004-01-15 Thread matt
I would recommend decoupling the utility classes used by both subproject1 and subproject2 into a separate subproject (subprojectutil?). Then, you'd have the dependency chain of subproject1 DEPENDS ON subprojectutil + subproject2, subproject2 DEPENDS ON subprojectutil. Matt John Casey wrote:

Release plugin question

2004-01-15 Thread Christopher W. Farnham
I've added an echo message to the release plugin like so: | | And determined that the dir property ends up looking like this ' / '. So it tries to zip up my root directory (thankfullly it fails). I have the SCM properties in my project set. They look like this: | scm

RE: Build of severals subprojects

2004-01-15 Thread John Casey
IMO, that's not really going to help anything. It seems that the subprojects here constitute a cyclic dependency issue. In this case, it's not possible to compile one subproject without compiling the other at the same time. Why are these separated in the first place? If there isn't a good reason,

RE: Build of severals subprojects

2004-01-15 Thread Sonnek, Ryan
I would recommend breaking your ejb interfaces into a separate project (something like an ejb-client project). I've got an example up on the maven wiki if you want an example. Feel free to comment if this setup works for you or if you see any possible improvements. http://wiki.codehaus.org/maven/

Build of severals subprojects

2004-01-15 Thread Jyl
Example : I have two 2 subprojects mavenproject/subproject1 mavenproject/subproject2 subproject1 is a framework subproject2 is an EJB subproject2 uses classes from subproject1 (the EJB uses utility classes) subproject1 uses classes from subproject2 (using interfaces when call EJB) The build o

Re: Using an older xerces

2004-01-15 Thread Norbert Pabiś
Sean Kelly wrote: I've got some code that sadly requires an old version of xerces, 1.4.4. The dependency in my project is xerces xerces 1.4.4 http://xml.apache.org/xerces-j/ However, compilation never succeeds under Maven. I'm getting undefined symbols, as if it's p

RE: Multiple remote repsitories + proxy settings

2004-01-15 Thread Eric Giguere
Hi Gilles Works perfectly, that is exactly what I wanted to setup. Merci ;) Eric. > -Original Message- > From: Gilles Dodinet [mailto:[EMAIL PROTECTED] > Sent: January 13, 2004 7:49 PM > To: Maven Users List > Subject: Re: Multiple remote repsitories + proxy settings > > > Eric, > >

RE: single artifact mantra and ejb projects

2004-01-15 Thread Sonnek, Ryan
> -Original Message- > From: Rob Moore [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 15, 2004 12:29 PM > To: Maven Users List > Subject: Re: single artifact mantra and ejb projects > > Sonnek, Ryan wrote: > > > You have to make sure all the properties files contain no extra space

Re: single artifact mantra and ejb projects

2004-01-15 Thread Rob Moore
Sonnek, Ryan wrote: A little investigation into the wiki has shown me the light... I was able to upload a sample project in a ZIP format. Cool! Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: single artifact mantra and ejb projects

2004-01-15 Thread Rob Moore
Sonnek, Ryan wrote: You have to make sure all the properties files contain no extra space after the value. Clear those out and you won't have a problem (ie: change maven.multiproject.type=jar_ to maven.multiproject.type=jar). D'oh! I forgot about checking the maven.multiproject.type line for a

Re: single artifact mantra and ejb projects

2004-01-15 Thread Rob Moore
Regarding the xdoclet plugin. I hacked it myself to fix the issue. All you need to change is the last dependency in the project.xml so that it has this: xdoclet xjavadoc 1.0.2 http://xdoclet.sourceforge.net I've attached my hacked version of the original plugin. Hopefully it will make

Xerces-2.6

2004-01-15 Thread Chenoweth, Bruce (STP)
Hello Is there any particular reason the ibiblio archives have not been updated to include later versions of xerces (2.5.0, 2.6.0)? Bruce Chenoweth Sr SW Engineer 4100 Hamline Av N St.Paul MN 55112-5798 Phone: (651) 582-7801 Fax:(651) 582-5300 [EMAIL PROTECTED] www.guidant.com ---

RE: single artifact mantra and ejb projects

2004-01-15 Thread Sonnek, Ryan
A little investigation into the wiki has shown me the light... I was able to upload a sample project in a ZIP format. -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:38 AM To: 'Maven Users List' Subject: RE: single artifact mantra and e

RE: single artifact mantra and ejb projects

2004-01-15 Thread Sonnek, Ryan
You have to make sure all the properties files contain no extra space after the value. Clear those out and you won't have a problem (ie: change maven.multiproject.type=jar_ to maven.multiproject.type=jar). The jboss plugin is version 1.2b4 because the final 1.2 module is not on ibiblio. I've p

RE: single artifact mantra and ejb projects

2004-01-15 Thread Sonnek, Ryan
The problem you are havins is due to the xdoclet plugin looking for the xjavadoc artifact in the xjavadoc groupId (which doesn't exist on ibiblio). I've filed a upload request to have xjavadoc moved into it's own groupId, but it hasn't been done yet. That being said, there's more wrong with the xd

Re: single artifact mantra and ejb projects

2004-01-15 Thread Rob Moore
Ryan, First off all, many thanks for your continued work on the wiki entry. Here are some questions/points: 1. Might I suggest that you add a jar/zip file containing the example code? 2. What is the eclipse.dependency declaration do in the ejb project.xml? It seems odd to see it in the ejb pro

RE: single artifact mantra and ejb projects

2004-01-15 Thread Jörg Schaible
Hello Ryan, thanks for writing this documentation. I just set up such an environment following your description. One question: If I start maven I will always get an exception: = snip org.apache.maven.verifier.UnsatisfiedDependencyException: The build cannot continue because of

Using an older xerces

2004-01-15 Thread Sean Kelly
I've got some code that sadly requires an old version of xerces, 1.4.4. The dependency in my project is xerces xerces 1.4.4 http://xml.apache.org/xerces-j/ However, compilation never succeeds under Maven. I'm getting undefined symbols, as if it's picking up a newer

RE: single artifact mantra and ejb projects

2004-01-15 Thread Sonnek, Ryan
Thanks for the response Rob. I went through the documentation I had posted and updated a couple things (eclipse explanation, changing "common" to "ejb-client", some of the maven script). I had the same problem as you, and I fixed it by making sure that all of my property files didn't have an extr

Re: Generating md5 checksums

2004-01-15 Thread emmanuel . boudrant
Simply use the artifact tags : http://maven.apache.org/reference/plugins/artifact/ -emmanuel Selon "Mark R. Diggory" <[EMAIL PROTECTED]>: > Are there any details available on goals/properties necessary for > generating md5 checksums for distributions and jars produced by maven? > > Thanks, > -

Generating md5 checksums

2004-01-15 Thread Mark R. Diggory
Are there any details available on goals/properties necessary for generating md5 checksums for distributions and jars produced by maven? Thanks, -Mark -- Mark Diggory Software Developer Harvard MIT Data Center http://osprey.hmdc.harvard.edu

RE: Maven and EJB Testing

2004-01-15 Thread Vincent Massol
Done. See http://jakarta.apache.org/cactus/integration/maven/ Thanks -Vincent > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Rob Moore > Sent: 13 January 2004 08:19 > To: [EMAIL PROTECTED] > Subject: Re: Maven and EJB Testing > > I noticed you made a lot of chan

RE: javadoc plugin - multiple tags

2004-01-15 Thread Morris, Jason [IT]
On a related note, is there any plan to support multiple tags in the POM? I know that the Maven way revolves around building one package, but I want to build a site that documents a number of related packages in one place. Currently I can only specify one tag so my javadoc plug-in only generates

RE: Style of generated site

2004-01-15 Thread Jörg Schaible
Hi Gilles, Gilles Dodinet wrote on Wednesday, January 14, 2004 6:58 PM: > Jorg, > > there is three css used (site.jsl), if im not wrong : > o maven-base.css (always) > o theme - property maven.xdoc.theme.url, > defaults to ${relativePath}/style/maven-theme.css > o ${maven.docs.src}/style/pro