[jira] Created: (MNG-2022) What is the Difference between project.getDependencies() and project.getDependencyArtifacts?

2006-01-27 Thread Natalie Burdick (JIRA)
What is the Difference between project.getDependencies() and 
project.getDependencyArtifacts?


 Key: MNG-2022
 URL: http://jira.codehaus.org/browse/MNG-2022
 Project: Maven 2
Type: Improvement

  Components: documentation - faqs  
Reporter: Natalie Burdick


The difference between project.getDependencies() and 
project.getDependencyArtifacts() is that project.getDependencies()
also returns transitive dependencies, while project.getDependencyArtifacts 
returns only the direct dependencies, and also includes things in the test 
scope.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MNG-804) maven.jar.override usage in m2

2005-12-07 Thread Natalie Burdick (JIRA)
[ http://jira.codehaus.org/browse/MNG-804?page=comments#action_53029 ] 

Natalie Burdick commented on MNG-804:
-

Thx Allan -- looks ready to submit for posting -- but before doing so, can you 
check Jira to see if there are any other documentation requests related to 
changes between M2 and M1?  if none, go ahead and submit.

> maven.jar.override usage in m2
> --
>
>  Key: MNG-804
>  URL: http://jira.codehaus.org/browse/MNG-804
>  Project: Maven 2
> Type: Sub-task

>   Components: documentation - general
> Reporter: Natalie Burdick
> Assignee: Allan Ramirez
> Priority: Minor
>  Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, 
> m1-m2-changes-c.apt, m1-m2-changes.JPG, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
> PROTECTED]
> to document that unlike m1, m2 no longer allow jar overrides via the 
> maven.jar.override property

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MNG-804) maven.jar.override usage in m2

2005-12-07 Thread Natalie Burdick (JIRA)
[ http://jira.codehaus.org/browse/MNG-804?page=comments#action_52990 ] 

Natalie Burdick commented on MNG-804:
-

Please note the the text wrapping is not correct -- should not be so much space 
after 'repository'  and 'issues'

use formatting below:

In Maven 1.0, the maven.jar.override property allowed users to use artifacts 
outside the maven local repository. Maven 2 now enforces the best practice of 
storing all artifacts in a single repository, to optimize performance, reduce 
storage management requirements and mitigate issues related to building 
projects that are dependent on a particular user's  environment.

Please change formatting here: 

To override a jar's version, enter the dependency's version in the 
\.

Maven 2.0 uses \ to specify and manage all 
dependency information.  

Here is a snippet on how to declare it on the pom.xml.

to:

To override a jar's version, enter the dependency's version in the 
\.  Maven 2.0  
uses \ to specify and manage all dependency 
information.  

Following is a sample showing how to declare dependencies in the pom.xml.

Please change formatting to following:

 Maven 2 uses a goal called install-file from the maven-install-plugin to 
override files.  The install-file goal 
 places the artifact in the local repository.  Please refer to 
 {{{http://docs.codehaus.org/display/MAVENUSER/FAQs}Maven user FAQs}} for 
more information on this 
 goal.


Lastly, you use 'goal' in one place but mechanism in another -- is this 
technically correct, i.e., are these different, or are they both goals?



> maven.jar.override usage in m2
> --
>
>  Key: MNG-804
>  URL: http://jira.codehaus.org/browse/MNG-804
>  Project: Maven 2
> Type: Sub-task

>   Components: documentation - general
> Reporter: Natalie Burdick
> Assignee: Allan Ramirez
> Priority: Minor
>  Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes-b.apt, 
> m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
> PROTECTED]
> to document that unlike m1, m2 no longer allow jar overrides via the 
> maven.jar.override property

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Updated: (MNG-804) maven.jar.override usage in m2

2005-12-06 Thread Natalie Burdick (JIRA)
 [ http://jira.codehaus.org/browse/MNG-804?page=all ]

Natalie Burdick updated MNG-804:


Attachment: m1-m2-changes (revised).txt

note, this is just a txt file, as I don't know what app I need to generate an 
apt file...

> maven.jar.override usage in m2
> --
>
>  Key: MNG-804
>  URL: http://jira.codehaus.org/browse/MNG-804
>  Project: Maven 2
> Type: Sub-task
>   Components: documentation - general
> Reporter: Natalie Burdick
> Assignee: Allan Ramirez
> Priority: Minor
>  Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
> PROTECTED]
> to document that unlike m1, m2 no longer allow jar overrides via the 
> maven.jar.override property

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MNG-804) maven.jar.override usage in m2

2005-12-06 Thread Natalie Burdick (JIRA)
[ http://jira.codehaus.org/browse/MNG-804?page=comments#action_52901 ] 

Natalie Burdick commented on MNG-804:
-

Allan -- please see the file attached and note that I have a few outstanding 
questions (refer to the ???) in the text --

a) see line:

"In Maven 1.0, the maven.jar.override property allowed users to store artifacts 
outside the ??? repository." -- please include a descriptor for this repository 
as it is the first time it is mentioned in the document

b) see line:

" To override a jar's version, enter the dependency's version in the 
\ ???." -- please incude a definition of what this is in 
Maven syntax -- then update the "...for more information on this ???." line as 
well

c) review all other changes and note emphasis on using a standard format for 
content that we will reuse, also note that items should be spelled out in 
headings/headlines/Subheads, and not abbreviated in body text until defined


