Re: [OT] JIRA and CVS

2003-08-08 Thread dion
There's no real integration from what I can tell. Anytime you see a maven commit message with Jira in it, that means the developers typed it in. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Jeffrey Bonevich [EMAIL PROTECTED] wrote on 05/08/2003

RE: New to Maven -- please help

2003-08-08 Thread dion
1.3 is fine. On which platform? We've had this sort of report from people on Solaris 1.3 before -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Shelly_Singh [EMAIL PROTECTED] wrote on 07/08/2003 01:23:47 PM: I have jdk version 1.3.0? Which jdk

Maven and missing jelly jars

2003-08-08 Thread John Farrell
On Fri, 8 Aug 2003 12:30 pm, [EMAIL PROTECTED] wrote: Yep, that'd be nice, but maven can't know where all possible jar files are stored. The only place it can look is on the remote repo. It does say where its trying to download it from, and the only place to stick it is the local repo. Maven

Re: Maven and missing jelly jars

2003-08-08 Thread Rafal Krzewski
John Farrell wrote: Maven itself can't know about all jars, but the developers who make the dependencies know. I suggest that (a) maven get a feature which allows it to retrieve from the repository information about an undownloadable jar, and (b) developers who depend on such jars put such

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-08-08 Thread Luke Taylor
John Farrell wrote: On Fri, 8 Aug 2003 09:34 am, [EMAIL PROTECTED] wrote: We're not allowed to redistribute the j2ee jar. [EMAIL PROTECTED] wrote on 08/08/2003 05:59:27 AM: Is anyone else having a problem retrieving j2ee-1.3.jar ? I believe I am having this problem with jelly as well. What

Problems using site:generate unable to find the goal for the reports

2003-08-08 Thread Nelson, Scott (MAN - Corporate)
Hi all, I am trying to run reports on a project. I have listed the reports I wish to run in my project.xml as: . reports reportmaven-javadoc-plugin/report reportmaven-jdepend-plugin/report reportmaven-junit-report-plugin/report

build failed in jxr, what do I do?

2003-08-08 Thread John Farrell
I received this message while doing 'maven clean site:generate site:fsdeploy'with beta 10. BUILD FAILED File.. file:/home/john/.maven/plugins/maven-jxr-plugin-1.2-SNAPSHOT/ Element... jxr:jxr Line.. 90 Column 31 java.lang.reflect.InvocationTargetException Total time: 1 minutes 31

Re: cross referencer gets NumberFormatException

2003-08-08 Thread dion gillard
Are you 100% sure it's the xref that's doing this? John Farrell wrote: On one of my Maven projects, there is a NumberFormatException during the cross reference goal. The stack trace starts like this: 2003-08-05 12:04:21,135 WARN org.apache.commons.jelly.expression.jexl.JexlExpression - Caught

Re: Problems with jar:install

2003-08-08 Thread dion
Hi Brent, I usually get a site to set up their own remote repo for developers as a first port of call. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brent Hale [EMAIL PROTECTED] wrote on 07/08/2003 02:19:51 AM: True...but it only happens once, disk

Re: howto call ant task from maven.xml

2003-08-08 Thread dion
Either write valid xml or leave off the 'ant:', e.g. ?xml version=1.0 encoding=ISO-8859-1? project xmlns:ant=jelly:ant goal name=enhance ant:java fork=yes failonerror=yes output=enhancer.out classname=com.signsoft.ibo.enhancer.Main classpathref=project.class.path arg

Re: Help Needed on Maven integration

2003-08-08 Thread Brian Ewins
Your dependency specifications are all wrong. Read the section on dependencies here: http://maven.apache.org/reference/project-descriptor.html And look at examples here: http://maven.apache.org/start/integrate.html A minimal dependency specification would look like: dependency