build is not finished if start executable

2006-06-14 Thread Maksimenko Alexander
hi! I spent 2 days to the following problem : I start executable in ant script target name= exec executable=cmd dir=. spawn=true arg line=/C start calc.exe/ /exec /target the execution of ant script has been finished but continuum build is not marked

build is not finished if start executable

2006-06-14 Thread Maksimenko Alexander
hi! I spent 2 days to the following problem : I start executable in ant script target name= exec executable=cmd dir=. spawn=true arg line=/C start calc.exe/ /exec /target the execution of ant script has been finished but continuum build is not marked

start executable from ant

2006-06-13 Thread Maksimenko Alexander
Emmanuel Maksimenko Alexander a écrit : hi! I've got some strange behavior : after building mine ant project I've got success status but in output i see deploy: [delete] Deleting directory jboss-3.2.7\server\default\deploy\workflow.ear BUILD FAILED working-directory\1\build.xml:140

wrong status of ant project

2006-06-12 Thread Maksimenko Alexander
hi! I've got some strange behavior : after building mine ant project I've got success status but in output i see deploy: [delete] Deleting directory jboss-3.2.7\server\default\deploy\workflow.ear BUILD FAILED working-directory\1\build.xml:140: The following error occurred while

Dependency are not downloading from remote repository placed in Subversion with http access

2006-05-17 Thread Alexander Schwartz
*Hi, we are migrating to maven-1.1 and encountered a mission critical bug: We could not download dependencies from a maven repo placed under subversion (with http access). The problems seems to be known: http://jira.codehaus.org/browse/MAVEN-1659 Adding all ant jars to our maven installation

forced build notifications

