Re: Repostings (Was: RE: JDK6 compilation issue using Maven2 - annotations are not supported in -source 1.3)

2007-09-14 Thread Henri Yandell
On 9/13/07, Wayne Fay <[EMAIL PROTECTED]> wrote:
> Not in Gmail, I don't. My sent mail gets added to the thread, but I
> don't get anything back... at least, I've never seen anything. Its
> possible that Gmail is doing something funky or hiding something from
> me.
>
> I see that both Anders and I are on Gmail, which is why I'm thinking
> this might be the reason behind the confusion.

Tis definitely GMail btw. Rather irritating feature it has.

Hen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Archiva on Tomcat 5.5.20 on a VPS

2007-03-14 Thread Henri Yandell

On 3/11/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:

On 3/10/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:

> Even with that change, I'm
> still having trouble getting it to start on Tomcat.

Brett pointed out that the database structure has changed.  Once I
deleted my existing users database, Archiva started correctly.


I didn't have any of these problems when installing on Tomcat from
scratch (I used Tomcat 6 this time), so is there any change needed to
the Tomcat install docs?

The wiki docs and the website docs seem pretty much the same Wendy,
were there any particular bits that should be copied over?

Hen


Re: Null registry

2007-03-14 Thread Henri Yandell

If the error you get is:

java.lang.NullPointerException

org.apache.maven.archiva.configuration.io.registry.ConfigurationRegistryWriter.writeConfiguration(ConfigurationRegistryWriter.java:36)

Then I get that too from a clean reinstall yesterday. So I think it's
broken right now.

Hen

On 3/13/07, Marziou, Gael <[EMAIL PROTECTED]> wrote:

I am new at Archiva.
I have built it from the latest from svn, deployed it on Tomcat 5.5.23
on windows 2000.

Now I get an NPE (for a null registry, see attached log) when I try to
add a repository, I originally posted on maven users mailing list where
Wendy Smoak kindly told me it could be due to a missing configuration
file that I could work around by creating a ~/.m2/archiva.xml file with
an empty .

I did it but it fails the same way.

Thanks for any help,

Gael



Re: Updated getting started guide

2007-01-18 Thread Henri Yandell

On 1/8/07, drekka <[EMAIL PROTECTED]> wrote:


Hi all,
I've just added an update to the getting started wiki page to take a user
through a complete setup and configuration using the standalone version of
Achiva. You can find it
http://docs.codehaus.org/display/MAVENUSER/Getting+Started+with+Archiva HERE
in the wiki . As I'm still working out a lot of things and trying them
myself, please have a read and add in things I didn't understand or missed.

Also want to thank Eric for his blog on the same thing which was a big help
and you guys for helping me get Archiva going.


(Thread starred in GMail so I don't miss it).

Life's forced me to miss a couple of Friday's working on Archiva
docs/testing (business trip + my laptop for such things is dead
*gnashing of teeth*), so I'll be aiming to do this next Friday.

Thanks for not giving up on Archiva Derek, and for contributing back :)

Hen


Re: Giving up on Archiva

2007-01-05 Thread Henri Yandell

On 1/4/07, drekka <[EMAIL PROTECTED]> wrote:


Hi all

I've now been struggling with Archiva for over two days and we are going to
drop it. All we wanted to do was:


Thanks for the email Derek, it's very constructive criticism.


1. Have a local company repository so that we can centrally store built
artifacts such as jars.
2. Have requests for artifacts from central automatically cached in the
repository so that when the next programmer requests it, it is downloaded
from there rather than across the net. I.e. proxying central.


Would you have an internal repository and an external repository (via
maven proxy)? ie: two repositories for internal developers to hit. Or
would you want the local company repository jars to be seen through
the same proxy so just the one url for your developers?

I've been ignoring proxying up til now when I play with Archiva as my
interests are in repository visualization, but I'm quite happy to
embrace your use case so I can have a test and raise some bugs.

Hen


Re: Proxy vs. Repository URLs

2006-11-24 Thread Henri Yandell

On 11/24/06, Wendy Smoak <[EMAIL PROTECTED]> wrote:

Consider the following managed repository:

   My Managed Repository
   Identifier   MYREPO
   DirectoryE:\svn\maven\archiva\archiva-webapp\target\my-managed-repository
   WebDAV URL   http://localhost:9091/repository/myrepo
   Type Maven 2.x Repository
   Snapshots Included   true
   Indexed  true

To use it as a normal repository, the url is
   http://localhost:9091/repository/myrepo

To use that same repo as a proxy, (as far as I can tell, with maxb's
help on IRC,) it's
   http://localhost:9091/proxy/MYREPO

Is this correct?  If so, why do we use the 'URL Name' in one place and
the 'Identifier' in another?


+1 to using the identifier in both.

Hen


Re: Latest code is missing some missing imports from reporting package and will not build

2006-10-27 Thread Henri Yandell

Same problem here, mvn installing:

https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-project-info-reports-plugin

and then mvn install on archiva worked.

Hen

On 10/26/06, Edwin Punzalan <[EMAIL PROTECTED]> wrote:

you need to build project-info-reports and install it locally.

The snapshot repo is outdated... someone should re-deploy all the plugins


Scott Ryan wrote:
> I am trying to build the latest version of the source.  I deleted my maven
> repository and started from scratch to make sure all my snapshots were
> clean. In the archiva-web project I am getting an issue with the file
> ShowArtifactAction.java as it is not able to resolve the following imports:
>
> import org.apache.maven.report.projectinfo.dependencies.Dependencies;
> import
> org.apache.maven.report.projectinfo.dependencies.ReportResolutionListener;
>
> If I comment out the code that uses those imports the application will not
> deploy on Tomcat.
>
> This is my first installation on Tomcat so I am not sure what version of
> Tomcat this has been tested on or if anyone has had luck with the latest
> code on Tomcat.  The imports appear to be from the plugin
> maven-project-info-reports-plugin however the two classes are not in the
> 2.1-SNAPSHOT that I have downloaded from the repositories pointed to in the
> pom.
>
> Any pointers would be appreciated.
>
> Scott Ryan
> Chief Technology Officer
> Soaring Eagle L.L.C.
> [EMAIL PROTECTED]
> www.soaringeagleco.com
> (303) 263-3044
>
>



Continuum xmlrpc

2006-01-30 Thread Henri Yandell
On 1/27/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>
>
> Henri Yandell a écrit :
> > 2) xmlrpc python.
>
> This feature isn't tested and documentation is out of date.
> We don't have officially a xmlrpc client, it will be integrated in next 
> release (java client), but
> you can find it there : http://jira.codehaus.org/browse/CONTINUUM-544

I went ahead and used it and it's working pretty well. Had to add a
few methods etc, which I've tacked on to the issue. I'm finding that
although I can add, edit and remove projects, I can't seem to edit the
build definition of the project (or add a 2nd one).

Looking at the xmlrpc side of things:

http://svn.apache.org/repos/asf/maven/continuum/branches/continuum-1.0.x/continuum-xmlrpc/src/main/java/org/apache/maven/continuum/xmlrpc/DefaultXmlRpcHelper.java

it looks like the hashtableToObject method only handles basic
properties; not nested Objects. Born out by:

" Could not convert a java.util.Vector to a java.util.List. Field
name: buildDefinitions "

from the convertValueToSetterType.

So something for me to work on once I get continuum-1.0.x building.

Hen


Re: Continuum problems

2006-01-27 Thread Henri Yandell
On 1/27/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
>
>
> Henri Yandell a écrit :
> > Couple of problems with Continuum:
> >
> > 1) Building from source. Currently (apart from various no such
> > notifier errors for irc/mail etc) I'm getting the following as an
> > error when I build:
>
> trunk isn't stable, we are in a full refactoring part. You can use 
> continuum-1.0.x branch.
> Why do you need to build continuum?

Originally, because I wanted to use the SOAP xfire stuff and I saw an
old email saying they were not released and you had to build from
trunk.

However, I'm also wanting to get stuck into adding features etc, so
will need to be able to compile for that etc.

> > [surefire] Running org.apache.maven.continuum.it.ShellIntegrationTest
> > [surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 74.657 sec
> >
> > Results :
> > [surefire] Tests run: 5, Failures: 2, Errors: 0
> >
> > and then it quits out. No idea which particular tests are failing as
> > I'm not sure who would run afte the ShellIntegration test.
>
> All tests works fine on my machine and on our integration platform. It's 
> perhaps an out of memory pb
> or a timeout when integration tests was running due to available resource on 
> your machine when you
> built.

Hmm. 1G of memory on the laptop, so probably enough memory. I'll try
digging into the source a bit.

What's the plan on the refactoring? Any timeline?

> > 2) xmlrpc python.
> >
> > Using continuum-1.0.2 release, and using the python in
> > continuum-core-it/ I get the following:
> >
> > [EMAIL PROTECTED] python continuum_cli.py
> > # showProjects
> > Error: Continuum instance has no attribute 'getAllProjects'
> >
> > It is connecting, as running on another machine immediately complains
> > about no localhost:8080. Is the xmlrpc stuff out of date?
>
> This feature isn't tested and documentation is out of date.
> We don't have officially a xmlrpc client, it will be integrated in next 
> release (java client), but
> you can find it there : http://jira.codehaus.org/browse/CONTINUUM-544