> maven.jar.override usage in m2
> --
>
>  Key: MNG-804
>  URL: http://jira.codehaus.org/browse/MNG-804
>  Project: Maven 2
> Type: Sub-task
>   Components: documentation - general
> Reporter: Natalie Burdick
> Assignee: Allan Ramirez
> Priority: Minor
>  Fix For: 2.0.2
>  Attachments: m1-m2-changes (revised).txt, m1-m2-changes.apt
>
>
> refer to:
> http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
> PROTECTED]
> to document that unlike m1, m2 no longer allow jar overrides via the 
> maven.jar.override property

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (CONTINUUM-383) Build Status Notification Information Promotion

2005-10-27 Thread Natalie Burdick (JIRA)
Build Status Notification Information Promotion 


 Key: CONTINUUM-383
 URL: http://jira.codehaus.org/browse/CONTINUUM-383
 Project: Continuum
Type: Improvement
Versions: 1.1
 Reporter: Natalie Burdick
 Fix For: 1.1


Change to build status notification e-mail from Continuum, so that specific 
Build Failure information is displayed at the Top (and Bottom) of the report -- 
see below for sample:

Build statistics:
  State: Failed
  Failure(s): File.. 
/home/foconer/maven/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
  Element... maven:reactor
  Line.. 217
  Column 9
  Unable to obtain goal [test:test] -- 
  
/home/foconer/maven/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly:181:54: 
  
  Previous State: Failed
  Started at: Thu, 27 Oct 2005 15:02:38 -0700
  Finished at: Thu, 27 Oct 2005 15:06:36 -0700
  Total time: 3m 57s
  Build Trigger: Schedule
  Exit code: 70
  Building machine hostname: iago
  Operating system : Linux(unknown)
  Java version : 1.5.0_05(Sun Microsystems Inc.)

Changes
assembly/project.xml
assembly/src/release/examples/basic/servicemix.xml
assembly/src/release/examples/jms-binding/servicemix.xml
assembly/src/release/examples/bpel/servicemix.xml
assembly/src/release/examples/file-binding/servicemix.xml
assembly/src/release/examples/http-binding/servicemix.xml
assembly/src/release/examples/quartz-binding/servicemix.xml
project.properties
servicemix-all/maven.xml
servicemix-all/project.xml
core/project.properties
core/maven.xml
core/project.xml
etc/project.properties
etc/maven.xml


Output:

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

clean:clean:
[delete] Deleting directory 
/opt/continuum/continuum-1.0-beta-1/apps/continuum/working-directory/2/target

init:
[echo] init 
basedir=/opt/continuum/continuum-1.0-beta-1/apps/continuum/working-directory/2

jar:install:
multiproject:projects-init:
[echo] Gathering project list
Starting the reactor...
Our processing order:
ServiceMix :: JBI
ServiceMix :: Core
ServiceMix :: Components
ServiceMix :: XFire
ServiceMix :: JAXWS
ServiceMix Full Package
+
| Gathering project list ServiceMix :: JBI
| Memory: 5M/7M
+
+
| Gathering project list ServiceMix :: Core
| Memory: 5M/7M
+
+
| Gathering project list ServiceMix :: Components
| Memory: 5M/7M
+
+
| Gathering project list ServiceMix :: XFire
| Memory: 5M/7M
+
+
| Gathering project list ServiceMix :: JAXWS
| Memory: 5M/7M
+
+
| Gathering project list ServiceMix Full Package
| Memory: 5M/7M
+
Starting the reactor...
Our processing order:
ServiceMix :: JBI
ServiceMix :: Core
ServiceMix :: Components
ServiceMix :: XFire
ServiceMix :: JAXWS
ServiceMix Full Package
+
| Executing jar:install ServiceMix :: JBI
| Memory: 5M/7M
+

