repo1 log4j bad metadata

2009-10-20 Thread Borut Bolčina
Hello, why there are no 1.2.14 and 1.2.15 versions in at http://repo1.maven.org/maven2/log4j/log4j/maven-metadata.xml metadata groupIdlog4j/groupId artifactIdlog4j/artifactId version1.1.3/version versioning versions version1.1.3/version

I would like build to fail

2009-10-20 Thread Borut Bolčina
Hi, if in parent pom (company POM for example): dependencyManagement dependencies dependency groupIdcom.acme/groupId artifactIdcoyote-tornado-kit/artifactId version[1.0.0]/version /dependency /dependencyManagement and in some project:

Re: I would like build to fail

2009-10-20 Thread Borut Bolčina
BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Tue, Oct 20, 2009 at 11:39 AM, Borut Bolčina borut.bolc...@gmail.com wrote: Hi, if in parent pom (company POM for example): dependencyManagement dependencies dependency groupIdcom.acme

Re: I would like build to fail

2009-10-20 Thread Borut Bolčina
? The option should work for **2.0-alpha-3 and higher. Hth, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Tue, Oct 20, 2009 at 12:25 PM, Borut Bolčina borut.bolc...@gmail.com wrote: analyze

Re: I would like build to fail

2009-10-20 Thread Borut Bolčina
On Tue, Oct 20, 2009 at 12:25 PM, Borut Bolčina borut.bolc...@gmail.com wrote: analyze

Re: repo1 log4j bad metadata

2009-10-20 Thread Borut Bolčina
Created http://jira.codehaus.org/browse/MEV-639 2009/10/20 Wayne Fay wayne...@gmail.com why there are no 1.2.14 and 1.2.15 versions in at http://repo1.maven.org/maven2/log4j/log4j/maven-metadata.xml File a JIRA issue under MEV to get this fixed. Wayne

Re: Generating site with confluence markup

2009-03-03 Thread Borut Bolčina
in the confluence module is here: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=10780status=6component=12000 Borut Bolčina wrote: Thanks, I just tried with the snippet you posted. It works, but I was kind of disappointed when discovered that only some of the confluence notation

Re: Generating site with confluence markup

2009-03-02 Thread Borut Bolčina
) at org.apache.maven.doxia.module.confluence.ConfluenceParser.parse(ConfluenceParser.java:131) ... 25 more Is there a list of supported notations, so I can decide if doxia confluence is what I need? Regards, Borut 2009/3/2 Dirk Olmes d...@xanthippe.ping.de: Borut Bolčina wrote: Hello, I am trying to generate a site

Re: [ANN] Maven Doxia and Doxia Sitetools 1.0 Released

2009-03-01 Thread Borut Bolčina
Congratulations. Now, how do I use confluence wiki format for generating my maven project docs? http://maven.apache.org/doxia/modules/index.html#Confluence I posted a question two days ago with a subject Generating site with confluence markup. Cheers, Borut Which version of maven, site-plugin

Generating site with confluence markup

2009-02-28 Thread Borut Bolčina
Hello, I am trying to generate a site with doxia confluence format, but getting an error. plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId dependencies dependency groupIdorg.apache.maven.doxia/groupId

Re: Problem with WTP,Maven2 and Eclipse

2009-01-22 Thread Borut Bolčina
Hi, install http://m2eclipse.codehaus.org/ and read http://docs.codehaus.org/display/M2ECLIPSE/Home and a chapter in http://books.sonatype.com/maven-book/index.html about this plugin. This project layout you are describing is very common (multimodule project) and is handled with ease with

Re: [2.0.10 RC6] please test

2008-12-17 Thread Borut Bolčina
Hello, I don't know if this was discussed before - why does super pom have plugins which are betas and even alphas? Why are not versions of the plugins consolidated to solid versions for each release of Maven? I know the quality of some alpha product may be even better then some not-beta or

Re: maven-release-plugin svn branch command failed

2008-11-04 Thread Borut Bolčina
You have to use svn 1.5.0 2008/11/4 Peter Nedonosko [EMAIL PROTECTED] Hi guys! I try to use maven-release-plugin on WindowsXP SP2 with maven 2.0.8, Java 1.5.0_15 and svn 1.5.4.

Can someone please explain release:rollback?