I'll give it a shot.

> >
> > 3) I spent a bit of time digging into the SOAP stuff. I found out on
> > #maven that this is dead now, but the website still talks about it:
> >
> > http://maven.apache.org/continuum/guides/mini/guide-soap-api.html
>
> We'll fix documentation ;-)

Thanks.

Hen


Re: [m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
On 9/6/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> Weird. I think we only ever test true/false existence in jelly and so we may
> not have realised there is a bug in that :)
> 
> What about ${dep.getProperties().get('multidoc-jnr')} ?

No dice here either :)

I dumped the punctuation and went straight to 'multidoc'; messed with
the getProperties etc, but never saw a value. Tried 1.0.2, no luck.
Went to 1.1b1 and worked.

Hen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
On 9/6/05, Andy Glick <[EMAIL PROTECTED]> wrote:
> Henri,
> 
> I'm the glick who conversed with you on the #maven irc. I got something 
> similar to your example to work, I think, but I'm using Maven 1.1b1 rather 
> than Maven 1.0.1. I'm not sure why your version isn't working.

Me neither, but the 1.0.1 -> 1.1b1 move seems to fix it. 1.0.2 didn't
work either. Must have been something that got fixed in Jelly I guess,
so I could potentially fix it by throwing a new Jelly in, but I guess
it won't hurt to start the move to 1.1b1 for osjava stuff.

Thanks to the two of you for the help,

Hen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
Nope, no luck.

It's bizarre. If I put the following inside the forEach I get a series
of trues and falses, but if I try to print the value itself out I get
an empty string.




Gives:

maven-javadoc-plugin:report:
[echo] DEP: 'true'
[echo] DEP: ''
[echo] DEP: 'true'
[echo] DEP: ''
[echo] DEP: 'false'
[echo] DEP: ''
[echo] DEP: 'false'
[echo] DEP: ''
[echo] DEP: 'false'
[echo] DEP: ''
[echo] DEP: 'false'
[echo] DEP: ''
[echo] DEP: 'true'
[echo] DEP: ''
[echo] DEP: 'true'
[echo] DEP: ''
[echo] DEP: 'true'
[echo] DEP: ''

Thus my assumption that I'm missing something.

On 9/6/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> Try...
> 
> 
> 
> 
> Off the top of my head I'm not sure why this particular case it isn't
> working, but the above is the standard practice.
> 
> - Brett
> 
> On 9/7/05, Henri Yandell <[EMAIL PROTECTED]> wrote:
> >
> > Having some problems using dependencies/dependency/properties in the
> > maven.xml file. Obviously I'm missing something basic :) Using maven
> > 1.0.1.
> >
> > In my POM, I have the following custom property set for a dependency:
> >
> > 
> > oscube
> > 0.2
> > http://www.osjava.org/oscube/
> > 
> > http://dist.osjava.org/releases/multidoc-jnr > >
> > 
> > 
> >
> > My custom maven.xml file then attempts to get this variable out. The
> > bad bit being that it doesn't get anything out, just finds an empty
> > string. The if statement is effectively working correctly, if the
> > property is not set then it isn't entered etc.
> >
> > 
> > 
> >
> > 
> >
> > 
> > 
> > 
> >  > value="${maven.javadoc.links},${dep.getProperty('multidoc.url')}/${
> > dep.getArtifactId()}/${dep.getVersion()}/"/>
> > 
> > 
> >
> > 
> >
> > 
> >
> > Anyway, could anyone let me know what I've done wrong?
> >
> > Thanks,
> >
> > Hen
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m1] Using dependencies/dependency/properties in maven.xml

2005-09-06 Thread Henri Yandell
Having some problems using dependencies/dependency/properties in the
maven.xml file. Obviously I'm missing something basic :) Using maven
1.0.1.

In my POM, I have the following custom property set for a dependency:


  oscube
  0.2
  http://www.osjava.org/oscube/
  
http://dist.osjava.org/releases/multidoc-jnr
  


My custom maven.xml file then attempts to get this variable out. The
bad bit being that it doesn't get anything out, just finds an empty
string. The if statement is effectively working correctly, if the
property is not set then it isn't entered etc.




  



 
  
 


  



Anyway, could anyone let me know what I've done wrong?

Thanks,

Hen

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [all] Current version of Clover in Maven repos?

2004-04-21 Thread Henri Yandell

I'd also asked Cortex for an Apache wide licence for Clover and they'd
been happy with that but I then dropped the ball at talking to
Infrastructure about exactly how we would manage that. Keep meaning to
pick it up again, but the usual busy/lack-of-itch excuses.

Hen

On Wed, 21 Apr 2004, Vincent Massol wrote:

> Good timing. I've asked TheCortex yesterday for a maven-specific clover
> 1.2.4 version to put on ibiblio.
>
> Thanks
> -Vincent
>
> > -Original Message-
> > From: Mark R. Diggory [mailto:[EMAIL PROTECTED]
> > Sent: 20 April 2004 23:54
> > To: Jakarta Commons Developers List; Maven Users List
> > Subject: Re: [all] Current version of Clover in Maven repos?
> >
> > I'll push this onto the Maven list.
> >
> > Maven Folks, do we have some sort of agreement with Clover for its
> usage
> > within Maven? were looking to upgrade to 1.2.4. Is this painless?
> >
> > http://www.ibiblio.org/maven/clover/jars/
> >
> > -Mark
> >
> >
> > Gary Gregory wrote:
> >
> > >Hello,
> > >
> > >How can we get the current release of Clover in the Maven repository?
> > >
> > >When I run the Codec build, I see:
> > >
> > >[clover-report] Clover Version 1.2, built on June 10 2003
> > >
> > >The current version is 1.2.4 according to
> > >http://www.thecortex.net/clover
> > >
> > >Thank you,
> > >Gary
> > >
> > >
> > >
> > >-
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell

Sweet.


maven.jnlp.properties=com.foo.value
com.foo.value=bar


So the properties seems to work. Still hacking with the turning offness of
signed jars.

[email was initially sent after exhausting the online documentation, but
now i've a bee in my bonnet and am looking at the jelly code]

Hen

On Mon, 15 Mar 2004, Henri Yandell wrote:

>
> I can see:
>
> ${maven.jnlp.properties}
>  items="${listOfProperties}">
>value="${context.getVariable(someProperty)}"/>
> 
>
>
> Though I don't know exactly what format that expects it in. I suspect
> looking into  more would help. Whatever that is.
>
> On the signing jar issue. It seems to somehow think there is a store
> defined, even though it's commented out of the project.properties and the
> file itself is removed. Will continue playing.
>
> Hen
>
> On Mon, 15 Mar 2004, Henri Yandell wrote:
>
> >
> > I want to get system properties into my jnlp file. Anyway to do that with
> > the plugin?
> >
> > ie)
> >   
> > 
> >   
> >
> > I also want to build without signing, at least until I discover that the
> > client actually needs said permissions. How do I turn signing off?
> >
> > Thanks,
> >
> > Hen
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell

I can see:

${maven.jnlp.properties}

  



Though I don't know exactly what format that expects it in. I suspect
looking into  more would help. Whatever that is.

On the signing jar issue. It seems to somehow think there is a store
defined, even though it's commented out of the project.properties and the
file itself is removed. Will continue playing.

Hen

On Mon, 15 Mar 2004, Henri Yandell wrote:

>
> I want to get system properties into my jnlp file. Anyway to do that with
> the plugin?
>
> ie)
>   
> 
>   
>
> I also want to build without signing, at least until I discover that the
> client actually needs said permissions. How do I turn signing off?
>
> Thanks,
>
> Hen
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jnlp-plugin] Property tag

2004-03-15 Thread Henri Yandell

I want to get system properties into my jnlp file. Anyway to do that with
the plugin?

ie)
  

  

I also want to build without signing, at least until I discover that the
client actually needs said permissions. How do I turn signing off?

Thanks,

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Public maven repos (was Re: jakarta-taglibs)

2004-03-01 Thread Henri Yandell

I've not seen any in there yet :) All the poms/ seem empty.

I assume they're renamed to something like:  commons-lang-1.0.pom to avoid
collision?

Would be useful to know as that's the pattern I've adopted in my repo's.

Hen

On Sun, 29 Feb 2004, Tim Chen wrote:

