SUN Maven(2) repo changes? JMX, JMS, Mail, JMXTOOLS

2010-02-04 Thread Andy Jefferson
For the last few hours I've been getting issues with Maven2 downloading jars/poms for the following SUN jars jmxtools-1.2.1 jmxri-1.2.1 mail-1.4 jms-1.1 Maven2 goes off to, for example, https://maven-repository.dev.java.net/nonav/repository/com.sun.jmx/poms/jmxri-1.2.1.pom which replies with H

Site Skin : Ability to select "properties" in XDOC files

2007-04-01 Thread Andy Jefferson
Hi, in Maven1 in an XDOC file I could do ... ... and then I could use these additional properties within site.jsl to add multiple levels of horizontal navigation to my site. In Maven1 I could extract the property of the XDOC file within site.jsl via In trying t

Re: maven javadoc [RC2] Problem

2004-03-29 Thread Andy Jefferson
On Monday 29 Mar 2004 14:51, Menetrieux Remy wrote: > Hi, > > When I run maven with the javadoc I obtain this errors : > > maven-javadoc-plugin:report: > > [javadoc] Generating Javadoc > > [javadoc] Javadoc execution > > [javadoc] javadoc: Illegal package name: "C:\Program" > > [jav

Re: Maven 1.0-rc2 and xdoc : processing of ampersands

2004-03-28 Thread Andy Jefferson
On Sunday 28 Mar 2004 13:47, Andy Jefferson wrote: > I've an xdoc document that previously (with rc1) had lines like > href="http://sourceforge.net/project/showfiles.php?group_id=86139&packa >ge_id=95353"> The mailing list and my mailer stripped the URL down as

Maven 1.0-rc2 and xdoc : processing of ampersands

2004-03-28 Thread Andy Jefferson
Hi, I've an xdoc document that previously (with rc1) had lines like http://sourceforge.net/project/showfiles.php?group_id=86139&package_id=95353";> That is, it includes an ampersand in the URL, and xdoc previously processed this by removing the & and putting & in the end-result page. I run this

Re: Classloading

2004-01-21 Thread Andy Jefferson
On Wednesday 21 Jan 2004 07:59, [EMAIL PROTECTED] wrote: > How does using fork screw stdin/out? Well, the app will not respond to user data entry when I use fork=true. Data is entered and return is pressed yet the app never receives this. I interpret that as stdin being not as it should be. If

Re: Classloading

2004-01-21 Thread Andy Jefferson
Thx for your reply Brett. > Blame ant :) Well I can't really do that since Ant allows me to run this Java app, yet Maven doesn't :-( > You'll need to fork to get this to work at the moment. So I can conclude that I *can't* use Maven for this at the moment then ... since as I mentioned in the

Classloading

2004-01-20 Thread Andy Jefferson
I've added a custom goal that runs "ant:java" ... as follows The "mydomain.Main" class operates using standard input and standard output, extracting responses from the user and writing to stdout. If I use fork="true" th

Re: Organization Logo in project.xml

2003-11-23 Thread Andy Jefferson
On Monday 24 Nov 2003 03:03, Eric Chow wrote: > In the project.xml, we can define a log, right? > In the example, The logo url always be http://..something, if I want to > set my logo image as in some folder. > > How can I define it in project.xml? And how to let the Maven know I use a > image

Website Customisation : Article

2003-11-23 Thread Andy Jefferson
I've written up some work I did on customising the Maven generated website. In my case I wanted to use the Maven website generation but have 2 sites ... one for Users and one for Developers. It involves use of a custom site.jsl file and gives examples of what you would need to do to achieve the

Maven Article

2003-11-17 Thread Andy Jefferson
I wrote an article on the use of Maven within the world of JDO (Java Data Objects) - particularly plugins for JDO implementations. You can read it over at JDOcentral http://www.jdocentral.com/JDO_Articles_20031117.html Feel free to link to it from the Maven "Articles" webpage. -- Andy --

Re: Tasks plugin ?

2003-10-27 Thread Andy Jefferson
On Monday 27 Oct 2003 07:59, Eric Pugh wrote: > I think there was talk of a roadmap plugin that would do what you want. > Check the dev archives... Thanks, I saw that one. It doesn't really do what I need since it is too much like the "changes" plugin ... very release biased. What I'm looking at

Tasks plugin ?

2003-10-26 Thread Andy Jefferson
Hi, does anyone know if there is a "tasks" plugin that operates in a similar way to the "changes" plugin ? That is, the user provides a defining XML file with all tasks required for a system, in whatever categories, and then it is processed by Jelly etc. I don't want the tasklist plugin since t

Re: id/groupId/artifactId confusion/issue with multiproject

2003-10-06 Thread Andy Jefferson
On Monday 06 Oct 2003 21:20, Dolf Starreveld wrote: > I suppose I was confused then. Am I correct and understanding that > there is no relationship between and the other two > /? Well from how I understand it ... * A project currently uses and . It doesn't use at all - it isn't in the POM sc

Re: id/groupId/artifactId confusion/issue with multiproject

2003-10-06 Thread Andy Jefferson
On Monday 06 Oct 2003 21:08, Dolf Starreveld wrote: > I'm using multiproject plugin in a situation with one paren project > aggregating documentation for several sub projects. > It appears that the #foreach ($reactorProject) loop in navigation.xml > does not list my sub projects if they do not have

Re: Maven Regional Repository

2003-10-06 Thread Andy Jefferson
On Monday 06 Oct 2003 21:01, Sri Sankaran wrote: > A Maven regional repository has been set up. It is at > http://hoover.unx.sas.com/maven. All files from http://d7779/maven have > been copied over. Brian Helsel wants to know if the setup is working > alright. Please update your properties to p

Re: No records in Change Log, File Activity and Developer Activity reports, anything wrong?

2003-10-03 Thread Andy Jefferson
On Saturday 04 Oct 2003 06:52, [EMAIL PROTECTED] wrote: > Account is OK, SSH works well. > Should maven.username be anonymous or my account name? You need to do a cvs login (manually) first ... and *then* run these reports. If that doesnt help, try posting your project.xml so people can understan

Re: How to change width of nav column? (xdoc)

2003-10-03 Thread Andy Jefferson
On Saturday 04 Oct 2003 01:14, Dolf Starreveld wrote: > At 16:57 -0700 10/3/03, Alexey Krasnoriadtsev spoke thusly: > > I could, but the drawback is that on every update of the plugin I > would have to do this again. In addition, it forces me to use the > same width on every project. > > >You Can a

Re: Powered by additions

2003-10-01 Thread Andy Jefferson
On Wednesday 01 Oct 2003 17:27, Didier Dubois wrote: > And also http://displaytag.sourceforge.net/ OK, i'll give you a few too ... if you're really interested :-) http://www.ajsoft.net/Products/WebUtils A web portal toolkit http://www.ajsoft.net/Products/WebShop A J2EE implementation of a

Re: UnitTest class path

2003-09-30 Thread Andy Jefferson
On Tuesday 30 Sep 2003 21:05, Albrecht, Matt wrote: > So what are my options here? Do I create my own test plugin (ugh), create > a that modifies the maven.dependency.classpath (looks difficult > to do correctly), or just eyeball the main classes to ensure the purity? Put your test dependencies

Re: Documentation download

2003-09-29 Thread Andy Jefferson
On Tuesday 30 Sep 2003 07:51, Brett Porter wrote: > We'll have that by 1.0. > > If you are brave enough you can checkout CVS and run 'maven site', then > 'target/docs' will contain the whole maven site. Or if you've got "wget" you can download the site using that. -- Andy -

Re: How do I get (+) symbol in Navigation

2003-09-29 Thread Andy Jefferson
On Monday 29 Sep 2003 13:41, S. Radhakrishnan wrote: > I could see the (+) collapse symbol in navigation page of maven.apache.org > site. > > How can I get the same?? Use 1.0-rc1 -- Andy - To unsubscribe, e-mail: [EMAIL PROTEC

Re: [ann] Maven 1.0-rc1 released

2003-09-29 Thread Andy Jefferson
On Monday 29 Sep 2003 08:12, [EMAIL PROTECTED] wrote: > > Why is it called rc1-SNAPSHOT ? > I'd guess either your running an old version, or Jason stuffed up the > contents of the jar. I can rule out the first option ... I've only ever been running beta-10 :-) -- Andy

Re: [ann] Maven 1.0-rc1 released

2003-09-28 Thread Andy Jefferson
On Monday 29 Sep 2003 07:13, Jason van Zyl wrote: > Howdy, > > Maven 1.0-rc1 has been released. The details can be found here: When I install this and try to run it the first thing I get is ... __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\_

Re: JUnit Tests

2003-09-26 Thread Andy Jefferson
On Friday 26 Sep 2003 18:59, Arthur I. Walker wrote: > My Maven build works then it doesn't . > > I converted my build over from beta 7 to beta 10, and everything was > working. However, after logging off, and then logging back on to the > build machine, the build stops working (after no changes).

Re: Regarding Unit testing in Maven

2003-09-25 Thread Andy Jefferson
On Friday 26 Sep 2003 07:24, Joshi, Yogesh (Cognizant) wrote: > I am using Maven for the first time for 'Unit Testing'. I am not very clear > about how it exactly works. As far as I know, Maven has a in built plugin > for JUnit and we need to provide the in > Project.xml. However if for,e.g., Samp

Re: JUnit Tests

2003-09-25 Thread Andy Jefferson
On Thursday 25 Sep 2003 19:34, Askren, Jay wrote: > I am running Maven beta 10 and I cant seem to get the J-Unit tests plugin > to work to work. Im running Maven on Windows XP with Java 1.41_02-b06. > Here is the output from Maven before it dies: > BUILD FAILED > File.. file:/C:/Documents a

Re: multiproject sample maven.xml ?

2003-09-24 Thread Andy Jefferson
On Wednesday 24 Sep 2003 07:50, jake stone wrote: > Could someone possibly post a sample maven.xml that implements the > multiproject plugin ? It would be a nice thing to have in an FAQ sometime > as well. You don't need anything in your maven.xml to use multiproject. maven.xml is for cases where

Re: maven on win32 -> doesn`t work

2003-09-23 Thread Andy Jefferson
On Sunday 10 Aug 2003 15:40, Peter Veentjer wrote: > I have tried it again at work and this time it works (at least all the > files are retrieved from the internet). I have zipped everthing > (repository) thati is downloaded en I`ll copy it at home. How can I > change the repository directory? You

Re: maven on win32 -> doesn`t work

2003-09-23 Thread Andy Jefferson
Hi, > The message at work: > Directory XXX.maven.repository doesn`t exist. Try to create it > (translation from dutch). You could run maven with a "--debug" flag to get more diagnostics. > In the documentation a install_repo.bat is mentioned, > but it is not there in the bin directory. Ignore

Re: Ibiblio Jar upload : HOW TO ?

2003-09-23 Thread Andy Jefferson
On Tuesday 23 Sep 2003 10:28, Matthieu RIOU wrote: > I was wondering if you still accept uploading needed jars in the ibiblio > repository and if so if there was a special process to follow. I sent a > mail to ask for jar uploads about one week ago and didn't get any answer, > am I on the wrong mai

Re: pom.resources question

2003-09-22 Thread Andy Jefferson
On Monday 22 Sep 2003 18:51, Laird Nelson wrote: > Laird Nelson wrote: > > So I tried to absolutize this path, like this: > > > >${maven.src.dir}/src/java/foo/bar > > ...which didn't work, and then like this: > > > >${pom.sourceDirectory}/foo/bar > > ...which didn't work either. Ideas? > >

Re: JUnit taskdef

2003-09-22 Thread Andy Jefferson
On Monday 22 Sep 2003 12:21, Nathan Coast wrote: > Hi, > > I have a plugin that contains a taskdef for the ant JUnit task. I > copied the code from the test plugin but I get this error. > > taskdef class org.apache.tools.ant.taskdefs.optional.junit.JUnitTask > cannot be found. > > Any ideas how I'

Re: maven on win32 -> doesn`t work

2003-09-22 Thread Andy Jefferson
On Saturday 09 Aug 2003 08:38, Peter Veentjer wrote: > I have tried to install maven on my windows xp machine, but the beta 8, > 9 en 10 all don`t work because all kinds of dependencies could not be > solved (antlr and ant eg). Could you please put a good version online so > I can proceed tranformi

Re: maven xdoclet

2003-09-20 Thread Andy Jefferson
On Sunday 21 Sep 2003 06:44, khote wrote: > Looking for online tutorials covering maven and xdoclet, webdoclet, that > kind of thing. > > Anybody know of any? Not got a tutorial, but I've got an app that uses maven and ejbdoclet/webdoclet so you may be able to look at it and work out what to do

Re: combining maven site subproject results

2003-09-19 Thread Andy Jefferson
On Friday 19 Sep 2003 21:17, [EMAIL PROTECTED] wrote: > Does anyone know whether there is a way to run maven site with subproject > directories and then combine the results into one report? > > I am trying to mavenize a WSAD J2EE project and have a project with the > following subprojects > > test

Re: [checkstyle plugin] probleme with licence file

2003-09-19 Thread Andy Jefferson
On Friday 19 Sep 2003 13:54, [EMAIL PROTECTED] wrote: > In the properties doc of the plugin header file location use : > maven.checkstyle.header.file > > but it must be : > maven.checkstyle.headerFile > > Is this a known issue Are you talking beta10 ? In beta10, its not a known issue because its

Re: documentation out of date...

2003-09-18 Thread Andy Jefferson
On Thursday 18 Sep 2003 21:28, Ciramella, EJ wrote: > How about this? > > > > org.apache.tools.ant > ant > 1.4.1 > > > > > org.apache.tools.ant > ant-optional > 1.4.1 > No. groupId cannot be org.apache.tools.ant ... look at http://www.ibiblio.org/maven th

Re: documentation out of date...

2003-09-18 Thread Andy Jefferson
On Thursday 18 Sep 2003 21:10, Ciramella, EJ wrote: > Like I have said in an earlier help doc, I'm using the latest (B10) version > of maven, the online documentation says I can do this: > > commons-jelly > SNAPSHOT > > > but when I try: > > > castor > SNAPSHOT >

Re: Need Help: First day with Maven

2003-09-18 Thread Andy Jefferson
On Thursday 18 Sep 2003 16:31, Joshi, Yogesh (Cognizant) wrote: > Maven is one level up to Ant in terms of Project Management capabilities. > But I am not very clear how they are represented. Does it mean, it > generates a consolidated report when I say "maven site" ? Hi, You will get a website f

Re: Need Help: First day with Maven

2003-09-18 Thread Andy Jefferson
> This is my first day with Maven :) Welcome :-) > I am trying to use it for a very basic application, say, to make jar from a > simple java class. I did the following: > 1) Installed and set up Maven > 2) D:\SampleMaven\com\src contains Test.java which I need to include in Jar > 3) Set up JAVA_H

