JDK path

2005-12-23 Thread Eugene Kirin
Hello to all!
On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for maven
2 to use 5.0 JDK?

Thanks for your responses!








-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re[2]: JDK path

2005-12-23 Thread Eugene Kirin
I can't set JAVA_HOME for java 5.0 because it used by java 1.4.2

 Set the JAVA_HOME environment variable.
 On windows it's with config panel/system/?/environment variables.

 Eugene Kirin wrote:
 Hello to all!
 On my PC installed 2 JDK, 1.4.2 and 5.0. How should I point a path for maven
 2 to use 5.0 JDK?
 
 Thanks for your responses!




-- 
Ñ óâàæåíèåì,
 Eugene  mailto:[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



my plugin is not available

2004-08-17 Thread Eugene Kirin
Hello!
I wrote my own plugin (ev-buildsys-plugin) and when I use maven:set 
plugin=ev-buildsys-plugin property=include value=test/ I get the next message 
Plugin 'ev-buildsys-plugin' in project 'null' is not available. How can I make 
available?

my project.xml for plugin is:

project
  pomVersion3/pomVersion
  idev-buildsys-plugin/id
  currentVersion1.0/currentVersion
/project

project.properties is empty
plugin.properties contains: include=evg
plugin.jelly: 

?xml version=1.0?

project 
  xmlns:ant=jelly:ant
  xmlns:j=jelly:core
  xmlns:u=jelly:util
  xmlns:define=jelly:define
  xmlns:aw=aspectwerkz

  goal name=show
echoPlugin: ${include}/echo
  /goal
/project

As you can see everything is simple, so what did I miss?

Thanks for your responses!!



Sincerely, Eugene Kirin
East View Information Services - Moscow
Research and Development Department

URL: http://www.eastview.com

Re: anyone using kintana?

2004-07-01 Thread Eugene Kirin
He-he :) What's kintana?

Hello, phillip!
You wrote to [EMAIL PROTECTED] on Thu, 1 Jul 2004 07:02:42 -0700
(PDT):

 pr Upper management is giving our group an ultimatum to use kintana for
 pr change control and configuration management.

 pr Currently we are using ant, shell scripts and cvs.  I am converting
 pr projects to maven to do some proof of concept, see how it would
 pr work...

 pr I was wondering if anyone else out there in maven land is looking at
 pr kintana?

 pr Thanks.



 pr __
 pr Do you Yahoo!?
 pr Yahoo! Mail is new and improved - Check it out!
 pr http://promotions.yahoo.com/new_mail

 pr -
 pr To unsubscribe, e-mail: [EMAIL PROTECTED]
 pr For additional commands, e-mail: [EMAIL PROTECTED]

With best regards, Eugene Kirin.  E-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How does maven load plugins?

2004-07-01 Thread Eugene Kirin
If maven loads both, so which will it use??

Hello, Brett!
You wrote to Maven Users List [EMAIL PROTECTED] on Thu, 1 Jul 2004
10:29:15 +1000:

 BP both and the behaviour is undefined.

 BP On Wed, 30 Jun 2004 19:59:19 +0400, Eugene Kirin [EMAIL PROTECTED]
 BP wrote:

  Hello to everyone!

  Please explain me how moven loads plugins. When I put stascvs plugin
  with 2.4 version and 1.6 version, which will maven loads?

 BP -
 BP To unsubscribe, e-mail: [EMAIL PROTECTED]
 BP For additional commands, e-mail: [EMAIL PROTECTED]

With best regards, Eugene Kirin.  E-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How does maven load plugins?

2004-06-30 Thread Eugene Kirin
Hello to everyone!

Please explain me how moven loads plugins. When I put stascvs plugin with 2.4 version 
and 1.6 version, which will maven loads? 

Re: jaxb plugin

2004-05-28 Thread Eugene Kirin
Hello, Brice!
You wrote to Maven Users List [EMAIL PROTECTED]; [EMAIL PROTECTED]
on Fri, 28 May 2004 13:01:47 +0200:

 BC Eugene,

  Hello!
  Does anybody have tried to use Jaxb plugin?

  When I call the jabx:generate goal I get grammar is not specified
  error. But I know my schemas is ok. Please help me to resolve it.

  Thanks!

 BC I sent a patched version of the JAXB plugin for the JAXB 1.0.1 RI to
 BC Brett Porter.
 BC You could wait for him to publish the patch, or if you're desperate
 BC I  can send you my update (it's only the library dependencies that
 BC had to  be updated).

 BC Cheers

 BC Brice

Brice, please send me the update on [EMAIL PROTECTED] or [EMAIL PROTECTED]
and thanks a lot!


With best regards, Eugene Kirin.  E-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



jaxb plugin

2004-05-26 Thread Eugene Kirin
Hello!
Does anybody have tried to use Jaxb plugin?

When I call the jabx:generate goal I get grammar is not specified error. But I know 
my schemas is ok. Please help me to resolve it.

Thanks!

Re: xdoc problem, char in href attribute

2004-05-25 Thread Eugene Kirin
Hello, Karl!
You wrote to Maven Users List [EMAIL PROTECTED] on Tue, 25 May 2004
04:28:41 -0700 (PDT):


 KB I am trying including the following link in my xdoc which contains
 KB an .

 KB a href=http://www.sys-con.com/story/?DE=1storyid=37795;

 KB I get an exception when I execute xdoc:transform which says:

 KB The reference to entity storyid must end with the ';' delimiter.

 KB If I change the link to have amp; instead, the link does not
 KB work.  Does anyone know how xdoc can include multiple parameters in
 KB an href attribute?

 KB Thanks.

 KB Karl

Hi! Try to change amp; to #38;



With best regards, Eugene Kirin.  E-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How can I generate a maven project site with custom menu items?

2004-05-20 Thread Eugene Kirin
Hello!

Do you remember the menu items on the left side when maven generates a project site 
after we run the site goal? Please suggest me how I can add my menu items. For 
example maven generates the site for default:
_
-- Project Documentation (section)
 Project Info
Project Reports
Development Process

But I need:

-- Overview (my section)
 some item
 some item
 some item
_
-- Addons (my section)
 my item
 my item
__
-- Project Documentation (maven section)
 Project Info
Project Reports
Development Process

Thanks for your responses!!!

P.S. Sorry for my poor English.