> project.xml files *are* places in the maven repo
> They are renamed to project.pom
> I think the dependencies of a dependency is something being worked on :)
> -Tim
>
> Henri Yandell wrote:
>
> >I believe the war plugin will suck tld's down from the maven repo. I was
> >looking at the source the other day [I think it was that plugin] and it
> >had something to pull them down.
> >
> >It would also be nice if the project.xml files were placed on the maven
> >repo, which seemed to be suggested at one point by the creation of pom/
> >directories but I've not seen any deployed as such. Not looked in a bit
> >though.
> >
> >This would allow plugins to become recursive and ask for the dependencies
> >of a dependency etc.
> >
> >Hen
> >
> >On Sat, 28 Feb 2004, Joe Germuska wrote:
> >
> >
> >
> >>At 8:00 PM -0500 2/27/04, Mark R. Diggory wrote:
> >>
> >>
> >>>No, we just need to get them up and available in
> >>>/www/www.apache.org/dist/java-repository on minotaur, they'll be
> >>>published onto ibiblio using the rsync Jason's running between the
> >>>two.
> >>>
> >>>Notice: Apache Projects should all be publishing thier jars onto
> >>>"java-repository" not via requests to ibiblio/JIRA, if you do submit
> >>>such requests they will now be redirected to use "java-repository".
> >>>
> >>>
> >>I have a couple of questions about public repositories in general.
> >>One can see from the structure of the iBiblio repository that there
> >>are ideas of storing more than just JARs there.  Are there any parts
> >>of Maven that currently use anything besides the JARS?
> >>
> >>
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Public maven repos (was Re: jakarta-taglibs)

2004-02-28 Thread Henri Yandell

I believe the war plugin will suck tld's down from the maven repo. I was
looking at the source the other day [I think it was that plugin] and it
had something to pull them down.

It would also be nice if the project.xml files were placed on the maven
repo, which seemed to be suggested at one point by the creation of pom/
directories but I've not seen any deployed as such. Not looked in a bit
though.

This would allow plugins to become recursive and ask for the dependencies
of a dependency etc.

Hen

On Sat, 28 Feb 2004, Joe Germuska wrote:

> At 8:00 PM -0500 2/27/04, Mark R. Diggory wrote:
> >No, we just need to get them up and available in
> >/www/www.apache.org/dist/java-repository on minotaur, they'll be
> >published onto ibiblio using the rsync Jason's running between the
> >two.
> >
> >Notice: Apache Projects should all be publishing thier jars onto
> >"java-repository" not via requests to ibiblio/JIRA, if you do submit
> >such requests they will now be redirected to use "java-repository".
>
> I have a couple of questions about public repositories in general.
> One can see from the structure of the iBiblio repository that there
> are ideas of storing more than just JARs there.  Are there any parts
> of Maven that currently use anything besides the JARS?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: changing the maven repo location

2004-02-23 Thread Henri Yandell

Yep. Well, it's not user-based but script-based, but yeah that's what I
want.

Thanks for the quick answer.

Hen

On Mon, 23 Feb 2004, John Casey wrote:

> You probably want to set the environment variable MAVEN_HOME_LOCAL per
> user, which will direct local repository stuff and expanded/installed
> plugins to a user-specific directory. Is that what you mean?
>
> -john
>
> On Mon, 2004-02-23 at 09:29, Henri Yandell wrote:
> > Not something that leaps out to me from the faq, wiki or site, but what's
> > the variable to change where a user's maven repository/plugin are located?
> >
> > I want to run two maven's under one user without interaction.
> >
> > Thanks,
> >
> > Hen
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> --
> John Casey
> [EMAIL PROTECTED]
> CommonJava Open Components Project
> http://www.commonjava.org
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



changing the maven repo location

2004-02-23 Thread Henri Yandell

Not something that leaps out to me from the faq, wiki or site, but what's
the variable to change where a user's maven repository/plugin are located?

I want to run two maven's under one user without interaction.

Thanks,

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



maven version from within a goal?

2004-01-05 Thread Henri Yandell

Is the maven version recorded in some kind of variable that I can see when
writing a Jelly goal?

Basically I want to 'attainGoal' jar:jar, but I also want it to work in b7
where it was java:jar.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cruisecontrol, CI & maven

2003-11-28 Thread Henri Yandell


On Fri, 28 Nov 2003, Nathan Coast wrote:

> Hi,
>
> Is it 'expected' that cruisecontrol will be the defacto mechanism for performing
> CI within maven?  In other words is it worth investing the time to learn
> cruisecontrol?

Possibly not as 'DamageControl' [http://wiki.codehaus.org/general/DamageControl]
is new at Codehaus and the developers have also been involved in Maven [I
think].

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [VOTE] The Maven Logo

2003-11-26 Thread Henri Yandell


On Wed, 26 Nov 2003, Peter Bright wrote:

> > John D Taylor (ROE) [mailto:[EMAIL PROTECTED] wrote:

> > Much more striking, and because most non-US citizens probably find the
> whole
> > debate baffling!  (Though maybe Europeans would have had a similar
> reaction
> > to the original poster if the logo had included a swastika)

Think how we'd feel if the logo was red, white and blue with some stars
and a stripe. Talk about perverse.

An important part of i18n is colour. I wonder if the logo is positive or
negative when viewed in Russia/E.Asia. Westerners trying to be cool by
taking the piss, or finally creating a nice logo.

> As such, the communist Chinese/Soviet imagery seems quite bizarre.  These
> are not regimes that one would wish to deliberately associate with.  The
> logo seems quite perverse.

+1 feather.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: The Maven Logo

2003-11-23 Thread Henri Yandell

Was half of a mind to go find an open source site using red, white and
blue and demand that they change their logo too. However, there's no real
reason for Maven to have this logo, it gets the same reaction every time,
[the name: maven-propaganda is interesting] and:

http://maven.apache.org/images/logos/maven-feather.png

seems a perfectly happy replacement with Maven being a TLP.

It even has the right wordage, as Maven sites are built-by Maven and not
really powered-by. It's also the one that I believe we've chosen to use
over at Jakarta Commons as the most obvious for an ASF project to be
using.

Hen

On Sun, 23 Nov 2003, n. alex rupp wrote:

>
> - Original Message -
> From: "Jim Crossley" <[EMAIL PROTECTED]>
> To: "Maven Users List" <[EMAIL PROTECTED]>
> Sent: Sunday, November 23, 2003 9:18 AM
> Subject: Re: The Maven Logo
>
>
> > +1 to change it
> >
> > I say we move from politics to religion.  Since 'maven' is a yiddish
> > word, let's put a star of david on the logo.
>
> If you did that, every politician in the US would want a maven generated site.
> Gotta get those AIPAC contributions, you know--it's an election year  ;-)
>
> I don't understand the Sinophobia.  Most pols in the country are currently
> engaged in pushing economic stimulus packages through our congress so that we
> can create more jobs in China and India.
>
> (p.s. if you do need to redesign it, let me know.  I'll be happy to do that--I
> just finished ramping up the mx4j.sf.net website ; )
>
> +1
>
> --
> N.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: idea: link to ibiblio on dependency page

2003-11-16 Thread Henri Yandell

I don't think I worded my idea properly as you've not understood it. When
I goto:

http://www.osjava.org/xmlwriter/dependencies.html

The JAR column should be a link to a repository where I can download said
jar. Some are at ibiblio, some are at osjava. Currently the user has to
click on the 'ID' column and go to the URL for the project.

Hen

On Fri, 14 Nov 2003, Sri Sankaran wrote:

> >
> > It would be nice if the maven dependency page provided a link to the
> > repository that the dependency is available from.
> >
> > When maven is running, it knows (or can know) the location it obtained the
> > jar from, so would be able to encode this in the generated site.
> >
>
> Not necessarily.  If a given jar file is available locally, Maven doesn't reference 
> your maven.repo.remote settings at all.
>
> > This has some issues though, so it might be simpler to just provide a
> > repository tag as a child to the dependency tag which uses ibiblio as the
> > default.
> >
>
> I like the current approach.  We use several jars that are not available on Ibiblio. 
>  Encoding the repository to use for each jar would make writing the POM tedious.  
> Also, if we change repositories, currently, only one setting -- the 
> maven.repo.remote -- has to be changed
>
> > This would benefit users a lot I think. Save them hunting through the
> > sourceforge or apache mirror systems when ibiblio has the values [and is a
> > mirror for both] anyway.
> >
>
> Why are the users hunting for the jar files?  By users do you mean developers or 
> end-users? Anyway, one just has to look at the designated remote repositories.
>
> Your needs can be satisfied if dependencies page presents the URLs to the 
> repositories being used by the project -- a slight variation to your original 
> suggestion.
>
> > Hen
> >
> >
> Sri
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



idea: link to ibiblio on dependency page

2003-11-14 Thread Henri Yandell

It would be nice if the maven dependency page provided a link to the
repository that the dependency is available from.

When maven is running, it knows (or can know) the location it obtained the
jar from, so would be able to encode this in the generated site.

This has some issues though, so it might be simpler to just provide a
repository tag as a child to the dependency tag which uses ibiblio as the
default.

This would benefit users a lot I think. Save them hunting through the
sourceforge or apache mirror systems when ibiblio has the values [and is a
mirror for both] anyway.

Hen



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



changing the navigation

2003-11-11 Thread Henri Yandell

I'd like to get rid of the 'project-info' section and flatten it out into
a higher up 'Project Information section'. The 5 entries there are all
very important and hiding them inside 'project-info' is far too cryptic.

Are there any easy ways to do this?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Input from Maven Users

2003-10-02 Thread Henri Yandell


On Thu, 2 Oct 2003, Siegfried Goeschl wrote:

> On Thursday 02 October 2003 20:07, Henri Yandell wrote:
>
> > We were using Ant before we moved to Maven. Knowing just how to run things
> > was tricky as each ant script was custom copied/hacked for each module.
> > Maven effectively standardised that. However we did end up with 2 custom
> > plugins that people had to go and install after installing maven.
>
> Ever thought of a MAVEN network installation or putting the whole thingie
> under version contro?l. It becomes a nightmare to adminstrate the Maven
> installations ...

We had the maven tar gz sitting on the network, and the plugins as well.
With only 6 developers or so the nightmare happens rarely enough that it's
never broken someone's potential energy to deal with.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Input from Maven Users

2003-10-02 Thread Henri Yandell


On Thu, 2 Oct 2003, Timothy Fisher wrote:

>  What I'm looking for is comments about how you use Maven.  What
> features do you use?  Maven can do quite a bit for your project, what do
> you have it do for your project?

At work, we pretty much just use it for the dependency downloading, easy
unit-test running and versionning.

The fact that every project is built with the same process helps nightly
builds to become possible. Every project has a 'maven.xml' file with
'genscape:build' as a target that builds whatever is necessary.

I may start adding a goal to the maven.xml's that packages all
dependencies up in a product-version-deps.zip for easy build/deploy, but
that would eventually require the need to get dependencies of
dependencies.

> Also, if you had been using Ant, I'm interested in any comments you have
> concerning your transition from Ant to Maven.  Was it an easy process?
> How has Maven benefited you over your use of Ant?

We were using Ant before we moved to Maven. Knowing just how to run things
was tricky as each ant script was custom copied/hacked for each module.
Maven effectively standardised that. However we did end up with 2 custom
plugins that people had to go and install after installing maven. We're
also still on maven b7 as our project.xml's break for newer maven
versions and need to have no longer used tags removed.

Basically the switch to Maven has mainly benefitted us in standardisation.
With hindsight now, we could have achieved the same effect by imposing a
standard build.xml with properties system, but that would have involved a
lot more in-fighting I suspect, and more maintenance.

> Please email me directly at [EMAIL PROTECTED]

Do I have to? :)

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Performance Test Plugin?

2003-09-27 Thread Henri Yandell

Not that I know of, but it sounds like JUnitPerf might be of use to you in
such a thing.

Hen

On Fri, 26 Sep 2003, Phil Steitz wrote:

> Has anyone written a performance test plugin for Maven?  What I am
> looking for is something that runs Junit tests repeatedly and
> accumulates basic statistics on test case performance.
>
> Phil
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Making CVS Repostory Connection

2003-09-15 Thread Henri Yandell

Use an ssh-agent. If on Windows, look into PAgent, from the makers of
Putty.

Hen

On Mon, 15 Sep 2003, S. Radhakrishnan wrote:

> Hi all,
>
> I just wanted to have changelog report. I have mentioned the connection
> parameter
> as,
>
> scm:cvs:ext:[EMAIL PROTECTED]:/cvs/root:module-name
>
> Now, it requires password to be entered for user whenver I am executing
> "maven site".
>
> Can we pass the password with the command or Can the password be stored in
> some files??
>
> Please help me out.
>
> RK.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Usability issues & general ranting

2003-09-10 Thread Henri Yandell


On 10 Sep 2003, Jason van Zyl wrote:

> > But your point is taken. I'll just have to find some
> > time to get my itch satisfied too ;-)
>
> By submitting a patch or asking an intelligent question is likely to get
> you orders of magnitude more help from those working on Maven.