Re: Multiproject help

2003-09-15 Thread Andy Jefferson
On Monday 15 Sep 2003 21:28, Howard M. Lewis Ship wrote: > I'm trying to split up my existing Maven project into a master project > containing sub-projects. Is this even the right thing to do? Yes if you have several deliverables. > I'm getting the following error: > > bash-2.05b$ maven multipro

Re: plugin dependencies

2003-09-14 Thread Andy Jefferson
On Monday 15 Sep 2003 06:53, Nathan Coast wrote: > Is this as designed? IMO it'd feel nicer if the plugin was responsible > for declaring its dependencies rather than having to declare the > plugin's runtime dependencies within each component that uses the plugin. The majority of plugins declare

Re: Local and remote repository

2003-09-14 Thread Andy Jefferson
On Sunday 14 Sep 2003 17:19, khote wrote: > set an environment variable MAVEN_HOME_LOCAL=/usr/local/repository > (for example) or have a file ~/build.properties and include a line like maven.repo.local=/usr/local/maven/repository You can also have a param for the remote repository maven.repo.r

Re: AW: Executing xdoclet to generate MBeans before compiling

2003-09-12 Thread Andy Jefferson
On Friday 12 Sep 2003 08:00, Melvin Dave P. Vivas,MCOM/3795 wrote: > Thanks to all who responded. By the way, do you have some sample > configuration which uses xdoclet? I've got an app that uses XDoclet if you want to see one that works ... go to http://www.ajsoft.net/Products/WebShop and you c

