Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread jeff mutonho
After the OutOfMemoryError I've tried the following on the Linux box which has 512MB of RAM.I set the MAVEN_OPTS=-Xmx512m environment variable in my .bash_profile file.I then run "maven site:generate" and when it get to the point where it prints the following : xdoc:jelly-transform: [echo]

Re: RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Per Abich
If you cannot turn it off, maybe you can clear it with a pre-Goal for the "clean" goal. The compile would then repopulate it from all known repositories (meaning all repos you have specified). Maybe you should automate the building process and use cruisecontrol so that the repository of the develo

Re: Jar:deploy building incorrect file path with extra : before the a rtifact Id

2004-08-26 Thread Per Abich
Looks like a cvs notation to me. Maybe you have specified upload via CVS? I'd say you have CVSROOT="C:/apachehtdocs/maven/dev/" and the module name "echostar-toolkit/poms/echostar-toolkit-1.0.0.0.pom". But I am not experienced enought with maven to tell you how you produced it. Check your project.p

WebSphere 5 Plugin v1.2 release

2004-08-26 Thread Dion Gillard
The maven-plugins team is pleased to announce the WebSphere 5 (5.0/5.1) Plugin 1.2 release! http://maven-plugins.sourceforge.net/maven-was5-plugin/ A plugin to manage a WebSphere AppServer 5/5.1 artifacts and installation Changes in this version include: New Features: o Add ${maven.was5.s

automated eclipse projects

2004-08-26 Thread Adam Fisk
Does anyone know if any of the eclipse related plugins will allow you to actually add the projects to Eclipse without having to manually go in and create each one using File->New->Project? I love the way you can just do, for example: "maven -Dgoal=eclipse multiproject:goal" I'd also like, howe

Re: jar override paths

2004-08-26 Thread Adam Fisk
Hi Jorg- I'm very new to Maven and did not even know about the multiproject plugin. Now I'm using it, and it's working great. I'm still having a couple issues with the ${maven.multiproject.basedir}, but it should work out fine. Thanks very much! -Adam Since you mension inheriting, I assume yo

WebSphere 4.0 Plug-in v1.4.2 Release

2004-08-26 Thread Dion Gillard
The maven-plugins team is pleased to announce the WebSphere 4.0 Plug-in 1.4.2 release! http://maven-plugins.sourceforge.net/maven-was40-plugin/ A plugin to manage a WebSphere AppServer 4 installation Changes in this version include: Changes: o Remove quotes around classpath in was40:gener

RE: DocBook support

2004-08-26 Thread W. Sean Hennessy
I've been mulling over the same scenario. Fairly elaborate SDP, SCMP, SAD, SRS, DBDD, etc might be integrated into the maven project docs. I would imagine a separate maven pregoal might leverage an existing docbook ant transformation. Then one only need to solve where in the maven software develo

RE: parse DTD validation behind a firewall

2004-08-26 Thread W. Sean Hennessy
With the use of a catalog.xml and URI/System rewrite you may convert remote references to local ones.. Then you need only a local copy of the appropriate DTD sets.. So given the DTD... http://java.sun.com/dtd/application_1_3.dtd";> One might copy the DTD to a local folder.. say "c:/usr/local/shar

RE: Debugging Maven

2004-08-26 Thread Springer, Ian P.
Christian, Add something like the following to maven.bat: if "%MAVEN_DEBUG%" == "" goto nodebug set JPDA_OPTS=transport=dt_socket,address=9009,server=y,suspend=y echo JPDA enabled with options: %JPDA_OPTS% set MAVEN_OPTS=%MAVEN_OPTS% -Xrunjdwp:%JPDA_OPTS% -Xdebug -Xnoagent -Djava.compiler=NONE :n

Jar:deploy building incorrect file path with extra : before the a rtifact Id

2004-08-26 Thread Ryan, Scott
I am trying to run the jar:deploy goal. It is adding an extra : between the file location and the artifactId so that the directory cannot be located. Here is an example of the bad location: scp: C:/apachehtdocs/maven/dev/:echostar-toolkit/poms/echostar-toolkit-1.0.0.0.po m I cannot figure

Dbunit Plug-in v1.5 released