Can the wiki work in this way? Although I've not tried it anywhere, it
always seems to me that the wiki is a perfect way to work on prototype
documents, with user involvement, then promote them to the main site as a
way to declare them 'production'.

If I [as a user] ask a question concerning XXX and I get a reply, would it
be good for me to go add it to wiki somewhere? Should I let a Mavenite do
it?

If I have a question I think should be on the FAQ, how does this get
managed?

I'd like to add thigns to the wiki more, but am a little hesitant because
I don't understand how wiki's get managed. Is it a complete free-for-all,
or intended to be an open, yet managed free for all?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Usability issues & general ranting

2003-09-10 Thread Henri Yandell


On Wed, 10 Sep 2003 [EMAIL PROTECTED] wrote:

> 
>
> Guðlaugur Stefán Egilsson <[EMAIL PROTECTED]> wrote on 10/09/2003
> 08:49:40 PM:
>
> > First I'd like to say that I think it’s an extremely bad decision
> > not to support CVS libraries (that is, the classic lib
> > directory that typically contains the jars you are dependent
> > on). Well, actually it is supported to some degree, but
>
> Sorry, but bollocks. If people want to configure their own lib directory,
> the support is there, using the jar override facility.

I agree with Dion. One of the points of using Maven is for a series of
centralised repositories and not filling CVS full of lib/'s of jars.

> > At that point, unit tests wouldn't run, with a ClassNotFoundException
> > on JUnitTestRunner. If I removed the test clause from the project
> > descriptor, a NullPointerException occurred!?! I then found that
> > it is necessary to set a property to skip the tests (this is bad
> > design
> Nope, this is damn good design. Anyone who has tests that don't work
> should fix their tests instead of omitting them in the first place. Long
> term, omitting your tests is a good way to have broken software.

I'm assuming they ran okay through Ant before though Dion. So it would
seem that the problem is that the tests weren't compatible with junit that
maven uses or expects or something?

> > Then I tried to generate the web site this morning, which gives me
> > a InvocationTargetException when running the maven-changelog-plugin.
> Do you have a valid POM?

I regularly have pain with the changelog plugin. Seems to work with one
version, then not work with another etc. I suspect the example that Guðlaugur
is working on has an old version of the scm configuration or something.

> > Btw, I re-enabled the tests this morning, at which time they ran
> > (why is very mysterious to me), but ended with an
> > EXCEPTION_ACCESS_VIOLATION (that probably warrants a bug report to
> > Sun).

I'm getting a ClassCircularityError in JBoss from an Oracle driver
currently. I'll just go send Sun a report :)

> > It's a test suite that runs fine under Ant and IntelliJ.
> i.e. you've screwed up your Maven configuration
>
> > I've basically given up on Maven for the time being. My impression
> > of the state of the project is that it should not be in beta, the
> > quality is more like that of an alpha-status project.
> Taken with the grain of salt it deserves.

The original author does need to learn that open source coding is not
created out of some desire to 'sell' a product to lots and lots of people,
but to satisfy the itch of the people involved.

If an open source project has one happy user [the creator], then it is
successful. If it has more than one happy user, then it is wildly
successful.

There are some parts it would be nice to understand. Why did the original
JUnit stuff fail [before he probably screwed the POM trying to get it to
work] and why did the changelog die.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Usability issues & general ranting

2003-09-10 Thread Henri Yandell


On Wed, 10 Sep 2003, [iso-8859-1] Guðlaugur Stefán Egilsson wrote:

> I would like to contribute to this project, and I certainly will
> if I find the time, since it shows enormous promise (and does
> deliver on it if you spend enough time on getting around its
> problems). But I repeat, that the impression on me is that Maven
> will not be adopted by people working under heavy time constraints,
> as most of us are.

Hey, I criticise it too. Constructive criticism is useful.

It sounds like the problem you have is that you're trying something new
out on a time-critical piece of work. That's always going to be dangerous,
be it Ant, Fortran or Maven.

If you have any simple reusable libraries, I've found these to be useful
for playing with Maven. Also, don't try to enforce your own style of doing
things on Maven. Life is simpler if you go with the standard way of
structure files etc. Lastly, when you hit a problem, post it to the list.
Someone usually pops up with the answer.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to create xdoc xml?

2003-09-06 Thread Henri Yandell

http://wiki.codehaus.org/maven/XdocDocumentation
is quite useful.

I've added a couple of recent bits I've learnt with xdocs, though not sure
what the structure is for adding things.

Hen

On Sun, 7 Sep 2003 [EMAIL PROTECTED] wrote:

> Yes, manually
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
>
>
> Harden ZHU <[EMAIL PROTECTED]> wrote on 06/09/2003 10:29:39 AM:
>
> > some xml files in xdoc index.xml, links.xml. How to create those?
> > Are those files manully created?
> >
> > Thanks
> >
> > Harden
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [REQUEST] Upload Lang 2.0 to ibiblio

2003-09-04 Thread Henri Yandell


On Thu, 4 Sep 2003, Jason Dillon wrote:

> Works, though which release?  A project may have a stable 2.0 and a
> legacy 1.0, both are releases IMO.  Just a naming confusion problem.
>
> I like the stable/unstable tags which debian uses.

Unstable is the nightly build :) And thus should be SNAPSHOT.

