cannot undeploy archiva

2006-10-23 Thread Nicolas DE LOOF
I'm running Archiva webapp under tomcat 5.5 I'd like to undeploy without restarting Tomcat (as I don't have admin acces to the server). When I undelploy archiva webapp using tomcat manager, the webapp/archiva directory is not removed and WEB-INF/lib still contains: jpox-1.1.1.jar plexus-cont

Re: Complete offline? was: (Re: Dummy question" my first Maven project[...])

2006-10-19 Thread Nicolas DE LOOF
Maven is "only" a container for plugins. The installation includes the required base to run maven, but all plugin and the libs they required are downloaded. This make the first maven runs "long" as lot's of jars are downloaded. After a first run worked, no more internet connexion is required t

Re: Dummy question" my first Maven project: The plugin 'org.apache.maven.plugins:maven-archetype-plugin'does not exist ...

2006-10-19 Thread Nicolas DE LOOF
Try to run mvn *-U* archetype:create -DgroupId=com.mycompany.app -DartifactId=myApp The "-U" force plugin updates, thismay solve this issue. Xavier Outhier a écrit : Hi all, I'm sure this is not a cutting edge question. I've just downloaded and installed Maven. 1) Well, I simply followed

Re: Filtered proxy ?

2006-10-19 Thread Nicolas DE LOOF
to create some "it-tests" jars. Could Archiva update it's plexus configuration at runtime to add such custom types ? Nico. Arnaud HERITIER a écrit : http://jira.codehaus.org/browse/MRM-210 is related to this problem cheers Arnaud On 10/19/06, Nicolas DE LOOF <[EMAIL PROT

Re: Filtered proxy ?

2006-10-19 Thread Nicolas DE LOOF
or converting maven1 repository to maven2 or is this a "MPA" issue ? Nico. Brett Porter a écrit : They should be able to be added. - Brett On 19/10/2006, at 9:11 PM, Nicolas DE LOOF wrote: MRM-211 I looked into code and I think this is an issue with maven2 DefaultArtifactHand

Re: Filtered proxy ?

2006-10-19 Thread Nicolas DE LOOF
actHandlers ? Nico. Emmanuel Venisse a écrit : Seems to be a bug. Please, file an issue. Emmanuel Nicolas DE LOOF a écrit : Yet another question : How to handle maven1 plugins using Archiva as a proxy ? Example : I request maven PMD plugin 1.9 using maven1 Archiva looks into http://repo1.ma

Re: What configuration for my Use case

2006-10-19 Thread Nicolas DE LOOF
ays be unified. - Brett On 18/10/2006, at 11:27 PM, Nicolas DE LOOF wrote: I've got a private repo splitted in 4 parts : * restricted artifacts : SUN jars, oracle libs... * free libs not yet on ibiblio * sources : sources jars not available on ibilbio * private : our corporate commo

Re: Why do some jars in ibiblio do not have .pom files?

2006-10-19 Thread Nicolas DE LOOF
Relocation POMs should then be usefull ! Dan Tran a écrit : axis group has been moved to org/apache/axis, that could be the reason why nobody bothers to fix the missing pom. -D On 10/18/06, Christian Goetze <[EMAIL PROTECTED]> wrote: Just wondering - examples include: axis/axis-saaj/1.4/

Re: smb URL support ?

2006-10-18 Thread Nicolas DE LOOF
I just found this : http://www.mvdb.org/viewcvs/viewcvs.cgi/maven/wagon/wagon-smb/ Maybe interesting as a contrib to Wagon project ? No Idea of the project status, just discovered it using Google... Nicolas DE LOOF a écrit : Thanks for info. Is there any plan for this or should I mount a

Re: smb URL support ?

2006-10-18 Thread Nicolas DE LOOF
Thanks for info. Is there any plan for this or should I mount a shared drive ? (or use a file://.. URL) ? Emmanuel Venisse a écrit : smb protocol isn't supported by maven/archiva because we don't have a smb provider in wagon. Emmanuel Nicolas DE LOOF a écrit : What are the

Filtered proxy ?

2006-10-18 Thread Nicolas DE LOOF
Yet another question : How to handle maven1 plugins using Archiva as a proxy ? Example : I request maven PMD plugin 1.9 using maven1 Archiva looks into http://repo1.maven.org/maven2/maven/maven-pmd-plugin/1.9/ and get the POM It also searchs the Artifact as "maven/maven-pmd-plugin/1.9/maven-

What configuration for my Use case

2006-10-18 Thread Nicolas DE LOOF
I've got a private repo splitted in 4 parts : * restricted artifacts : SUN jars, oracle libs... * free libs not yet on ibiblio * sources : sources jars not available on ibilbio * private : our corporate commons libs I'd like to make my 4 repos managed to check for consistency using archiva rep

smb URL support ?

2006-10-18 Thread Nicolas DE LOOF
What are the supported protocols for proxying a repository ? In my case, archiva is deployed on a Windows box and my corporate repo is on another windows box, accessible via a SMB file share. Is it possible to use "smb://" as URL and to pass username/password ? Nico. This message contain

Re: xslt Mojo Howto

2006-09-29 Thread Nicolas De Loof
I've found it myself : (.*)xml $1jsp Nicolas De Loof a écrit : Hello, I'd like to use the XSLT mojo to convert some XML files to JSP using an XSLT template (for used with rialto studio) This works fine, but I don't understant

xslt Mojo Howto

2006-09-29 Thread Nicolas De Loof
Hello, I'd like to use the XSLT mojo to convert some XML files to JSP using an XSLT template (for used with rialto studio) This works fine, but I don't understant how to use the fileNameReplacement property to convert my file to a .jsp. Can someone give me some explaination ?

xmlbeans : empty artifact folder on ibiblio

2006-09-19 Thread Nicolas De Loof
http://www.ibiblio.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/ exists but is empty. It is required by the xmlbeans Mojo. If this "-dev" artifact is not expected on ibiblio (not a final version ?), why is there a folder for it ? Is there any alternative repo to get it ? Nico. This me

system in plugin

2006-09-13 Thread Nicolas De Loof
Hello, I'm trying to write a plugin ("maven-jet-compiler") that uses some eclipse jars. As they are not available on ibiblio, I first tried to use a to point ot my {eclipse.home} : org.eclipse.core runtime 3.2.0 system ${eclipse.home}

Re: [repost] doxia confluence Howto

2006-09-13 Thread Nicolas De Loof
écrit : Nicolas De Loof <[EMAIL PROTECTED]> writes: Hello, I'd like to use confluence syntax for my project documentation, but doesn't find any doc for configuring doxia. I tried addind a stc/site/confluence/test.confluence file, but it is not translated. Hello, Normally, you s

[repost] doxia confluence Howto

2006-09-13 Thread Nicolas De Loof
Hello, I'd like to use confluence syntax for my project documentation, but doesn't find any doc for configuring doxia. I tried addind a stc/site/confluence/test.confluence file, but it is not translated. Can someone give me some help ? Nico. This message contains information that may b

Re: [maven 1.x] downloading dependencies

2006-09-12 Thread Nicolas De Loof
is not used by maven to download artifacts, it is only there for information. Some artifacts are not free ot redistribute, like java API (java activation framework, javamail ...) so you have to download them and put them in your repository manualy. What artifacts are failing ? Nico. And

Re: [maven1.x] maven-test-plugin.jar 1.8.1

2006-09-12 Thread Nicolas De Loof
Did someone found a solution to MPTEST-66 ? For info, since Test 1.8 doesn't run java:compile anymore if test.skip = true, some other plugins need update AND java:compile is ran twice when building a jar. Nico. Arnaud HERITIER a écrit : Be careful, the more recent is the snapshot of the ve

howto use doxia confluence module ?

2006-09-10 Thread Nicolas De Loof
Hello, I'd like to use confluence markup for my project doc instead of APT. Doxia project site has no doc at all (that sounds interesting for a documentation tool ;-)) and I can't find help in google or maling list archives ... as searching for "doxia+confluence" points me to wikis powered b

Re: [solved] product codes at java 1.4, test sources at java 1.5

2006-09-08 Thread Nicolas De Loof
I just added a note to warn that this is only a maven2 hack, not an official solution to multiple target JRE. Wendy Smoak a écrit : On 9/7/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I solved the issue of compiling the application code for Java 1.3 AND using java5 for tests :

Re: RE : [solved] product codes at java 1.4, test sources at java 1.5

2006-09-08 Thread Nicolas De Loof
gives me other ideas ;-) Nico. LECAN Damien a écrit : Waoh, good job. Your special configuration gave me a lot of ideas (Especially section in plugin configuration) Thanks Damien Lecan Message d'origine De: Nicolas De Loof [mailto:[EMAIL PROTECTED] Date: jeu. 07/09/20

[solved] product codes at java 1.4, test sources at java 1.5

2006-09-07 Thread Nicolas De Loof
I solved the issue of compiling the application code for Java 1.3 AND using java5 for tests : Application code is compiled based on java 1.3 using compiler bootclasspath argument. Tests are compiled by adding a compiler execution prior to test-phase (as I didn't find a way to configure tes

override dependency used by a plugin

2006-09-07 Thread Nicolas De Loof
Hello, I'd like to use the jibx plugin (jibx.sourceforge.net) This maven2 plugin declares dependencies to jibx 1.0-RC1. I'd like to override this to use jibx 1.1 on plugin execution. I've added a element in my plugin configuration, to override jibx-run and jibx-bind to 1.1, but I always get

Re: Real world uses for adding peer directories besides main/ in src/ ?

2006-09-05 Thread Nicolas De Loof
The "main" level is used to separate distributed code (compiled and bundled in the artifact) from any other things, like tests, docs (site), but you can also include benchmarks, code samples... Stephen Duncan a écrit : Well, primarily, there's "test" and "site" at the same level as "main"...

Re: product codes at java 1.4, test sources at java 1.5

2006-09-04 Thread Nicolas De Loof
Use a top level configuration based on Java5, and define an with ID "default" for the compile phase, based on Java 1.4. You should use the bootclasspath to avoid your compiled code to make reference to Java5 methods that does not exist in Java 1.4. This is a common bug using StringBuffers i

Re: product codes at java 1.4, test sources at java 1.5

2006-09-04 Thread Nicolas De Loof
I'm using Java5 to run maven and other tools and I'm using the bootclasspath to force compiler to use java1.3 jre Runtime for compilation : org.apache.maven.plugins maven-compiler-plugin 1.3 1.3

[m1.1] aspectJ plugin : all my project is copued into target/classes

2006-09-01 Thread Nicolas De Loof
Hello, I've just added maven-aspectj-plugin to my project. When I run maven aspectj:compile, all my project directory is copied into target/classes* If I set maven.aspectj.weaveAspectSources = false, I works fine. Setting in my POM also solves this issue. It seems maven 1.1-beta-3 consider

Re: I get the FAILURE mail 12 times !

2006-08-30 Thread Nicolas De Loof
I'm using continuum 1.0.3 and maven 1.1-beta-3 Do you need some logs or anything I can attach to the issue ? Emmanuel Venisse a écrit : continuum 1.0.3? maven 1? Normally it was fixed. If you use these versions, it's a bug, please file an issue. Emmanuel Nicolas De Loof a écrit

I get the FAILURE mail 12 times !

2006-08-30 Thread Nicolas De Loof
Hello, I just configured my Continuum server. My build fails, and I get a warning mail for that. ... but I get it 12 times. Looking at the projet configuration page, my email is configured 12 time as Notifier ! I delete all those noifiers, but after some (failed) builds they come back. Is t

Re: MRM-153

2006-08-29 Thread Nicolas De Loof
I've added a testcase to MRM-153 that demonstrate relocation. Nicolas De Loof a écrit : I'd like to add some TestCase, but I hardly understand how plexus works, and how to write such a test. Brett Porter a écrit : I'll take a look. Did you add tests? BTW, these sorts o

Re: MRM-153

2006-08-29 Thread Nicolas De Loof
I'd like to add some TestCase, but I hardly understand how plexus works, and how to write such a test. Brett Porter a écrit : I'll take a look. Did you add tests? BTW, these sorts of questions are perfectly suited to the archiva-dev list. - Brett On 28/08/2006, at 8:36 PM,

Re: Lucene test fails...

2006-08-28 Thread Nicolas De Loof
d and must wait for GC to be closed. Brett Porter a écrit : Might need to use FileUtils.delete instead of just delete. Please file an issue. On Windows, files sometimes aren't deleted until GC. It's a long standing JVM issue. On 28/08/2006, at 7:00 PM, Nicolas De Loof wrote:

MRM-153

2006-08-28 Thread Nicolas De Loof
I've changed patch to use "archiva" project/package names and to better support maven1 request relocation : "when an artifact OR IT'S CHECKSUM is requested by maven1, Archiva uses the artifact POM and relocation meta-datas to get return the relocated artifact / checksum." Nico. This mess

Re: maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
lastModified = new Date(file.lastModified()); ... } It seems the default Date.toString() is acceptable for Last-Modified header. Nico. Nicolas De Loof a écrit : I was wrong in this diagnostic. Sounds like a Wagon bug : When artifact doesn't exists, maven ask for last-modified

Re: maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
o would be the best. Nicolas De Loof a écrit : Maven1 is sending an "If-Modified-Since" header. Sounds like Archiva doesn't send the file. As it just downloaded it, I supose file in managed repo has lastchanged date to "now". So this sounds like an Archiva bug. Ni

Re: maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
Maven1 is sending an "If-Modified-Since" header. Sounds like Archiva doesn't send the file. As it just downloaded it, I supose file in managed repo has lastchanged date to "now". So this sounds like an Archiva bug. Nicolas De Loof a écrit : I've setup my ar

maven1 doesn't download artifacts from Archiva...

2006-08-25 Thread Nicolas De Loof
I've setup my archiva as a maven proxy and can get artifacts as expected using legacy path when using a browser. I've set maven.repo.remote = http://localhost:8080/maven-repository-webapp/proxy/vasn/ Now, when I run maven (1.1-beta-3) to build my project, artifacts are downloaded in my manag

Re: using archiva as a maven1 repo proxy...

2006-08-25 Thread Nicolas De Loof
24/08/2006, at 5:48 PM, Nicolas De Loof wrote: I also noticed this : When Archiva downloads a maven1 artifact, (let's say servletapi-2.3 if relocation isn't used) the checksum is stored in repo using a maven2 path, but the artifact is stored using original maven1 path. This may p

Re: using archiva as a maven1 repo proxy...

2006-08-24 Thread Nicolas De Loof
etapi\2.3\servletapi-2.3.jar.sha1 -> servletapi\jars\servletapi-2.3.jar When a maven2 client asks for it, the artifact is downloaded a second time -> servletapi\servletapi\2.3\servletapi-2.3.jar I'll investigate this... Nico. question 2. may be more difficult... Somewhat, but I th

Re: using archiva as a maven1 repo proxy...

2006-08-23 Thread Nicolas De Loof
.codehaus.org/browse/MRM-152 for it and attached a patch. question 2. may be more difficult... Nicolas De Loof a écrit : Two questions about archiva support for maven1 repository requests : 1. How does archiva extracts artifactId / version from maven1 request ? I have created a quick & dir

Re: [repo manager] first try [solved]

2006-08-22 Thread Nicolas De Loof
e you interested in helping out fix some issues? We have a list archiva-[dev|[EMAIL PROTECTED] for discussing this now. - Brett On 22/08/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I still have an issue : I cannot acces my corporate repo using smb filesystem. I've tried URL format

Re: [repo manager] first try [solved]

2006-08-22 Thread Nicolas De Loof
t's wrong. I've setup log4j with org.apache.maven=DEBUG and I get lot's of debugs from the webapp, but none from the artifact downloading failure. What class does the real artifact downloading ? Nicolas De Loof a écrit : How wonderfull ! I think i'll really love it...

Re: [repo manager] first try [solved]

2006-08-22 Thread Nicolas De Loof
How wonderfull ! I think i'll really love it... Brett Porter a écrit : It already is (send an m1 URL it's way, it will translate it). - Brett On 22/08/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Solved : My tomcat server was running as a service and it cannot access

Re: [repo manager] first try [solved]

2006-08-22 Thread Nicolas De Loof
nor maven1 neither maven2 use a custom user-agent String, but don't use the same HTTP transport, so using user-agent may be a solution to detect the version of maven used... Nicolas De Loof a écrit : I've configured my apache server to serve the corporate repo "private"

Re: [m2] howto run the maven compiler two times ?

2006-08-21 Thread Nicolas De Loof
Thanks, this is the solution I'm also using. Works but reuires to update the POM on every new Java5 class added to project... Jörg Schaible a écrit : It has flaws, but it works: http://jira.codehaus.org/browse/MCOMPILER-37 (see my comment) - Jörg

Re: [m2] howto run the maven compiler two times ?

2006-08-21 Thread Nicolas De Loof
compiler plugin would need to be configurable (e.g. I can overwrite the default src dir with one of my own choosing) Ruel Loehr JBoss QA -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: Monday, August 21, 2006 10:31 AM To: Maven Users List Subject: [m2

[m2] howto run the maven compiler two times ?

2006-08-21 Thread Nicolas De Loof
Hello, I've a requirement for a utility lib to include both Java1.3 and Java5 code. I don't want to split my lib into two jars, but to split the source three into src/main/java and src/main/tiger. I'm searching for a way to configure the compiler plugin for this. I've set two compiler confi

Re: [repo manager] first try

2006-08-21 Thread Nicolas De Loof
get artifacts from ibiblio, so proxying seem to work fine, but not for my local apache ? Nicolas De Loof a écrit : My corporate repository is splited into multiple parts - restricted (SUN jars) - private (our libs) - sources (free libs -sources.jar for debug in eclipse) - free (free libs not yet

Re: [repo manager] first try

2006-08-21 Thread Nicolas De Loof
x27;m trying to make the same using Archiva. Perhaps There is a better way ? Brett Porter a écrit : Should work - please file in JIRA. Though maybe you want to add that directory as a managed repository directly? - Brett On 22/08/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Gre

Re: [repo manager] first try

2006-08-21 Thread Nicolas De Loof
heers, Brett On 22/08/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Thanks ! Synch not beeing available will not be a problem as I can proxy my private repo (can I use a "file:///D:/repo/private" URL ?) What is the URI to use in the maven-repository-webapp to use it as a proxy ? F

Re: [repo manager] first try

2006-08-21 Thread Nicolas De Loof
yet it will be empty - sync isn't implemented yet If there is anything that could make this easier/clearer, let us know! Thanks, Brett On 21/08/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, I just compiled maven repository manager and try it as a nice replacement to my mave

[repo manager] first try

2006-08-21 Thread Nicolas De Loof
Hello, I just compiled maven repository manager and try it as a nice replacement to my maven-proxy. I've added a "proxyed" repository for ibiblio and a FileSystem synched for my private repo. Now I'd like to use repository manager as a proxy. When I go to "browse" it complain about not be

[m1] new test plugin behavior introduces lot's of bugs !

2006-08-21 Thread Nicolas De Loof
Hello guys, Recent test plugin (1.8) changed to not depend on java:compile if maven.test.skip = true or no test are present. This introduced MPWAR-62, that is now solved. AFAIK this also introduce a bug in jar plugin that will compile two times the java sources This also creates a bug when us

Re: [m1.1] why doesn't eclipse plugin download javadocs ?

2006-08-18 Thread Nicolas De Loof
colas De Loof a écrit : Eclipse plugin now downloads sources jar to allow debugging and javadoc. For restricted libs, like the oracle JDBC driver, sources are not available but javadoc can be downloaded from oracle web site. I can install the javadoc jar manually in my local repo, but I'd li

[m1.1] why doesn't eclipse plugin download javadocs ?

2006-08-18 Thread Nicolas De Loof
Eclipse plugin now downloads sources jar to allow debugging and javadoc. For restricted libs, like the oracle JDBC driver, sources are not available but javadoc can be downloaded from oracle web site. I can install the javadoc jar manually in my local repo, but I'd like to put it in my corporat

Re: my notifier email is removed during build !

2006-08-18 Thread Nicolas De Loof
m? This address is added as a notifier, and I don't think it is removed. Emmanuel Nicolas De Loof a écrit : Hello I'm using Continuum for my maven1 project. I've added a email notifier to get build result. Build runs fine, I get no mail, and when I get back to project page the

[Continuum] my notifier email is removed during build !

2006-08-17 Thread Nicolas De Loof
Hello I'm using Continuum for my maven1 project. I've added a email notifier to get build result. Build runs fine, I get no mail, and when I get back to project page there is no notifier anymore. I've tried it several times, check the notifier beeing present before build, stop and restarted con

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

2006-08-17 Thread Nicolas De Loof
I've just tested it and it works fine with sub-projects. It also looks better than sublcipse IMHO, and has a better handling of renamed/moved files (specific icon) that subclipse handles as removed+added. In the meantime, it might be worth giving Subversive a try ( http://www.polarion.org/inde

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

2006-08-17 Thread Nicolas De Loof
Are you talking about subclipse issue 511( http://subclipse.tigris.org/issues/show_bug.cgi?id=511 ) ? If so, people interested in having this fixed should probably create an account on tigris.org and vote for this issue. You're right. Please vote ! In the meantime, it might be worth givin

Re: [m2] eclipse:eclipse and eclipse 3.2 projects within a projectsupport.

2006-08-17 Thread Nicolas De Loof
I use hierarchical projects in eclipse myself. Import wizard doesn't search sub-directories if the top-directory has a .project file. I had to delete the .project generated during checkout before importing all sub-projects in one click. Then I can restore the .project and import the top level

howto clean continuum build history ?

2006-08-03 Thread Nicolas De Loof
Hello, it took me time to setup continuum and my build process, so I've lot's of failed builds in my project history. How to clean this ? Will this history grow without limit ? This message contains information that may be privileged or confidential and is the property of the Capgemini Group

[m1] how to set testmatchpattern from maven.xml

2006-07-18 Thread Nicolas De Loof
Hello, I'd like to run some tests in my multiproject maven.xml (thos tests will run on my continuum server) I've setup a goal in my parent maven.xml that uses reactor to execute test:match : I don't find a way to set testmatchpattern : property="testmatchpattern" .. Neither has

Re: Java EE

2006-07-12 Thread Nicolas De Loof
http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html Convention is to use the java package for java APIs as groupId. So for example, the java connector API (jca) has groupId "javax.resources". You can ask SUN and the JCA JSR members why the did not use javax.jca or javax.connect

Re: M2: spring-orm

2006-07-04 Thread Nicolas De Loof
Spring-orm does not exist in post M3 version. It has been splited into spring-jdo, spring-ojb, spring-ibatis... christophe blin a écrit : Hi, I'd like to know why the spring-orm version 2.0-m4 is not ibiblio while spring-mock, spring-dao, ... are present in this vesrion. Is this something I

Re: use "fork" with compiler plugin : "line too long"

2006-06-30 Thread Nicolas De Loof
I was setting fork option to "true" because I want to set the javac bootclasspath. I discovered this is not required, and the in-process compiler uses my bootclasspath. Nico. Nicolas De Loof a écrit : On windowsn when configuring M2 compiler-plugin I get " Failure execut

use "fork" with compiler plugin : "line too long"

2006-06-30 Thread Nicolas De Loof
On windowsn when configuring M2 compiler-plugin I get " Failure executing javac, but could not parse the error: La chaîne de caractères suivante est trop longue : -d D:\commons\platina\platina-remoting\target\classes -c ... " This line too long error seems to be a limitation of the win32 comma

Re: updating a jar that is changed in remote repository

2006-06-30 Thread Nicolas De Loof
This use case is covered by the "SNAPSHOT" keyword. Deploy your artifact as x.y.z-SNAPSHOT. Maven will produce metadatas on the latest version and check for update (one time every day by default). You may need to configure your repo in settings.xml to enable snapshots. Ahmet Işık a écrit : h

[solved] Re: configure compiler plugin to use JDK1.3 rt.jar

2006-06-30 Thread Nicolas De Loof
is class helped me to understand M2 expression substitutions. It may be even better to use some "getDependencyPath" as in M1, but this works fine. Nico Nicolas De Loof a écrit : I've made a minimal POM to test this, I allways get " compilerArguments = {bootclasspath=null}

Re: configure compiler plugin to use JDK1.3 rt.jar

2006-06-30 Thread Nicolas De Loof
compiler-plugin ${localRepository.class} com.sun rt 1.3.1_08 Nicolas De Loof a écrit : ${localR

Re: configure compiler plugin to use JDK1.3 rt.jar

2006-06-29 Thread Nicolas De Loof
${localRepository.class} gives me ... {bootclasspath=null/com/sun/rt/1.3.1_08/rt.jar} Isn't this strange ? Carlos Sanchez a écrit : try localRepository.class to see what class is it, and then look into the javadocs to see what properties are available On 6/29/06, Nicolas De Loof &l

Re: configure compiler plugin to use JDK1.3 rt.jar

2006-06-29 Thread Nicolas De Loof
tried ${localRepository.location}, ${localrepository.basedir} but allways get {bootclasspath=null/com/sun/rt/1.3.1_08/rt.jar} Any suggestion, please ? Nicolas De Loof a écrit : That may be an interesting way to solve this issue. But for a workaround, do you know any way to set the compilerArguments us

Re: configure compiler plugin to use JDK1.3 rt.jar

2006-06-29 Thread Nicolas De Loof
the bootclasspath On 6/29/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: That seems a good solution Could you please tell me how to get the absolute path to a dependency ? What is the maven2 equivbalent for maven 1 "${plugin.getDependencyPath('com.sun:rt&

Re: configure compiler plugin to use JDK1.3 rt.jar

2006-06-29 Thread Nicolas De Loof
rArguments instead -D On 6/28/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello, How to set the bootclasspath used by maven-compiler-plugin ? My build must target JDK1.3 so I've configured compiler plugin to use JRE1.3 rt.jar as bootclasspath. Please notice I&#

configure compiler plugin to use JDK1.3 rt.jar

2006-06-28 Thread Nicolas De Loof
Hello, How to set the bootclasspath used by maven-compiler-plugin ? My build must target JDK1.3 so I've configured compiler plugin to use JRE1.3 rt.jar as bootclasspath. Please notice I'd like to avoid to install a 1.3 JDK on every developper system and use . org.apache.mav

Re: how to generate -sources.jar on install/deploy

2006-06-28 Thread Nicolas De Loof
Works fine, thanks for quick reply ! Jochen Wiedmann a écrit : On 6/28/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I'd like my projects to automatically generate the -sources.jar when running mvn install or deploy. I've lokked for this at maven-sources-plugin but there i

how to generate -sources.jar on install/deploy

2006-06-28 Thread Nicolas De Loof
Hello, I'd like my projects to automatically generate the -sources.jar when running mvn install or deploy. I've lokked for this at maven-sources-plugin but there is no doc. How to include sources jars in my build process ? Nico. This message contains information that may be privileged or

sources attachement

2006-06-22 Thread Nicolas De Loof
Hello guys, I'd like to contribute to maven2 repo by addind sources-jar I've created in my corporate repo (for source attachement in Eclipse IDE) I'd like to avoid creating a hundred upload-bundles for Jira upload request. Would you consider a single ZIP containing my whole source repository ?

Re: inhouse WebSphere repo

2006-06-07 Thread Nicolas De Loof
I'm using com.ibm as groupId for IBM jars (websphere & MQ) in my private repo. If you are using lot's of IBM jars you may use a more specific groupIds like com.ibm.websphere Nico. SlinnHawkins, Jon (ELS) a écrit : Hi, I'm trying to find a nice way of building a repository for all the IB

Re: Project Documents - Where To Place?

2006-04-04 Thread Nicolas De Loof
I'm wrinting my doc in XHTML using openoffice, and used (using html2xdoc) to intergate it in maven site. Is there any html2xdoc doxia module, or anything similar ? Plugin matrix says about html2xdoc "Could easily make an html parser for Doxia", where to find some doc about doxia modules ? Ni

Re: maven-proxy support for M2

2006-03-30 Thread Nicolas De Loof
this case, why use a proxy ? What's the cache.period property for ? Jörg Schaible a écrit : Hi Nicolas, Nicolas De Loof wrote on Thursday, March 30, 2006 2:36 PM: Does the *redownloading of poms* feature bypass the cache ? I notice .pom downloading being very slow, even when allre

[Solved] Re: how to set a String[] parameter ?

2006-03-30 Thread Nicolas De Loof
en.apache.org/guides/plugin/guide-java-plugin-development.html) Nicolas De Loof a écrit : Hello, I'm trying to configure aspectJ plugin and want to configure the "includes" property. According to http://maven.apache.org/guides/plugin/guide-java-plugin-development.html I've

Re: maven-proxy support for M2

2006-03-30 Thread Nicolas De Loof
x27;t know which one wins, I didn't write the code, but *better m2 support* means redownloading of poms and IIRC also metadata files I wrote the code and the proxy loads the "newest" ;-) - Jörg On 3/30/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: Hello

how to set a String[] parameter ?

2006-03-30 Thread Nicolas De Loof
Hello, I'm trying to configure aspectJ plugin and want to configure the "includes" property. According to http://maven.apache.org/guides/plugin/guide-java-plugin-development.html I've tried this : **/aspects/*.aj **/aspects/*.java But I get an error : [INFO]

struts 1.2.9 checksum failure

2006-03-30 Thread Nicolas De Loof
It seems struts 1.2.9 POM checksum is wrong on ibiblio. [INFO] artifact struts:struts: checking for updates from central [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'da353354177574bb1a0e16bd3618fdcabfb2378c'; remote = 'da39a3ee5e6b4b0d255bfef95601890afd80709' - RETRYI

[m2] How to use deploy:deploy-file to manage my private repo ?

2006-03-30 Thread Nicolas De Loof
Hello, I've got to add some private / restricted artifacts in my corporate repo, but I'd like to avoid creating all the required directories. install:intall-file can be used to put an artifact in local repo. Can I use deploy:deploy-file to do the same in my corporate repo ? How to set the re

maven-proxy support for M2

2006-03-30 Thread Nicolas De Loof
Hello maven-proxy 0.2 has been released with "better support for maven2". My proxy is configured to merge artifacts from central, mojo-snapshots and others m2 repositories. How does maven-proxy handle "metadata.xml" files ? Without a proxy, maven2 downloads this file from every repo and add

[solved] Re: [m2] compiler has no effect ?

2006-03-29 Thread Nicolas De Loof
Reading plexus-compiler-javac source I discoverd 1.3 was the problem : This property seems to force the javac version, and 1.3 doesn't support -source option Nicolas De Loof a écrit : I've set debug on and it seems source is correclty set for compiler-plugin. Maybe a plexu

Re: [m2] compiler has no effect ?

2006-03-29 Thread Nicolas De Loof
atina-remoting:jar:0.1-SNAPSHOT **[DEBUG] (f) source = 1.3 [DEBUG] (f) staleMillis = 0 **[DEBUG] (f) target = 1.3 [DEBUG] (f) verbose = false [DEBUG] -- end configuration -- Nicolas De Loof a écrit : Hello, I've setup maven-compiler-plugin to be 1.3

[m2] compiler has no effect ?

2006-03-29 Thread Nicolas De Loof
Hello, I've setup maven-compiler-plugin to be 1.3 compliant : org.apache.maven.plugins maven-compiler-plugin 1.3 1.3 1.3 Running maven using JDK 1.5 I get : "Failure executing javac, but could not parse the error: javac: tar

[m2] eclipse plugin source download

2006-03-29 Thread Nicolas De Loof
I'm using eclipse source-download facility and it's great to get sources or javadoc attached in Eclipse classpath. Now my project uses oracle JDBC driver and some IBM classes, and I would like to mark those dependencies so that eclipse plugin doesn't try to get sources : it checks ibiblio an

Re: [m2] use of systemPath (was Compiling with JDK 1.4)

2006-03-29 Thread Nicolas De Loof
ke poms i'm open to put them in ibiblio for better consistency. On 3/29/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I also have considered adding it to my private repository. Would you consider using "java" groupId a good practice (according to SUN jar conventions), o

Re: [m2] use of systemPath (was Compiling with JDK 1.4)

2006-03-28 Thread Nicolas De Loof
how it's supposed to work. in my opinion it'd probably be better in the repository also, but anyway it's not redistributable. On 3/29/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: I'd like to add JRE "rt.jar" as a dependency to my POM, so that I can use i

[m2] use of systemPath (was Compiling with JDK 1.4)

2006-03-28 Thread Nicolas De Loof
I'd like to add JRE "rt.jar" as a dependency to my POM, so that I can use it in compiler plugin configuration : ${pom.getDependencyPath('jara:rt')} As this jar should be devivered on the system, I've set scope to "system" : java rt 1.3 system How to configure maven so

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Nicolas De Loof
Now, how to set the (computer specific) location of the "system" scoped dependency ? http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html only says the dependency will not be looked-up from repository, but HOW to provide it ? Nico. Nicolas De Lo

Re: [M2] Compiling with JDK 1.4

2006-03-28 Thread Nicolas De Loof
Could it be possible to set this "rt.jar" as a (system ?) dependency, something like this : ${getDependencyPath("java:rt:1.3")} Siegmann Daniel, NY a écrit : I too have had to override the JAVA_HOME JDK, though in my case it was to compile for 1.3 rather than 1.4. What you seem to be missin

Re: [m2] m2 equivalent to ${maven.home}

2006-03-24 Thread Nicolas De Loof
Created http://jira.codehaus.org/browse/MNG-2176 Emmanuel Venisse a écrit : The equivalent is ${maven.home} ;-) but it doesn't seems that it is interpreted in settings. File an issue. Emmanuel Nicolas De Loof a écrit : Hello, I'd like to change my repository location

[m2] m2 equivalent to ${maven.home}

2006-03-24 Thread Nicolas De Loof
Hello, I'd like to change my repository location to M2_HOME/repository. To make this portable on developement team, I'd like to use a variable that point to M2_HOME. Something like : ${m2.home}/repository Is there such property ? Nico. This message contains information that may be pr

<    1   2   3   4   5   6   7   >