2008-10-30 Thread Borut Bolčina
Hi, there are examples and what happens during release:prepare and release:perform, but there is nothing about release:rollback at http://maven.apache.org/plugins/maven-release-plugin/ and in the 0.17 book. Can someone explain the behaviour of this goal? In what scenarios are you using it, if at

Re: Can someone please explain release:rollback?

2008-10-30 Thread Borut Bolčina
Thanks, but I would like the *exact steps which occur by mvn release:rollback. -Borut 2008/10/30 Graham Leggett [EMAIL PROTECTED] Borut Bolčina wrote: there are examples and what happens during release:prepare and release:perform, but there is nothing about release:rollback at http

Re: Can someone please explain release:rollback?

2008-10-30 Thread Borut Bolčina
What DB rollback? There is no such thing in mvn release plugin?!? -Borut 2008/10/30 Martin Gainty [EMAIL PROTECTED] Good Morning If you are speaking of a DB rollback A rollback (segment) gathers transaction specific DML statements so in the event of any exception the current transaction

Re: Can someone please explain release:rollback?

2008-10-30 Thread Borut Bolčina
Thanks, I voted for MRELEASE-229 and http://jira.codehaus.org/browse/SCM-318. -Borut 2008/10/30 Mark Hobson [EMAIL PROTECTED] 2008/10/30 Borut Bolčina [EMAIL PROTECTED]: Thanks, but I would like the *exact steps which occur by mvn release:rollback. From [1]: restore-backup-poms, scm

Ant Expressions to Maven Expressions Mapping

2008-10-16 Thread Borut Bolčina
Hi, I was looking for a maven plugin that would adjust end-of-line characters on predefined set of files. I found this ant task [1] which suites my need, but then at [2] I am reading: Some Ant expressions have their respective counterparts in Maven. Thus, one can simply invoke the corresponding

system-scoped dependency must specify systemPath

2008-10-15 Thread Borut Bolčina
Hello, When releasing the multimodule project and one of the transitive dependencies is tools.jar a fatal error occurs. mvn release:prepare -DgenerateReleasePoms=true ... [INFO] Executing: mvn clean verify --no-plugin-updates -P proxy [INFO] Scanning for projects... [INFO] NOTE: Using

Executing archetype 2.0-alpha-4 fails

2008-10-13 Thread Borut Bolčina
Hello, today I tried executing C:\workareamvn archetype:create -DgroupId=com.acme -DartifactId=my-web-project -DarchetypeArtifactId=my-webapp [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO] org.apache.maven.plugins: checking for updates

Re: Executing archetype 2.0-alpha-4 fails

2008-10-13 Thread Borut Bolčina
like you had a failure downloading archetype-common - this causes missing dependencies which result in the error you saw. You should check why Artifactory is not able to locate the POM. - Brett 2008/10/13 Borut Bolčina [EMAIL PROTECTED]: Hello, today I tried executing C:\workareamvn

There are still some remaining snapshot dependencies.: Do you want to resolve them now?

2008-08-14 Thread Borut Bolčina
Anybody reported this yet? I am using Maven 2.0.9. mvn release:prepare -DdryRun=true [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'release'. [INFO] [INFO] Building Events [INFO]

Re: What does: Skipping disabled repository central really mean?

2008-08-12 Thread Borut Bolčina
Hello, there was no clear answer on this one. Anybody knows what does [DEBUG] Skipping disabled repository xxx mean? How and why does maven decide not to use xxx? Thanks, Borut 2008/2/27 Chris Helck [EMAIL PROTECTED] Hi, A certain user of mine gets Skipping disabled repository central when

release:branch

2008-05-12 Thread Borut Bolčina
Hi, I have to proposals to improve the branch goal of the release plugin 1.) The log output is not showing the full branch name and is inserting dots at the end like so: [INFO] Branching release with the label RB-1.0... This is an important value to be shown, so why would one want to show just

Re: Filter config directory...

2008-05-12 Thread Borut Bolčina
Hello, is filtering src/main/config files which are not to be placed in the target/classes directory and packaged in the jar so unusual that no one is doing it? Should I file a JIRA feature request? Cheers, Borut 2008/4/25 Borut Bolčina [EMAIL PROTECTED]: Thanks, but this is not a solution

Re: Filter config directory...