> But I don't care too much, just that there is some link that always
> points to the latest release as to reduce dependency version
> maintenance for a project which always wants the latest and greatest
> version of something.

Yeah. I think it's a good idea. -CURRENT would be my choice.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Distinguishing between runtime and compile time dependencies

2003-09-03 Thread Henri Yandell


On Thu, 4 Sep 2003 [EMAIL PROTECTED] wrote:

> Henri Yandell <[EMAIL PROTECTED]> wrote on 04/09/2003 01:24:22 AM:
>
> > Is there any reason to not start trying to accumulate POMs in the
> > repositories?
> We are tryingmany hands needed

How can I help? Just put together a structure with all the poms in?

How will the filenames handle multiple versions?

project-1.0.xml?
1.0/project.xml?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JUnit Test Converage Reporting

2003-09-03 Thread Henri Yandell

Clover works well inside Maven.

Hen

On Wed, 3 Sep 2003, Bateman, Patrick eMEDIA wrote:

> Has anyone out there used a test coverage tool within Maven.
>
> I want to generate a report that gives me ratios of unit tests against
> concreate, abstract and interfaces, by package.
>
> Also to report on packages that have not been covered.
>
> Any ideas.
>
> Thanks
>
> Pat
> This email and any files transmitted with it are confidential and intended
> solely for the use of the individual or entity to whom they are addressed.
> If you have received this email in error please notify the system manager.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [REQUEST] Upload Lang 2.0 to ibiblio

2003-09-03 Thread Henri Yandell

Personally I'd like to remove SNAPSHOT for Lang [and all of Commons].

Unless an automatic publishing process is setup to push the nightly builds
for Commons up as SNAPSHOT. Else it doesn't make sense.

Hen


On Thu, 4 Sep 2003 [EMAIL PROTECTED] wrote:

> The snapshot now points to 2.0. Can we not rely on SNAPSHOT so much?
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
>
>
> Jason Dillon <[EMAIL PROTECTED]> wrote on 03/09/2003 07:08:47 PM:
>
> > I take it back, it is the SNAPSHOT which is still referring to the old
> > version.  Can we update the SNAPSHOT plz?
> >
> > --jason
> >
> >
> > On Wednesday, September 3, 2003, at 04:02  PM, Jason Dillon wrote:
> >
> > > Does it take time for http://ibiblio.org/maven/commons-lang/jars/ to
> > > update?  Still looks like the previous version is there.
> > >
> > > --jason
> > >
> > >
> > > On Wednesday, September 3, 2003, at 09:52  AM, [EMAIL PROTECTED]
> > > wrote:
> > >
> > >> Done.
> > >> --
> > >> dIon Gillard, Multitask Consulting
> > >> Blog:  http://blogs.codehaus.org/people/dion/
> > >>
> > >>
> > >> Henri Yandell <[EMAIL PROTECTED]> wrote on 03/09/2003
> > >> 12:33:45 PM:
> > >>
> > >>>
> > >>> Could someone upload Lang 2.0 to ibiblio?
> > >>>
> > >>> [or copy it from the ibiblio mirror :) ]
> > >>>
> > >>> http://jakarta.apache.org/commons/lang.html
> > >>>
> > >>> Thanks,
> > >>>
> > >>> Hen
> > >>>
> > >>>
> > >>>
> -
> > >>> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>> For additional commands, e-mail: [EMAIL PROTECTED]
> > >>>
> > >>
> > >>
> > >> -
> > >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >> For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Distinguishing between runtime and compile time dependencies

2003-09-03 Thread Henri Yandell


On 3 Sep 2003, Jason van Zyl wrote:

> There is no facility yet. But we've talked about it for a long time and
> we do have working code for it in experimental versions of Maven but the
> real crux of the problem is collecting POMs in the repositories so we
> can build the necessary graphs. In this way you would only have to state

Is there any reason to not start trying to accumulate POMs in the
repositories?

I have some visualisation stuff with TouchGraph that relies on the POMs
being in the repo, so am happy to offer my time to help collect said POMs,
or write ones for proejcts that are not mavenised [especially if said POMs
could just contain dependencies and not be full project.xml's].

Then when most things are dealt with, then the code could start to
implement the features.

Hen



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Java version in the POM

2003-09-02 Thread Henri Yandell

Can Maven record the Java version needed a la JNLP in the POM yet?

I imagine it would also refuse to build on a lesser JVM.  Can't see
anything on the project-descriptor.html. Could be a project.properties,
but no clue where to start looking [other than behavioural propertiesin
the user guide]

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REQUEST] Upload Lang 2.0 to ibiblio

2003-09-02 Thread Henri Yandell

Could someone upload Lang 2.0 to ibiblio?

[or copy it from the ibiblio mirror :) ]

http://jakarta.apache.org/commons/lang.html

Thanks,

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



POM description seems hard

2003-09-02 Thread Henri Yandell

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?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: org.apache.commons.lang.Strings

2003-08-27 Thread Henri Yandell

I'd have thought that each plugin should run within its own classloader.

That might be what Bob has suggested by saying Maven will someday move to
using Classworlds.

Hen

On Wed, 27 Aug 2003, Lester Ward wrote:

> > Ben Walding wrote
> > So... I'd take a look at your
> > $REPO/commons-util/jars/commons-util-final.jar
>
> Good call, Ben.
>
> The issue was that my project was using an older version of commons-util. It
> must be that Maven sets up the classpath to use the project dependencies
> first, then the plugin dependencies. This seems backwards to me, because it
> means that the project can override the plugin. There are arguments I can
> see that this is desirable, but I think overriding the plugin classes is a
> bad thing, because it means the plugin is not predictable and that any
> problems like the one I had will be impossible to diagnose without access to
> the project.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: org.apache.commons.lang.Strings

2003-08-27 Thread Henri Yandell

Yep. It's a dependency on a non-released version of Commons Lang.

At one point we had 'Strings' 'Numbers' 'Bytes' etc, rather than
StringUtils.

Are you on an old version of Maven?

Hen

On Wed, 27 Aug 2003, Ben Walding wrote:

> (No idea what happened with that first one!)
>
> This is quite odd.
>
>  From my brief excursion into this, commons-util-final.jar does not have
> any calls to Strings. It uses calls to StringUtils.  The Strings class
> has been gone for a long time - commons-lang-0.1-dev
>
> unzip -l commons-lang-0.1-dev.jar | grep Strings
> 21452  03-07-02 13:30   org/apache/commons/lang/Strings.class
>
>
> So... I'd take a look at your $REPO/commons-util/jars/commons-util-final.jar
>
> The one I have has the MD5Sum -
> 42c089f726327a7f5ae6b2f3278bbd43  commons-util-final.jar
>
>
> Lester Ward wrote:
>
> >I'm doing a site generate and am getting a failure in the that ends with
> >this:
> >
> >BUILD FAILED
> >File.. file://plugins/maven-linkcheck-plugin-1.1-SNAPSHOT/
> >Element... linkcheck:linkcheck
> >Line.. 73
> >Column 9
> >java.lang.reflect.InvocationTargetException
> >com.werken.werkz.UnattainableGoalException: Unable to obtain goal [site] --
> >file:/C:/Documents and Settings/lward/.maven/plugins
> >/maven-linkcheck-plugin-1.1-SNAPSHOT/:73:9:  null
> >at com.werken.werkz.Goal.fire(Goal.java:646)
> >at com.werken.werkz.Goal.attain(Goal.java:575)
> >at com.werken.werkz.Goal.attainPrecursors(Goal.java:488)
> >at com.werken.werkz.Goal.attain(Goal.java:573)
> ><...snip...>
> >Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/Strings
> >at org.apache.commons.util.XmlUtils.escapeXml(XmlUtils.java:68)
> >at
> >org.apache.maven.linkcheck.LinkCheckResult.toXML(LinkCheckResult.java:112)
> >at
> >org.apache.maven.linkcheck.FileToCheck.toXML(FileToCheck.java:299)
> >at org.apache.maven.linkcheck.LinkCheck.toXML(LinkCheck.java:328)
> >at
> >org.apache.maven.linkcheck.LinkCheck.createDocument(LinkCheck.java:236)
> >at
> >org.apache.maven.linkcheck.LinkCheck.doExecute(LinkCheck.java:167)
> >... 65 more
> >
> >It would seem that my classpath is missing org.apache.commons.lang.Strings.
> >One question: where the %&*@ is this class? I assumed it to be in the
> >commons-lang jar, but it isn't in any of the ones in my repository
> >(including the one that the linkcheck plugin claims to use).
> >
> >A quick Google was not particularly helpful. Anyone else solved this
> >problem?
> >
> >Thanks,
> >Wordman
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: installing maven - Wrong repository

2003-08-26 Thread Henri Yandell

Happens on Linux too. I'm assuming it's a new 'feature', though I'm not
sure I like it as it means every single user has their own repository.