2004-08-26 Thread Dion Gillard
The maven-plugins team is pleased to announce the Dbunit Plug-in 1.5 release! http://maven-plugins.sourceforge.net A plugin to automate Dbunit tasks Changes in this version include: New Features: o Add xml2xls dataset conversion goal o Add xls2xml, flat2xml and xml2flat dataset conversion

Re: ant 1.6

2004-08-26 Thread Brett Porter
http://jira.codehaus.org/browse/MAVEN-1400 when it's done. - Brett On Thu, 26 Aug 2004 16:00:58 +0300, Vladimir Tkachenko <[EMAIL PROTECTED]> wrote: > Does anybody know when maven will be compatible with ant 1.6? > > - > To uns

Re: Pass classpath to ant

2004-08-26 Thread Maury Jarrell
> Well, that builds an ant file with all the classpath dependencies built into > the file. This isn't really what I want. I've got some pretty complex ant > files. Initally, the big gain for us would be able to get rid of each > project's jars and replace them with maven project.xml files defining

RE: Pass classpath to ant

2004-08-26 Thread Martien Huysmans
Mitch If I am correct, then one of the mail discussion today addressed a similar question. The outcome, I believe was: Regards martien -Oorspronkelijk bericht- Van: Mitch Mattek [mailto:[EMAIL PROTECTED] Verzonden: Thursday, August 26, 2004 9:47 PM Aan

RE: Pass classpath to ant

2004-08-26 Thread Mitch Mattek
-Original Message- From: Jarrell, Maury [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 2:50 PM To: 'Maven Users List' Subject: RE: Pass classpath to ant You might try the "maven ant" goal. It creates a build.xml file that allows ant to build your project. Well, that builds

RE: Pass classpath to ant

2004-08-26 Thread Jarrell, Maury
You might try the "maven ant" goal. It creates a build.xml file that allows ant to build your project. > -Original Message- > From: Mitch Mattek [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2004 2:47 PM > To: [EMAIL PROTECTED] > Subject: Pass classpath to ant > > Hey, > > I'm

Pass classpath to ant

2004-08-26 Thread Mitch Mattek
Hey, I'm trying to slowly migrate our build system to maven. As step one, I'm just trying to use the maven jar dependency thing to download jar's then shell to ant scripts which have everything happening correctly. I have a custom plugin and am trying to do this cdp ant

x:parse DTD validation behind a firewall

2004-08-26 Thread thomas woytaszek
Hi, I'm trying to merge an xml document using xsl. I have an application.xml document which is generated by maven. How can I bypass parsing of this element? I don't want to set a proxy, I just want to ignore the DTD check completely. Any hints? Thanks in advance. Example jelly code:

DocBook support

2004-08-26 Thread Jose Gonzalez Gomez
Hi there, I'm interested in evaluating maven, and I would like to know if it has support for DocBook, so I may have project documentation (requirements, use case specifications,...) integrated with maven generated documentation. From what I have read, it seems I have the following options

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Jarrell, Maury
> -Original Message- > From: Courtney, Craig [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2004 10:32 AM > To: Maven Users List > Subject: RE: Is there a way to separate maven's repository from my reposit > ory? > > It is prudent to pay attention to this for internal only softwa

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Courtney, Craig
>Doh! That makes sense. Our organization doesn't distribute software, thus >we don't worry as much about such issues. It is prudent to pay attention to this for internal only software as well. > It sounds like you might already be doing this, or have already determined > this wouldn't work, bu

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Jarrell, Maury
> -Original Message- > From: Courtney, Craig [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2004 10:02 AM > To: Maven Users List > Subject: RE: Is there a way to separate maven's repository from my reposit > ory? > > Because the code I'm writing is internal and proprietary in nat

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Courtney, Craig
Because the code I'm writing is internal and proprietary in nature. Using maven to build it generates no licensing obligations on my code. Linking against any of the libraries that maven uses does generate licensing obligations on my code. We are looking at setting up an interanl repository wh

RE: Is there a way to separate maven's repository from my reposit ory?

2004-08-26 Thread Jarrell, Maury
> -Original Message- > From: Courtney, Craig [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 26, 2004 9:46 AM > To: Maven Users List > Subject: RE: Is there a way to separate maven's repository from my > repository? > > That's exactly what I want. I want maven to be able to download

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
That's exactly what I want. I want maven to be able to download what it needs... but it's repository for execution of the tool should be different than the repository I use for my builds. Doesn't seem to be a way to do this. Craig -Original Message- From: Milos Kleint [mailto:[EMAIL P

Re: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Milos Kleint
One problem I see with restricting repository access is that even maven plugins attempt to download their dependencies from the web. It can be from ibiblio or elsewhere. what about writing a shell wrapper or something that would take care that nothing apart from the allowed repository is connect

Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread Paul Spencer
Increase the amount of memory allocated to the JVM by setting the environment variable MAVEN_OPTS. The following allocate 512 MB. set MAVEN_OPTS=-Xmx512m Paul Spencer jeff mutonho wrote: I ran the same command "maven site:generate" on an XP box and am getting an OutOfMemoryError.The logs looks l

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
That could work but adds to much responsibility to the centralized body. Their job is only to approve external libraries for use not control your entire project. If only they could change the project.xml they would have to be involved in adding new packages inside the project, maintaining inte

Réf. : Re: jnlp plugin 1.4.1

2004-08-26 Thread julien . kirch
>Can you redownload it and recheck? >Thanks. >Emmanuel This one's better Good for me De nada Julien This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify t

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Ryan Sonnek
wouldn't the easiest solution be to lock down the project.xml to only be modified by "approved" personel? -Original Message- From: Courtney, Craig [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:57 AM To: Maven Users List Subject: RE: Is there a way to separate maven's reposit

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
I realize that someone can always circumvent any measures put in place. The point is to put in place a certification process, and make it difficult to go outside the process. I will only make available code (internal and external) that has passed this process in my repository. I don't want a

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Jörg Schaible
Courtney, Craig wrote on Thursday, August 26, 2004 3:33 PM: > Yes I know. The whole point to our creating a repository is > to control what libraries and versions there of get > introduced into our applications. If I am forced to make > available in my repository everything under the sun why > b

RE: Is there a way to separate maven's repository from my repository?

2004-08-26 Thread Courtney, Craig
Yes I know. The whole point to our creating a repository is to control what libraries and versions there of get introduced into our applications. If I am forced to make available in my repository everything under the sun why bother. It would be easier to just let every development team downlo

Re: jnlp plugin 1.4.1

2004-08-26 Thread Emmanuel Venisse
Can you redownload it and recheck? Thanks. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 2:59 PM Subject: jnlp plugin 1.4.1 > Hi maveners, > > When I try the jnlp plugin 1.4.1 I got a > > Could not load class: org.apache

Re: jnlp plugin 1.4.1

2004-08-26 Thread Emmanuel Venisse
Apparently, I had a problem with the release. I recreate it now. Emmanuel - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 26, 2004 2:59 PM Subject: jnlp plugin 1.4.1 > Hi maveners, > > When I try the jnlp plugin 1.4.1 I got a > > Could not

ant 1.6

2004-08-26 Thread Vladimir Tkachenko
Does anybody know when maven will be compatible with ant 1.6? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jnlp plugin 1.4.1

2004-08-26 Thread julien . kirch
Hi maveners, When I try the jnlp plugin 1.4.1 I got a Could not load class: org.apache.maven.jnlp.UpdateManifest exception: java.lang.ClassNotFoundException: org.apache.maven.jnlp.UpdateManife java.lang.ClassNotFoundException: org.apache.maven.jnlp.UpdateManifest at java.net.URLClassLoad

[ANN] Maven JNLP Plugin 1.4.1 release

2004-08-26 Thread Emmanuel Venisse
The maven team is pleased to announce the Maven JNLP Plug-in 1.4.1 release! http://maven.apache.org/reference/plugins/jnlp/ Changes in this version include: New Features: o Add extension support. Issue: MPJNLP-2. Fixed bugs: o Fix bad signed jar name Issue: MPJNLP-13. To automatically i

RE: Mysterious Spaces in a genearted file (attributes like groupI d ar e have spaces around them)

2004-08-26 Thread jim . mochel
I forgot to mention that I already tried "trimming" the property with ${pom.package}.${dep.groupId.trim()}.ejb.Home It appears to make no difference Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 8:22 AM To: [EMAIL PROTECTED] S

Mysterious Spaces in a genearted file (attributes like groupId ar e have spaces around them)

2004-08-26 Thread jim . mochel
In Maven.xml I am using some information about dependencies to generate an additional deployment descriptor for some services The key line is: ${pom.package}.${dep.groupId}.ejb.Home I expect it to generate something like: com.ascential.analytics.services.examples.ejb.Home But instead

Re: GMail Accounts

2004-08-26 Thread Michele_Forte
Hello Dion, is it possible to get a new fresh link for Gmail . on using the previous one it I get the following error The link you followed to

Re: Problem with Test plugin under Windows

2004-08-26 Thread M.-Leander Reimer
Hi Jörg, I created a JIRA issue under http://jira.codehaus.org/browse/MPTEST-41 Leander Jörg Schaible schrieb: M.-Leander Reimer wrote on Thursday, August 26, 2004 12:04 PM: Hi James, I am using the short form for the directory with the ~ character and set it via the maven.repo.local in the master

Re: maven site:generate --OutOf MemoryError

2004-08-26 Thread jeff mutonho
I ran the same command "maven site:generate" on an XP box and am getting an OutOfMemoryError.The logs looks like xdoc:jelly-transform: [echo] Generating D:/Maven/projects_main/projects/Support_Persis tence/target/docs/checkstyle-report.html from D:\Maven\projects_main\projects\Support_Persi

RE: Problem with Test plugin under Windows

2004-08-26 Thread Jörg Schaible
M.-Leander Reimer wrote on Thursday, August 26, 2004 12:04 PM: > Hi James, > > I am using the short form for the directory with the ~ > character and set > it via the maven.repo.local in the master build.properties. Works > nicely. Cheers for that!! You might nonetheless create a JIRA issue. No

Re: Problem with Test plugin under Windows

2004-08-26 Thread M.-Leander Reimer
Hi James, I am using the short form for the directory with the ~ character and set it via the maven.repo.local in the master build.properties. Works nicely. Cheers for that!! Leander [EMAIL PROTECTED] schrieb: I guess the simple solution would be to change your master build.properties file (the

RE: Problem with Test plugin under Windows

2004-08-26 Thread James . Shute
I guess the simple solution would be to change your master build.properties file (the one in your user home directory) So either put it somewhere different (good if you've got a roaming profile) maven.home.local=c:/Temp/.maven or just use the shortform for the default maven.home.local=C:/Docume~

Re: Decorating Dependency Collection

2004-08-26 Thread Ricardo Gladwell
Thanks for the suggestion. I thought that would do the trick, but maven is still trying to download the dependencies directly first rather than execute my plug-in goal. Maybe I need to pregoal some other goal? Here is my maven.xml for the sample project I am attempting to build with:

maven site:generate

2004-08-26 Thread jeff mutonho
Hi guys. maven site:generate is failing with the following error message [echo] Generating the Checkstyle... checkstyle:init: checkstyle:report: checkstyle:run: [echo] Using file:/home/maven/.maven/cache/maven-checkstyle-plugin-2.4.1/plugin-resources/sun_checks.xml for checkstyle ... SI

Re: Decorating Dependency Collection

2004-08-26 Thread Nicolas De Loof
Did you try a pregoal for build:start ? Nico. > Hi All, > > I'm attempting to write a plug-in for writing Eclipse plug-ins that > scans the project dependencies for eclipse JARs and copies them from the > local eclipse installation into the local maven repo. > > Obviously, I would like this

Decorating Dependency Collection

2004-08-26 Thread Ricardo Gladwell
Hi All, I'm attempting to write a plug-in for writing Eclipse plug-ins that scans the project dependencies for eclipse JARs and copies them from the local eclipse installation into the local maven repo. Obviously, I would like this new goal to decorate the build process *before* maven attempts

Problem with Test plugin under Windows

2004-08-26 Thread M.-Leander Reimer
Hi Maven users, I have the following situation with the test plugin under Windows. I have a test case that requires some classes to be in the bootclasspath. So I set maven.junit.fork=true and add the required JAR to the jvmargs with maven.junit.jvmargs=-Xbootclasspath/a:${maven.repo.local}/pja/j