On 03/12/2010 5:13 AM, Joyce wrote:
Hello,
I just started to use Maven in a new project. My IDE is Eclipse for Java
EE, Helios SR1 (3.6.1) I am installing a none-free Java API, which ships all
the physical dependency Java jars as well. I try to use dependencies tag in
the pom.xml to automatical
> EE, Helios SR1 (3.6.1) I am installing a none-free Java API, which ships all
> the physical dependency Java jars as well. I try to use dependencies tag in
> the pom.xml to automatically fill in the dependencies. I have problems
> finding them:
I'd consider this a special case. Since the API come
way to specify the dependency?
Thanks!
--
View this message in context:
http://maven.40175.n5.nabble.com/Newbie-Questions-tp3290643p3290643.html
Sent from the Maven - Users mailing list archive at Nabble.com.
-
To unsubscribe
The free e-book Better Builds With Maven is available on
www.mergere.com and covers many of these topics in detail.
Wayne
On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hello everyone,
I'm new to this list, and I had sort of a general question. I've been on a
project before where Mav
Hello everyone,
I'm new to this list, and I had sort of a general question. I've been on a
project before where Maven 1.x was used as strictly a build tool, so I know
the basics of the project.xml file, running tasks and what not. Now, I'm on
a project where we are building a brand new web app f
srinivas ramgopal a écrit :
Hi all,
Since I am new to continum, I have few basic questions about the basic
mechanism of continum and its relationship to Maven/remote repository:
As far as I understand, the purpose of continum is to run the integration
tests (somehow) whenever a file is modifie
guide-configuring-maven.html
Cheers,
Rahul
- Original Message -
From: "srinivas ramgopal" <[EMAIL PROTECTED]>
To:
Sent: Saturday, February 03, 2007 3:17 PM
Subject: continum newbie questions
Hi all,
Since I am new to continum, I have few basic questions about the basic
>4) Is maven 'deploy' goal and actualy copying of a dependency or artifact
>jar to remote repository same?
>
Yes, I guess... artifact != jar. an artifact can be anything, but will
include at least a pom. What the artifact will be depends on your
setting.
Actually, simply copying the artifact to
Ok, lemme see if I can do this one - being a newbie myself :)
srinivas ramgopal wrote:
Hi all,
I am new to Maven.
1) What is the purpose of remote repository (other than ibilbilo)
To store stuff not in ibiblio - for example your own stuff
2) Whenever a file is modified in a maven proje
the remote repository?
4) Is maven 'deploy' goal and actualy copying of a dependency or artifact
jar to remote repository same?
Thanks in advance.
--
View this message in context:
http://www.nabble.com/Maven-newbie-questions-tf3163222s177.html#a8774573
Sent from the Maven - Users ma
Its working for me again now too.
Ben
On 5/31/06, Tim Kettler <[EMAIL PROTECTED]> wrote:
Eugeny N Dzhurinsky schrieb:
> On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote:
>> You should take a look at this book.
>>
>> http://www.mergere.com/m2book_download.jsp
>>
>> Its free to download.
Eugeny N Dzhurinsky schrieb:
On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote:
You should take a look at this book.
http://www.mergere.com/m2book_download.jsp
Its free to download.
Umm, does image for code confirmation not displayed for me only or somebody
faces same problems there?
On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote:
> You should take a look at this book.
>
> http://www.mergere.com/m2book_download.jsp
>
> Its free to download.
Umm, does image for code confirmation not displayed for me only or somebody
faces same problems there?
http://www.mergere.co
You should take a look at this book.
http://www.mergere.com/m2book_download.jsp
Its free to download.
Ben
On 5/31/06, Eugeny N Dzhurinsky <[EMAIL PROTECTED]> wrote:
We would like to move to Maven instead of Ant scripts.
We have distributed application with set of serivces, common code and WE
We would like to move to Maven instead of Ant scripts.
We have distributed application with set of serivces, common code and WEB
interface.
We would like to organize modules as different subprojects, for example
Common
Services
Web
while Services depends of Common, Web depends of Common and Serv
Are you on beta-1? It should not have attempted to use the new version
of the plugin. I will investigate.
You can fix this by pinning your version to beta-1 of the site plugin,
or getting the beta-2 core release.
- Brett
On 9/28/05, Beermann,Matthew <[EMAIL PROTECTED]> wrote:
>
> Just one more..
Just one more... I didn't see this one in Jira. The site:site goal seems
to have broken overnight (literally - it downloaded a new version of the
plugin when I ran it today).
[INFO]
[ERROR] BUILD ERROR
[INFO]
--
The first bug is already open (try setting java_home to the "short
path" without spaces). It's only on Windows when Java is in "program
files".
The second is fixed with the upcoming beta-2 release.
If you find a bug that is not in JIRA already, please let us know!
- Brett
On 9/27/05, Beermann,M
On Mon, 2005-09-26 at 16:01 -0500, Beermann,Matthew wrote:
> So, I'm trying to get started with Maven 2, and I've been finding that
> even with a skeletal project, a lot of the plugins just don't seem to
> work. I'm particularly curious about these:
Did you use the suggested method of getting star
So, I'm trying to get started with Maven 2, and I've been finding that
even with a skeletal project, a lot of the plugins just don't seem to
work. I'm particularly curious about these:
[INFO]
[INFO] Building System Core
May 23, 2005 1:20 PM
To: users@maven.apache.org
Subject: newbie questions
Hello there. I'm creating my first project using maven. I have some good
experience with ant. So far It seems the COOLEST Project management
around.
I have a feel questions, simple ones I believe :D
1st. I have some libs no
> 1st. I have some libs not present on the ibiblio (jta, mail, activation,
> concurrent-1.3.4) and my project depends on them, how do I set
> dependencies for that?
The 'right way' is probably to setup your own remote repository. I did so
for sun jar's I needed that were not available at ibiblio
On 5/24/05, Vinicius Caldeira Carvalho <[EMAIL PROTECTED]> wrote:
> Hello there. I'm creating my first project using maven. I have some good
> experience with ant. So far It seems the COOLEST Project management around.
> I have a feel questions, simple ones I believe :D
>
> 1st. I have some libs n
ED]>
To:
Sent: Monday, May 23, 2005 9:19 PM
Subject: newbie questions
Hello there. I'm creating my first project using maven. I have some good
experience with ant. So far It seems the COOLEST Project management
around.
I have a feel questions, simple ones I believe :D
1st. I hav
Hello there. I'm creating my first project using maven. I have some good
experience with ant. So far It seems the COOLEST Project management around.
I have a feel questions, simple ones I believe :D
1st. I have some libs not present on the ibiblio (jta, mail, activation,
concurrent-1.3.4) and m
It's set in the project.properties file.
> See http://maven.apache.org/reference/plugins/artifact/examples.html
> -Original Message-
> From: Mike Miller [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 09, 2004 5:05 PM
> To: Maven Users List
> Subjec
ch
remote repository to use?
-Original Message-
From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 09, 2004 3:58 PM
To: Maven Users List
Subject: RE: Newbie questions
> I just started looking into Maven as a possible replacement for our
> large ant build
> I just started looking into Maven as a possible replacement
> for our large ant build scripts. I've read a few articles
> and then started to try to put together a structure to build
> our product using Maven. This brought up the following questions:
>
> 1) How does everyone specify the de
I just started looking into Maven as a possible replacement for our
large ant build scripts. I've read a few articles and then started to
try to put together a structure to build our product using Maven. This
brought up the following questions:
1) How does everyone specify the dependencies for
> 1. All of the postings seem to be about java deployment. If maven of any
> use for development co-operation in languages other than java e.g. php,
> perl etc, so that people can have the sort of site that maven provides
> for them, even if all the usability that is available for jar
> deployment/
Hi all
I have been lurking on this mailing list for some time now and studying
the maven web-site. I have some confusions, that I hope some of you will
clarify:
1. All of the postings seem to be about java deployment. If maven of any
use for development co-operation in languages other than java e
Unfortunately, there is zero documentation regarding your questions on
the Maven site. I was able to answer these questions by inspecting the
maven deployment files from projects in the codehaus
(http://codehaus.org). Comments regarding your questions in line.
-james
On Thu, 2004-01-15 at 18:37
On Thu, 2004-01-15 at 20:37, Mamata Desai wrote:
> Hi,
>
> I am a newbie to Maven, and also to a lot of its ancestors. But I want
> to use maven to create a website for my java project. I installed maven
> and edited project.xml. Here are a few queries I have... I could not
> find answers to these
Hi,
I am a newbie to Maven, and also to a lot of its ancestors. But I want
to use maven to create a website for my java project. I installed maven
and edited project.xml. Here are a few queries I have... I could not
find answers to these. If they have been previously discussed, please do
not bash
[EMAIL PROTECTED] wrote:
I am also trying to move up to Eclipse, it seems that the Eclipse Maven
plugin is still in development - is that right?
I'd say non-existent rather than in development...
Which reminds me to ask... I recently moved over to using IDEA, I'm
using the attached file to run Ma
Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 01/04/2003
12:21:22 AM:
>
> I'm just beggining to use Maven, and I have a few questions:
>
>1. Does maven "deprecate" ant, or does maven use ant? Must I have ant
> installed in order to use maven?
Deprecate it. No need to have ant i
FWIW,
Maven doesn't use a build.xml during the build process.
--
dIon Gillard, Multitask Consulting
Blog: http://www.freeroller.net/page/dion/Weblog
Work: http://www.multitask.com.au
Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 01/04/2003
12:55:00 AM:
>
> Is this the recomme
Tim Pizey <[EMAIL PROTECTED]> wrote on 02/04/2003 10:57:53 PM:
> Hi,
>
> Sorry to be so wet behind the ears, not used Maven before
> (or XML much).
>
> My first issues:
> I created a project.xml by saving the html at
> http://maven.apache.org/start/integrate.html
> and then editting, it would
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]>
wrote:
>
> So, summing up, the preferred way of working
> with complex projects
> involving several artifacts is having different
> projects (or
> subdirectories under the main project directory)
> containing all the
> stuff for that artifact (wi
So, summing up, the preferred way of working with complex projects
involving several artifacts is having different projects (or
subdirectories under the main project directory) containing all the
stuff for that artifact (with the whole hierarchy of sources replicated
along them), integrate t
Jose Gonzalez Gomez <[EMAIL PROTECTED]> wrote on 02/04/2003
09:23:23 PM:
>
>So do you have this projects in different locations, or could you
> just create several project.properties (or whatever) to specify the
> information for this projects and keep all the source under a common
> loca
<[EMAIL PROTECTED]cc:
chnet.com> Subject:
Hi,
Sorry to be so wet behind the ears, not used Maven before
(or XML much).
My first issues:
I created a project.xml by saving the html at
http://maven.apache.org/start/integrate.html
and then editting, it would be really nice to have
a link to a real xml file.
I ran Maven against it last n
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]>
wrote:
>
>So do you have this projects in different
> locations, or could you
> just create several project.properties (or whatever)
> to specify the
> information for this projects and keep all the
> source under a common
> location and/or repos
So do you have this projects in different locations, or could you
just create several project.properties (or whatever) to specify the
information for this projects and keep all the source under a common
location and/or repository?
Currently I'm developing a J2EE application that has a war a
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]>
wrote:
>
> I still don't see the diference or relation
> between maven.xml and
> build.xml. From what I read and your answers I
> understand that maven is
> thought for the development of a "monolithic"
> application or library,
> the one that ti
I still don't see the diference or relation between maven.xml and
build.xml. From what I read and your answers I understand that maven is
thought for the development of a "monolithic" application or library,
the one that tipically is bundled in one jar, am I right?
So if you need a custom
--- Jose Gonzalez Gomez <[EMAIL PROTECTED]>
wrote:
>
> Is this the recommended approach for j2ee
> applications? I mean, I
> was thinking about switching to maven because of all
> the added
> functionalities over ant (source code metrics, cross
> reference source,
> documentation and site
What is the relation
> between maven.xml, build.xml, project.xml, project.properties?
maven.xml would be like build.xml: you specify tasks (maven goals) for
your project. but in most of the cases, you dont need it, as the most
used tasks were already coded (plugins goals)
project.xml has a lot
Is this the recommended approach for j2ee applications? I mean, I
was thinking about switching to maven because of all the added
functionalities over ant (source code metrics, cross reference source,
documentation and site generation using xdocs,...) but if I have to
create a maven project f
>1. Does maven "deprecate" ant, or does maven use
> ant? Must I have ant
> installed in order to use maven?
It does use ant behind the scenes, but takes care
of it installation itself. As well as of your
dependencies
>2. I have an already started project that I build
> using ant. Wh
I'm just beggining to use Maven, and I have a few questions:
1. Does maven "deprecate" ant, or does maven use ant? Must I have ant
installed in order to use maven?
2. I have an already started project that I build using ant. What is
the preferred way to "mavenize" this project? Th
52 matches
Mail list logo