Re: Executing xdoclet to generate MBeans before compiling

2003-09-11 Thread Andy Jefferson
On Friday 12 Sep 2003 04:28, matt wrote: > Strongly recommend against using the xdoclet maven plugin - it involves > looking through the plugin.jelly source to determine the case of the > initial letter for properties, a non-intuitive indexation for different > subtasks, and in the end just does wh

Re: How to add ant taskdef in maven.

2003-09-10 Thread Andy Jefferson
On Thursday 11 Sep 2003 04:52, jun cai wrote: > Before I use maven to publish my project ,I use ant to bulid my > project.such as: > > > > > > > > > > > >destinationPath="${build.classes}"/> Hi, you want to add a JDO plugin for JCredo JDO from what you show. Pl

Re: multiproject dependencies

2003-09-10 Thread Andy Jefferson
On Wednesday 10 Sep 2003 07:58, Nathan Coast wrote: > fyi, building from cvs fixes this problem. Also, you were using the SNAPSHOT of multiproject that came with beta10. There was a new version released to http://www.ibiblio.org/maven/maven/plugins/ a week or so ago which fixed many things. --

Re: how to best find the goal needed to do the job.

2003-09-09 Thread Andy Jefferson
On Tuesday 09 Sep 2003 18:46, Christian Andersson wrote: > Hi there, I have a small problem that I wonder if you could help me with.. > I'm developing an application with my own server system (rmi based at > the moment) and now I need to run rmic on some of my files to generate > the rmi classes, h

