Re: [m2][ibiblio-upload-request] ant-testutil-1.6.5.jar

2006-03-09 Thread Adrian Herscu
d: > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > If you don't follow those directions, then you're just crossing your > fingers and hoping someone else does it for you as a result of this > email. ;-) > > Wayne > > > On 3/9/06, A

[m2] Does MINSTALL-12 fix MINSTALL-14 ?

2006-03-09 Thread Adrian Herscu
Hi all, It seems like http://jira.codehaus.org/browse/MINSTALL-12 fixes http://jira.codehaus.org/browse/MINSTALL-14 -- is it true? Is there an fixed version of the maven-install-plugin? Thanks, Adrian. - To unsubscribe, e-mail

[m2][ibiblio-upload-request] ant-testutil-1.6.5.jar

2006-03-09 Thread Adrian Herscu
Hi all, Can someone upload the ant-testutil.jar to IBiblio? This jar is not distributed as part of the ANT binary distribution. I have built it today from ANT 1.6.5 sources (and it works now from my local repository). Attached the ant-testutil-1.6.5.jar and its maven-metadata-local.xml as it shows

Re: [m2] Surefire with additional JARs

2006-03-08 Thread Adrian Herscu
- --- [INFO] Compilation failure E:\DOCUME~1\bmf1972\MYPROJ~1\buildsys\ANT-WE~1\src\test\java\com\acme\b uildsys\ant\HelloWorldTest.java:[3,28] cannot resolve symbol symbol : class BuildFileTest location: package ant Adrian Herscu wrote: > If someone has built the ant-testut

Re: [m2] Surefire with additional JARs

2006-03-08 Thread Adrian Herscu
ns that it cannot resolve the BuildFileTest.class (which exists in ant-testutil.jar) -- where could I be wrong? Carlos Sanchez wrote: > You can get it uploaded to ibiblio > http://maven.apache.org/guides/mini/guide-ibiblio-upload.html > > On 3/8/06, Adrian Herscu <[EMAIL PRO

[m2] Surefire with additional JARs

2006-03-08 Thread Adrian Herscu
Hi all, I would like to build my own ANT tasks using Maven. The problem is that ANT testing requires a special JAR (ant-testutil.jar) which is not distributed through Maven's central repo. Now, I have two choices: 1) manually install that JAR in my local repo -- this will require everybody to ma

[m2] Plugin documentation generator?

2006-03-08 Thread Adrian Herscu
Hi all, Is there some documentation generator for Maven2 plugins? TIA Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [m202] SAX 2.0.2 support missing from ibiblio

2006-03-08 Thread Adrian Herscu
Meanwhile, it is documented here. The problem is deeper than that. Why there is no metadata about these dependencies? Wayne Fay wrote: > Excellent. Now let's see about getting that documented somewhere. ;-) > > Wayne > > > On 3/7/06, Adrian Herscu <[EMAIL PR

Re: [m202] SAX 2.0.2 support missing from ibiblio

2006-03-07 Thread Adrian Herscu
SOLVED --- The dependencies list for the task in ant-1.6.5 is: ant-node-ps-1.6.5 -- supplies the optional task classes xercesImpl-2.7.1 -- provides XML schema validation service xml-apis-1.3.02-- supplies the SAX 2.0.2 Extensions required by xercesImpl-2.7.1 Adrian Herscu wrote

Re: [m202] SAX 2.0.2 support missing from ibiblio

2006-03-07 Thread Adrian Herscu
ion" of the maven-script-ant that includes Saxon as a dependency, > and a JDK5 "version" which has no such dep. > > Wayne > > > On 3/7/06, Adrian Herscu <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> Anyone tried to use ANT xmlvalidate t

[m202] SAX 2.0.2 support missing from ibiblio

2006-03-07 Thread Adrian Herscu
Hi all, Anyone tried to use ANT xmlvalidate task from Maven? It seems that maven-script-ant 2.0.2 depends on ant 1.6.5 which depends on xercesImpl 2.7.1 (tried the 2.6.2 and does not work) which depends on SAX 2.0.2 Extensions (which contains the org/xml/sax/ext/Attributes2 class). Adrian. P.S.

[m2] POM inheritance in a flat multiproject

2006-03-06 Thread Adrian Herscu
Hi all, I have this directory layout: projects parent-proj pom.xml sub-proj pom.xml In parent-proj/pom.xml I have defined ../sub-proj In sub-proj/pom.xml I have defined ... ../parent-proj This works only if the sub-proj has defined a