2008-05-12 Thread Borut Bolčina
I must have smoked one without filter too much. :-) 2008/5/12 Stephen Connolly [EMAIL PROTECTED]: targetPath../config/targetPath ? (Screaming hack of the month) -Stephen On Fri, Apr 25, 2008 at 2:56 PM, Borut Bolčina [EMAIL PROTECTED] wrote: Thanks, but this is not a solution. I

Re: Filter config directory...

2008-04-25 Thread Borut Bolčina
plugin and you won't see them during packaging. And you said you know how to do this. :) On Fri, Apr 4, 2008 at 3:50 AM, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, I would like to - filter config directory (some property/configuration files), - don't package the content

sql-maven-plugin and UTF-8

2008-04-16 Thread Borut Bolčina
Hello, is anyone having problems with http://mojo.codehaus.org/sql-maven-plugin/when trying to insert data in utf8 encoding? It works when inserting with mysql -u backend -pmasterkey -h localhost portal insert.sql but it inserts garbage when using profile

Re: sql-maven-plugin and UTF-8

2008-04-16 Thread Borut Bolčina
: Maybe you just need to append a couple of JDBC url params url jdbc:mysql://${db-host}:3306/portal?useUnicode=yesamp;characterEncoding=UTF-8 /url hth, Manos Borut Bolčina wrote: Hello, is anyone having problems with http://mojo.codehaus.org/sql-maven

Filter config directory...

2008-04-04 Thread Borut Bolčina
Hello, I would like to - filter config directory (some property/configuration files), - don't package the content of the config it in the jar - and make config directory a classpath entry for the exec:java plugin I know how to filter src/main/resources. Any tips? Cheers,Borut

Re: RMI Support for Maven

2008-01-03 Thread Borut Bolčina
Hello Thomas, you can read this thread http://www.mail-archive.com/users@maven.apache.org/msg76455.html I made a patch which generates stubs automatically for all needed classes, but unfortunately the original author still did not include it. I can send you the plugin for maven 2 if you wish.

Don't kill the messenger

2007-12-20 Thread Borut Bolčina
Anybody saw this post? http://fishbowl.pastiche.org/ Unfortunately the author, Charles Miller [EMAIL PROTECTED], disabled the comments to prevent spam. Hmmm. Regards, Borut

release:branch

2007-12-06 Thread Borut Bolčina
Hi, why is branch name stated as optional at http://maven.apache.org/plugins/maven-release-plugin/branch-mojo.html when it clearly isn't? Also the example at http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html is saying To execute this step, run: mvn release:branch which

Re: rmic compiler other then FreeHep

