Hello guys,
I'd like to contribute to maven2 repo by addind sources-jar I've created
in my corporate repo (for source attachement in Eclipse IDE)
I'd like to avoid creating a hundred upload-bundles for Jira upload request.
Would you consider a single ZIP containing my whole source repository ?
Hey Dave
You don't have to specify where a dependency is located. Maven search through
all specified repositories. The failure of your project makes me wonder why the
xrite-commons isn't part of your project. But that should not be the cause. The
only thing that I can imagine is that your scopi
Thanks Brett!
Thanks,
Nidhi
-Original Message-
From: Brett Porter [mailto:[EMAIL PROTECTED]
Sent: Friday, June 23, 2006 12:03 PM
To: Maven Users List
Subject: Re: Proficio project
That's an example from the Better Builds with Maven book - the sample
code is here: http://www.mergere.co
That's an example from the Better Builds with Maven book - the sample
code is here: http://www.mergere.com/m2book_code.jsp
- Brett
On 23/06/06, Nidhi Goyal, Noida <[EMAIL PROTECTED]> wrote:
Hi,
Can anybody tell me the link from where I can download the proficio
project , as I'm getting errors
Hi,
Can anybody tell me the link from where I can download the proficio
project , as I'm getting errors while creating pom.xml for each module
inside it.
Thanks,
Nidhi
DISCLAIMER:
--
see comments inline
On 6/22/06, TimHedger <[EMAIL PROTECTED]> wrote:
Thank you for the feedback so far. I've adopted the pom.xml changes you
suggested. I'd love to look at the Solaris jni example - how do I get it?
(i.e. how do I check out the jni example on solaris under
native-maven-plugin
Hi everyone,
Vincent asked me to ask this question on the list, so here I am:
I followed the "Starting and stopping a container" tutorial, but it does
not work. "mvn cargo:deploy" deploys as expected (copies my EJB artifact
to the deploy directory), but "mvn cargo:start" deletes the artifact
Thank you for the feedback so far. I've adopted the pom.xml changes you
suggested. I'd love to look at the Solaris jni example - how do I get it?
(i.e. how do I check out the jni example on solaris under
native-maven-plugin/src/it/jni?)
The jni step runs, but I'm having problems with compilati
Modules are meant to be built from the top project so you can work on
all of them at the same time. Don't try to build them separatly
because it won't work. If it's not what you want and you prefer
compiling each project separately, you should stick to normal SNAPSHOT
dependencies.
On 6/22/06, Ma
There's a goal idea:clean to delete the idea files for you, btw. ^_^
Roald Bankras wrote:
I just ran it for my own project, but it seems to work fine here.
Maybe a glitch. You can try to delete the idea files and create them again.
Roald Bankras
Software Engineer
JTeam b.v.
-Original Mes
oh, sorry about that...
Anyway, the current focus of the maven team right now is the docs...
hopefully, it can provide what the users want.
[EMAIL PROTECTED] wrote:
Thx. Info is sparse though - ended up having to look at source code to
work out what parameters I could set for it !!
A
Please see:
http://maven.apache.org/guides/development/guide-testing-development-plugins.html
SNAPSHOTs are available in the apache snapshot repository... you put a
snapshot plugin repository in your pom.xml so that projects can download
the plugin in its snapshot form without the need to ac
Okay, after looking at your POMs, this is what I think is happening...
1. When you build project A, maven probably uses the relativePath in the
parent section to locate the parent POM (rather than looking in the
local repository).
2. When you build project B, maven uses the relativePath to fi
Just out of curiousity, is the SCM password the same as my computer
password. So, when Continuum gets prompted for my computer password (due to
me using ssh), does it enter the SCM password? or does it enter something
else? I am not sure about this, but right now I am thinking that the reason
I ge
The repository manager will have this functionality, but you'll have
to do some work to get it going (I'd be happy to see people doing this
though!)
- Brett
On 23/06/06, Mike Perham <[EMAIL PROTECTED]> wrote:
I'm trying to use version ranges in my POMs as described in chapter 3.6
of BBWM.
No v
Yes.
There's a problem reading the compiler plugin classes, running with -e
should give more details if its class not found, invalid class, etc.
- Brett
On 23/06/06, Mick Knutson <[EMAIL PROTECTED]> wrote:
Just a thought, does Maven work with jdk 5.0 ???
-
You confuse multi-modules project and super pom. A super pom doesn't
need to declare any modules. It is an independant project which has
its own version and distributed in your internal repository so that
any project can download whenever it needs it.
It should fix your problems.
On 6/20/06, Dha
Dhananjay Nene wrote:
Although the question wasn't addressed to me, I have run into some
problems (hence the question in the first place) so just adding my 2c.
If the super pom modeled as a top level module (ie. each project
declares it as a parent), I get into a lot of issues when using the
Just a thought, does Maven work with jdk 5.0 ???
---
Thank You
Mick Knutson
BASE logic, inc.
(415) 648-1804 (San Francisco, CA)
http://www.BASELogic.com
http://www.djmick.com
---
From: "Mick Knutson" <[EMAIL PROTECTED]>
Reply-To: "Maven Users List"
To: users@maven.apache.org
Subject: [m20
Can someone help figure out why I am getting the following error with a new
project of mine???
[INFO] [xdoclet:xdoclet {execution: default}]
[INFO] Initializing DocletTasks!!!
[INFO] Executing tasks
Jun 22, 2006 1:22:23 PM xdoclet.XDocletMain start
INFO: Running
[INFO] Executed tasks
[INFO]
Hello all,
Let me say thank you for all of the help I received here so far. Practically
every answer has led to some breakthrough on my project. My question today is
about XSLT. I have an XSLT stylesheet that will include a few others via
. I want to know how to compile it down to bytecode in M
Christian,
Actually scrap that im talking rubbish, back to the documents for me.
Ben
On 6/22/06, ben short <[EMAIL PROTECTED]> wrote:
Christian,
As far as im aware the deploy goal deploys a snapshot, so you need a
snapshotRepository defined in your pom..
Eg:
scp-repository
continuum use the svn command line.
it seems that your svn can't connect to your ssh server.
what is the svn command line you use?
Emmanuel
Mike Lee a écrit :
Yes. I was able to check out the files in the directory from the continuum
machine with the same account used by continuum.
Thanks fo
Christian,
As far as im aware the deploy goal deploys a snapshot, so you need a
snapshotRepository defined in your pom..
Eg:
scp-repository
scp://192.168.100.20/var/mvn/proximity/inhouse
Ben
On 6/22/06, Christian Domsch <[EMAIL PROTECTED]> wrote:
Hi
Hi Evgeny,
the soapui plugin is for maven 1.X.. I dont think it will work with maven
2.X. Since you can run both maven versions side-by-side you could still
first install maven 1.0.3 and then the soapui plugin as advised for maven
1.X..
good luck!
/Ole
eviware.com
--
View this message in conte
I am ramping up on the maven-assembly-plugin. Folllowing the spirit of the
example discussed at
http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodule/module-binary-inclusion-simple.html,
I am using a project made up of modules and presently trying to get the
following simple
Incidentally, I am using plugin version 2.0.1.
--
View this message in context:
http://www.nabble.com/moduleSets-tag-not-recognized-by-maven-assembly-plugin-t1832285.html#a5000178
Sent from the Maven - Users forum at Nabble.com.
--
Is there any estimate on when there will be a release build of the
maven-jar-plugin-2.1 - even if it is a beta release build? We are
using this to create signed JAR files, and so we are relying on the
snapshot build on http://svn.apache.org/maven-snapshot-repository.
However, this seems to stop u
On Thu, Jun 22, 2006 at 06:37:33PM +0200, Usorov, Evgeny (KBV) spake thus:
> Hallo,
>
> I am trying to install a specific plugin (from soap-ui) but I allways get an
> error.
> I can't install any plugin manually. What is wrong? The automatically
> downloading
> and installing of plugins works f
Can you connect to your subvservion from the continuum machine with the same
account used by continuum?
svn co svn+ssh://scorpion.xxx.com/data/project/
Emmanuel
Mike Lee a écrit :
Hello all,
I am trying to build an Ant project. I have a machine set up with
Subversion
and the only way to ac
Hallo,
I am trying to install a specific plugin (from soap-ui) but I allways get an
error.
I can't install any plugin manually. What is wrong? The automatically
downloading
and installing of plugins works fine, but if i have to install manually i can't.
thanks in advance for every help.
[
C:\
Hello all,
I am trying to build an Ant project. I have a machine set up with Subversion
and the only way to access the repository is via ssh.
Thus, my Scm URL is: scm:svn:svn+ssh://scorpion.xxx.com/data/project/
However, whenever I try to execute the build, I get the following errors:
Permissi
Hi all,
I have a doubt with dependencies using version ranges. Here:
http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution#DependencyMediationandConflictResolution-DependencyVersionRanges
It says:
"Incorporating SNAPSHOT versions into the specification
Resolution
I'm trying to use version ranges in my POMs as described in chapter 3.6
of BBWM.
No versions are present in the repository for the artifact with a range
[3.1.3,3.2)
org.hibernate:hibernate:jar:null
I built my repository by hand and it does not contain many of the
maven-metadata.xml files which
It will be in the future.
don't ask me when I have no ETA.
In the meantime you can add to your pom :
codehaus
Codehaus maven repository
http://repository.codehaus.org/
which will allow to retrieve all the latest mojo snaphsots.
Keep in mind this is temporary.
On 6/22
Thanks.
A similar issue seems to have been added just today, except for
release:perform instead of prepare
http://jira.codehaus.org/browse/MRELEASE-128
- Original message -
From: "dan tran" <[EMAIL PROTECTED]>
To: "Maven Users List"
Date: Thu, 22 Jun 2006 09:41:54 -0700
Subject: Re: Rela
It's me apain ;)
I want to add an optional debugging aspect using aspectj to eclim to see
faster whats happening.. I know how to do this using ant now.. But your
ant file (the 2nd I've read apart from the aspectj example ;-) was
confusing.
You have your source directory from which you compile to
if you remove the username and password out of scmurl in your pom, and the
release plugin puts them back,
then it is a bug. Please file it against release plugin
-D
On 6/22/06, Martin Gilday <[EMAIL PROTECTED]> wrote:
I have tried this but when I do a release and look in the exported pom
it
I have tried this but when I do a release and look in the exported pom
it is still adding in an SCM block with usernames and passwords. It
also alters my local pom adding in the lines.
- Original message -
From: "dan tran" <[EMAIL PROTECTED]>
To: "Maven Users List"
Date: Thu, 22 Jun 200
I have tried this but when I do a release and look in the exported pom
it is still adding in an SCM block with usernames and passwords. It
also alters my local pom adding in the lines.
- Original message -
From: "dan tran" <[EMAIL PROTECTED]>
To: "Maven Users List"
Date: Thu, 22 Jun 200
> In some organizations its not as simple as that :).
rebel! :P ... but seriously how about this
src/java
src
java/**/*.java
Note that you can always check what your 'effective pom' will look like by
running 'mvn help:effective-pom'
grz
Bram
>
Hi
Do we have any status for Axis 1.4 support?
If work needs doing for that, I am perfectly happy to do it. Just tell
me which repository to connect to and where the code is.
Many thanks
Nathan
Piéroni Raphaël wrote:
Hi
The archetype author had seen it :)
but alas he don't know for now ab
This is still pulling all xml under src onto the classpath:
src
**/*.xml
- Original Message -
From: "Jeff Mutonho" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Thursday, June 22, 2006 4:35 PM
Subject: Re: jarring n
On 6/22/06, Kieran Brady <[EMAIL PROTECTED]> wrote:
A1) Because you are specifying your source directory as 'src'. The standard
is src/main/java (inherited from the super pom). This would treat
src/spring/context as source.
A2) Not sure, probably a knock-on effect of the above
If you are going t
Hi,
it will work but then your internal repo should offer your local artifacts
_AND_ all other stuff found on "central" repo since this mirror settings
will "override" the default central repo. Ant it is HUUGE to mirror by
scraping.
You could set up some maven proxy to do the job.
The JAR namin
you can pass in -Dusername -Dpassword into release plugin. This way you dont
have to specify those info in the scmURL
-D
On 6/22/06, Martin Gilday <[EMAIL PROTECTED]> wrote:
I must apologise for the formatting my mail client produced there. Here
is the message again.
I am attempting to use
On 6/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
And moving the directories around is not possible... why not?? Most
projects I'm using Maven with at this point were created before we
started using Maven2, and we simply moved things around to conform to
Maven's expectations. Subversion is nice li
> it is not a path problem), I have checked that with the command: mvn it
> works. So maven is for maven 1.0 and mvn is for 2.0 is that true?, so do I
> have to install an old maven version in order to build this project?
Yes, this is exactly right.
Wayne
--
Design it as a separate module..
Create a profile for it and choose activation.. e.g. environment variable..
You might want to read chapter 4.13 of "Better builds with maven" by
Mergere..
Explains the plan..
On 6/22/06, Clifton Craig < [EMAIL PROTECTED]> wrote:
How would you configure Maven2 t
On 6/22/06, Clifton Craig <[EMAIL PROTECTED]> wrote:
How would you configure Maven2 to handle functional tests? I have a bunch of
tests that I don't want to run every time the build runs. Instead I want to
run them manually on special occasions (Hannukkah, the Swedish new year, when
the Phillies
A1) Because you are specifying your source directory as 'src'. The standard
is src/main/java (inherited from the super pom). This would treat
src/spring/context as source.
A2) Not sure, probably a knock-on effect of the above
If you are going to deviate from the standard directory structure it
And moving the directories around is not possible... why not?? Most
projects I'm using Maven with at this point were created before we
started using Maven2, and we simply moved things around to conform to
Maven's expectations. Subversion is nice like that.
Wayne
On 6/22/06, Jeff Mutonho <[EMAIL
Hi all,
I managed to deploy an artifact via mvn deploy using scp to ma linux
machine. But although I provided a password for the user, everytime I get
asked for a password. This is somewhat annoying. I know, that it is better
to user provate key authetication, but I think that this way at l
On 6/22/06, Bram de Kruijff <[EMAIL PROTECTED]> wrote:
> Under my src directory I have 2 other folders .One contains
> other subfolders with my java code(src/java/com/blah blah
> blah) .The second subfolder (src/spring/context/blah blah
> blah...) contains some spring config files (xml) tha
How would you configure Maven2 to handle functional tests? I have a bunch of
tests that I don't want to run every time the build runs. Instead I want to
run them manually on special occasions (Hannukkah, the Swedish new year, when
the Phillies win the world series, etc.). I want to know where to
On 6/22/06, Kieran Brady <[EMAIL PROTECTED]> wrote:
Specify them as resources:
...
src/spring/context
...
HTH :)
Thanx.My build section in my pom reads :
src
(i.e I do not specify any section) .How ever when bundle
this the resulting jar has the following structure
spr
I understand the backwards compatibility issues. Unfortunately,
I'm experimenting with an unconventional (and deep) directory
hierarchy and am forced to use something like
../../../../../target/bin
I was hoping to clean things up a bit.
I had posted a question earlier about using
${projec
> Under my src directory I have 2 other folders .One contains
> other subfolders with my java code(src/java/com/blah blah
> blah) .The second subfolder (src/spring/context/blah blah
> blah...) contains some spring config files (xml) that I also
> wish to be bundled in the jar file( keepin
Great - I *think* I've just raised SCM-216. ( I say *think* as havent' used
the system yet). Let me know if you can't see it :-)
Many thanks,
A.
--
View this message in context:
http://www.nabble.com/cvs-local-checkot-problem-t1826113.html#a4994733
Sent from the Continuum - Users forum at Nabbl
That is the expected behavior, even thou it seems odd, and i hope it stays
that way.
Fixing this will break lots of builds, mine for sure.
../target/bin
...
should work for B. Again it is a little odd since you are forced to
hardcoded the target/bin
-D
On 6/22/06, Brad Harper <[EMA
I think they should be placed in src/java/resources. Anything in this
directory is by default merged into the JAR file when packaging.
resources will act as the root of the jar. So you should put you files
in src/java/resources/spring/context/blah
- Original message -
From: "Jeff Muton
Specify them as resources:
...
src/spring/context
...
HTH :)
- Original Message -
From: "Jeff Mutonho" <[EMAIL PROTECTED]>
To: "Maven Users List"
Sent: Thursday, June 22, 2006 3:34 PM
Subject: jarring non class files
Under my src directory I have 2 other folders .One
Under my src directory I have 2 other folders .One contains other
subfolders with my java code(src/java/com/blah blah blah) .The
second subfolder (src/spring/context/blah blah blah...) contains some
spring config files (xml) that I also wish to be bundled in the jar
file( keeping the directo
Am I misreading the process by which expressions are evaluated?
Consider project A with pom.xml containing
${basedir}/target/bin
and A's sub-project B with pom.xml containing
${target.binary.dir}
...
Given Table A-6 from "Better Builds with Maven",
[ http://www.m
Any chance that it will be synced to the central repo too?
jean-laurent de morlhon wrote:
As stated at the end of the announcement email the repository where
this plugin is located is :
repository.codehaus.org.
You'll have to add this repository to your settings/project for now.
(Parent pom is
I must apologise for the formatting my mail client produced there. Here
is the message again.
I am attempting to use the release plugin to create the first release of
a project. My POM contains SCM information which is required for
generating the release and used by Continuum to check out the pro
Actually that's the URL I assume is being produced by continuum when I try to
add a multi project pom ( I don't know for sure) ... The continuum docs
state that the module name gets appended to the scm url of the parent
project. Since I have specified this in the parent pom..
scm:cvs|local|s:/ho
| On Thu, 22 Jun 2006 12:30:32 +0200, Jeff Mutonho wrote:
|
| > Hmmm...so it means there's no way M2 takes unversioned jars
| , like M1
| > could?
|
| No idea, but if that's really the case everybody trying to
| bundle WAR/RARs
| and using javamail-1.4 (which is now in java.net's maven
| repo)
Will following work:
maven-proxy
Maven-Proxy Mirror
http://10.105.49.175:/repository/
central
- Original Message
From: Vinay Kumar <[EMAIL PROTECTED]>
To: users@maven.apache.org
Sent: Thursday, 22 June, 2006 6:23:58 PM
I am attempting to use the release plugin to create the first release of a
project. My POM contains SCM information which is required for generating the
release and used by Continuum to check out the project. The section is:
scm:cvs:pserver:${cvs-user}:[EMAIL
PROTECTED]:/usr/share/cvs/cvsroot:
Hi All,
We have jars for our application in internal repository. How I can update
pom.xml to install that jar on my local repository. We need to install that in
my local repository as jar checked in internal repository dont have any version
extended.
Basically our web application have dep
yes, SMTP auth is supported.
it seems you have a connection pb to your server :
> javax.mail.MessagingException: Could not connect to SMTP host:
> my.smtp.server, port: 25;
> INFO | jvm 1| 2006/06/22 14:00:09 | nested exception is:
> INFO | jvm 1| 2006/06/22 14:00:09 | java.net
oh, you use cvs with local procider, I misunderstood.
Why do you have a "/" before cache in your scm url
scm:cvs|local|s:/home/cvsroot/|/cache"
try to remove it.
Emmanuel
andy_rs a écrit :
Thanks but I don't think this is the right answer.
I tried as you suggest but alll the local filesyste
ok, so file an issue.
Emmanuel
Wendy Smoak a écrit :
On 6/21/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
Do you have the latest version?
That was the first thing I tried. :) Maven 2.0.4, and first with -U,
then with maven-idea-plugin 2.1-SNAPSHOT built from source. Sorry, I
should hav
Hi all,
I'm running Maven 2.0.4 on JDK 5.0. The project we're building is targeted for
JDK 1.3 so we configured Maven to compile using the JDK 1.3 compiler. However,
we still haven't found how to run the unit tests using the same 1.3 JDK. Is
there any way to do this?
Thanks,
GB
-
Hello, I
I try to install maven in the JBuilder 2006, I put
mevenide-ui-jbuilder-0.2.jar in the JBuilder..\lib\ext folder. I have a
Magnolia sources, which are written for maven and created a magnolia project
in JBuilder. Then I added a project.xml to my JBuilder project and try to
make my magnoli
On Thursday 22 June 2006 12:44, Jeff Mutonho wrote:
> Can m2 do a check to see if a web application has already been
> deployed to a server , before doing another deploy?
Cargo can do that:
http://cargo.codehaus.org/
you can use a DeployerWatchdog to watch for the deployement of a webapp.
there is
On Thu, 22 Jun 2006 12:30:32 +0200, Jeff Mutonho wrote:
> Hmmm...so it means there's no way M2 takes unversioned jars , like M1
> could?
No idea, but if that's really the case everybody trying to bundle WAR/RARs
and using javamail-1.4 (which is now in java.net's maven repo) will have a
really goo
Yes this project is migrating to maven 2.
The documentation on its site (and the command you gave to us) is for maven
1.
You'll have more information if you contact the team on the acegi mailing
list.
arnaud
On 6/22/06, David <[EMAIL PROTECTED]> wrote:
Dear members,
I have receantly downl
Dear members,
I have receantly downloaded maven from:
http://maven.apache.org/
in order to build the acegi project
(http://acegisecurity.sourceforge.net/nightly/)
I get the following error with the maven invokation:
set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=512m
call m
Can m2 do a check to see if a web application has already been
deployed to a server , before doing another deploy?
--
Jeff Mutonho
GoogleTalk : ejbengine
Skype: ejbengine
Registered Linux user number 366042
-
To uns
Hmmm...so it means there's no way M2 takes unversioned jars , like M1 could?
On 6/22/06, rebels_mascot <[EMAIL PROTECTED]> wrote:
Could you use antrun to rename it yourself before it's added to the war?
--
View this message in context:
http://www.nabble.com/Unversioned-jars-revisted-t1829311.h
Hi,
sorry all for this personal message on the list
On 6/22/06, Pascal Thivent <[EMAIL PROTECTED]> wrote:
Salut Jean-Laurent,
enfoiré, il fait beau en espagne ? Trop cool d'être au symposium !
T'es parti en solo ou t'as réussi à te faire financer ça par Valtech ?
Je t'envie :) A bientôt à Par
Could you use antrun to rename it yourself before it's added to the war?
--
View this message in context:
http://www.nabble.com/Unversioned-jars-revisted-t1829311.html#a4990511
Sent from the Maven - Users forum at Nabble.com.
-
If the client dictates that they wish to have the bundled war file
with unversioned jars , such as spring.jar , etc , how can I tell m2
to build using spring.jar , instead of eg spring-1.2.8.jar
--
Jeff Mutonho
GoogleTalk : ejbengine
Skype: ejbengine
Registered Linux user number 366
I've stopped using the antrun plugin to filter my resources, thanks Max, but
now I have a new problem.
In the settings.xml file I have a profile which declares various properties
needed for database stuff, e.g.
false
but I also have a similar property
false obviously used for testing :-)
Now in
I've stopped using the antrun plugin to filter my resources, thanks Max, but
now I have a new problem.
In the settings.xml file I have a profile which declares various properties
needed for database stuff, e.g.
false
but I also have a similar property
false obviously used for testing :-)
Now in
Salut Jean-Laurent,
enfoiré, il fait beau en espagne ? Trop cool d'être au symposium !
T'es parti en solo ou t'as réussi à te faire financer ça par Valtech ?
Je t'envie :) A bientôt à Paris.
On 6/22/06, jean-laurent de morlhon <[EMAIL PROTECTED]> wrote:
As stated at the end of the announcement
Hey Jean-Laurent
Can you help me solve this problem:
-
this realm = app0.child-container[org.codehaus.mojo:javancss-maven-plugin]
urls[0] =
file:/C:/development/localrepo/org/codehaus/mojo/javancss-maven-plugin/2.0-beta-1/javancss-maven-plugin
Cobertura is licenced under GPL:
http://cobertura.sourceforge.net/license.html
Like any other Java code coverage software, it has supporting Ant tasks:
http://cobertura.sourceforge.net/anttaskreference.html
Any specific doubts regarding Cobertura Ant tasks, u may post to the
cobertura mailing
can I use the same with ant also and is it free?
On 6/22/06, Subhash Chandran <[EMAIL PROTECTED]> wrote:
Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura
plugin:
http://mojo.codehaus.org/cobertura-maven-plugin/
Regards,
Subhash.
On 6/22/06, Tim Kettler <[EMAIL PROTEC
Hello,
I am a new user of struts layout and i tried recently to make a page with
three tabs, in the second tab i placed a table (the tag) with only
one row (tr) and one column (td), and here is my source code :
content tab 1
a simple table test
Thanks Max, that helped alot.
--
View this message in context:
http://www.nabble.com/-M2--Ant-filter-t1817822.html#a4989712
Sent from the Maven - Users forum at Nabble.com.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
Yeah, cobertura works like a charm..
Take care,
Jo
On 6/22/06, Subhash Chandran <[EMAIL PROTECTED]> wrote:
Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura
plugin:
http://mojo.codehaus.org/cobertura-maven-plugin/
Regards,
Subhash.
Till the Emma gang come up with a maven 2 plugin, u may use the Cobertura
plugin:
http://mojo.codehaus.org/cobertura-maven-plugin/
Regards,
Subhash.
On 6/22/06, Tim Kettler <[EMAIL PROTECTED]> wrote:
Hi,
According to the emma website[1] there is currently no plugin for maven2.
But there is a
As stated at the end of the announcement email the repository where
this plugin is located is :
repository.codehaus.org.
You'll have to add this repository to your settings/project for now.
(Parent pom is over there too)
On 6/22/06, Roald Bankras <[EMAIL PROTECTED]> wrote:
Sounds very attracti
Hi,
According to the emma website[1] there is currently no plugin for maven2. But there is a
submitted plugin as a patch in their database[2] and here is the corresponing thread in
their forum[3]. Also this mail[4] might be of interest.
I never tried the plugin or the approach in the mail, so
HI,
Has anybody used Emma with maven2.0? If yes, please let me know how to do
it...
Regards,
Janhavi
But ,can one install non versioned jars , if you wish/ prefer to do so?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
On 6/22/06, Wayne Fay <[EMAIL PROTECTED]> wrote:
Here's Geronimo JMS jar:
geronimo-spec
geronimo-spec-jms
1.1-rc4
Couldn't find any binaries for JMQ on their site, but if you get some,
feel free write POMs and post an issue in JIRA in component
MAVENUPLOAD.
https://jmq.dev.java.net/
And h
1 - 100 of 108 matches
Mail list logo