Re: How to create xdoc xml?

2003-09-06 Thread Andy Jefferson
On Saturday 06 Sep 2003 01:29, Harden ZHU wrote: > some xml files in xdoc index.xml, links.xml. How to create those? > Are those files manully created? You can define a navigation.xml that incorporates a links section - or you can define your own links .xml. Do a search on maven.apache.org to see

Re: Is there any reason we have to resolve dependencies all the t ime?

2003-09-05 Thread Andy Jefferson
On Friday 05 Sep 2003 18:30, Lester Ward wrote: > > For things like "maven clean" resolving the project's > > dependencies seems like overkill. > > Ditto. See my recent post ("Using Reactor") for a good example of why this > strategy is not very helpful. You could take it further and think of the

Re: Updating properties listed in online guide

2003-09-04 Thread Andy Jefferson
On Thursday 04 Sep 2003 17:53, [EMAIL PROTECTED] wrote: > I suppose so, but there are essentially two places: > a) maven core properties (as per the user guide), or > b) the plugin that provides that functionality. > > > Would a page like this > http://maven.apache.org/reference/plugins/index.html

Re: Two problems with test plugin

2003-09-03 Thread Andy Jefferson
On Thursday 04 Sep 2003 07:08, Moritz Petersen wrote: > Should I post to JIRA to get the bug fixed? I've added it in JIRA as Maven-777. -- Andy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: Two problems with test plugin