Re: [m2] The packaging for this project did not assign a file to the build artifact

2006-03-05 Thread Adrian Herscu
.setFile( new java.io.File( myWarPath ) ); ]]> This of course requires maven-script-beanshell, bsf and ant-apache-bsf dependencies. Is there a more elegant way? E.g. using only clean ANT syntax? Adrian. Adrian Herscu wrote: > Hi all, > > I have followed the > http://maven.apache.

[m2] The packaging for this project did not assign a file to the build artifact

2006-03-04 Thread Adrian Herscu
Hi all, I have followed the http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html to add custom packaging and artifact handler to my plugin. In the ArtifactHandler configuration section I have defined: war my-type war my-language fa

[m2] Custom archetype problems and questions

2006-03-02 Thread Adrian Herscu
Hi all, I am trying to build a custom archetype and faced two problems: 1) Generate a Flat Package Directory Structure --- E.g., supposing groupId=com.acme, generate: com.acme +-foo.xml +-goo.xml instead of com +-acme +-foo.xml

Re: [m2] HOWTO: Compilers

2006-02-27 Thread Adrian Herscu
Found a plugin which enables the invocation of arbitrary executables: http://mojo.codehaus.org/exec-maven-plugin/exec-mojo.html Adrian Herscu wrote: > Chris, > > I confess that I have not thought about includes/excludes. > BTW, what happens if some class in the include set refe

Re: [m2] HOWTO: Compilers

2006-02-27 Thread Adrian Herscu
er > configuration quite extensively. > > In the end I think its just the way Brett and the guys chose to model it. > > If you have any specific issues with implementing the stuff, I'd be happy to > help out. > > Regards, > > Chris > > -Original Mess

Re: [m2] HOWTO: Compilers