2006-05-11 Thread Davidson, Alexander
in MailContinuumNotifier component. Emmanuel Davidson, Alexander a écrit : Can someone please let me know if this is the case and/or if this is planned for a future release? -Original Message- From: Davidson, Alexander [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 1:16 PM To: continuum

RE: forced build notifications stopped in 1.0.3

2006-05-08 Thread Davidson, Alexander
Can someone please let me know if this is the case and/or if this is planned for a future release? -Original Message- From: Davidson, Alexander [mailto:[EMAIL PROTECTED] Sent: Thursday, May 04, 2006 1:16 PM To: continuum-users@maven.apache.org Subject: forced build notifications

forced build notifications stopped in 1.0.3

2006-05-04 Thread Davidson, Alexander
Seems that the behavior of 1.0.3 has changed in that forced builds no longer send notifications. I have always had it set up with sendOnSuccessfalse/sendOnSuccess but in 1.0.2 it would still send forced SUCCESS messages which I think is a good thing. Is there a new way of configuring continuum

Maven 1.1 and optional ant tasks (xmlvalidate)

2006-05-04 Thread Alexander Schwartz
Hi, I have a custom maven goal which uses the ant task ant:xmlvalidate to validate a set of XML files: goal name=validate-all-xml-files description=Validates whether all xml files are well-formed ant:xmlvalidate failonerror=false lenient=yes fileset dir=$.

force the build

2006-04-12 Thread Davidson, Alexander
I have a m2 project set up in continuum that builds each hour and also has a build definition setup to do a weekly build. How do I configure the weekly definition to do the build regardless of whether the source code has changed? I would hope that I don't need to setup a duplicate project in

javadoc plugin: Problem with package-info.java

2005-12-21 Thread Alexander Hars
either. I converted package-info.java to package.html and then the package description did show up. Does that mean that only the older package.html approach is supported by the javadoc plugin? I would not want to have to revert to package.html. Thanks - Alexander

Re: [m2] production ready? any experience?

2005-12-21 Thread Alexander Hars
is ready now, for others it may take a little more time. But eventually Maven will be the way to go. -Alexander Nitko2 wrote: The issue doesn't need to be a blocker to slow down someone. The problem is in a number of issues. And from user point it isn't important is it a core or plugin issue. I

Re: Documentation -- making better use of the wiki

2005-11-12 Thread Alexander Hars
loose anything. On the other hand, maybe we really get some users involved who submit snippets of insights and we reduce the learning curve. Would you really object if we wanted to launch a trial balloon for linking Maven documentation with the wiki? - Alexander

Documentation -- making better use of the wiki

2005-11-11 Thread Alexander Hars
to the wiki page from the original documentation. I am sure that we could greatly expand the Maven-related knowledge this way. I certainly would be willing to work on the necessary changes to get this rolling if you think this is a good idea. - Alexander Hars

Referencing project properties in an .apt file

2005-11-11 Thread Alexander Hars
Hi, Is it possible to reference project properties in an .apt file? It tried something like ${project.version} but the site plugin did not pick it up. Is there any other way? Thanks - Alexander - To unsubscribe, e-mail

Site Plugin: Changing the Template

2005-11-11 Thread Alexander Hars
message is below). Has anyone been successful at using the site plugin with a different template? Thanks - Alexander Hars ... [INFO] Velocimacro : initialization complete. [INFO] Velocity successfully started. [INFO] [site:site] [INFO] Generate Continuous Integration report. [ERROR

http://maven.apache/org/maven2/ is invalid

2005-11-10 Thread Alexander Hars
bookmarked the site by just browsing the site, which remains up and running, even if it is outdated/invalid. Maybe it would be a good idea to simply remove the old maven2 directory (http://maven.apache.org/maven2/) from the maven website or to redirect it to the current site. -Alexander

Line-breaks in project description and the jar plugin

2005-11-09 Thread Alexander Hars
because it can't read the manifest (the line-breaks of the description violate the property=value structure). Should I separate different lines of the description with \n or br or is this just a small bug? Thanks for your help. -Alexander

Maven2 Website rolled back?

2005-11-09 Thread Alexander Hars
Hi, Thanks for releasing the latest version of the Maven2 website (version dated: November 8). Unfortunately, for some reason, after less than 12 hours of being up, the Maven2 web site has now reverted to the old October 21 version again. Is that intentional? - Alexander

Re: Maven2 Website rolled back?

2005-11-09 Thread Alexander Hars
are again not available on the site. - Alexander Rik Bosman wrote: Alexander; The URL maven.apache.org/maven2 http://maven.apache.org/maven2 is dated oct 21st. The URL maven.apache.org http://maven.apache.org is dated nov. 9th. Hope this helps. 2005/11/9, Alexander Hars [EMAIL PROTECTED

Guide to creating archetypes

2005-11-08 Thread Alexander Hars
? I am sure that lots of improvements have been made to the documentation in the last weeks. The documentation is really essential for all us newbies to Maven2 and it would help very much if you could update the site. Thank you very much Alexander

[m2] assembly:directory problem (DirectoryMojo)

2005-11-06 Thread Alexander Hars
+Version-Number) -Alexander - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m2] assembly:directory problem (DirectoryMojo)

2005-11-06 Thread Alexander Hars
is that this change conflicts with the semantics of includeBaseDirectory I propose that we introduce an additional parameter (i.e. includeVersion). - Alexander On Sun, 6 Nov 2005, Kenny Westerhof [EMAIL PROTECTED] wrote: This fixes your issue, but it's not meant for that - you now get all files

[m2] How can I register an archiver?

2005-11-02 Thread Alexander Hars
would be to just add another non-packaging archiver. I have looked into the codehaus archiver classes. It would be easy to add my own AbstractArchiver descendant but it would have to be registered by the ArchiverManager. How can that be done? Thanks for your help. - Alexander

A few questions about creating archetypes

2005-10-26 Thread Alexander Hars
help! -Alexander - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

archetype -- creating empty folders ?

2005-10-26 Thread Alexander Hars
. Thanks - Alexander PS. Thank you for the excellent replies on the the earlier question on archetype creation. I have put together a step-by-step document about archetype creation which I will post once I have an answer to this question

Re: Summary: Guide for creating archetypes

2005-10-26 Thread Alexander Hars
, please correct it. Cheers -Alexander .apt file is below -- Guide to Creating Archetypes -- Jason van Zyl, Alexander Hars -- 26 October 2005 -- Guide to Creating Archetypes Creating an archetype is a pretty straight forward process. An archetype

[m2] Copying dependencies to target/lib as individual files?

2005-10-26 Thread Alexander Hars
/jar format? Or is there another way? Thanks for your help. - Alexander - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m1.0.2] test causes NullPointer in getPackage() call

2005-09-29 Thread Alexander Hardt
Hi everbody, In my project we have a huge amount of calls like Clazz.class.getPackage(). We are generating trace-names with this info. In JavaDoc of getPackage() is written Null is returned if no package object was created by the class loader of this class. But why, I have no idea! Perhaps