multiproject:goal:
build:start:

java:prepare-filesystem:

java:compile:
[echo] Compiling to 
/opt/continuum/continuum-1.0-beta-1/apps/continuum/working-directory/2/jbi/target/classes

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:
[echo] No test source files to compile.

test:test:
[echo] No tests to run.
Copying: from 
'/opt/continuum/continuum-1.0-beta-1/apps/continuum/working-directory/2/jbi/target/servicemix-jbi-2.0-SNAPSHOT.jar'
 to: 
'/home/foconer/maven/.maven/repository/servicemix/jars/servicemix-jbi-2.0-SNAPSHOT.jar'
Copying: from 
'/opt/continuum/continuum-1.0-beta-1/apps/continuum/working-directory/2/jbi/project.xml'
 to: 
'/home/foconer/maven/.maven/repository/servicemix/poms/servicemix-jbi-2.0-SNAPSHOT.pom'
+
| Executing jar:install ServiceMix :: Core
| Memory: 6M/7M
+
Attempting to download servicemix-jbi-2.0-SNAPSHOT.jar.
Attempting to download xbean-spring-2.0-SNAPSHOT.jar.
Attempting to download activecluster-1.1-SNAPSHOT.jar.

jar:

[jira] Created: (MNG-808) Maven 2 Website Information

2005-08-30 Thread Natalie Burdick (JIRA)
Maven 2 Website Information
---

 Key: MNG-808
 URL: http://jira.codehaus.org/browse/MNG-808
 Project: Maven 2
Type: Task
  Components: documentation  
 Reporter: Natalie Burdick


Sample topics/themes (based on mailing lists):

1) Why Choose/Use Maven:

- How does using Maven change my every day job?
- How does using Maven make my code better?
- I'm a developer that uses Maven, how do I get other developers to adopt Maven 
when they say "I've got an IDE
that compile's my java code and don't need anything else."
- I'm a developer that uses Maven, how do I get my manager(s) to adopt Maven?

2) Build Basics:

Why use a CI server?
How do I use CI with Maven:

--With Continuum
--with CruiseControl
--with Anthill

Why use a SCM?
How do I use my SCM and Maven:
--with CVS
--with subversion
--with (tbd)

Why Perform Unit Testing?

How do I perform unit testing in Maven:
--with Junit
--with Cactus

Why Apply Code Coverage?
*How to apply code coverage to Maven:
--with Clover
--with Jcoverage
--with Corbetura

3) Maven-specifics:

When/Why should I use M1
When/Why should I use M2
When, Why should I set up a multi-project?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MNG-804) Maven.jar.overrid

2005-08-29 Thread Natalie Burdick (JIRA)
Maven.jar.overrid
-

 Key: MNG-804
 URL: http://jira.codehaus.org/browse/MNG-804
 Project: Maven 2
Type: Sub-task
  Components: documentation  
 Reporter: Natalie Burdick
Priority: Minor


refer to:
http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
PROTECTED]

to document that unlike m1, m2 no longer allow jar overrides via the 
maven.jar.override property

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MNG-803) Document of Detailed Changes between M1/M2

2005-08-29 Thread Natalie Burdick (JIRA)
Document of Detailed Changes between M1/M2
--

 Key: MNG-803
 URL: http://jira.codehaus.org/browse/MNG-803
 Project: Maven 2
Type: Task
  Components: documentation  
Versions: 2.0-alpha-3
 Reporter: Natalie Burdick


Parent Task will include sub-tasks for specific changes from M1 to M2 that need 
to be documented

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MNG-802) Clarify SUN's jar distribution policy on site and in Maven so users know to install those files in their own remote repo

2005-08-29 Thread Natalie Burdick (JIRA)
Clarify SUN's jar distribution policy on site and in Maven so users know to 
install those files in their own remote repo


 Key: MNG-802
 URL: http://jira.codehaus.org/browse/MNG-802
 Project: Maven 2
Type: Improvement
  Components: repository-tools, maven-project, documentation  
Versions: 2.0-alpha-3
 Reporter: Natalie Burdick
Priority: Minor


refer to: 
http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
PROTECTED]
http://mail-archives.apache.org/mod_mbox/maven-users/200508.mbox/[EMAIL 
PROTECTED]


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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