2006-02-26 Thread Adrian Herscu
sample\maven-sample-csharp_exe\pom.xml (which shows how you to plumb > the compiler into maven using the maven compiler plugin. > > If you have any more issues, please email. I'll try and help. > > Chris > > -Original Message- > From: news [mailto:[EMAIL PROT

[m2] m2eclipse error: Build path contains duplicate entry

2006-02-24 Thread Adrian Herscu
Hi all, After enabling an existing M2 project the Eclipse builder complains about duplicate path entries. I looked into the Project-properties/JavaBuildPath/Libraries and the problem is that dependency paths declared in the pom.xml are declared again under some "Maven 2 Dependencies". The only o

[m2] m2eclipse system requirements

2006-02-24 Thread Adrian Herscu
Hi all, Couldn't find the system requirements of m2eclipse. On which Eclipse version it is supposed to work? Adrian. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Cannot download plexus-compilers

2006-02-23 Thread Adrian Herscu
Hi all, I am trying to setup different compilers -- so far I tried csharp and jikes without success. I have this pom.xml: org.codehaus.plexus plexus-compiler-jikes 1.3 ... org.apache.maven.plugins maven-compiler-plugin

[m2] HOWTO: Compilers

2006-02-23 Thread Adrian Herscu
Hi all, I am trying to understand how compilers are invoked by M2 and eventually how to add support for my own compiler. Please explain how M2 relates to Plexus (in other words why M2 needs Plexus?). Do I need to build my compiler support as a Plexus component? Is it possible to reuse existing

[m2] Broken source repository link

2006-02-22 Thread Adrian Herscu
Hi all, I am trying to find the plugin sources and I am receiving 404 errors when following the online source repository links. E.g. http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-compiler-plugin from the compiler plugin (http://maven.apache.org/plugins/maven-compiler

Re: [m2] Cannot generate test report with failing tests

2006-02-22 Thread Adrian Herscu
t this option. > > Thanks & Regards, > A.S.KRISHNAN, > AZTEC, BANGALORE. > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu > Sent: Wednesday, February 22, 2006 1:26 AM > To: users@maven.apache.org > Subject: [m2] Cannot ge

Re: Why Continuum?

2006-02-21 Thread Adrian Herscu
> Be aware that Maven 2 and Continuum have only been around for a few > months and more features are anticipated this year. > > > > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu > Sent: Tuesday, February 21, 2006 2:59

Why Continuum?

2006-02-21 Thread Adrian Herscu
Hi all, I am trying to find the answer to this question with no success. Currently, I am using CruiseControl -- why should I (or others like me) switch to Continuum? Adrian.

[m2] Cannot generate test report with failing tests

2006-02-21 Thread Adrian Herscu
Hi all, I am trying the surefire reporting. When all tests pass the report is generated with a 100% success rate :-) When some test fail then the report is not generated at all -- I am asking myself why do I need this report at all?! Please explain how to use, Adrian. --

Re: [m202] Hangs during the "Scanning for projects..." stage

2006-02-21 Thread Adrian Herscu
t down to project,model,artifactId,groupId and > version and start adding things back one at a time. > > -Original Message----- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu > Sent: Monday, February 20, 2006 6:40 PM > To: users@maven.apache.org > Subject

Re: [m202] Hangs during the "Scanning for projects..." stage

2006-02-21 Thread Adrian Herscu
or a parent, so > it was obvious from the log what the problem was. The only thing I can > suggest is to boil it down to project,model,artifactId,groupId and > version and start adding things back one at a time. > > -Original Message- > From: news [mailto:[EMAIL PROTECTED]

Re: [m202] Hangs during the "Scanning for projects..." stage

2006-02-20 Thread Adrian Herscu
output. > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu > Sent: Monday, February 20, 2006 5:33 PM > To: users@maven.apache.org > Subject: [m202] Hangs during the "Scanning for projects..." stage > > Hi all, > > I am

[m202] Hangs during the "Scanning for projects..." stage

2006-02-20 Thread Adrian Herscu
development tools. ${pom.organization.url}/~bmf1972/${pom.artifactId} scm:svn:http://super.development.local/repos/${pom.artifactId}/trunk/ scm:svn:http://super.development.local/repos/${pom.artifactId}/trunk/ http://super.development.local/viewcvs/

[M1.1] java:compile exception

2005-07-06 Thread Adrian Herscu
Hi all, Running the site goal I am getting this exception (it does not happen when running java:compile): java:compile: [echo] Compiling to E:\Documents\bmf1972\My Projects\test/target/classes [echo] == NOTE: Targetting JVM 1

Re: Maven & commons-jelly.1.0.jar

2005-07-06 Thread Adrian Herscu
Installed Maven 1.1 and it works well -- still, what is the reason for such a problem? Adrian Herscu wrote: Interesting what surprises are hidden behind Maven 1.1-beta-1... dan tran wrote: Adrian, maven 1.1-beta-1 supports commons-jelly-1.0, perhaps you can try that so that if any problem

Re: Maven & commons-jelly.1.0.jar

2005-07-05 Thread Adrian Herscu
Interesting what surprises are hidden behind Maven 1.1-beta-1... dan tran wrote: Adrian, maven 1.1-beta-1 supports commons-jelly-1.0, perhaps you can try that so that if any problem you find can be fixed at the released time. -D On 7/5/05, Adrian Herscu <[EMAIL PROTECTED]> wrote:

Maven & commons-jelly.1.0.jar

2005-07-05 Thread Adrian Herscu
Hi all, Anybody tried to use the commons-jelly.1.0.jar with Maven? I have copied commons-jelly.1.0.jar into my %MAVEN_HOME%/lib and when runnnig the site goal I am getting this error: maven-javadoc-plugin:report: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] L

Re: javadoc and jxr generation

2005-07-01 Thread Adrian Herscu
Brett, I think that I have found the problem and I can reproduce it. 1) Download the commons-jelly.1.0.jar from here: http://archive.apache.org/dist/java-repository/commons-jelly/jars/commons-jelly-1.0.jar 2) Copy it into %MAVEN_HOME%/lib 3) Run the site goal And you should get this: maven-j

Re: scm:tag failing

2005-06-30 Thread Adrian Herscu
Emmanuel Venisse wrote: With svn, you need to specify a tagbase, so you can run maven like this: maven scm:tag -Dmaven.scm.tag=TEST_TAG -Dmaven.scm.svn.tag.base=http://svn.server.com/repos_root/tags The docs. here (http://maven.apache.org/reference/plugins/scm/properties.html) specify tha

Re: javadoc and jxr generation

2005-06-04 Thread Adrian Herscu
his behavior is really annoying. Adrian. On 6/5/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: I have created an empty E:\stylesheet.css file and copied the D:\Documents and Settings\Administrator\.maven\cache\maven-jxr-plugin-1.4.2\plugin-resources\templates into E:\ and now the b

Re: javadoc and jxr generation

2005-06-04 Thread Adrian Herscu
initialized to an empty string - any suggestions? Thanks for your time, Adrian. Adrian Herscu wrote: Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find the their "stylesheet.css". Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\test>

Test suite failure does not cause a site build failure