How would we turn this off for a build server with multiple users where
this feature would be wasting diskspace?

Hen

On Tue, 26 Aug 2003, Lionel PASQUIER wrote:

> Hi there,
>
> Under Win2k, I just downloaded maven b10, and after setting MAVEN_HOME to the 
> correct directory, it tries to create the repository int C:\Documents and 
> Settings\mylogin\.maven\repository ! This quite not the behaviour I was expecting (I 
> was working with maven b9). Why is it not working with the repository in  
> %MAVEN_HOME%\repository ???
>
> And as people were already saying in a previous thread, there is not 
> install_repo.bat ...
>
> Did I miss something?
>
> Lionel
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [upload] Java Tar

2003-08-25 Thread Henri Yandell

Licence as such is:

  Public Domain  
This work was autored by Timothy Gerard Endres, [EMAIL PROTECTED]
This work has been placed into the public domain.
You are free to use this work in any way you wish.

DISCLAIMER

THIS SOFTWARE IS PROVIDED AS-IS, WITH ABSOLUTELY NO WARRANTY.
YOU ASSUME ALL RESPONSIBILITY FOR ANY AND ALL CONSEQUENCES
THAT MAY RESULT FROM THE USE OF THIS SOFTWARE!


I believe Ant use a fork of the code, but not the original.

Project details?

It's a tar implemenation, allowing me to build tar files from Java.
Specifically allowing me to work on an IPKG library for Sharp Zaurii :)

Hen

On Mon, 25 Aug 2003 [EMAIL PROTECTED] wrote:

> Licensing? project details?
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
>
>
> Henri Yandell <[EMAIL PROTECTED]> wrote on 25/08/2003 02:13:47 PM:
>
> >
> > Could someone upload the JTar API from:
> >
> > http://www.trustice.com/java/tar/
> >
> > to the ibiblio repository please?
> >
> > Hen
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[upload] Java Tar

2003-08-25 Thread Henri Yandell

Could someone upload the JTar API from:

http://www.trustice.com/java/tar/

to the ibiblio repository please?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven & Eclipse

2003-08-21 Thread Henri Yandell

Checkout your project in Eclipse from CVS.
Run 'maven eclipse' on your project inside workspaces/ on the
command line.
Refresh your project.
Set the MAVEN_REPO classpath variable in Eclipse

A la, dependencies handled.

To run maven, I think you have to configure an external tool.

Hen

On Thu, 21 Aug 2003, Srinivas Pavani wrote:

> Has anyone integrated Maven execution with Eclipse? If so, can you please list the 
> steps required for integration.
>
> --
> -- Srinivas
>
> This email may contain confidential and privileged material for the sole use of the 
> intended recipient. Any review or distribution by others is strictly prohibited.  If 
> you are not the intended recipient, please contact the sender and delete all copies.
>
>
> __
> McAfee VirusScan Online from the Netscape Network.
> Comprehensive protection for your entire computer. Get your free trial today!
> http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397
>
> Get AOL Instant Messenger 5.1 free of charge.  Download Now!
> http://aim.aol.com/aimnew/Aim/register.adp?promo=380455
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How to depend on JavaCC?

2003-08-17 Thread Henri Yandell


On 17 Aug 2003, Jason van Zyl wrote:

> On Sun, 2003-08-17 at 07:33, Jason Dillon wrote:
>
> > Is there any way to get around this?  Or is there a preferred method in
> > maven to use JavaCC?
>
> Not sure why a .zip is in the jars directory as that's not going to work
> anyway. A deployment problem.

Can't the use just do JavaCC.zip ?

It's working for me at work with maven-b7 and fiorano.zip.

Hen



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven Return Codes in a Continuous Integration environment

2003-08-14 Thread Henri Yandell

I think that Maven generates an ant build.xml and Gump relies on this
build.xml. It maybe that this is out of date knowledge though.

Hen

On Wed, 13 Aug 2003, khote wrote:

> http://jakarta.apache.org/gump/
>
> Is this something that gump was designed to handle, how does gump do it?
>
> - Original Message -
> From: "Brett Porter" <[EMAIL PROTECTED]>
> To: "'Maven Users List'" <[EMAIL PROTECTED]>
> Sent: Wednesday, August 13, 2003 4:49 PM
> Subject: RE: Maven Return Codes in a Continuous Integration environment
>
>
> > Cruise control's maven integration works fine for test and build failures.
> > I'm not sure that it is using exit codes though - it is probably just
> > grepping for "BUILD FAILED" at the end. Can't say for certain - haven't
> > really checked.
> >
> > - Brett
> >
> > > -Original Message-
> > > From: Henri Yandell [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, 14 August 2003 9:47 AM
> > > To: Maven Users List
> > > Subject: Re: Maven Return Codes in a Continuous Integration
> > > environment
> > >
> > >
> > >
> > > I've not been using Anthill, but am doing continuous
> > > integration with nightly build scripts [assuming that nightly
> > > counts as continuous].
> > >
> > > I've considered an error to be the failure to produce an
> > > output. So if no *ar is created as a part of the build, the
> > > build failed, and if a docs/ was not made as a part of 'maven
> > > site', then the site build failed.
> > >
> > > It would be nice if Maven would set up some nice error codes
> > > for different failure reasons.
> > >
> > > 1 = DEPENDENCIES FAIL [if it exits here]
> > > 2 = SRC WON'T COMPILE
> > > 3 = TEST SRC WON'T COMPILE
> > > 4 = TESTS FAIL
> > >
> > > etc etc.
> > >
> > > The cludgy success-test might not work for you, but has
> > > managed to hang together enough for my needs.
> > >
> > > Hen
> > >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-08-14 Thread Henri Yandell


On Fri, 8 Aug 2003 [EMAIL PROTECTED] wrote:

> That tutorial is WAY out of date. The swing demo was removed from source
> about 7 months ago and placed elsewhere (jelly-tags/swing).

The ability to handle code we cannot distribute is obviously important for
Maven and Apache in generfal, but it's a complete snake pit.

Maven _should_ quit when it cannot download jdbc.jar et al and it should
print a message saying: Please download this file from  and
place the file in .

> I don't think any of the jelly developers are happy with the current state
> of play. If you'd like to help us fix it up, feel free.

Aarrgh. Understand the customer :) One of the worst open source things is
our habit of suggesting that disgruntled users send us a fix for the
problem :)

John, just by reporting this problem, with far more gusto than the average
user, you've done Maven a valuable service. Maven is tightly coupled to
Jelly and as is the case in such examples, you live by the reputation of
your strategic allies.

I remember there used to be a non-distribuable.list or something. Is this
still a part of Maven? Does it work as I've suggested above?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven Return Codes in a Continuous Integration environment

2003-08-14 Thread Henri Yandell

I've not been using Anthill, but am doing continuous integration with
nightly build scripts [assuming that nightly counts as continuous].

I've considered an error to be the failure to produce an output. So if no
*ar is created as a part of the build, the build failed, and if a docs/
was not made as a part of 'maven site', then the site build failed.

It would be nice if Maven would set up some nice error codes for different
failure reasons.

1 = DEPENDENCIES FAIL [if it exits here]
2 = SRC WON'T COMPILE
3 = TEST SRC WON'T COMPILE
4 = TESTS FAIL

etc etc.

The cludgy success-test might not work for you, but has managed to hang
together enough for my needs.

Hen

On Wed, 13 Aug 2003, Nelson, Scott (MAN - Corporate) wrote:

> Hey everybody,
> I am new to maven and I am in the process of setting up a continuous
> integration environment with anthill using maven.  The problem I am having
> is maven doesn't seem to return anything other than a 0 for a return code
> therefore I always get a build success regardless of the output from the
> executed the maven goals.
> I was wondering does maven supply different return codes for a build success
> and build failure?
> Do I just have to set the property like maven.test.failure.ignore to false?
>
> If this property is set, will maven return a 1 when a build failure is
> thrown or some other non-zero value?  Anthill is looking for a 1 to signify
> that the build failed.
> Any help in understanding this would be greatly appreciated.
> Thanks,
> Scott
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Changelog problems

2003-08-11 Thread Henri Yandell

You mean...something like...have I moved this module to another CVS
repository and forgot about it in the meantime etc etc?

What kind of fool wou.this one :)

So, with that fixed, summary is:

*) Old method no longer works. With maven -e site it throws an
InvocationTargetException. Old method I was using was:

scm:cvs@::

*) extssh is pure crap. With maven -e site it shows that this quietly
errors on extssh being an unknown 'method'.

*) scm:cvs:ext: forces a user login and correctly creates the
changelog when I manage to correctly identify my repo. This is almost the
same as the old way, except the old method used to not need a password
entering when on same machine.

I can definitely work with the latter way :)

Thanks,

Hen


On Tue, 5 Aug 2003 [EMAIL PROTECTED] wrote:

