Building Custom unit task- Problems

2003-08-18 Thread Moretti, Luciano (MED)
Hi- I'm trying to build a custom Junit task to run hansel coverage test suites- Here's what I've got so far in my maven.xml- When I try to run it, I get no output. When I look at the maven.log,

Using maven.xdoc.date.format- adding time of build?

2003-08-14 Thread Moretti, Luciano (MED)
Hi- Is there a way to add the time of the build using this tag? IE- maven.xdoc.date.format=dd hh:mm or similar.. the docs are a little fuzzy as to what makes a valid value. Luciano - To unsubscribe, e-mail: [EMAIL P

Putting images on the project pages

2003-08-14 Thread Moretti, Luciano (MED)
Hi- Is there a way in the Anika format to put pictures on the web pages through the XML document? I can't seem to find a way. Thank you, Luciano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Removing Sections from cvs-usage.xml

2003-08-14 Thread Moretti, Luciano (MED)
Hi- Our local CVS repo doesn't allow anonymous login, so the information on the CVS report is inacurate. is there a way to remove specific sections from the report? We'd like to keep the Web Access section though. Thanks, Luciano Moretti --

RE: Developer Activity Plugin Problems

2003-07-22 Thread Moretti, Luciano (MED)
2 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 t

Developer Activity Plugin Problems

2003-07-22 Thread Moretti, Luciano (MED)
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. It does show the statistics at the top of the page (Total commits & # of

Dependencies- Separating Test from Compile

2003-07-22 Thread Moretti, Luciano (MED)
Hello- Is there a way to separate Compile Dependencies from test Dependencies? We use Hansel to run coverage testing, so I have the following in my project.xml hansel hansel 1.0 http://hansel.sourceforge.org But this is only required for testing, not for actual use of the resulting JA

Fetching a Jar from the maven remote repo using Ant

2003-07-16 Thread Moretti, Luciano (MED)
Ok, what I'm trying to do is a little odd- I've got some people who will need to build using ant (not Maven) but we require a jar out of the repository. Instead of maintaining multiple copies (which is what we do now with most stuff) I'd like to only have a single copy in the maven repo that is f

Turning off Junit Testing

2003-07-15 Thread Moretti, Luciano (MED)
Hello- I know I've seen it somewhere in the documentation, but what is the switch to turn off the execution of Junit tests? Thanks, Luciano - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: 1.0-beta-10 release

2003-07-15 Thread Moretti, Luciano (MED)
Hi- The entire website needs to be updated- It currently still says "Beta-10-SNAPSHOT" at the top, and the Download link ( on http://maven.apache.org/start/download.html ) still points to Beta 9. Those are the only things that I can find. Luciano -Original Message- From: Paul Spencer [

Problems with Junit Testing- [junit] Exception in thread "main"java.lang.NoClassDefFoundError:

2003-07-15 Thread Moretti, Luciano (MED)
Hello, I'm having problems executing my Junit tests under Maven, but they run fine under Eclipse & Using a custom Ant Buildfile. The errors I'm getting under Maven- [junit] Running com.ge.medit.sapphire.util.SapphirePropertyManagerTest [junit] Exception in thread "main" java.lang.NoClass

RE: Beginner question about dist

2003-07-11 Thread Moretti, Luciano (MED)
Vincent- I've been using the dist plugin for the past few weeks for making downloadable zip files with the jar & the Javadocs... what's the new way to do this, as I don't see the artifact goals listed on my printout for Maven-1.0-b9 Luciano -Original Message- From: Vincent Massol [mailt

RE: unitTestSourcesPresent??

2003-07-11 Thread Moretti, Luciano (MED)
make sure that your tag in your Project.xml file is set to the correct directory. (i.e. your test dir relative to the location of your project.xml) The other thing to look at is under the tag to make sure that you include your test Source files- Mine has the line **/*Test.java Depending on ho

RE: Beginners questions

2003-07-09 Thread Moretti, Luciano (MED)
To add a new Menu Title, use the tag set. Each linkable entry underneath is it's own item. Sorry, that's the only one that I know. Luciano -Original Message- From: Andy Jefferson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 09, 2003 10:00 AM To: [EMAIL PROTECTED] Subject: Beginners

Junit Errors stretch page.

2003-07-08 Thread Moretti, Luciano (MED)
Hello- I have a minor problem (more of annoyance actually) with my junit test page as one of the errors has a message so long that it stretches the page. Is there an easy way to force wrapping after a certain number of chars? Thank you, Luciano Moretti -

RE: newbie: can't build

2003-07-02 Thread Moretti, Luciano (MED)
I use junit junit 3.8.1 the Corresponds to the dir in $MAVEN_HOME/repository that contains the jar- in my case, it's junit. the corresponds to the name of the jar file before the - the corresponds to the version "number" after the - Hope this helps- Let us know if you get it worki

RE: build maven

2003-07-01 Thread Moretti, Luciano (MED)
ld be made that basically downloads all of the available jars and places them in the repository strucuture. -Original Message- From: Moretti, Luciano (MED) [mailto:[EMAIL PROTECTED] Sent: Tue 7/1/2003 4:47 PM To: 'Maven Users List' Cc:

RE: build maven

2003-07-01 Thread Moretti, Luciano (MED)
Dave- Maven will automatically generate the repository on the 1st run. There is no specific step needed to build a local repository- it will fetch the needed jars off the web when they are called for. Just create your project.properties file, make sure that you have the proxy configuration stuff

RE: How does maven set the classpath?

2003-07-01 Thread Moretti, Luciano (MED)
o:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 11:43 PM To: Maven Users List Subject: RE: How does maven set the classpath? On Tue, 2003-07-01 at 10:22, Moretti, Luciano (MED) wrote: > Ok, if I'm understanding correctly the following will copy all files > with the extension .prop

RE: How does maven set the classpath?

2003-07-01 Thread Moretti, Luciano (MED)
Ok, if I'm understanding correctly the following will copy all files with the extension .properties from the to $(basedir)/target/test-classes/ **/*Test.java $(basedir)/test/com/ge/medit/util/resources **/*.properties

RE: How does maven set the class path?

2003-07-01 Thread Moretti, Luciano (MED)
ol until I can prove otherwise by producing the classpath. Thanks, Luciano -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 5:12 PM To: Maven Users List Subject: RE: How does maven set the class path? On Mon, 2003-06-30 at 17:59, Moretti, Luciano (ME

RE: How does maven set the class path?

2003-06-30 Thread Moretti, Luciano (MED)
I copied them manually before I ran maven. Luciano -Original Message- From: Paul Libbrecht [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 4:55 PM To: Maven Users List Subject: Re: How does maven set the class path? Moretti, Luciano (MED) wrote: > Hello Again > > I

How does maven set the class path?

2003-06-30 Thread Moretti, Luciano (MED)
Hello Again I've got a junit test that requires access to a resource file on the class path. The files are normally copied to the classes/com/ge/gemsit/test directory when built directly with Ant, but this does not see to work with maven. What does maven set the class path to by default? Ho

RE: Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
12:20, Moretti, Luciano (MED) wrote: > Here is the output- > > > $maven jar > __ __ > | \/ |__ Jakarta _ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT > > > Attempting to download

RE: Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
Here is the output- $maven jar __ __ | \/ |__ Jakarta _ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT Attempting to download jal-0.2.jar. Error retrieving artifact from [http://ulslin4.moneng.mei.com/maven//ezel/jars/jal-0.2.jar

RE: Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
Attached is the maven log file- There appears to be some info in there, but I don't know enough about maven to decipher it. Thanks, Luciano Moretti 2003-06-30 11:06:41,062 INFO org.apache.maven.plugin.PluginManager - Initializing Plugins! 2003-06-30 11:06:41,169 INFO org.apache.maven.plugin.

RE: Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
-30 at 11:45, Moretti, Luciano (MED) wrote: > Unfortunately, it doesn't look like our webserver is logging much of > anything- even when I download a different jar, it's not appearing in > the access log. > > There are entries in the error log for trying to get jars that a

RE: Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:26 AM To: Maven Users List Subject: RE: Unable to download jal-0.2.jar On Mon, 2003-06-30 at 11:22, Moretti, Luciano (MED) wrote: > All the files have permissions set to 644, same owner & same group. > > We're using http:// fo

RE: Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
Unable to download jal-0.2.jar On Mon, 2003-06-30 at 11:08, Moretti, Luciano (MED) wrote: > Maven is refusing to get jal-0.2.jar out our private remote repository. > > If I rename it to jal-0.3.jar or jal-0.1.jar or jal-0.21 and change the > POM to reflect the version change, it gets it f

Unable to download jal-0.2.jar

2003-06-30 Thread Moretti, Luciano (MED)
Maven is refusing to get jal-0.2.jar out our private remote repository. If I rename it to jal-0.3.jar or jal-0.1.jar or jal-0.21 and change the POM to reflect the version change, it gets it fine. I've tried renaming other jars to version 0.2 thinking that there was a bug resolving dependencies

RE: Maven stopped working

2003-06-30 Thread Moretti, Luciano (MED)
stall? Thanks, Luciano Moretti -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Monday, June 30, 2003 10:03 AM To: Maven Users List Subject: Re: Maven stopped working On Mon, 2003-06-30 at 09:57, Moretti, Luciano (MED) wrote: > I'm not sure what I did- >

Maven stopped working

2003-06-30 Thread Moretti, Luciano (MED)
I'm not sure what I did- Running 1.0b9 Whenever I try to run a project now, I get a java.lang.ClassNotFoundException: xml at java.net.URLClassLoader$1.run(URLClassLoader.java:198) at java.security.AccessController.doPrivilaged(Native Method) . Any ideas what I did

Skipping Junit tests

2003-06-27 Thread Moretti, Luciano (MED)
Hi- 1) is there a way to get Maven to continue if junit tests fail? Every time I try to do a dist:deploy or a jar goal when a junit test fails, the process aborts. There are some junit tests that we expect at this point to fail, but we still wish to generate the artifacts. 2) I need a way to sk

How does Maven handle multiple JUnit Test suites

2003-06-25 Thread Moretti, Luciano (MED)
Hello- I'm implementing multiple junit test suites (standard, and then a Hansel coverage test suite) on a project we're working on. Ideally, we'd like the Coverage test suite to be run only on the nightly builds and have it's own web page. Right now it's implemented on other projects using ant t

Forcing jar creation with a Junit Failure.

2003-06-23 Thread Moretti, Luciano (MED)
While I know it's not the best- is there a way to create a Jar if the junit tests fail? All the [jar] goals seem to use junit as a prereq. Luciano Moretti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

RE: How adaptable is Maven's version system?

2003-06-23 Thread Moretti, Luciano (MED)
Maven's version system? Moretti, Luciano (MED) wrote: > I hate to disagree, as I'm a complete Newbie, but as I asked the > question, originally, I should comment on what I found- > > When you do a dist:snapshot-deploy or a jar:snapshot-deploy the archive > created has a tim

RE: How adaptable is Maven's version system?

2003-06-23 Thread Moretti, Luciano (MED)
I hate to disagree, as I'm a complete Newbie, but as I asked the question, originally, I should comment on what I found- When you do a dist:snapshot-deploy or a jar:snapshot-deploy the archive created has a timestamp on it (down to the Second it was created IIRC.) You can have multiple snapshots

Distributing a Snapshot with Junit test fails.

2003-06-20 Thread Moretti, Luciano (MED)
Hi- Is there a way to override the dist:deploy-snapshot to deploy even if there are Junit failures? I know that this isn't the best thing, but we have some long-term outstanding Junit tests, and it's blocking me from doing a distribution. Luciano Moretti ---

RE: Setting which remote repository to publish to.

2003-06-19 Thread Moretti, Luciano (MED)
2003 11:00 AM To: Maven Users List Subject: Re: Setting which remote repository to publish to. At 10:48 -0500 6/19/03, Moretti, Luciano (MED) wrote: >Ok- I know I've seen this somewhere- > >How do you set the remote repository to publish to- >I remember seeing som

Setting which remote repository to publish to.

2003-06-19 Thread Moretti, Luciano (MED)
Ok- I know I've seen this somewhere- How do you set the remote repository to publish to- I remember seeing something about using the project.properties to do this, but I can't find the documentation now. Luciano - To unsubscribe

Using Snapshot Dependencies

2003-06-19 Thread Moretti, Luciano (MED)
Hello- I'm wondering if I'm misreading the documentation on snapshot dependencies- I have the following in my project.xml file- JXTA jxta SNAPSHOT To my understanding from reading the documentation this should pull the "Latest Version" from the repository. I get the response though-

RE: How adaptable is Maven's version system?

2003-06-18 Thread Moretti, Luciano (MED)
rsion system? It has no impact at all. You can use whatever naming schema you like. mm > -Original Message- > From: Moretti, Luciano (MED) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 6:21 PM > To: '[EMAIL PROTECTED]' > Subject: How adapt

How adaptable is Maven's version system?

2003-06-18 Thread Moretti, Luciano (MED)
Hello- All of the examples I've see use a Numerical 1.1.1.1 type versioning system. Can you use other systems? (1.0A, 1.0B, 1.0rc3, 1.0beta2, etc) If it's possible to specify something like this in the tag, how does it handle it on resolving snapshot dependencies? Thanks, Luciano Moretti ---

Using a remote repo instead of ibiblio- error Messages

2003-06-17 Thread Moretti, Luciano (MED)
Hi- I'm trying to establish my own Repo server so that I can access resources that I don't want to publish to the net. I've added the following line to my build.properties file in my home dir- maven.repo.remote = http://lin4.moneng.mei.com/maven/,http://www.ibiblio.org/maven The error message I

Integrating Hansel & Jester

2003-06-16 Thread Moretti, Luciano (MED)
Hello- Does anyone have any experience integrating Hansel (http://hansel.sourceforge.net) & Jester (http://jester.sourceforge.net) into Maven? do you have any tips? Thanks, Luciano Moretti - To unsubscribe, e-mail: [EMAIL PROT

Deploying to a server that doesn't have SSH

2003-06-13 Thread Moretti, Luciano (MED)
How do I deploy to a server that doesn't have SSH installed? Is it possible to set it to use telnet? If so, where do you set it? Thank you, Luciano Moretti - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Automatic Linking of tasks.xml doesn't seem to work.

2003-06-12 Thread Moretti, Luciano (MED)
Hello- I've been trying to get /xdoc/tasks.xml to autolink on the navigation bar of a maven generated site, but it does not seem to work. The Project Layout Reference indicates that "Maven will automatically add a link to this document if it exists in the xdocs directory" but I can't seem to get

Documentation on navigation.xml & tasks.xml

2003-06-11 Thread Moretti, Luciano (MED)
Hi- I'm probably overlooking it, but where is the documentation on how to use navigation.xml & tasks.xml? I can't seem to find any reference to them besides in the following document- http://maven.apache.org/reference/dirlayout.html Thank you, Luciano Moretti ---

RE: How do define multiple jar files per one directory in the repository.

2003-06-10 Thread Moretti, Luciano (MED)
we want to use maven or stick with just ANT. Luciano Moretti -Original Message- From: Leo Simons [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:46 PM To: [EMAIL PROTECTED] Subject: Re: How do define multiple jar files per one directory in the repository. Moretti, Luciano (

RE: How do define multiple jar files per one directory in the repository.

2003-06-10 Thread Moretti, Luciano (MED)
I thought it might be something like that, but the groupID tag info in the Maven Project Descriptors page doesn't have a description of the tag. Luciano -Original Message- From: Leo Simons [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 10:10 PM To: [EMAIL PROTECTED] Subject: Re: H

How do define multiple jar files per one directory in the repository.

2003-06-10 Thread Moretti, Luciano (MED)
Hello- We have some projects that create multiple related jar files that have been traditionally stored in the same directory. Is there a way to have them in the same directory in the repository, or do we have to have them each in individual directories? Example: the two jar files: ttna.jar tt

Error during site:generate - null

2003-06-10 Thread Moretti, Luciano (MED)
Hello- I can get 'maven jar' to run fine, but now I'm trying to get the site generator running... it all looks good until- [echo] Generating the changelog report BUILD FAILED null:37:50: null:56:15: null Total Time: 38 Seconds Any Idea what I'm missing? I can't seem to find much in the use