2005-06-04 Thread Adrian Herscu
Hi all, When running the test goal against a failing test suite, Maven outputs BUILD FAILED. When running the site goal against a failing test suite (the same test suite as before), Maven outputs BUILD SUCCESSFUL. Why? Adrian. ---

Re: javadoc and jxr generation

2005-06-01 Thread Adrian Herscu
initialized to an empty string - any suggestions? Thanks for your time, Adrian. Adrian Herscu wrote: Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find their "stylesheet.css". Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\test>

Test suite failure does not cause a site build failure

2005-05-31 Thread Adrian Herscu
Hi all, When running the test goal against a failing test suite, Maven outputs BUILD FAILED. When running the site goal against a failing test suite (the same test suite as before), Maven outputs BUILD SUCCESSFUL. Why? Adrian.

Re: javadoc and jxr generation

2005-05-30 Thread Adrian Herscu
initialized to an empty string - any suggestions? Thanks for your time, Adrian. Adrian Herscu wrote: Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find the their "stylesheet.css". Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\test>

javadoc and jxr generation

2005-05-24 Thread Adrian Herscu
Hi all, maven-javadoc-plugin-1.7 and maven-jxr-plugin-1.4.2 cannot find the their "stylesheet.css". Here is the output: E:\Documents\bmf1972\CC_WORK\checkout\test>maven -e site __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
ember immediately, I have seen this before. Maybe search the archives? On 5/24/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: For debugging I've added two elements it the "cruisecontrol:configure" goal: ${plugin.resources} ${maven.cruisecontrol.template} The output is

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Hi Brett, Found nothing relevant. Adrian. Brett Porter wrote: While I don't remember immediately, I have seen this before. Maybe search the archives? On 5/24/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: For debugging I've added two elements it the "cruiseco

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
lugin-resources [echo] /cruisecontrol.jsl Because some mysterious reason the, when the maven.cruisecontrol.template property is assigned in the plugin.properties file, the plugin.resources is still a 0-length string. Adrian. Adrian Herscu wrote: Tried to change the plugin.jelly in D:\Document

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
Here is a good tutorial - copied from the "cruise-control.user" newsgroup: +++ I've managed to get SVN and Maven and CC working together. For those interested. My config.xml file is given below. Every 30 secs CC checks for up

Re: scm svn cruisecontrol issue

2005-05-23 Thread Adrian Herscu
, the file URL is resolved relative to to current directory (i.e. E:\Documents\bmf1972\My Tests\test). Adrian. Adrian Herscu wrote: The failure reason is that \cruisecontrol.jsl could not be found. Here is the stack trace: E:\Documents\bmf1972\My Tests\test>maven -e cruisecont

Re: scm svn cruisecontrol issue

2005-05-23 Thread Adrian Herscu
projects. Can you run with -e and paste the exception trace you get? Thanks, Brett On 5/23/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\b

and maven-project-3.0.0.xsd