2007-12-03 Thread Borut Bolčina
]: Hi if you send us the patches I can include it. Regards Mark On Nov 30, 2007, at 4:24 PM, Borut Bolčina wrote: The plugin is finished. It now finds all the classes which needs to have stubs generated for - automatically. -Borut 2007/11/22, Mark Donszelmann [EMAIL PROTECTED

Re: rmic compiler other then FreeHep

2007-11-30 Thread Borut Bolčina
it. Regards Mark On Nov 22, 2007, at 8:22 AM, Borut Bolčina wrote: Hello, is anyone aware of rmic compiler other then http://java.freehep.org/freehep-rmic-plugin/index.html? The problem with the above plugin is that you need to provide the classes for the stub generation and one can

Re: Version moving up fast

2007-11-27 Thread Borut Bolčina
found a number of problems with using version range and I am stuck with 2.0.6 because 2.0.7 gives me NPE when it tries to resolve conflict between version ranges. Cheers, rOnn c. Borut Bolčina [EMAIL PROTECTED] 11/26/2007 06:31 PM Please respond to Maven Users List users

Version moving up fast

2007-11-25 Thread Borut Bolčina
Hello maven users, if one of our in-house jars (lets call it A.jar) is progressing fast in terms of artifact version numbers (several times per week: 2.1 - 2.2 - 2.3- ... - 2.678 - 2.679 - ...), what is the best way for other artifacts which depend on this fast one to always use the last one?

Re: rmic compiler other then FreeHep

2007-11-23 Thread Borut Bolčina
javax.ejb.RemotObject but extending javax.ejb.EJBObject (it's an interface extending javax.ejb.EJBObject)? Borut Bolčina-2 wrote: I have made an upgrade also, but it uses bcel to discover all classes that extend RemoteObject, so the user does not have to provide file patterns at all

Mojo (rmic plugin) and classpath

2007-11-22 Thread Borut Bolčina
Hello, I want classes that are generated in [compiler:compile] phase to be available on classpath to a mojo which is executed just after. What would be the best way to do it? Regards, Borut

Re: rmic compiler other then FreeHep

2007-11-22 Thread Borut Bolčina
for rmic (i.e. -nolocalstubs, -always, -noValueMethods) * Ability to run rmic for interfaces only (for ejb clients) * ability to use an other rmi compiler then the one which can be found on the path. Keep an eye on the JIRA issue for upcoming additional patches. Borut Bolčina-2 wrote: Hello

rmic compiler other then FreeHep

2007-11-21 Thread Borut Bolčina
Hello, is anyone aware of rmic compiler other then http://java.freehep.org/freehep-rmic-plugin/index.html? The problem with the above plugin is that you need to provide the classes for the stub generation and one can easily forget to add one in an environment where several people add classes

Internal (company) repository layout best practices

2007-10-18 Thread Borut Bolčina
Hello, can you state pros and cons for your company's maven internal repository layout. Why (for example) have internal-snapshots and internal repos. Which remote repos besides http://repo1.maven.org/maven2 and http://people.apache.org/repo/m2-snapshot-repository? Any better ones? How to keep

Error doploying 3rd party jar

2007-10-11 Thread Borut Bolčina
My sources deploy just fine on the company dav repo, but I am having difficulties deploying 3rd party jars. mvn deploy:deploy-file -DgroupId=de.nava -DartifactId=informa -Dversion= 0.6.5 -Dpackaging=jar -Dfile=informa.jar-DrepositoryId=mycompany-maven-repository -Durl=dav:

Re: Error doploying 3rd party jar

2007-10-11 Thread Borut Bolčina
to know? Regards, Borut 2007/10/11, Wendy Smoak [EMAIL PROTECTED]: On 10/11/07, Borut Bolčina [EMAIL PROTECTED] wrote: My sources deploy just fine on the company dav repo, but I am having difficulties deploying 3rd party jars. Check the 'Deploying Third-Party Artifacts' section on this page

webdav

2007-08-20 Thread Borut Bolčina
Hello, why are not all the neccesary jars included in 2.0.7 to support deployment with web-dav? Regards, Borut

Re: webdav

2007-08-20 Thread Borut Bolčina
Thanks. 2007/8/20, Wendy Smoak [EMAIL PROTECTED]: On 8/20/07, Tom Huybrechts [EMAIL PROTECTED] wrote: I guess that isn't possible for deploy:deploy-file ? If there is a pom.xml file in the directory where you execute 'mvn deploy:deploy-file ..' Maven will pick it up (or you can use -f to

Checksum failed on download

2007-05-06 Thread Borut Bolčina
Hello, even after removing whole local repository and company's maven proxy directory org/apache/maven the mvn clean install fails! It worked a few days ago just fine, but after some artifacts got updated the checksum error appeared. Please help! [INFO] Building jar: c:\Documents and

Re: Checksum failed on download

2007-05-06 Thread Borut Bolčina
'; remote = '218016709d90d14b64bfb1de3a86a2247e8873db' - IGNORING Regards, Borut 2007/5/6, Wayne Fay [EMAIL PROTECTED]: Is it possible that the maven.interseek.com binary jar files are simply corrupted? Does this happen when you download directly from Central or ibilio? Wayne On 5/6/07, Borut

eclipse:eclipse

2007-05-03 Thread Borut Bolčina
Hello, checking out svn checkout https://svn.sourceforge.net/svnroot/tacos/tacos-4.1/trunk/ tacos-project and then mvn eclipse:eclipse inside tacos-project directory gives me: [INFO] [ERROR] FATAL ERROR [INFO]

Re: Depending on snapshots

2007-04-24 Thread Borut Bolčina
, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, how can I use last known good snapshot, if the latest isn't working? Let's say a third party or in-house snapshot jar is downloaded to my local repo which brakes my application. If I don't want to use for example: tapestry-framework-4.1.2

Depending on snapshots

2007-04-23 Thread Borut Bolčina
Hello, how can I use last known good snapshot, if the latest isn't working? Let's say a third party or in-house snapshot jar is downloaded to my local repo which brakes my application. If I don't want to use for example: tapestry-framework-4.1.2-SNAPSHOT.jar and instead want a few days older

Unsafe mirrors? [WAS] Re: Problem using mvn site and mvn site-deploy

2007-03-01 Thread Borut Bolčina
Hello, are you saying that some repositories contain corrupted artefatcs? We are using internal repository and I am experiencing real nightmare. Some day some maven commands just don't work - an error 'Failed to resolve artefact' pops out and cleaning local repo doesn't help. Currently we

tools.jar path

2007-02-22 Thread Borut Bolčina
Why is this http://maven.apache.org/general.html#tools-jar-dependency suggested? Why it is not systemPath${java.home}/lib/tools.jar/systemPath If developing with Eclipse then under Help About Eclipse SDK Configuration Details my Eclipse says java.home=C:\Program Files\Java\jre1.5.0_11 I

Re: tools.jar path

2007-02-22 Thread Borut Bolčina
Manos Batsis wrote: Borut Bolčina wrote: I guess all developers have JDK installed and not only JRE. Am I missing something? I *think* OS X has no separate tools.jar. I am aware of that - OS X Java developers are screwed in both cases

Re: Problem using mvn site and mvn site-deploy

2007-02-21 Thread Borut Bolčina
Hello, I am having a similar issue trying to install freehep-rmic-plugin. This jar (archiva-utils) doesn't exist on ibiblio. Where is it? We use company repo with several mirrors to get artifacts. Missing: -- 1) org.apache.maven.archiva:archiva-utils:jar:1.0-SNAPSHOT Try downloading

Failed to resolve artifact org.apache.maven.archiva:archiva-utils:jar:1.0-SNAPSHOT

2007-02-21 Thread Borut Bolčina
Hello, this seems the right place to ask. I am getting a build error becouse of missing artifact (archiva-utils). I can not install to my local repo as this jar is nowhere to be found. Please advise. [INFO] [ERROR]

Re: rmic plugin

2007-02-19 Thread Borut Bolčina
ext 2011 Yahoo: ruelloehr Skype: ruelloehr AOL: dokoruel -Original Message- From: Borut Bolčina [mailto:[EMAIL PROTECTED]] Sent: Friday, September 08, 2006 8:47 AM To: Maven Users List Subject: Re: rmic plugin Use ant task like

Re: rmic plugin

2007-02-19 Thread Borut Bolčina
schrieb Borut Bolčina: Hello, after downloading from svn checkout svn://svn.freehep.org/svn/freehep/trunk/maven-plugins/freehep-rmic-plugin freehep-rmic-plugin and issuing mvn clean package I get C:\Documents and Settings\borutb\Desktop\rmi\freehep-rmic-pluginmvn clean package [INFO] Scanning

Re: [M2]Creating a companywide POM

2006-10-12 Thread Borut Bolčina
Put Maven distribution somewhere on a network drive so all developers can get it from there instead from maven site. Then modify settings.xml in conf directory something like: profile idalwaysActiveProfile/id repositories repository idcentral/id

Re: Maven + WTP deployment question

2006-09-09 Thread Borut Bolčina
Install this plugin from Eclipse update manager http://adam.kruszewski.name/eclipse/ then look in project's properties for section LibCopy properties 2006/9/9, Vinicius Carvalho [EMAIL PROTECTED]: Hello there! I've managed to use WTP + maven thanks to messages on this list :). I've configured

Diagnosis: Compilation failure - Was Re: Problem with Eclipse plugin

2006-09-09 Thread Borut Bolčina
I just wanted to point out why one can get compilation error in eclipse when building with external tool. Look in launch configuration (tab JRE). Change it to JRE which Eclipse is running in, then m2 eclipse plugin will compile your project just fine. On 2.5.2006 11:43, Jose Gonzalez Gomez

Re: rmic plugin

2006-09-08 Thread Borut Bolčina
Use ant task like this: build plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.5/source target1.5/target /configuration /plugin plugin artifactIdmaven-site-plugin/artifactId

localRepository in user settings.xml

2006-09-07 Thread Borut Bolčina
Hello, I want my local repository to be at C:\m2\repository so I included ?xml version=1.0 encoding=UTF-8? settings localRepositoryC:\m2\repository/localRepository in settings.xml in C:\m2\settings.xml mvn help:effective-settings spits out [INFO] [help:effective-settings] [INFO]

Re: localRepository in user settings.xml

2006-09-07 Thread Borut Bolčina
localRepositoryC:/m2/repository/localRepository Emmanuel Borut Bolčina a écrit : Hello, I want my local repository to be at C:\m2\repository so I included ?xml version=1.0 encoding=UTF-8? settings localRepositoryC:\m2\repository/localRepository in settings.xml in C:\m2\settings.xml

Re: localRepository in user settings.xml

2006-09-07 Thread Borut Bolčina
What system variables concerning maven do you have? 2006/9/7, Emmanuel Venisse [EMAIL PROTECTED]: Weird, I use it and it works fine. Emmanuel Borut Bolčina a écrit : Tried with no success. In continuation - nothing from c:\m2\settings.xml is merged into the effective settings. This only

Maven 2 RMI

2006-09-06 Thread Borut Bolčina
Hello, anybody have a Maven 2 RMI compiler plugin? I can't find any. Thanks, Borut

Re: Maven 2 RMI

2006-09-06 Thread Borut Bolčina
Hi Joe, I added this in my POM build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-antrun-plugin/artifactId executions execution idprocess-classes-rmic/id !-- needs to be unique among executions --

Re: m2/eclipse/wtp configuration + tapestry

2006-09-05 Thread Borut Bolčina
I have, but I also had such error message. I don't know the solution from the top of my head, but it works now, as I am doing the development with WTP1.5, Tapestry4, libcopy and Subversion. What was it??? 2006/9/5, Sebastien Pennec [EMAIL PROTECTED]: Hello, Let me bring this topic up,

Re: m2/eclipse/wtp configuration + tapestry

2006-08-03 Thread Borut Bolčina
was unable to load class libcopy.properties.LibCopyPropertyPage'. I'm using eclipse 3.2 with WTP 1.5. Does anyone have any clues? Marcel --- Kev D'Arcy Kevin.A.D'[EMAIL PROTECTED] wrote: Borut That seems to have done the trick! Thanks for the tips! Kev Borut Bolčina wrote: Hello Kev

Re: m2/eclipse/wtp configuration + tapestry

2006-08-02 Thread Borut Bolčina
this recipe will get you up to speed. Cheers, Borut Bolčina Kev D'Arcy pravi: Hi, I'm trying to set-up a dynamic web project in eclipse 3.2 using wtp 1.5 and maven. I have everything in my project compiling correctly but the runtime classpath is missing all the dependencies that are defined in my

Re: Generate Jira Report report

2006-07-27 Thread Borut Bolčina
Hi, I built the plugin from svn, the error does not happen any more, but the Jira report on generated site is _empty_, only headers (Key, Summary, Status, Resolution, By) are displayed. I tried downloading the XML (RSS 0.92) from Jira manualy (in browser) and it looks ok to me. Regards,

Re: Generate Jira Report report

2006-07-27 Thread Borut Bolčina
Hi, the strangest thing. Accessing the Jira URL with xml report with browser returned valid RSS with issues, but the jira-result.xml is almost empty. Like this ?xml version=1.0 encoding=UTF-8 ? !-- RSS generated by JIRA 156 at Thu Jul 27 08:03:35 CEST 2006 -- rss version=0.92

Eclipse plugin 0.0.9 and Maven2 Dependencies Library

2006-07-26 Thread Borut Bolčina
Hello, what would be the reason for Maven2 Dependencies Library not being visible in Package Explorer? The dependencies are resolved as this library is listed in Java Build Path/Libraries. Adding dependencies with context menu doesn't work as a consequence. Can't find the difference in my

Re: Eclipse plugin 0.0.9 and Maven2 Dependencies Library

2006-07-26 Thread Borut Bolčina
We both have M2_REPO variable pointed to ${user}/.m2/repository. Charles Harvey III pravi: Do you have M2_REPOSITORY setup in the classpath variables of your co-worker? Borut Bolčina said the following on 7/26/2006 12:34 PM: Hello, what would be the reason for Maven2 Dependencies Library

Generate Jira Report report

2006-07-26 Thread Borut Bolčina
Anybody knows how to correct this? It happens when generating site. [INFO] Generate Jira Report report. [INFO] [ERROR] FATAL ERROR [INFO] [INFO]

Re: docbook plugin - how to ??

2006-06-16 Thread Borut Bolčina
See my post http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/browser which unfortunately no one commented on. Anyway, don't loose hope. Borut On 16.6.2006 10:22, Felipe Gaúcho wrote: Dear friends, I'm trying to use the docbook plugin of maven 2.0.4 but something is

Re: docbook plugin - how to ??

2006-06-16 Thread Borut Bolčina
Subject: Maven for documentation http://mail-archives.apache.org/mod_mbox/maven-users/200605.mbox/[EMAIL PROTECTED] On 16.6.2006 13:48, Felipe Gaúcho wrote: sorry, the link sent me to a page with hundred of entries.. which one ? On 6/16/06, Borut Bolčina [EMAIL PROTECTED] wrote: See my

Re: docbook plugin - how to ??

2006-06-16 Thread Borut Bolčina
because the plugin seem not to work... do you have a command line I can use to install the plugin ? I tested several options here and nothing happens... best regards,    Felipe Gaucho On 6/16/06, Borut Bolčina [EMAIL PROTECTED] wrote: Subject: Maven

Re: Using a custom template in a skin?

2006-06-06 Thread Borut Bolčina
resources css maven-theme.css images ... META-INF maven site.vm pom.xml Alexandre Poitras pravi: What is your skin packaging type? It should be maven-plugin. On 6/5/06, Borut Bolčina [EMAIL PROTECTED] wrote: Hello

Using a custom template in a skin?

2006-06-05 Thread Borut Bolčina
Hello, I want to have some custom HTML below the left navigation bar in my maven project site. I guess I have to make my own skin for that. Here's what I've done so far: 1. Created a maven project based on maven-default-skin. 2. Copied all the resources (css and images) to reflect the

Re: site:deploy -p switch

2006-06-04 Thread Borut Bolčina
stuck with ftp access... Regards, Borut Borut Bolčina pravi: On Windows XP, with maven 2.0.4 and site plugin 2.0-beta-5 when doing site:deploy with distributionManagement site idwebsite/id namemy project site/name urlsftp://my.server/project/url

site:deploy -p switch

2006-06-01 Thread Borut Bolčina
On Windows XP, with maven 2.0.4 and site plugin 2.0-beta-5 when doing site:deploy with distributionManagement site idwebsite/id namemy project site/name urlsftp://my.server/project/url /site /distributionManagement a command mkdir -p

Maven for documentation

2006-05-22 Thread Borut Bolčina
I am evaluating Maven not only as a build tool, but as a central point for project documentation. Writing technical docs in DocBook seem the right choice, but integrating all the moving parts seems difficult. I would like to include docbkx-maven-plugin plugin in site generation. The

Re: DocBook Maven Plugin

2006-05-19 Thread Borut Bolčina
Hello, I tried your plugin ona sample docbook document but nothing got generated using either of docbkx:generate-html docbkx:generate-fo docbkx:generate-manpages Well, the directory did at target\docbkx\html for the first case. Here is command line output: C:\Documents and

doxia-module-docbook-simple

2006-05-19 Thread Borut Bolčina
Is there an alternative location with some documentation besides this page http://maven.apache.org/doxia/doxia-modules/doxia-module-docbook-simple/index.html How to display pictures in docbook? This doesn't work: section titletest/title parasome text/para mediaobject

Re: [M2] How to develop a JEE application

2006-05-19 Thread Borut Bolčina
Hi, did you read the book at http://www.mergere.com/m2book_download.jsp? There is a chapter on EE development. On 19.5.2006 13:43, Jose Gonzalez Gomez wrote: Hi there, Do you have any pointers, documentation, whatever on developing a JEE application from scratch? I'm interested in

maven-changes-plugin

2006-05-18 Thread Borut Bolčina
This link http://maven.apache.org/plugins/maven-changes-plugin at http://maven.apache.org/plugins/index.html does not work. I wanted to found out why icons besides each action in changes report are missing. Are there different values for attribute type (element action) now? It seems add, fix

checksum failed

2006-05-16 Thread Borut Bolčina
Hello, When generating site with mvn site I am getting Downloading: http://public.planetmirror.com/pub/maven2/wurfl/wurfltags/1.0-beta2/wurfltags-1.0-beta2.jar [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'd5ce9bc1967dd2b5111e543e4975e54d4925a7cd'; remote =

install-file generatePom

2006-05-16 Thread Borut Bolčina
I am loosing battle with maven... I removed .m2\repository\org\apache\maven\plugins\maven-install-plugin. Now when trying to install some 3rd party jar mvn install:install-file -DgroupId=jxl -DartifactId=jxl -Dversion=2.5.9 -DgeneratePom =true -Dpackaging=jar -Dfile=jxl.jar [INFO]

Re: install-file generatePom

2006-05-16 Thread Borut Bolčina
party jar. It looks planetmirror is no good! On 16.5.2006 11:20, Jakub Pawlowicz wrote: Hi! It seems that maven-metadata-central.xml is corrupted. Try to delete it and then rerun the mvn install. HTH Regards, Jakub On Tue, 16 May 2006 11:12:12 +0200, Borut Bolčina wrote I am

Re: checksum failed

2006-05-16 Thread Borut Bolčina
Just wanted to say it works after removing planetmirror from my settings.xml and manually reinstalling 3rd party jar (wurfl) in my local repo. -Borut On 16.5.2006 10:53, Borut Bolčina wrote: Hello, When generating site with mvn site I am getting    Downloading:    http

Re: install-file generatePom

2006-05-16 Thread Borut Bolčina
On 16.5.2006 12:59, Martin Vysny wrote: On Tue, 2006-05-16 at 11:27 +0200, Borut Bolčina wrote: When removing mirror idplanetmirror.com/id nameplanetmirror Mirror of http://repo1.maven.org/maven2//name urlhttp://public.planetmirror.com

Re: [ANN] Maven Site Plugin 2.0 Beta 5 Released

2006-05-16 Thread Borut Bolčina
Brett Porter pravi: The Maven team is pleased to announce the release of the Maven Site Plugin, version 2.0-beta-5. * [MSITE-104] - There is no way to specify the input encoding of site documents I was eagerly awaiting this feature. Thanks! Writing documentation in UTF-8 works now, ...

Re: repo down?

2006-05-15 Thread Borut Bolčina
Hi, I reported this as *MEV-393 http://jira.codehaus.org/browse/MEV-393 * http://snapshots.maven.codehaus.org/maven2 is still down :-( bye, Borut Wayne Fay pravi: This is a bug/mistake. Please file a JIRA bug under MEV (Maven Evangelism) so it can be repaired. Published artifacts should not

Re: RE : repo down?

2006-05-15 Thread Borut Bolčina
This hack works, but not all the way! There is another reference to http://snapshots.maven.codehaus.org/maven2 in .m2\repository\org\mortbay\jetty\jetty\6.0.0beta12\jetty-6.0.0beta12.pom pluginRepositories pluginRepository idsnapshots/id

Re: Generating site - outputEncoding=utf-8 doesn't work with menu and links names

2006-05-08 Thread Borut Bolčina
Look here http://jira.codehaus.org/browse/MSITE-19 and vote. UTF8 characters don't work. I am quite frustrated 'couse I can't write docs for current projects at work. -borut Alexandre Poitras pravi: I have had the same problem. I think the problem is Velocity encoding isn't set correctly

Various encoding problems with InputStream and XML

2006-04-17 Thread Borut Bolčina
I found this http://jira.codehaus.org/browse/MSITE-19 Can I conclude that after solving all the issues in this bug report, we will be able to to write documentation in UTF-8 format? Regards, Borut - To unsubscribe, e-mail:

Re: Maven 2 site plugin outputEncoding

2006-04-16 Thread Borut Bolčina
="Content-Type" content="text/html; charset=utf-8" / in generated HTML. All my files are in utf-8, also XML prolog is set to utf-8. Advice appreciated. -Borut Borut Bolčina pravi: Made some progress. Velocity jar in m2 repository includes velocity.properties file which is

Re: Maven 2 site plugin outputEncoding

2006-04-16 Thread Borut Bolčina
sets meta http-equiv=Content-Type content=text/html; / in generated HTML. All my files are in utf-8, also XML prolog is set to utf-8. Advice appreciated. -Borut Borut Bolčina pravi: Made some progress. Velocity jar in m2 repository includes velocity.properties file which is used for configuring

Re: [M2] 'site' archetype failing

2006-04-16 Thread Borut Bolčina
Not in 2.0.4 Eric Redmond pravi: Yeah, I submitted a patch to fix that 4 months ago ( http://jira.codehaus.org/browse/ARCHETYPE-14), and its apparently being fixed in the next recent version? I really don't know. Eric On 4/16/06, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, I am having

  1   2   >