2003-09-03 Thread Andy Jefferson
On Wednesday 03 Sep 2003 19:42, Moritz Petersen wrote: > Second problem > -- > > BUILD FAILED > File.. file:/Users/mpetersen/.maven/plugins/maven-test-plugin-1.3/ > Element... resources:copy > Line.. 299 > Column 11 > java.lang.NullPointerException > com.werken.werkz.Unattai

Re: POM description seems hard

2003-09-02 Thread Andy Jefferson
On Tuesday 02 Sep 2003 19:18, Henri Yandell wrote: > I'm having trouble putting HTML in the POM description. Is there some kind > of xdocs/desc.xml file that can override it and be treated as a real xdoc > file? xdocs/index.xml or you could put around it in the project.xml -- Andy -

Maven 736

2003-09-02 Thread Andy Jefferson
I raised Maven-736 a week or so ago on JIRA providing patches to take the TJDO plugin onwards to a 1.0.0 release. Can someone please either pick this up or provide me with CVS access and i could apply it myself ? Thx -- Andy ---

Re: [ANN] PMD plugin 1.1 released

2003-08-30 Thread Andy Jefferson
On Saturday 30 Aug 2003 12:53, Vincent Massol wrote: > The Maven team is pleased to announce the PMD plugin 1.1 release! Vincent, I just tried the PMD 1.1 plugin (and im using Maven beta10) and it gets to [echo] Converting the PMD report to xdoc ... BUILD FAILED File.. /home/andy/.maven/pl

Re: dependency version (Newbie)

2003-08-26 Thread Andy Jefferson
On Monday 25 Aug 2003 20:59, Andrew Boyd wrote: > Hi, > I have the following jars > jboss-common.jar > jboss-jmx-core.jar > jboss-jmx-services.jar > jboss-jmx.jar > > Since Maven requires a version I wrote my dependencies as such: > > jmx > jboss > commo

Re: FW: Faile to download v 1.0-bet10

2003-08-25 Thread Andy Jefferson
> > When I execute maven site:generate > > The next error happen > > __ __ > > > > | \/ |__ _Apache__ ___ > > | > > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > > | > > |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10 > > > > Attempting to download j2ee-1.2.jar. > > WARNING: Failed to downl

Re: Newbie: XDoclet plugin does not generate nothing...

2003-08-25 Thread Andy Jefferson
On Monday 25 Aug 2003 14:12, Fabrice DELHOSTE wrote: > Hi *, > > I'm trying to use the Maven XDoclet Plugin 1.2b4 / EjbDoclet with Maven 1.0 > Beta 10. I let almost all default options (and tried other combinations). > Even if I have files matching the default **/*Bean.java pattern, it seems > no J

Test configuration handling in Maven [was Re: JUnit : specification of classpath]

2003-08-16 Thread Andy Jefferson
> For background, my project uses JDO so in my dependencies I specify the SUN > reference implementation (for building that is all that is needed). At > runtime I need to specify an actual implementation of JDO to run against. > Really the project is not dependent on any particular implementation o

Re: finding if a goal is available

2003-08-16 Thread Andy Jefferson
On Friday 15 Aug 2003 15:44, Simon Matic Langford wrote: > is there anyway to find if a goal is available? > ie, I have some custom plugins, so I want to check to see if they're > installed before trying to register them. Try maven -g This should list all goals (in plugin order) ... and then you

