Craig S. Cottingham wrote:
> Is there something I can add to project.xml or project.properties that
> will control whether or not a snapshot is generated? Does it help that
> I've adopted the convention of ending the value of the currentVersion
> tag in project.xml with "-dev" for those jars in fl
There is no SNAPSHOT of castor available.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 19/09/2003 06:10:19 AM:
> Like I have said in an earlier help doc, I'm using the latest (B10)
version
> of maven, the on
Those groupId's don't exist on ibiblio. I hope they exist on your machine.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 19/09/2003 06:28:09 AM:
> How about this?
>
>
>
> org.apache.tools.ant
>
> No source files and no packages have been specified.
> Total time: 26 seconds
Do you have a in your project.xml?
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"Joshi, Yogesh (Cognizant)" <[EMAIL PROTECTED]> wrote on
19/09/2003 01:31:58 AM:
>
> Hi
"Nelson, Scott (MAN - Corporate)" <[EMAIL PROTECTED]> wrote on
19/09/2003 01:24:38 AM:
> When using the multiproject plugin. Is it a requirement that all of
your
> subprojects are underneath the main project? I have a flattened
directory
No.
> structure and would like to use the multiproject
Ciramella, EJ wrote:
Sorry about that, I have created a project.properties file and have the
following line in it:
maven.javadoc.maxmemory=512m
I was editing the maven.bat file, changing the following line:
if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xms160m"
to be more memory (but then I set it back
"Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 19/09/2003 12:07:33 AM:
> OK, but what does this look like in the project.xml? And in fact, we
are
> soon to start supporting both websphere and weblogic, should this be
handled
> by a maven.xml file (per project basis) versus in the project.xml file
Use a jar override.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"Ciramella, EJ" <[EMAIL PROTECTED]> wrote on 18/09/2003 11:51:55 PM:
> How do I handle a jar in the project.xml file that shouldn't be
downloaded?
> For instance, we extend weblogic class
I have several jars I'm developing simultaneously. There are
dependencies between them (B depends on A, C depends on A and B, D
depends on B, etc.), but there are no circular dependencies.
Currently, I when I make changes to one jar, I rebuild it and any that
depend on it by hand, keeping track of
> > You probably need to specify a classloader on the
> dependency - check
> > the FAQ.
>
> Hmm. Could you be more specific? All that I could find about
> classloaders
> is:
> "We hope to alleviate these problems with real ClassLoader
> isolation using Classworlds." But I am still a beginner w
On Thursday 18 Sep 2003 21:28, Ciramella, EJ wrote:
> How about this?
>
>
>
> org.apache.tools.ant
> ant
> 1.4.1
>
>
>
>
> org.apache.tools.ant
> ant-optional
> 1.4.1
>
No.
groupId cannot be org.apache.tools.ant ... look at
http://www.ibiblio.org/maven
th
How about this?
org.apache.tools.ant
ant
1.4.1
org.apache.tools.ant
ant-optional
1.4.1
-Original Message-
From: Andy Jefferson [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 4:28 PM
To: Maven Users List
Subject: Re: documentation ou
On Thursday 18 Sep 2003 21:10, Ciramella, EJ wrote:
> Like I have said in an earlier help doc, I'm using the latest (B10) version
> of maven, the online documentation says I can do this:
>
> commons-jelly
> SNAPSHOT
>
>
> but when I try:
>
>
> castor
> SNAPSHOT
>
Like I have said in an earlier help doc, I'm using the latest (B10) version
of maven, the online documentation says I can do this:
commons-jelly
SNAPSHOT
but when I try:
castor
SNAPSHOT
I get the following error:
Attempting to download castor-SNAPSHOT.j
Thanks... I actually just pulled the latest version of Maven from CVS and all is now
well.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 11:39 PM
To: Maven Users List
Subject: RE: multiproject build with inherited POMs
Jason,
See inline.
Cheers,
Dominik
On Thu, 2003-09-18 at 16:24, Nelson, Scott (MAN - Corporate) wrote:
> When using the multiproject plugin. Is it a requirement that all of your
> subprojects are underneath the main project?
[Dominik] : No.
> I have a flattened directory
> structure and would like
http://sourceforge.net/tracker/?group_id=39258
when i run "site:generate" , the html that is generated from the URL above
is dropping the query string from the end of the URL above...
maven generates this link:
http://sourceforge.net/tracker
instead of generating this link:
http://
As per my last email, the -X value should have been -Xmx no -Xms
-Original Message-
From: Luke Taylor [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 12:46 PM
To: Maven Users List
Subject: Re: maven memory increase...
Ciramella, EJ wrote:
> Ok after toying around with these
Sorry about that, I have created a project.properties file and have the
following line in it:
maven.javadoc.maxmemory=512m
I was editing the maven.bat file, changing the following line:
if "%MAVEN_OPTS%"=="" SET MAVEN_OPTS="-Xms160m"
to be more memory (but then I set it back to 160).
Even if I
Ciramella, EJ wrote:
Ok after toying around with these options, now I get the following error:
Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified
I've reset things to default where I could, but I'm still not getting
anywhere.
Any suggestions?
How
Ok after toying around with these options, now I get the following error:
Error occurred during initialization of VM
Incompatible initial and maximum heap sizes specified
I've reset things to default where I could, but I'm still not getting
anywhere.
Any suggestions?
-Original Message
On Thursday 18 Sep 2003 16:31, Joshi, Yogesh (Cognizant) wrote:
> Maven is one level up to Ant in terms of Project Management capabilities.
> But I am not very clear how they are represented. Does it mean, it
> generates a consolidated report when I say "maven site" ?
Hi,
You will get a website f
When using the multiproject plugin. Is it a requirement that all of your
subprojects are underneath the main project? I have a flattened directory
structure and would like to use the multiproject plugin cause each of my
three subproject all rely on one another.
I have a directory structure that
Hi ,
Maven is one level up to Ant in terms of Project Management capabilities.
But I am not very clear how they are represented. Does it mean, it generates a
consolidated report when
I say "maven site" ?
I tried this and I got the below mentioned Error.
Attaching with this is my project.xml.
I download the multiproject from cvs and install it but when I run it I
have the folwing message :
Starting the reactor...
Our processing order:
Socle Acces Metier
+
| Gathering project list Socle Acces Metier
| Memory: 4M/7M
+-
I had the same issue. I setup an HTTP server local to my network and
created a remote repository on it. I then setup all of my maven
projects to use multiple remote repositories. The first repository is
always our internal repository and the second one is the maven default
repository. So far, i
On Thu, 2003-09-18 at 09:51, Ciramella, EJ wrote:
> How do I handle a jar in the project.xml file that shouldn't be downloaded?
> For instance, we extend weblogic classes and we want to use a jar file
> either locally or on a shared machine.
Use the jar override feature which is explained in the u
OK, but what does this look like in the project.xml? And in fact, we are
soon to start supporting both websphere and weblogic, should this be handled
by a maven.xml file (per project basis) versus in the project.xml file?
-Original Message-
From: Jean-François El Fouly [mailto:[EMAIL PROT
A 09:51 18/09/2003 -0400, vous avez écrit :
How do I handle a jar in the project.xml file that shouldn't be downloaded?
For instance, we extend weblogic classes and we want to use a jar file
either locally or on a shared machine.
We do pretty much the same thing.
Just install weblogic.jar manually
Sorry about the lack of response. There was a newline at the top of the xml
file. I removed that and it works really well now.
See my previous post in regards to my new questions...
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003
How do I handle a jar in the project.xml file that shouldn't be downloaded?
For instance, we extend weblogic classes and we want to use a jar file
either locally or on a shared machine.
"Joshi, Yogesh (Cognizant)" <[EMAIL PROTECTED]> wrote on
18/09/2003 10:44:12 PM:
> I have one doubt:
>
> \repository directory present under Maven installation is EMPTY and
> all the downloaded files are present under
> \User Documents and Settings\.Maven\repository directory. They are
> not
Hi Yogesh,
>
> \repository directory present under Maven installation is
> EMPTY and all the downloaded files are present under
> \User Documents and Settings\.Maven\repository directory.
> They are not downloaded under maven installation's
> repository directory.
>
> Am I missing some settin
Thanks a lot for ur valuable guidelines (Rademacher Tobias and Andy)
Following entries solved my problems:
maven.proxy.host
maven.proxy.port
maven.proxy.username
maven.proxy.password
BUT
I have one doubt:
\repository directory present under Maven installation is EMPTY and all the download
Cool,
glad to hear it's ok.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Christian Goos <[EMAIL PROTECTED]> wrote on 18/09/2003
09:49:57 PM:
> Sorry it was my own fault. I forgot to add the little "m" when
> I set the maven.javadoc.maxmemory-variable
I have seen the following which at least draws the graph...
http://www.cwinters.com/News/show/?news_id=989
Paul
Christian Andersson wrote:
Hi there, just have a short question I must say that I've not studied it
yet, so a simple answer would be ok :-)
I have now several small maven projects t
Hi there, just have a short question I must say that I've not studied it
yet, so a simple answer would be ok :-)
I have now several small maven projects that I use to create jar files
which are tobe used by my installations. (have not come so far to deplay
them anywhere yet, I just have them in
Sorry it was my own fault. I forgot to add the little "m" when
I set the maven.javadoc.maxmemory-variable (512 instead of 512m)
Now it is working fine.
Thanks for help
Christian
-Original Message-
From: Christian Goos [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 11:36
> I'm not an expert on jelly xml, but my guess is that its something to do
> with loading sample1.xml twice. Are you sure the parameters on the
transform
> tag do what you think they do?
>
well, when I am reading the Jelly's tag library documentation I cannot be
sure in anything :)
In my opinion
> I assume you have saxon in your dependencies and have set a system
property
> to make it the parser?
Yes, I've read the FAQ and add necessary lines in sample1.xhtml. And only
after that my second attempt
with tag was successful.
>
> You probably need to specify a classloader on the dependency
> Did you try the documented workaround:
>
> http://maven.apache.org/faq.html#BadXSLT
Yes I am. At the beginning of sample1.xhtml I have such lines:
http://my.uri.com"; xmlns:j="jelly:core" xmlns:x="jelly:xml">
${systemScope.setProperty('javax.xml.transform.TransformerFactory','net.sf.s
axon.Tra
> This is my first day with Maven :)
Welcome :-)
> I am trying to use it for a very basic application, say, to make jar from a
> simple java class. I did the following:
> 1) Installed and set up Maven
> 2) D:\SampleMaven\com\src contains Test.java which I need to include in Jar
> 3) Set up JAVA_H
Yes I tried, so it starts to run javadoc but (sorry that I have to continue
with 'but') then I get "Incompatible initial and maximum heap sizes" (trace
below)
At first I did not define maven.javadoc.maxmemory then I tried some settings
but always got the error? So what can I do.
Thanks
Christian
In beta 10, and pre 1.0 of multiproject, you needed to put navigation.xml
into multiproject/navigation.xml and make it a template like the one used
by multiproject itself.
This was fixed in the 1.0 release of the plugin.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/
Are you behind a proxy?
Do you have access to the internet from the machine running the build?
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"Joshi, Yogesh (Cognizant)" <[EMAIL PROTECTED]> wrote on
18/09/2003 06:43:03 PM:
> Hi ,
> This is my first day
maven-multiproject-plugin-1.0-SNAPSHOT
Most files are from 14/07.
Thanks for your help.
>Which version of multiproject are you using?
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Benoit Xhenseval <[EMAIL PROTECTED]> wrote on 17/09/2003 07:08:50 PM:
>
It seems that you are behind a firewall, aren't you?
http://maven.apache.org/faq.html#build-firewall
-Ursprüngliche Nachricht-
Von: Joshi, Yogesh (Cognizant) [mailto:[EMAIL PROTECTED]
Gesendet am: Donnerstag, 18. September 2003 10:43
An: [EMAIL PROTECTED]
Betreff: Need Help: First day wit
Title: Need Help: First day with Maven
Hi ,
This is my first day with Maven :)
I am trying to use it for a very basic application, say, to make jar from a simple java class.
I did the following:
1) Installed and set up Maven
2) D:\SampleMaven\com\src contains Test.java which I need to
Hi,
the problem is relatively simple (I think). Most likely you have one or
more newlines in front of "". Delete these and it
should work like a charm.
Kai
On Wednesday, September 17, 2003, at 10:02 PM, Ciramella, EJ wrote:
I'm pretty new to maven and I'm not exactly sure what I'm doing wro
Have you tried this:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-805
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Christian Goos <[EMAIL PROTECTED]> wrote on 18/09/2003
05:29:27 PM:
> I forgot to mention:
> I tried to set the Source-Path
The idea is to dist:build all subprojects, grab the zips, unzip and
recombine
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
"Howard M. Lewis Ship" <[EMAIL PROTECTED]> wrote on 17/09/2003 12:20:17
AM:
> Is one planned? Can you give me some clues so
I forgot to mention:
I tried to set the Source-Path of the project to the sources of another
project. Then the javadoc is generated as it should.
So I have the impression that the problem is maybe the source code itself.
Is possible that there are javadoc-comments that are not supported or there
ar
All I have is the error-trace of maven, but I did not find an error code
I started Maven with the -X option.
Is there another way to get the error code?
Thanks
Christian
BUILD FAILED
File..
file:/C:/WINDOWS/Profiles/username/.maven/plugins/maven-javadoc-plugin-1.3-S
NAPSHOT/
Element... ant:ja
53 matches
Mail list logo