RE: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Alexander Azarov
-Original Message- From: Trygve Laugstшl [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 7:44 PM On Fri, Aug 12, 2005 at 07:36:32PM +0400, Alexander Azarov wrote: I.e. I am trying to embed Maven2 into another application and I would like to get access

RE: [m2] Mojo development: need ClassWorld

2005-08-15 Thread Alexander Azarov
-Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Saturday, August 13, 2005 6:51 PM If you want to access the ClassRealm, just add a private field of type ClassRealm to the mojo, marking it as a @parameter. Thank you. Do I have to specify an 'expression'?

[m2] Mojo development: need ClassWorld

2005-08-12 Thread Alexander Azarov
How may I get a ClassWorld instance from Mojo execute method? Regards, Alexander. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [m2] Mojo development: need ClassWorld

2005-08-12 Thread Alexander Azarov
how to do that. Alexander -Original Message- From: Trygve Laugstшl [mailto:[EMAIL PROTECTED] Sent: Friday, August 12, 2005 7:21 PM To: Maven Users List Subject: Re: [m2] Mojo development: need ClassWorld On Fri, Aug 12, 2005 at 07:17:47PM +0400, Alexander Azarov wrote: How may

[m2] MavenRunner for Eclipse q?

2005-08-11 Thread Alexander Azarov
classloader to be available in Maven2, but my Maven plugin does not recognize Eclipse as running. It sees Eclipse classes, but Eclipse methods indicate Eclipse is not running. What could be the reason for that? With best regards, Alexander Azarov

ajax request

2005-07-19 Thread Maksimenko Alexander
Hi! I have to make ajax request which affect to many components in the page. For example,lets consider mail web application. It has list of messages (data table) and tree of folders(tree). When user clicks on message which is unread after ajax request we should 1) change style of the

ajax request

2005-07-18 Thread Maksimenko Alexander
Hi! I have to make ajax request which affect to many components in the page. For example, consider mail web application. It has list of messages (data table) and tree of folders(tree). When user clicks on message which is unread after ajax request we should 1) change style of the

how update local repo?

2005-04-19 Thread Alexander Rupsch
to update there local repos for building within eclipse. regards. -- Alexander Rupsch http://www.dreinhalb.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

java:compile altering classpath

2005-01-15 Thread Alexander Rupsch
project.properties, so the main project exists just to collect modules. -- Alexander Rupsch http://www.dreinhalb.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Can I do this with maven?

2005-01-05 Thread Alexander Rupsch
. -- Alexander Rupsch www.dreinhalb.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Can I do this with maven?

2005-01-04 Thread Alexander Rupsch
of modules)? Where can I find some documentation about setting up sophisticated project hierarchies? Regards. -- Alexander Rupsch http://www.dreinhalb.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: config files dependencies

2004-06-29 Thread Maksimenko Alexander
here) Michael -Message d'origine- De : Göschl,Siegfried [mailto:[EMAIL PROTECTED] Envoyé : lundi 28 juin 2004 16:08 À : Maven Users List Objet : RE: config files dependencies Hi Alexander, I have the same problems with Torque.properties, log4j.properties and spy.properties. I keep a folder

Re: maven parallel/sequential

2004-06-29 Thread Maksimenko Alexander
prepending ant to the tags (ant:parallel) but this makes no difference... Best regards Jesper Linvald MAERSK DATA TRANSPORT Tel no.: +45 3911 1891 e-mail: [EMAIL PROTECTED] -- Maksimenko Alexander Softwarium, www.softwarium.net

Re: start server in another jvm

2004-06-24 Thread Maksimenko Alexander
Göschl,Siegfried wrote: Hi Alexander, I'm not sure but is it possible to start the HTTP server in a plugin taking care of the internals?! Cheers, Siegfried Goeschl I've looked at jetty plugin but it simply calls java fork=true this action suspends execution of ant script Hi! I need to start

Re: start server in another jvm

2004-06-24 Thread Maksimenko Alexander
/j:thread Maybe you can do something similar, but use Ant's exec instead of java task? More info on Jelly thread tags can be found here: http://jakarta.apache.org/commons/jelly/libs/threads/tags.html Jeff Yes! It works! Thank you! I really appreciate you :) -- Maksimenko Alexander Softwarium

Maven GUI ?

2003-06-18 Thread Alexander Ilic
Hello everybody, in the announcement of Maven 1.0 B4 was a line Maven GUI started, so i wanted to ask what the status of this project is. Either i have just overlooked it or the gui idea was freezed ... thx in advance Alexander Ilic

<    4   5   6   7   8   9