Re: Add additional information to the developers info section

2003-08-15 Thread Andy Jefferson
Hi Scott, > I have added the new column in the team-list.xml but I am having problems > with the new entries I have made in my project.xml file. I guess I have a > couple of questions then. > > 1.Does maven validate the project.xml file against the maven-project.xsd > file each time it executes i

Re: Add additional information to the developers info section

2003-08-15 Thread Andy Jefferson
On Friday 15 Aug 2003 18:23, Nelson, Scott (MAN - Corporate) wrote: > Does anyone know if it is possible to add additional information about the > developers like a work phone number or mobile phone number to the > developer's section of the project.xml? I am trying to add a couple of > columns to

Maven website : Error in repository

2003-08-15 Thread Andy Jefferson
Just a quick one. On the Maven website (http://maven.apache.org/cvs-usage.html) there is an error in the "Anonymous CVS Access" section. It is missing a leading colon (:) from in front of 'pserver'. Looking at CVS for Maven it seems to be correct in the project.xml, so maybe the report is mung

JUnit : specification of classpath

2003-08-15 Thread Andy Jefferson
Hi, as a newcomer to JUnit I've been trying to use it with Maven and I get a ClassNotFoundException. No problem ... I expected that one to come up. What I really want to know is how do I add jar's to the JUnit classpath with my project ? For background, my project uses JDO so in my dependencie

Re: Problems with jar:install

2003-08-14 Thread Andy Jefferson
On Tuesday 05 Aug 2003 19:23, Brent Hale wrote: > I don't have an empty repository anymore...but all of the other > developers on my team will start out with empty repositories. Why not adopt a "team working" setup and set the repository to be in a common area so all developers use the same repos

Re: Plugins : Policy on inclusion

2003-08-14 Thread Andy Jefferson
On Monday 11 Aug 2003 07:21, [EMAIL PROTECTED] wrote: > The policy is not to do it, unless the commercial product can be easily > downloaded from ibiblio, and licensed appropriately. > > For example, the clover and simian plugins are done this way. OK, so unless I can get Solarmetric (owner of Kod

Re: Removing maven traces

2003-08-14 Thread Andy Jefferson
On Wednesday 13 Aug 2003 12:04, Jefferson K. French wrote: > On Wed, 13 Aug 2003, at 11:04:12 [GMT +0600] Eran Chinthaka wrote: > > I generated my project site using maven. BUt now I need to remove > > the traces created by maven within it. > > I'm curious as to why people do this. Shouldn't we giv

xdoclet plugin : include/exclude of filesets

2003-08-14 Thread Andy Jefferson
Hi all, I asked this on the xdoclet list but got no response, so lets see if anyone here has some insight to a problem I've got. In using xdoclet/jdodoclet, I need to specify a fileset to pass to jdodoclet. The maven plugin properties available to me are maven.xdoclet.jdodoclet.fileset.{no}.inc

Re: application.xml does not contain dtd ref

2003-08-14 Thread Andy Jefferson
On Thursday 14 Aug 2003 20:50, [EMAIL PROTECTED] wrote: > The application.xml generated by Maven does not contain the following line > : > > Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd";> > > Thereby generating the following error in WebSphere: > > Stack trace of nested excep

Re: Removing maven traces

2003-08-14 Thread Andy Jefferson
On Wednesday 13 Aug 2003 06:04, Eran Chinthaka wrote: > I > generated my project site using maven. BUt now I need to remove the > traces created by maven within it. > > For example, > > 1. I want to remove the maven image an

Plugins : Policy on inclusion

2003-08-14 Thread Andy Jefferson
Quick question ... I contributed a plugin on Friday for TJDO and it was included in CVS no problem by Emmanuel. TJDO is under an Apache license. I have another plugin, this time for Kodo, which is a commercial library. The plugin however can be under the Apache license - though obviously the Kod

Re: Error in wiki (maven.local.home instead of maven.home.local) ?

2003-08-14 Thread Andy Jefferson
On Wednesday 13 Aug 2003 15:11, Nicolas FRANK wrote: > Sorry the objet was not correct in my previous post... > > In maven wiki migraption from beta 9 to beta 10 I can read : > > > - If you want them somewhere else, update ~/build.properties with > maven.local.home pointing where you wish to unpack

Re: Noob question: how to deal with non maven jars?

2003-08-14 Thread Andy Jefferson
On Thursday 14 Aug 2003 16:33, Michael Mills wrote: > After spending a lot of time looking at (what little) documentation > there is and trying out various maven command lines I was wondering how > (other than manually creating the dir in the maven.local.repository) you > get any old jar that is re

Re: XSLT transformation as maven-goal

2003-08-14 Thread Andy Jefferson
On Thursday 07 Aug 2003 14:44, S. Radhakrishnan wrote: > Hi, > > Today I looked into maven.apache.org site. I could see the (+) symbol > (collapse) with tree structure.. > > I have executed the site using Maven 10, But I didn't get the expected (+) > image??? any property needed?? Its a new additi

Re: Including more links

2003-08-14 Thread Andy Jefferson
On Friday 08 Aug 2003 15:46, Sonnek, Ryan wrote: > How do you preprocess the navigation.xml? can you include your pregoal? If you set maven.docs.src to point to the directory containing the navigation.xml it will be automatically preprocessed by the site:generate goal. -- Andy --

Re: how do I get resources in my jar file?

2003-08-14 Thread Andy Jefferson
On Tuesday 05 Aug 2003 07:48, John Farrell wrote: > I am running maven beta 10, and cannot get resources copied into my jar > file. I have made extensive investigations. In the POM, I have this: > > > > ${basedir}/src/res > > *.properties > > >

Re: new maven chinese web site :)

2003-08-11 Thread Andy Jefferson
On Tuesday 05 Aug 2003 08:48, Martin Skopp wrote: > It looks pretty cool with all the characters - I run linux and it works > out of the box. It does look good - works with Konqueror out of the box, but not with Mozilla. The only thing I'd add is that Maven (or some plugins maybe) hardcodes certa

Re: Maven beta 10 repository directory

2003-08-10 Thread Andy Jefferson
On Wednesday 06 Aug 2003 13:33, S. Radhakrishnan wrote: > Hi, > > thanks for your solution.. that works fine.. now i am facing with a > different problem. > I am having custom checkstyle properties which will look like, > > checkstyle.lcurly.type = nl > checkstyle.lcurly.method = nl > checkstyle.lc

Re: howto call ant task from maven.xml

2003-08-10 Thread Andy Jefferson
On Wednesday 06 Aug 2003 15:09, Roland Berger wrote: > Hi all > > Everywhere I can read that it is easy to call an ant target from maven.xml > but after all I did not find an example. > I tried it the following way: > > > >classname="com.signsoft.ibo.enhancer.Main" > classpathref="project.cla

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

2003-08-08 Thread Andy Jefferson
On Thursday 07 Aug 2003 20:59, [EMAIL PROTECTED] wrote: > Is anyone else having a problem retrieving j2ee-1.3.jar ? Well, if you look on ibiblio you'll find that there isn't one. They do have an ejb-2.1.jar. I always just symbolically linked my repository to where I have j2ee.jar from Sun's ref

Re: Changelog problems

2003-08-04 Thread Andy Jefferson
On Monday 04 Aug 2003 17:58, Henri Yandell wrote: > Ack. It no longer supports this connection method? Any reason why? > On Tue, 5 Aug 2003 [EMAIL PROTECTED] wrote: > > scm:[EMAIL PROTECTED]:/var/cvs:genjava-core >tion> This is bad. Errrm, because you missed a colon out of your CVS line ? (betwee

Re: Bundling xdoclet generated deployment descriptors

2003-08-04 Thread Andy Jefferson
On Monday 04 Aug 2003 11:03, Alwyn Schoeman wrote: > Deployment descriptors generated with xdoclet are by default put under > target/xdoclet/ejb/META-INF. > > What is best to put in me tag to bundle this resources? > > I have tried ${maven.build.dir}/xdoclet/ejb, but doesn't work, > ${maven.build.

Re: multiproject exampe/genapp?

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 21:34, Kevin Ross wrote: > I messed with maven a while back, customizing the maven.xml with reactor > (blah blah blah). > > Here comes the multiproject plugin, and whallah, I'm on a new project in > need. Does anyone have a sample (possibly J2EE) app that I can use as a > te

Re: License plugin and report

2003-07-31 Thread Andy Jefferson
On Fri, 2003-08-01 at 03:28, Jeffrey Bonevich wrote: > I've noticed that I cannot get the license report to generate correctly > from my LICENSE.txt file via the 'site' goal unless I first run the > 'license' goal to generate the xml file. This seems wrong to me. Am I > missing something? Als

Re: JXR Plugin in Mavenb10

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 16:06, Kumar, Vaidhyanatha K. wrote: > Whenever I have packages that have and underscore ex ( com.xyz._aaa.) , the JXR > writes the class references to com.xyz instead of referring to com.xyz._aaa. > Has anyone seen this? Reported a bug some time ago, and Dion fixed it in C

Re: WEB Application Structure

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 09:19, Bateman, Patrick eMEDIA wrote: > I can't find any documentation or an example of how to structure a WEB > application within a Maven project. Create a src/webapp/WEB-INF directory Put your deployment descriptors in there, and your JSP, images, html etc in src/webapp.

RE: Fixes and changes for maven 1.0

2003-07-31 Thread Andy Jefferson
On Thu, 2003-07-31 at 08:59, [EMAIL PROTECTED] wrote: > Edit the issue > > dare I ask... how do I do that? > > > > I can't see anywhere to do it! > > > > simon I can't find an "edit the issue" option ... I have the opportunity to "comment on the issue", or "attach file" but that is all. Maybe o

Re: Fixes and changes for maven 1.0

2003-07-30 Thread Andy Jefferson
On Thu, 2003-07-31 at 06:50, [EMAIL PROTECTED] wrote: > 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 ) > 2) it's in the roadmap ( > http://jira.codehaus.org/secure/Brows