> Have you logged in using this connection string?
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
>
>
> Henri Yandell <[EMAIL PROTECTED]> wrote on 05/08/2003 03:31:36 AM:
>
> >
> > Of course, while this extssh protocol seems to do what I want, it's not
> > actually providing anything in the way of reports :) And cvs2cl.pl shows
> > that I made a change on 2003-08-04. Arse.
> >
> >
> > On Mon, 4 Aug 2003, Henri Yandell wrote:
> >
> > >
> > > On Mon, 4 Aug 2003, Andy Jefferson wrote:
> > >
> > > > 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 ?
> > (between 'cvs' and
> > > > 'hen')
> > > >
> > > > scm:cvs:[EMAIL PROTECTED]:
> > > >
> > >
> > > Nope. Tried that. I always found in the past that the : screwed things
> up.
> > > Adding the : now makes no difference.
> > >
> > > Maybe it allows ':ext:' or ':extssh:' as a protocol.
> > >
> > > Ah. :ext: seems to work, however when on the same machine it asks for
> the
> > > password etc now. Used to be that the connection I had above would
> work
> > > like 'ext' when on a remote machine and like 'local' on the local
> machine.
> > >
> > > 'extssh' appears to be this protocol. :) So I have to go from:
> > >
> > > scm:[EMAIL PROTECTED]:/var/cvs:genjava-core  [works in b7
> and
> > > before]
> > >
> > > scm:cvs:extssh:[EMAIL PROTECTED]:/var/cvs:genjava-core [b8
> onwards]
> > >
> > > Thanks for all the help,
> > >
> > > Hen
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Simple dependency idea

2003-08-04 Thread Henri Yandell

Just something that occurred to me the other day. If I have:


  javamail


It really should be smart and look for javamail.jar and not javamail-.jar.

There's enough in the way of non-versioned jars [especially from sun] that
this would be a nice pain reducer.

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Changelog problems

2003-08-04 Thread Henri Yandell

Of course, while this extssh protocol seems to do what I want, it's not
actually providing anything in the way of reports :) And cvs2cl.pl shows
that I made a change on 2003-08-04. Arse.


On Mon, 4 Aug 2003, Henri Yandell wrote:

>
> On Mon, 4 Aug 2003, Andy Jefferson wrote:
>
> > 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 ? (between 'cvs' and
> > 'hen')
> >
> > scm:cvs:[EMAIL PROTECTED]:
> >
>
> Nope. Tried that. I always found in the past that the : screwed things up.
> Adding the : now makes no difference.
>
> Maybe it allows ':ext:' or ':extssh:' as a protocol.
>
> Ah. :ext: seems to work, however when on the same machine it asks for the
> password etc now. Used to be that the connection I had above would work
> like 'ext' when on a remote machine and like 'local' on the local machine.
>
> 'extssh' appears to be this protocol. :) So I have to go from:
>
> scm:[EMAIL PROTECTED]:/var/cvs:genjava-core  [works in b7 and
> before]
>
> scm:cvs:extssh:[EMAIL PROTECTED]:/var/cvs:genjava-core [b8 onwards]
>
> Thanks for all the help,
>
> Hen
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Changelog problems

2003-08-04 Thread Henri Yandell

On Mon, 4 Aug 2003, Andy Jefferson wrote:

> 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 ? (between 'cvs' and
> 'hen')
>
> scm:cvs:[EMAIL PROTECTED]:
>

Nope. Tried that. I always found in the past that the : screwed things up.
Adding the : now makes no difference.

Maybe it allows ':ext:' or ':extssh:' as a protocol.

Ah. :ext: seems to work, however when on the same machine it asks for the
password etc now. Used to be that the connection I had above would work
like 'ext' when on a remote machine and like 'local' on the local machine.

'extssh' appears to be this protocol. :) So I have to go from:

scm:[EMAIL PROTECTED]:/var/cvs:genjava-core  [works in b7 and
before]

scm:cvs:extssh:[EMAIL PROTECTED]:/var/cvs:genjava-core [b8 onwards]

Thanks for all the help,

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Changelog problems

2003-08-04 Thread Henri Yandell

Ack. It no longer supports this connection method? Any reason why?

Hen

On Tue, 5 Aug 2003 [EMAIL PROTECTED] wrote:

