> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 25 June 2003 03:02
> To: Maven Developers List
> Subject: Re: cvs commit: maven/src/test/java/org/apache/maven/project
> ProjectInheritanceTest.java
>
> I believe this is now fixed, and if someone can tell m
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 25 June 2003 02:32
> To: Maven Developers List
> Subject: Re: Responsibility - was [RE: Simian Plugin (fully documented
and
> ready to use)\
[snip]
> > C - core - needed to perform basic tasks
> > M - activ
dion2003/06/24 20:35:40
Modified:.project.xml
Log:
Upgrade to less noisy version of ant tag lib
Revision ChangesPath
1.280 +1 -1 maven/project.xml
Index: project.xml
===
RCS file
The following comment has been added to this issue:
Author: Tom Copeland
Created: Tue, 24 Jun 2003 9:25 PM
Body:
Note to self - twiddle CPD to make it faster :-)
tom
-
View the issue:
http://jira.codehaus.org/s
I believe this is now fixed, and if someone can tell me how to stop JUnit
truncating messages like that..
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Work: http://www.multitask.com.au
Incze Lajos <[EMAIL PROTECTED]> wrote on 25/06/2003 10:26:5
The following comment has been added to this issue:
Author: dion gillard
Created: Tue, 24 Jun 2003 8:05 PM
Body:
Ok, sounds like I've been convinced.
I'm +1 on adding this plugin in for beta10 too
-
View the issue
[EMAIL PROTECTED] wrote:
It would be nice if one of the commiters checked in a plugin-map.xml
xdoc that would contain a list of plugins similar to that one above, and
then all commiters would add their name next to the plugins they are
willing to work on, and their name in ( ) next to the plugins
On Wed, Jun 25, 2003 at 12:37:30AM +, [EMAIL PROTECTED] wrote:
> dion2003/06/24 17:37:30
>
> Modified:src/test/java/org/apache/maven/project
> ProjectInheritanceTest.java
> Log:
> Fix so that this works on windows and other operating systems.
> - the
The following comment has been added to this issue:
Author: Simon Harris
Created: Tue, 24 Jun 2003 7:59 PM
Body:
Hey guys, I run checkstyle myself but I use the Ant plugin. If I were running maven I
think I'd run the Maven plugin.
Why? Well the fact is that on my source base chec
dion2003/06/24 17:37:30
Modified:src/test/java/org/apache/maven/project
ProjectInheritanceTest.java
Log:
Fix so that this works on windows and other operating systems.
- the project.xml file has ${basedir}/src/java note the '/' used, it's not operating
Rafal Krzewski <[EMAIL PROTECTED]> wrote on 25/06/2003 07:19:26 AM:
> I daresay that 2/3 of exising maven plugins is broken and/or orphaned.
> This is obviously an unacceptable situation.
I daresay you're wrong, and would love to see a change :-)
> Below there's a list of plugins taken from curre
On Wed, Jun 25, 2003 at 12:10:23AM +, [EMAIL PROTECTED] wrote:
> dion2003/06/24 17:10:23
>
> Modified:src/test/java/org/apache/maven/project
> ProjectInheritanceTest.java
> Log:
> Someone should compile stuff first
>
Not enough:) Should run, as wel
The following comment has been added to this issue:
Author: Aslak Hellesøy
Created: Tue, 24 Jun 2003 7:30 PM
Body:
I assume you refer to Simian's built-in integration with Checkstyle. I haven't tried
that part, but I'm sure Simon can shed some light here.
I am biased, since I do
dion2003/06/24 17:10:23
Modified:src/test/java/org/apache/maven/project
ProjectInheritanceTest.java
Log:
Someone should compile stuff first
Revision ChangesPath
1.32 +4 -4
maven/src/test/java/org/apache/maven/project/ProjectInheritan
On Tue, 2003-06-24 at 19:59, Rafal Krzewski wrote:
>
> > That SShDeployer uses an SCP session just implemented in Java instead of
> > using the scp executable.
>
> I really don't appreciate this kind of name reuse - sftp is a protocol
> registered by the IETF (tcp/115). It was rather silly of J
> >>Excuse me is SCP deployment no longer supported? I believe that this is
> >>what most people use for their deployments! Correct me if I'm wrong but
> >>SFTP is plain old FTP running over TLS - a standard that never really
> >>catched on, and it's servers are really hard to come by now. Why on
>
Jason van Zyl wrote:
On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote:
[EMAIL PROTECTED] wrote:
Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
SFtpDeployer.java
Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy
Rafal Krzewski wrote:
Michal Maczka wrote:
I second Michal's opinion that we should not put any more plugins into
maven repository, and that some of the existing one should move away
onto another CVS repo on maven.apache.org or even to the repos of
their associated software projects.
I haven't had
jvanzyl 2003/06/24 16:58:25
Modified:src/test/java/org/apache/maven/project
ProjectInheritanceTest.java
Log:
o Sorry 'bout that. Head down in refactoring.
Revision ChangesPath
1.31 +4 -4
maven/src/test/java/org/apache/maven/project/Proje
The following comment has been added to this issue:
Author: dion gillard
Created: Tue, 24 Jun 2003 7:15 PM
Body:
this is an existing plugin, and i'm not too keen on renaming it
It converts xdocs -> pdf. Same way the site plugin produces html from the xdocs.
---
Message:
The following issue has been closed.
Resolver: dion gillard
Date: Tue, 24 Jun 2003 7:11 PM
Fixed plugin manager cache class to write better error messages
-
View the issue:
http://jira.codehaus.org/secur
dion2003/06/24 16:52:01
Modified:src/java/org/apache/maven/plugin PluginCacheManager.java
Log:
Better error reporting for plugin xml issues.
This is a fix for MAVEN-496
Revision ChangesPath
1.12 +11 -1 maven/src/java/org/apache/maven/plugin/PluginCacheManag
On Wed, Jun 25, 2003 at 01:31:39AM +0200, Incze Lajos wrote:
> There is a basedir/baseDir mismatch in the recent patch.
>
> incze
>
Other problem:
private String PS = System.getProperty( "path.separator" );
Should be:
private String FS = System.getProperty( "file.separator" );
incze
The following comment has been added to this issue:
Author: dion gillard
Created: Tue, 24 Jun 2003 7:00 PM
Body:
Why wouldn't we use the option to have simian run as part of the checkstyle reports
-
View the is
Michal Maczka wrote:
Just wanted to express my opinion about new plugins.
I don't think that we should add more plugins to maven, unless they are
really "core plugins".
I think we have quite a lot of dead plugins and many broken plugins,
I like more the idea of having this plugin elsewhere, so o
There is a basedir/baseDir mismatch in the recent patch.
incze
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Wed, Jun 25, 2003 at 12:53:39AM +0200, Incze Lajos wrote:
> Now, the problem is that we have a jsch-0.1.5 dependency, but no artifact
> at ibiblio to download.
>
> incze
>
Artifact plugin has compile error with jsch-0.1.5.jar, so no build yet.
incze
-
On Tue, 2003-06-24 at 18:47, Jason van Zyl wrote:
> On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote:
> > [EMAIL PROTECTED] wrote:
> >
> > > Added:
> > > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
> > > SFtpDeployer.java
> > > Removed:
Now, the problem is that we have a jsch-0.1.5 dependency, but no artifact
at ibiblio to download.
incze
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On Tue, 2003-06-24 at 18:39, Rafal Krzewski wrote:
> [EMAIL PROTECTED] wrote:
>
> > Added:
> > src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
> > SFtpDeployer.java
> > Removed:
> > src/plugins-build/artifact/src/main/org/apache/maven/d
[EMAIL PROTECTED] wrote:
Added: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
SFtpDeployer.java
Removed: src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
SshDeployer.java
Log:
Changed SCP
Hi Incze,
I'm working to define the need for basedir and resolve any of these
ambiguities. I'll make sure I add that plugin to the list.
Cheers,
Brett
Incze Lajos wrote:
On Tue, Jun 24, 2003 at 10:14:05PM +, [EMAIL PROTECTED] wrote:
jvanzyl 2003/06/24 15:14:05
Modified:src/test/ja
On Tue, Jun 24, 2003 at 10:14:05PM +, [EMAIL PROTECTED] wrote:
> jvanzyl 2003/06/24 15:14:05
>
> Modified:src/test/java/org/apache/maven/project
> ProjectInheritanceTest.java
> Log:
> o Need to use basedir.
That's ok for this test case. But there are othe
michal 2003/06/24 15:22:55
Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers
FtpDeployer.java FileDeployer.java
HttpDeployer.java
src/plugins-build/artifact/src/main/org/apache/maven/artifact/dep
jvanzyl 2003/06/24 15:14:05
Modified:src/test/java/org/apache/maven/project
ProjectInheritanceTest.java
Log:
o Need to use basedir.
Revision ChangesPath
1.30 +8 -6
maven/src/test/java/org/apache/maven/project/ProjectInheritanceTest.java
On Tue, Jun 24, 2003 at 11:24:00PM +0200, Rafal Krzewski wrote:
> Incze Lajos wrote:
> > On a fresh CVS clean bootstrap build I get (building maven with itself phase):
> >
> >
> > ...
> > [exec] [junit] dir attribute ignored if running in the same VM
> > [exec] [junit] Runni
On Tue, 2003-06-24 at 17:19, Rafal Krzewski wrote:
> Michal Maczka wrote:
>
> C - core - needed to perform basic tasks
> M - actively maintained
> O - obsoleted by other plugins
> B - broken
> # aspectj M (vmassol, jvanzyl 1.1)
> # codeswitcher M
> # genapp
Here is a copy of the license agreement that you may distribute with simian
for maven
Cheers,
Simon
> -Original Message-
> From: Simon Harris [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 25 June 2003 6:06 AM
> To: 'Vincent Massol'; 'Maven Developers List'
> Cc: '[EMAIL PROTECTED]'
> Sub
> # antlr M (bob)
> # ashkelonM (ben)
> # jalopy M (jcej, I think)
> # latex M (bob)
> # perforceM (jcej)
> # uberjar M (bob, pete)
-bob
-
To u
Incze Lajos wrote:
On a fresh CVS clean bootstrap build I get (building maven with itself phase):
...
[exec] [junit] dir attribute ignored if running in the same VM
[exec] [junit] Running org.apache.maven.project.ProjectInheritanceTest
[exec] [junit] Tests run: 1, F
Michal Maczka wrote:
Just wanted to express my opinion about new plugins.
I don't think that we should add more plugins to maven, unless they are
really "core plugins".
I think we have quite a lot of dead plugins and many broken plugins,
I like more the idea of having this plugin elsewhere, so o
On a fresh CVS clean bootstrap build I get (building maven with itself phase):
...
[exec] [junit] dir attribute ignored if running in the same VM
[exec] [junit] Running org.apache.maven.project.ProjectInheritanceTest
[exec] [junit] Tests run: 1, Failures: 1, Errors:
You have my permission to do so. The license agreement allows for this.
Cheers,
Simon
> -Original Message-
> From: Vincent Massol [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, 25 June 2003 4:54 AM
> To: 'Maven Developers List'
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: RE: Sim
My view is very simple: Let's move all plugins outside the core of
Maven. However, ATM it is not done for the following reason:
- There is no mechanism for a project to tell which plugins it wants to
use (and in what version).
[Of course there would a list of default plugins with default versions
Just wanted to express my opinion about new plugins.
I don't think that we should add more plugins to maven, unless they are
really "core plugins".
I think we have quite a lot of dead plugins and many broken plugins,
I like more the idea of having this plugin elsewhere, so original plugin
author
Two questions:
#1: I've written a plugin to integrate jCoverage (http://www.jcoverage.com)
with Maven. The plugin itself works fine, but I get a class loader conflict
later on in the run:
xdoc:generate-from-pom:
[echo] Generating xdocs from POM ...
BUILD FAILED
null:58:30: null:25:30: null
Hi Aslak,
I love the idea of CPD/Simian. However, before we can commit anything
here we would need agreement from redhillconsulting.com that we can put
the simian jar in the Maven remote repository on ibiblio.
If we dont get this agreement, we could still store this plugin in the
SF mavne-plugin
The following issue has been updated:
Updater: David Zeleznik (mailto:[EMAIL PROTECTED])
Date: Tue, 24 Jun 2003 1:48 PM
Comment:
- Added support for JBuilder 9
- Added maven.jbuilder.verbose property
- Library files that are automatically generated from versioned (not snapshot)
a
The following issue has been updated:
Updater: David Zeleznik (mailto:[EMAIL PROTECTED])
Date: Tue, 24 Jun 2003 1:47 PM
Comment:
- Added support for JBuilder 9
- Added maven.jbuilder.verbose property
- Library files that are automatically generated from versioned (not snapshot)
a
On Tue, 2003-06-24 at 18:49, Martin Skopp wrote:
> Searched for that jar at ibiblio but didn't found it...
Ok, found it now (it was a pain since the web interface reduces the jar
file names) but still get missing jars frequently...
Could this be because by $HOME/build.properties contains
maven.mo
I tried a clean ($HOME/.maven/repository removed/empty!) bootstrap build
and got
[exec] The build cannot continue because of the following unsatisfied
dependency:
[exec] commons-jelly-tags-xml-20030211.142705.jar
During the
B U I L D I N G T H E P L U G I N S
pahse
Searched for that jar at ibi
michal 2003/06/24 09:20:52
Modified:src/plugins-build/artifact/src/main/org/apache/maven/artifact/deployer
DefaultArtifactDeployer.java
Log:
fixed small bug in doInstall method
Revision ChangesPath
1.7 +4 -4
maven/src/plugins-build/art
I have now. http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-518
[EMAIL PROTECTED] wrote:
Has anyone raised this in Jira?
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Work: http://www.multitask.com.au
Brian Ewins <[EMAIL PROTECTED]> wrote on
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-518
Here is an overview of the issue:
--
The following comment has been added to this issue:
Author: Andrew Jaquith
Created: Tue, 24 Jun 2003 9:44 AM
Body:
I take that back; the Batik jar is too big. However, it is the Batik jar found in the
most recent FOP binary distribution.
Here's the link to the FOP binary:
http:/
The following comment has been added to this issue:
Author: Andrew Jaquith
Created: Tue, 24 Jun 2003 9:37 AM
Body:
The plug-in also requires an updated Batik jar, which is the version that comes with
FOP 0.20.5-rc3-alpha (attached).
The following comment has been added to this issue:
Author: bob mcwhirter
Created: Tue, 24 Jun 2003 9:21 AM
Body:
I'm not very familiar at all with the pdf plugin, but I'd like to suggest renaming it
to address the source file format, not the target output format.
The 'latex' plu
The following issue has been updated:
Updater: Andrew Jaquith (mailto:[EMAIL PROTECTED])
Date: Tue, 24 Jun 2003 9:13 AM
Comment:
Here is the tarball for the plug-in...
Changes:
Attachment changed from to maven-pdf-plugin-2.0.tar.gz
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-517
Here is an overview of the issue:
--
It seems Maven's JIRA still doesn't notify this list, so here I go...
Simian (http://www.redhillconsulting.com.au/products/simian/index.html )
is a great little tool that detects duplicate source code. Very much
like PMD's CPD (http://pmd.sourceforge.net/cpd.html), but a _lot_ faster.
I have wr
The following comment has been added to this issue:
Author: Aslak Hellesøy
Created: Tue, 24 Jun 2003 7:15 AM
Body:
please ignore the build.xml in the zip. It's crap.
-
View the issue:
http://jira.codehaus.org/se
The following issue has been updated:
Updater: Aslak Hellesøy (mailto:[EMAIL PROTECTED])
Date: Tue, 24 Jun 2003 6:55 AM
Comment:
Here is the entire plugin
Changes:
Attachment changed from to maven-simian-plugin-1.0-src.zip
-
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-516
Here is an overview of the issue:
--
Daniel Rall wrote:
Janne <[EMAIL PROTECTED]> writes:
* /home/*/tmp/db-torque >maven dist:lite
__ __
| \/ |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-beta-9-SNAPSHOT
Attempting to download commons-configuration-1.0-dev-3.2003
I set property 'maven.javadoc.additionalparam' to '-tag ejbHome:X' but the javadoc
plugin report still complains about the unknown tag. If I use the -tag option in an
ant file everything works fine.
Anyone out there with a working example for the 'maven.javadoc.additionalparam'
property ???
Last 500 lines of a clean bootstrap build of maven at 20030624- 308
==> /home/bwalding/src/logs/maven-build-20030624- <==
[exec] +
[exec] clean:clean:
[exec] clean:
[exec] plugin:
[exec] java:prepare-filesystem:
66 matches
Mail list logo