Re: activity plugins

2003-07-29 Thread Andy Jefferson
On Wed, 2003-07-30 at 01:03, Askren, Jay wrote: > I'm trying to get the following reports to work in Maven: > > maven-developer-activity-plugin > maven-file-activity-plugin > > > I'm assuming they use information from the repository section of the > project.xml file to log into CVS. Where do I

Re: NoClassDefFoundError : org/w3c/dom/Document

2003-07-24 Thread Andy Jefferson
On Fri, 2003-07-25 at 01:59, Ben Walding wrote: > It's always worth forking java whenever you get a message about a class > not found in the xml packages. That's as maybe, but as I said in a previous response in this thread ... I've tried that and it doesnt work :-( -- Andy ---

RE: NoClassDefFoundError : org/w3c/dom/Document

2003-07-24 Thread Andy Jefferson
After investigating further I have set up an Ant build.xml and the following runs *correctly* in Ant Yet the Maven translated version JDO-enabling classes Classes are now JDO-enabled fails with that "NoClassDefFoundError : org/w3c/dom/Docum

RE: NoClassDefFoundError : org/w3c/dom/Document

2003-07-24 Thread Andy Jefferson
On Thu, 2003-07-24 at 11:46, Dominik Dahlem wrote: > I had this problem with JUnit. I forked the JVM and everything worked > as expected (maven.compile.fork=yes). No difference using that flag - still get the error. Thx anyway. -- Andy ---

