Brian E. Fox schrieb:
"This is a MUCH bigger problem than we seem to recognize. Who wants to
send the email to the users@ list to tell them that, oh, yeah, they need
to specify versions for all of their plugins in the POM? I'm not wild
about it, but I think that's the only way out...and I'm will
Hi,
SUREFIRE-256 has basically the same patch as SUREFIRE-122.
Furthermore SUREFIRE-256 has tests plus the patch.
Just wondering why -122 was applied and closed and -256
deferred to 2.4.
best regards
Bernd
-
To unsubscribe, e-
someone do that for me please? ;-)
Or shall I open a new one and link to -121?
thanks
Bernd
Thanks,
John
On 1/17/07, berndq <[EMAIL PROTECTED]> wrote:
John,
shall I open a JIRA "manifest section in external descriptor"? ;-)
I quickly tested Barrie's suggestion but could
Any chance this is an open source project I can download?
no :-(
But you may try:
mvn archetype:create -DgroupId=test -DartifactId=executions
and modify the pom to include the executions:
http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:sc
Barrie,
Try cut and pasting my plugin config and replace each descriptor with
the files for yours.
same problem :-(
I'll try to debug and post more information...
Bernd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
;s failing.
I added a test case but I do not see an obvious way to reopen it. (maybe
I have no permission?)
thanks
Bernd
Thanks,
John
On 1/17/07, berndq <[EMAIL PROTECTED]> wrote:
John,
shall I open a JIRA "manifest section in external descriptor"? ;-)
I quickly tested Bar
Barrie,
And you are sure these files exist?
yes
D:\projekte\template\templatePom-trunk>dir src\main\assembly
..
14.01.2007 11:03 884 client.xml
14.01.2007 11:04 886 server.xml
remember it works without .
Bernd
I have the following in my pom and it correctl
Barrie,
I tried with and without values, always the same error,
even with your new suggestion.
This is a direct copy/paste:
org.apache.maven.plugins
maven-assembly-plugin
2.1
assemble-server
single
Hi Barrie,
Please paste your plugin definition in your pom.
not sure what you mean by that, there is not much config here.
This works
org.apache.maven.plugins
maven-assembly-plugin
2.1
src/main/assembly/server.xml
Hi Barrie,
thanks for your help
Cant you just define multiple configurations, where each configuration
has the settings you want rather than lump them in the one section?
this results in
[INFO]
[INFO] No assembly des
an
eventual
2.2, though).
-john
On 1/16/07, Barrie Treloar <[EMAIL PROTECTED]> wrote:
On 1/16/07, berndq <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I did not get an answer on the users list so I try it here:
>
>
> I use the assembly plugin to c
Hi,
I did not get an answer on the users list so I try it here:
I use the assembly plugin to create multiple assemblies from a multi
module project:
src/main/assembly/server.xml
src/main/assembly/client.xml
This works nicely.
But how could I ma
Jochen Wiedmann wrote:
what matters more, IMO, would be micro releases of the core
plugins.
I agree very much here.
Bernd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
would it be possible for someone to verify the patches
and provide a snapshot :-) (or a release ;-) )
thanks on advance!
best regards
Bernd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMA
Jason,
...
It will take me a couple days to look at the code
and patches that are around.
I assume junit4 is out of scope here (due to java 1.5 requirement)?
In case you will look at MSUREFIRE-109, seems like we where hit by
this last week, so I will have a look at this more closesly (maybe
Jason van Zyl wrote:
I'm not sure there is enough in the macros to do what we need. I asked
David Blevins to help me use Swizzle to create a list of all the
outstanding issues for plugins that have votes. I would like to sum the
votes in each plugin project and then sort them in ranked order.
Stephen Duncan wrote:
Plug-ins -> jar -> Project Information -> Project Summary
I had to flush my browser's cache, now it works for me, sorry.
Bernd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
Vincent Siveton wrote:
Hi Ruel,
You should see the project summary page:
http://maven.apache.org/plugins/maven-jar-plugin/project-summary.html
Following the links from maven's homepage ("Plug-ins", "jar") the page
above cannot be reached.
Is this by intention?
Bernd
Edwin Punzalan wrote:
A staging site is currently available at
http://people.apache.org/~epunzalan/maven-assembly-plugin.
Thank you for taking some time to review it.
- Binding to package phase:
in the example there is packaging
Works for me only with package
- the page mentions "attac
As Wendy said, it would be good to track progress under SUREFIRE-31.
I updated SUREFIRE-31 with two patches for junit4 support.
Bernd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
Hi,
as svn diff does not include new files (AFAIK), what is the preferred
way to upload a patch that contains new files?
Bernd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Brett,
Additionally surefire's POJO approach collides with junit4.
This is taken care of by the surefire plugin. It should select JUnit 4
as long as a it is in the dependency classpath.
The surefire plugin does not take care of that, it just adds a
JUnitDirectoryTestSuite to surefireBoote
Brettm
I have an updated one for Eclipse 3.2 which can finally handle the same
stuff IDEA could, I'll upload it soon.
upload to the website? will you add an eclipse 3.2 section?
Bernd
-
To unsubscribe, e-mail: [EMAIL PROT
Hi,
looking at http://maven.apache.org/guides/development/guide-building-m2.html
ist says you can
svn co https://svn.apache.org/repos/asf/maven/trunks maven
and then
mvn install
from root, but there is no pom in root?
Is there some information missing?
thanks
Bernd
Hi all,
As Wendy said, it would be good to track progress under SUREFIRE-31.
Is SUREFIRE-31 related to maven1?
and MSUREFIRE-84 related to maven2?
I assume
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-surefire-plugin
is the maven2 surefire plugin, so shouldn't we track progres
Hi all,
should http://maven.apache.org/developers/maven-eclipse-codestyle.xml
be used?
looking at e.g. SurefirePlugin, it looks like this is not formatted
with the above code style.
In case I would suggest a patch, should the code be reformatted before
creating the patch?
Bernd
--
Hi Brett,
...
Additionally surefire's POJO approach collides with junit4.
This is taken care of by the surefire plugin. It should select JUnit 4
as long as a it is in the dependency classpath.
Do you mean this should already be implemented? Or did you meant
"This should be taken care of th
Hi,
is there an easy way to get maven sources into a eclipse
java project? (getting all the source folders right)
I'd like to use eclipse to browse the sources.
Thaught that there where some .project and .classpath files in svn
but I cannot find them anymore.
thanks!
best regards
Bernd
--
Hi,
anyone here that likes to help in getting junit4 support for maven?
Currently I modifed JUnitTestSet to use JUnitCore from junit4 to run
the tests directly. I thought this is a nice way to get all the
annotation stuff working (@Before, timeout=xx) and it works.
At least it runs some exempla
Hi,
I am trying to get started with junit4 support.
As a very first step I replaced the code in JUnitTestSuite.execute with
test[0]=getTestClass().getName();
Result r= new JUnitCore().runMain(test);
which basically runs the tests, altough not very much integration in maven yet.
heers,
Vincent
2006/7/12, berndq <[EMAIL PROTECTED]>:
Hi all,
i can compile the surefire sources from svn
(http://svn.apache.org/repos/asf/maven/surefire/trunk)
and run "mvn install" succesfully to get it into the
local repository:
[INFO] Installing
D:\maven\surefire-tru
dan tran wrote:
you will need fetch maven-surefire-plugin source and makesure it uses the
surefire components snapshot ( mostlikely
it is already done so)
after that new binary kicks in automatically
that worked, thanks!
Bernd
try mvn -X
-Dan
On 7/12/06, berndq <[EMAIL PROTEC
Hi all,
i can compile the surefire sources from svn
(http://svn.apache.org/repos/asf/maven/surefire/trunk)
and run "mvn install" succesfully to get it into the
local repository:
[INFO] Installing
D:\maven\surefire-trunk\surefire-providers\surefire-junit\target\surefire-junit-2.
1-SNAPS
33 matches
Mail list logo