2005-05-22 Thread Adrian Herscu
Hi all, Tried to validate my project.xml file against the POM schema (http://maven.apache.org/xsd/maven-project-3.0.0.xsd) and got a validation error about the tag. It seems that the tag is not allowed under the element. Here is the element definition:

scm svn cruisecontrol issue

2005-05-22 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\core>maven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_

Re: maven eclipse

2005-05-21 Thread Adrian Herscu
Yes, my mistake. I missed that because it shows at the end of the file. Kristian Nordal wrote: On 5/21/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: Thanks for your reply Kristian. Here is a fragment of the POM (generated by maven genapp): turbine-maven-dev@jakarta.apache.org sr

Re: maven eclipse

2005-05-21 Thread Adrian Herscu
*.properties So it should generate a: ... or I am doing something wrong. Adrian. Kristian Nordal wrote: On 5/21/05, Adrian Herscu <[EMAIL PROTECTED]> wrote: Hi all, Using Maven 1.0.2. maven eclipse generates only the test entry in the .classpath file Hi, Ha

maven eclipse

2005-05-20 Thread Adrian Herscu
Hi all, Using Maven 1.0.2. maven eclipse generates only the test entry in the .classpath file this one should be manually added (otherwise the project will not build in Eclipse): Note that the source paths are generated according to the old Maven directory layout (not as described here: htt

scm svn cruisecontrol issue

2005-05-19 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\core>maven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/

scm svn cruisecontrol issue

2005-05-19 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\core>maven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\

scm svn cruisecontrol issue

2005-05-19 Thread Adrian Herscu
Hi all, Using Maven 1.0.2 + maven-scm-plugin-1.5-beta-3. I am trying to generate a CruiseControl configuration and here is what I get: E:\Documents\bmf1972\CC_WORK\checkout\core>maven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\

Re: File URI issue

2005-05-18 Thread Adrian Herscu
ile reference format). Adrian. P.S. The core:included file is not a Jelly script - it uses a different XML namespace. Besides, if that was the problem, as the error message erroneously suggest, then it should work while referenced through the file:// protocol. Kenney Westerhof wrote: On Wed, 18

Re: Problem with global mapper

2005-05-17 Thread Adrian Herscu
rs" approach is really just a hack that works in Ant 1.5.3 because Ant sees itself as copying an empty folder when it applies the mapping to a directory name. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Tuesday, May 17, 2005 1:28 AM To: us

File URI issue

2005-05-17 Thread Adrian Herscu
Hi all, I am using to validate all XML files in a given directory ${src.dir}. Validating ${xmlFilePath} Validation result: ${validationResult} * The error message is: BUILD

Re: Problem with global mapper

2005-05-17 Thread Adrian Herscu
won't copy empty directories if you have any. If you do have empty directories, you would need to create a separate copy task to do this. Hope this helps, ..David.. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Saturday, May 14, 2005 7:59 AM To:

Problem with global mapper

2005-05-14 Thread Adrian Herscu
Hi all, I have a ${src.dir} like: src/main/mylang +treeofpackages +file1.xxx +file2.xxx +file1.yyy ... Now, I want to write a Maven goal to copy this directory structure into a ${dest.dir} while appending an ".xml" extension

and maven-project-3.0.0.xsd

2005-05-13 Thread Adrian Herscu
Hi all, Tried to validate my project.xml file against the POM schema (http://maven.apache.org/xsd/maven-project-3.0.0.xsd) and got a validation error about the tag. It seems that the tag is not allowed in under the element. Here is the element definition:

Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Adrian Herscu
Adrian Herscu wrote: Thomas Van de Velde wrote: You could do this: Within your module: ${module.root}/project.xml Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. Tried that with Maven 1.0.2 -

Re: Can I make project.xml extend a remote file?

2005-05-08 Thread Adrian Herscu
Brett, just asked if I can use the "multiproject" goals when the sub-projects are not using the mechanism - will Maven build them? What do you thing about Thomas' solution? (previous post in this thread) Adrian. Brett Porter wrote: FIXME: This means that I will not be able to use the multipro

Re: Can I make project.xml extend a remote file?

2005-05-07 Thread Adrian Herscu
Thomas Van de Velde wrote: You could do this: Within your module: ${module.root}/project.xml Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. So what is the effect? When building in isolation the pro

Re: Can I make project.xml extend a remote file?

2005-05-07 Thread Adrian Herscu
Brett Porter wrote: I want the ability to build sub-projects in isolation (i.e. w/o checking-out the entire multi-project). Definitely a good idea. Should I refrain from using the mechanism? For now, unfortunately, yes. I found that was the simplest way to get by. FIXME: This means that I will

Re: Can I make project.xml extend a remote file?

2005-05-05 Thread Adrian Herscu
Brett, Thanks for your fast reply. So what is your advice? I want the ability to build sub-projects in isolation (i.e. w/o checking-out the entire multi-project). Should I refrain from using the mechanism? Adrian. Brett Porter wrote: http://jira.codehaus.org/browse/MAVEN-1390 On 5/6/05, Adrian

Re: HOWTO: Maven SourceCast Integration

2005-05-05 Thread Adrian Herscu
/ pointing to our docs.. The /nonav/ prevents the decoration of the pages. Eric -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Friday, March 04, 2005 6:13 PM To: users@maven.apache.org Subject: HOWTO: Maven SourceCast Integration Hi all, I am trying

Re: Can I make project.xml extend a remote file?

2005-05-05 Thread Adrian Herscu
Brett, I could not find the relevant issue id. Can you post it here? Thanks, Adrian. Brett Porter wrote: In Maven 1.1, this will be added (it isn't in CVS yet though). However, it will be by giving a groupId, artifactId and version - so you can access it from the repository. - Brett On Fri, 05 Nov

HOWTO: Maven SourceCast Integration

2005-03-04 Thread Adrian Herscu
Hi all, I am trying to find somebody that integrated a Maven-generated Web into a SourceCast project. The problem is that both SourceCast projects and Maven-generated Webs have their navigation menu on the left side. Currently, I am not sure how to achieve this kind of content integration. Do

<    1   2