I have application.xml file exported from WSAD. Inside
I have a reference to war file without version. Also I
have some data about roles and security and I want to
use that application.xml and not the one generated by
maven. So, I have to either change the content of
application.xml or use war with
Jerome,
take a look at this link
http://wiki.codehaus.org/maven/CreatingJ2eeApplications
I base mine on that example and it works like a champ
hope it helps
-Dan
- Original Message -
From: "Jerome Lacoste" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 02, 2004 8:4
Ok, thanks for bringing me up to date. As you suggest, I will continue to
use pom.getPluginContext until everything gets resolved.
This leads me to another question, as I am relatively new to Maven. I have
also noticed expressions like ${context.getVariable('some.variable')}. I
assume this retr
Hi,
You should publish to www.apache.org/dist/java-repository/xmlbeans/plugins/
This is automatically synced to ibiblio (as you may have noticed with your jars).
Cheers,
Brett
Quoting Dutta Satadip <[EMAIL PROTECTED]>:
> Hello,
> We at xmlbeans are in the process of creating a maven
> plugin f
Don't put the jar in the maven lib directory. Instead, add "classpath" to the
taskdef.
One way is to add it as a dependency of the project and add:
classpathref="maven.dependency.classpath"
to the taskdef
Quoting Ian Neruda <[EMAIL PROTECTED]>:
> Hi.
>
> I need to extend ant with custom task(ob
Omair-Inam Abdul-Matin wrote:
Just wondering why the mevenide wiki is not editable? Not that I've
ever wikied. Just a thought.
i think you can edit it if you are logged in.
-- gd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
it doesn't work on WSAD 5.1.1 which is based on eclipse 2.1.1.
On Wed, 02 Jun 2004 11:43:04 -0400, Brill Pappin <[EMAIL PROTECTED]> wrote:
>
>
> >>I am on Eclipse M8. Do I need to be on M9? What do you mean about
> >>upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I
Return Receipt
Your Site Index
document
:
Omair-Inam Abdul-Matin wrote:
I'm having a bit of an issue with the plugin. I just installed 3.0RC1
and I was having troubles getting a different plugin to work (Clover)
so I deleted it's directory from the plugins directory. Now when I
open the preferences window instead of seeing Maven in th
I am using Maven RC2 with ClearCase LT. Basically I have a maven.xml in
the root project that has the following code in it:
This goes and gets the LATEST from the main branch according to the config
spec file.
How do I AUTOMATICALLY get a previous version (or label) other than
L
Just wondering why the mevenide wiki is not editable? Not that I've ever
wikied. Just a thought.
Omair
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Yura Ivanov wrote:
Yes the first pom doesn't declare name element, but I add this element and
it nothing changed. Only on one project.xml editor was working, but when I
tryied to extend it, eclipse exit with error "OutOfMemory". here is my
project.xml
well, xml entities are not supported yet. i hav
Yes the first pom doesn't declare name element, but I add this element and
it nothing changed. Only on one project.xml editor was working, but when I
tryied to extend it, eclipse exit with error "OutOfMemory". here is my
project.xml
%locator-entities;
]>
${basedir}/java/project.xml
LMS
LMS
com.o
Gilles Dodinet wrote:
Omair-Inam Abdul-Matin wrote:
In many of the tabs introduced by Mevenide. E.g. the dependencies tab,
it is possible to add, remove dependencies as well as change the
order. However when I try to add a new dependency, I get a generic
jar file ([artifactId]-[version].jar) wh
Yura Ivanov wrote:
I have Eclipse M9,
when try to open project.xml, I get an error "Unable to create part: Maven"
this really shoudnot happen on M9. cannot help much without any more
information, however if you upgrade from an earlier version you can try
to trash your configuration folder to s
Omair-Inam Abdul-Matin wrote:
In many of the tabs introduced by Mevenide. E.g. the dependencies tab,
it is possible to add, remove dependencies as well as change the
order. However when I try to add a new dependency, I get a generic
jar file ([artifactId]-[version].jar) which I cannot edit in t
Likely I'm missing something, but *why* would you want to leave out the
version info?
- Brill Pappin
Ian Neruda wrote:
Hi.
Can I install jar to repository without version part
in it. When I leave version empty I get something like
JarName-.jar
Thanks, Ian
__
D
Solved my problem. First, I discovered is that external links don't open
a new window. And the second thing is that target="_blank" applies to
XDoc as well.
Dominik
On Wed, 2004-06-02 at 15:52, Dominik Dahlem wrote:
> Hi all,
>
> there has been a change recently in how maven treats external/int
I am on Eclipse M8. Do I need to be on M9? What do you mean about
upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I
don't quite follow you. Can you explain?
Upgrade to eclipse RC1.
Some us us can't because there is no *working* port to our platform yet
(FreeB
I am trying to get multiproject dependencies work. But am having a hard
time. The doc didn't seem to contain the answers to my question.
My idea is to test the multiproject functionality doing the following
project/core
project/web
I then need core to be built before web.
Detailed Setup:
Hi Mike
I constantly run in these memory issues with reports...
Concerning checkstyle (that one can generate HUGE reports that my
browser cannot even load!), if you still want to see it (it is usefull
after all), you can customize the checkstyle engine to skip some tests.
Currently (by default),
Hi.
I need to extend ant with custom task(obfuscation) and
use that task inside Maven. I added jar in
MAVEN_HOME/lib, and added that jar to classpath(in
maven.bat).
After that I put task definition in maven.xml:
I get error message "taskdef class
com.yworks.yguard.ObfuscatorTask cann
Having attempted to download AJDT 1.1.10 yesterday 3 times after failing
twice I managed to use the update site to download it. With a T1
connection I was getting a measly speed of below 5 KB/sec (I reckon). I
was pleasantly surprised when the Mevenide plugin, which is larger
than AJDT I thi
In many of the tabs introduced by Mevenide. E.g. the dependencies tab,
it is possible to add, remove dependencies as well as change the order.
However when I try to add a new dependency, I get a generic jar file
([artifactId]-[version].jar) which I cannot edit in the same view. I'm
assuming t
Hi all,
there has been a change recently in how maven treats external/internal
links. Is there a way in XDoc where I can determine the behavior of
this?
I'd like to have absolute links in the navigation.xml file and at the
same time treat them as internal links. The default behavior is
external.
Hello,
I have an existing cruisecontrol + ant build process which compiles (using
several local dependencies), run unit tests (using specific classpathes and
command line options), and generate a distribution. This is automatically
started from within cruisecontrol (http://cruisecontrol.sourceforg
Just use the element of the dependency to specify the versionless name.
See http://maven.apache.org/reference/project-descriptor.html#dependency_jar
On Wed, 02 Jun 2004 14:52:36 +0200, Rafal Krzewski
<[EMAIL PROTECTED]> wrote:
>
> Ian Neruda wrote:
> > Hi.
> >
> > Can I install jar to repositor
Why jar:deploy uses diffrent plugin to deploy aritfact then for example
ejb plugin?
It interfere me with consistent project artifact deploying.
Thanks,
Marcin
Ian Neruda wrote:
Hi.
Can I install jar to repository without version part
in it. When I leave version empty I get something like
JarName-.jar
Artifacts in the respository should *always* have version numbers in
them. This mandated by Maven internal contracts. If you need your jar
with version nu
Hi.
Can I install jar to repository without version part
in it. When I leave version empty I get something like
JarName-.jar
Thanks, Ian
__
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
--
Hi
Chuck Daniels wrote:
I see ${pom.getPluginContext('plugin-name').getVariable('variable')} used
frequently. However, I also see that Project.getPluginContext is
deprecated. I believe that the pom bean is a Project, right?
Right, pom is the Project bean.
If so, what
should be used in place of p
Maczka Michal wrote:
Yeap! You right. I am almost sure that I read somewhere taht m9 = rc1.
Almost right. M9 == RC0
Rafal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
> -Original Message-
> From: Arto Pastinen [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 02, 2004 12:30 PM
> To: Maven Users List
> Subject: Re: [ANN] Mevenide releases
>
>
> No. There really is RC1. Build at Sat, 29 May 2004 -- 01:05 (-0400).
> See: http://www.eclipse.org/downloads
I have Eclipse M9,
when try to open project.xml, I get an error "Unable to create part: Maven"
And often when I try to do something I've got this -
java.lang.NullPointerException
at
org.mevenide.ui.eclipse.sync.model.MavenProjectNode.equals(MavenProjectNode.
java:377)
at
org.eclipse.jface.viewe
> -Original Message-
> From: Brill Pappin [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 01, 2004 9:04 PM
> To: Maven Users List
> Subject: Re: Dependa
[...]
> > You mean the situation when devloper is not able to connect to your
> > servers from home?
> > How can he/she use things like
No. There really is RC1. Build at Sat, 29 May 2004 -- 01:05 (-0400).
See: http://www.eclipse.org/downloads/index.php
On Wed, 2 Jun 2004 12:14:22 +0200, Maczka Michal <[EMAIL PROTECTED]>
wrote:
-Original Message-
From: Peter Bright [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004
> -Original Message-
> From: Peter Bright [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 02, 2004 11:35 AM
> To: 'Maven Users List'
> Subject: RE: [ANN] Mevenide releases
>
>
> I presume him to mean "use Eclipse 3.0 M9 or 3.0 RC1". RC1
> is available,
> but it doesn't seem to be me
On æ, 2004-06-02 at 00:55 -0500, Chuck Daniels wrote:
> Dion,
>
> I am experiencing the same problem, but I don't quite follow your solution.
> I am on Eclipse M8. Do I need to be on M9? What do you mean about
> upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I
> don't
I presume him to mean "use Eclipse 3.0 M9 or 3.0 RC1". RC1 is available,
but it doesn't seem to be mentioned on eclipse.org (at least, not that I can
see).
> -Original Message-
> From: Chuck Daniels [mailto:[EMAIL PROTECTED]
> Sent: 02 June 2004 06:56
> To: [EMAIL PROTECTED]
> Subject: Re
Dion,
I am experiencing the same problem, but I don't quite follow your solution.
I am on Eclipse M8. Do I need to be on M9? What do you mean about
upgrading to RC1? Upgrading what to RC1? Mavenide includes Maven rc3, so I
don't quite follow you. Can you explain?
Thanks,
Chuck
Date: Wed, 2
Hello,
We at xmlbeans are in the process of creating a maven
plugin for xmlbeans.
There is alreay a maven/xmlbeans/jar for the xmlbeans
jar files. I am wondering if the following is the
correct location on ibiblio for the plugin
maven/xmlbeans/plugin
I also wanted to know the apache location th
Hello all,
I am using Clover (with rc3) to generate reports - we have a licensed
version that I specify as:
maven.clover.jar = ${maven.repo.local}/clover/jars/clover-1.2.4_02.jar (in
project.properties)
This should instruct clover to use this jar!
Yet it dosen´t - any ideas why this is so - i
42 matches
Mail list logo