NoClassDefFoundError : org/w3c/dom/Document

2003-07-24 Thread Andy Jefferson
Hi, I'm trying to add a postGoal to java:compile to run a JDO-enhancer to some classes. In maven.xml I run xdoclet:jdodoclet as a preGoal. This runs fine and generates the necessary .jdo files. It then compiles, and then in my postGoal I try to run a java command - and get java.lang.NoClassDefFou

Re: Developer Activity Plugin Problems

2003-07-22 Thread Andy Jefferson
On Tue, 2003-07-22 at 18:54, Moretti, Luciano (MED) wrote: > Hello- > > I'm having a problem with the Developer activity page not displaying > info. > The file activity page works correctly, and lists the developers there, > but the Developer Activity page doesn't display the data in the table. >

RE: Site/Multiproject plugins

2003-07-22 Thread Andy Jefferson
Hi Matthew, > So, in other words, for the top-level project remove > "multiproject/navigation.xml" and place it in "xdocs/navigation.xml" > hardcoded with generated sub-project URLs...ahh, right! No, you need BOTH navigation.xml files. The multiproject one is added to the index.html page, the xdo

Re: Site/Multiproject plugins

2003-07-22 Thread Andy Jefferson
On Tue, 2003-07-22 at 16:54, Lipper, Matthew wrote: > I was wondering whether there was any follow-up to the recently posted: > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg01701.html > > specifically, I was interested in the resolution of > > > The other issue is that, while (with the us

Re: Site/Multiproject plugins

2003-07-20 Thread Andy Jefferson
Thanks for your reply ... very useful. On Sun, 2003-07-20 at 08:00, Rafal Krzewski wrote: > The plugin is able to generate links for you, but the usage of this > feature is not really straightforward ATM. You have two options > > 1) If you don't have any custom xdocs in your top level project del

Site/Multiproject plugins

2003-07-19 Thread Andy Jefferson
Hi, I'm in the depths of generating a site for a hierarchy of projects and have come across some issues. For the benefit of anyone trying something similar and for background info, what I have done is main main/Beans main/Beans/xdocs main/Beans/xdocs/navigation.xml main/App/ main/App/xdocs main/A

  1   2   >