> >
> scm:[EMAIL PROTECTED]:/var/cvs:genjava-core
> This is bad.
>
> See http://maven.apache.org/reference/project-descriptor.html#repository
> for more info.
> --
> dIon Gillard, Multitask Consulting
> Blog:  http://blogs.codehaus.org/people/dion/
>
>
> Henri Yandell <[EMAIL PROTECTED]> wrote on 05/08/2003 02:17:19 AM:
>
> >
> > Have put that in my project.properties [now looks like:
> >
> > maven.checkstyle.header.file=/dev/null
> > maven.repo.remote=http://www.generationjava.com/jars2/,http://www.
> > ibiblio.org/maven/
> > maven.changelog.factory=org.apache.maven.cvslib.CvsChangeLogFactory
> >
> > maven.ui.banner.background=#000
> > maven.ui.section.background=#000
> > maven.ui.subsection.background=#000
> >
> > but to no avail. I'm getting the same errors.
> >
> > My SCM is:
> >
> >   
> > scm:[EMAIL PROTECTED]:/var/cvs:genjava-
> > core
> > http://www.generationjava.com/view-cvs/viewcvs.cgi/genjava-
> > core/
> >   
> >
> > though the url is not currently enabled.
> >
> > Hen
> >
> > On Mon, 4 Aug 2003, Chenoweth, Bruce (STP) wrote:
> >
> > > You need to set the changelog factory in your *.properties
> > (project.properties, ~/build.properties, or
> $MAVEN_HOME/bin/build.properties):
> > >
> > > maven.changelog.factory = org.apache.maven.cvslib.CvsChangeLogFactory
> > >
> > > -Original Message-
> > > From: Henri Yandell [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, August 04, 2003 11:03 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Changelog problems
> > >
> > >
> > >
> > > For b8, b9 andb10 I've had the same problem. Running maven site fails
> with
> > > the following:
> > >
> > > maven-changelog-plugin:report:
> > > [echo] Generating the changelog report
> > >
> > > BUILD FAILED
> > > File..
> > > file:/home/hen/.maven/plugins/maven-changelog-plugin-1.3-SNAPSHOT/
> > > Element... changelog:changelog
> > > Line.. 61
> > > Column 15
> > > java.lang.reflect.InvocationTargetException
> > > Total time:  40 seconds
> > >
> > >
> > > The FAQ mentions the changelog being an issue, but my maven.log has no
> > > mention of SCM etc. The last output it has is the registering of the
> > > plugins.
> > >
> > > Just running:
> > >
> > > maven changelog:changelog
> > >
> > > tells me that that does not exist in my project.
> > >
> > > Anything blatant I'm doing wrong?
> > >
> > > Hen
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Missing image on site

2003-08-04 Thread Henri Yandell

The following url is not found:

http://maven.apache.org/images/project-descriptor.gif

from:

http://maven.apache.org/reference/project-descriptor.html

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Changelog problems

2003-08-04 Thread Henri Yandell

Have put that in my project.properties [now looks like:

maven.checkstyle.header.file=/dev/null
maven.repo.remote=http://www.generationjava.com/jars2/,http://www.ibiblio.org/maven/
maven.changelog.factory=org.apache.maven.cvslib.CvsChangeLogFactory

maven.ui.banner.background=#000
maven.ui.section.background=#000
maven.ui.subsection.background=#000

but to no avail. I'm getting the same errors.

My SCM is:

  
scm:[EMAIL PROTECTED]:/var/cvs:genjava-core
http://www.generationjava.com/view-cvs/viewcvs.cgi/genjava-core/
  

though the url is not currently enabled.

Hen

On Mon, 4 Aug 2003, Chenoweth, Bruce (STP) wrote:

> You need to set the changelog factory in your *.properties (project.properties, 
> ~/build.properties, or $MAVEN_HOME/bin/build.properties):
>
> maven.changelog.factory = org.apache.maven.cvslib.CvsChangeLogFactory
>
> -Original Message-
> From: Henri Yandell [mailto:[EMAIL PROTECTED]
> Sent: Monday, August 04, 2003 11:03 AM
> To: [EMAIL PROTECTED]
> Subject: Changelog problems
>
>
>
> For b8, b9 andb10 I've had the same problem. Running maven site fails with
> the following:
>
> maven-changelog-plugin:report:
> [echo] Generating the changelog report
>
> BUILD FAILED
> File..
> file:/home/hen/.maven/plugins/maven-changelog-plugin-1.3-SNAPSHOT/
> Element... changelog:changelog
> Line.. 61
> Column 15
> java.lang.reflect.InvocationTargetException
> Total time:  40 seconds
>
>
> The FAQ mentions the changelog being an issue, but my maven.log has no
> mention of SCM etc. The last output it has is the registering of the
> plugins.
>
> Just running:
>
> maven changelog:changelog
>
> tells me that that does not exist in my project.
>
> Anything blatant I'm doing wrong?
>
> Hen
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Changelog problems

2003-08-04 Thread Henri Yandell

For b8, b9 andb10 I've had the same problem. Running maven site fails with
the following:

maven-changelog-plugin:report:
[echo] Generating the changelog report

BUILD FAILED
File..
file:/home/hen/.maven/plugins/maven-changelog-plugin-1.3-SNAPSHOT/
Element... changelog:changelog
Line.. 61
Column 15
java.lang.reflect.InvocationTargetException
Total time:  40 seconds


The FAQ mentions the changelog being an issue, but my maven.log has no
mention of SCM etc. The last output it has is the registering of the
plugins.

Just running:

maven changelog:changelog

tells me that that does not exist in my project.

Anything blatant I'm doing wrong?

Hen


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



WELCOME to users@maven.apache.org (fwd)

2003-08-04 Thread Henri Yandell

Note the error in this confirmation message:

'Welcome to [EMAIL PROTECTED]'

Hen

-- Forwarded message --
Date: 4 Aug 2003 15:57:13 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: WELCOME to [EMAIL PROTECTED]

Hi! This is the ezmlm program. I'm managing the
[EMAIL PROTECTED] mailing list.

I'm working for my owner, who can be reached
at [EMAIL PROTECTED]

Acknowledgment: I have added the address

   [EMAIL PROTECTED]

to the users mailing list.

Welcome to [EMAIL PROTECTED]

Please save this message so that you know the address you are
subscribed under, in case you later want to unsubscribe or change your
subscription address.


--- Administrative commands for the users list ---

I can handle administrative requests automatically. Please
do not send them to the list address! Instead, send
your message to the correct command address:

To subscribe to the list, send a message to:
   <[EMAIL PROTECTED]>

To remove your address from the list, send a message to:
   <[EMAIL PROTECTED]>

Send mail to the following for info and FAQ for this list:
   <[EMAIL PROTECTED]>
   <[EMAIL PROTECTED]>

Similar addresses exist for the digest list:
   <[EMAIL PROTECTED]>
   <[EMAIL PROTECTED]>

To get messages 123 through 145 (a maximum of 100 per request), mail:
   <[EMAIL PROTECTED]>

To get an index with subject and author for messages 123-456 , mail:
   <[EMAIL PROTECTED]>

They are always returned as sets of 100, max 2000 per request,
so you'll actually get 100-499.

To receive all messages with the same subject as message 12345,
send an empty message to:
   <[EMAIL PROTECTED]>

The messages do not really need to be empty, but I will ignore
their content. Only the ADDRESS you send to is important.

You can start a subscription for an alternate address,
for example "[EMAIL PROTECTED]", just add a hyphen and your
address (with '=' instead of '@') after the command word:
<[EMAIL PROTECTED]>

To stop subscription for this address, mail:
<[EMAIL PROTECTED]>

In both cases, I'll send a confirmation message to that address. When
you receive it, simply reply to it to complete your subscription.

If despite following these instructions, you do not get the
desired results, please contact my owner at
[EMAIL PROTECTED] Please be patient, my owner is a
lot slower than I am ;-)

--- Enclosed is a copy of the request I received.

Return-Path: <[EMAIL PROTECTED]>
Received: (qmail 30879 invoked from network); 4 Aug 2003 15:57:11 -
Received: from umbongo.flamefew.net (64.253.103.114)
  by daedalus.apache.org with SMTP; 4 Aug 2003 15:57:11 -
Received: by umbongo.flamefew.net (Postfix on Linux (i386), from userid 500)
id D215E1BAD; Mon,  4 Aug 2003 11:57:08 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
by umbongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id CD7641BA3
    for <[EMAIL PROTECTED]>; Mon,  4 Aug 2003 11:57:08 -0400 (EDT)
Date: Mon, 4 Aug 2003 11:57:08 -0400 (EDT)
From: Henri Yandell <[EMAIL PROTECTED]>
X-X-Sender: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: confirm subscribe to [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N



On 4 Aug 2003 [EMAIL PROTECTED] wrote:

> Hi! This is the ezmlm program. I'm managing the
> [EMAIL PROTECTED] mailing list.
>
> I'm working for my owner, who can be reached
> at [EMAIL PROTECTED]
>
> To confirm that you would like
>
>[EMAIL PROTECTED]
>
> added to the users mailing list, please send
> an empty reply to this address:
>
>[EMAIL PROTECTED]
>
> Usually, this happens when you just hit the "reply" button.
> If this does not work, simply copy the address and paste it into
> the "To:" field of a new message.
>
> or click here:
>   mailto:[EMAIL PROTECTED]
>
> This confirmation serves two purposes. First, it verifies that I am able
> to get mail through to you. Second, it protects you in case someone
> forges a subscription request in your name.
>
> Some mail programs are broken and cannot handle long addresses. If you
> cannot reply to this request, instead send a message to
> <[EMAIL PROTECTED]> and put the
> entire address listed above into the "Subject:" line.
>
>
> --- Administrative commands for the users list ---
>
> I can handle administrative requests automatically. Please
> do not send them to the list address! Instead, send
> your message to the correct command address:
>
> To subscribe to the list, send a message to:
><[EMAIL PROTECTED]>
>
> To remove your address from the list, send a message to:
>

Re: again: Runtime dependency VS compile time dependecy

2003-03-23 Thread Henri Yandell

:) XDoclet, Servlet, JUnit-style, Ant-style all seem good examples. I
accept the stupid question of the day award :)

On Mon, 24 Mar 2003, Ben Walding wrote:

> Sure is... consider servlet-api
>
> I need it to compile, but my j2ee container provides it at runtime.
>
> Henri Yandell wrote:
>
> >Is there any time when a dependency is compile-time but not runtime? It
> >seems to me that all dependencies are needed at runtime.
> >
> >On Sun, 23 Mar 2003, Paulo Silveira wrote:
> >
> >
> >
> >>I think it is not good to have so specific plugin tags inside the POM,
> >>dont you think?
> >>
> >>The good example is true
> >>Why we couldnt have a tag that specifies if a dependecy is only runtime,
> >>compiletime, or both? Maybe 2 tags
> >>
> >>
> >>jarid
> >>jarversion
> >>
> >>
> >>
> >>
> >>thanks
> >>
> >>
> >>Paulo Silveira
> >>http://www.paulo.com.br/
> >>http://www.guj.com.br/
> >>
> >>
> >>
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: again: Runtime dependency VS compile time dependecy

2003-03-23 Thread Henri Yandell

Is there any time when a dependency is compile-time but not runtime? It
seems to me that all dependencies are needed at runtime.

On Sun, 23 Mar 2003, Paulo Silveira wrote:

> I think it is not good to have so specific plugin tags inside the POM,
> dont you think?
>
> The good example is true
> Why we couldnt have a tag that specifies if a dependecy is only runtime,
> compiletime, or both? Maybe 2 tags
>
> 
> jarid
> jarversion
> 
> 
> 
>
> thanks
>
> 
> Paulo Silveira
> http://www.paulo.com.br/
> http://www.guj.com.br/
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Dependencies of dependent projects

2003-03-19 Thread Henri Yandell

We hit exactly the same problem yesterday.

The only ideas I had were to copy the dependency information somehow into
a repository [is that what the pom/ directory is for in repostiory/?] or
to embed the information in the jar [according to sun spec whatever].

A worse way would be to pull the information, but that only works for
projects you own, so is weaker.

I'm guessing the Mavenites are planning something to use
http://www.ibiblio.org/maven/anttex/poms/
etc?

I'm still on b0.7 btw.

Hen

On Wed, 19 Mar 2003, James CE Johnson wrote:

> Hey All,
>
> [If you get something like six copies of this pleas forgive me. I'm having
> a heck of a time posting today.]
>
> This one is whacky...
>
> I've got a project that has three sub-projects. We'll call them A, B and C
> just for grins.
>
> Now...
> Project A creates a jarfile (cleverly named A.jar)
> To create that jar, A/project.xml lists a bunch of dependencies.
> Anyone using that jar needs *some* of those dependencies at runtime.
>
> Which brings us to...
> Project B creates an earfile (uncreatively named B.ear) of EJBs
> B depends on A.jar at compiletime, so A.jar is in project.xml and is
> marked with ear.bundle.jar == true.
> At runtime, the earfile also needs to have the runtime-required files on
> which A.jar depends.
>
> Finally...
> Project C is a simple webapp that doesn't know diddly about A and only
> uses the client-side jarfile from B.
>
> Where I'm going with this is that in B/project.xml I've had to copy/paste
> a bunch of the dependencies in A/project.xml and add ear.bundle.jar ==
> true. I've heard something about project.xml actually being a jelly script
> and, thus, executable. Can someone suggest a clever way for B/project.xml
> to magically "import" the proper dependencies from A/project.xml? (I don't
> mind adding ear.bundle.jar or some other property to the appropriate
> dependencies of B/project.xml if necessary.)
>
> Thanks,
> J
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]