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

2006-03-09 Thread Adrian Herscu
://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, Adrian Herscu [EMAIL PROTECTED] wrote: Hi all, Can someone upload

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

2006-03-09 Thread Adrian Herscu
in the JIRA task, per the instructions... Wayne This seems bizarre! Then you could submit a trojan?... Perhaps others did that?... Perhaps we already have few trojans on our systems?... That's scary!!! On 3/9/06, Adrian Herscu [EMAIL PROTECTED] wrote: But I am not one of the ANT developers... I

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 PROTECTED] wrote: SOLVED

[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]

[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

Re: [m2] Surefire with additional JARs

2006-03-08 Thread Adrian Herscu
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 PROTECTED] wrote: Hi all, I would like

Re: [m2] Surefire with additional JARs

2006-03-08 Thread Adrian Herscu
:\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-testutil.jar from sources then it will be more suitable -- I grabbed

[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.

Re: [m202] SAX 2.0.2 support missing from ibiblio

2006-03-07 Thread Adrian Herscu
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 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

Re: [m202] SAX 2.0.2 support missing from ibiblio

2006-03-07 Thread Adrian Herscu
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 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

[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 modules module../sub-proj/module /modules In sub-proj/pom.xml I have defined parent ...

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

2006-03-05 Thread Adrian Herscu
[ mavenProject.getArtifact().setFile( new java.io.File( myWarPath ) ); ]]/script 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

[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: extensionwar/extension typemy-type/type

[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

Re: [m2] HOWTO: Compilers

2006-02-27 Thread Adrian Herscu
it. If you have any specific issues with implementing the stuff, I'd be happy to help out. Regards, Chris -Original Message- From: Adrian Herscu [mailto:[EMAIL PROTECTED] Sent: 27 February 2006 06:30 To: Stevenson, Chris Subject: Re: [m2] HOWTO: Compilers Hi Chris, Consider

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 references other class

Re: [m2] HOWTO: Compilers

2006-02-26 Thread Adrian Herscu
more issues, please email. I'll try and help. Chris -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: 23 February 2006 13:38 To: users@maven.apache.org Subject: [m2] HOWTO: Compilers Hi all, I am trying to understand how compilers

[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] 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

[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] 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: project dependencies dependency groupIdorg.codehaus.plexus/groupId artifactIdplexus-compiler-jikes/artifactId !-- checked inside ibiblio and it

Re: Why Continuum?

2006-02-22 Thread Adrian Herscu
So where Atlassian wants to take you today? Torsten Curdt wrote: On 22.02.2006, at 08:34, Johnson, Jonathan wrote: For instance Continuum does not have the feature yet to invoke builds based on SCM changes. Huh? ...it queries the SCM periodically to check for changes. If there are

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

2006-02-22 Thread Adrian Herscu
. 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 generate test report with failing tests Hi all, I am

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

2006-02-21 Thread Adrian Herscu
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] On Behalf Of Adrian Herscu Sent: Monday, February 20

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

2006-02-21 Thread Adrian Herscu
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 Hi Brian, and thanks

[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.

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.

Re: Why Continuum?

2006-02-21 Thread Adrian Herscu
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 PM To: continuum-users@maven.apache.org Subject: Why Continuum? Hi all, I am trying to find the answer

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

2006-02-20 Thread Adrian Herscu
Hi all, I am trying to migrate my M1 projects to M2. The first step was to run the M2 tutorial -- and I find that the tool works as documented in the tutorial (therefore I think that my M2 installation is OK). The second step was to migrate a M1 test project to M2. I have copied the project.xml

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

2006-02-20 Thread Adrian Herscu
. -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 trying to migrate my M1 projects to M2. The first step

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

[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

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]

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: Hi all

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:

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

Re: javadoc and jxr generation

2005-06-05 Thread Adrian Herscu
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 build succeeds and the reports

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-04 Thread Adrian Herscu
is 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\testmaven -e site

Re: javadoc and jxr generation

2005-06-01 Thread Adrian Herscu
is 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\testmaven -e site

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
is 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\testmaven -e site

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

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
\plugin-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

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 echo elements it the cruisecontrol:configure goal

Re: scm svn cruisecontrol issue

2005-05-24 Thread Adrian Herscu
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 echo elements it the cruisecontrol:configure goal: echo${plugin.resources}/echo echo${maven.cruisecontrol.template}/echo The output

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\testmaven -e site __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v.

Re: scm svn cruisecontrol issue

2005-05-23 Thread Adrian Herscu
for me on a couple of 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

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\testmaven -e cruisecontrol

artifactId 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 artifactId tag. It seems that the artifactId tag is not allowed under the project element. Here is the project element definition:

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): build nagEmailAddressturbine-maven-dev

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 classpathentry output=target/test-classes kind=src path=src/test /classpathentry this one should be manually added (otherwise the project will not build in Eclipse):

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\coremaven 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\coremaven 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\coremaven cruisecontrol __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

Re: File URI issue

2005-05-18 Thread Adrian Herscu
). 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 May 2005, Adrian Herscu

Re: Problem with ant:copy global mapper

2005-05-17 Thread Adrian Herscu
.. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Herscu Sent: Saturday, May 14, 2005 7:59 AM To: users@maven.apache.org Subject: Problem with ant:copy global mapper Hi all, I have a ${src.dir} like: src/main/mylang +treeofpackages +file1.xxx

File URI issue

2005-05-17 Thread Adrian Herscu
Hi all, I am using ant:fileScanner to validate all XML files in a given directory ${src.dir}. ant:fileScanner var=xmlFiles !-- assume all files in src.dir are XML files -- ant:fileset dir=${src.dir} / /ant:fileScanner core:forEach var=xmlFilePath items=${xmlFiles.iterator()}

Re: Problem with ant:copy global mapper

2005-05-17 Thread Adrian Herscu
] On Behalf Of Adrian Herscu Sent: Tuesday, May 17, 2005 1:28 AM To: users@maven.apache.org Subject: Problem with ant:copy global mapper Thanks David! It works now! I still do not understand what this have to do with empty directories? I just wanted to rename files and not their containing directories

Problem with ant:copy 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

artifactId 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 artifactId tag. It seems that the artifactId tag is not allowed in under the project element. Here is the project element definition:

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 extend 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

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: project extend${module.root}/project.xml/extend /project Within module's project.properties: module.root=../.. [your path to your base POM] When you build in isolation: maven jar:install -Dmodule.root=. Tried

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 extend mechanism? For now, unfortunately, yes. I found that was the simplest way to get by. FIXME: This means that

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: project extend${module.root}/project.xml/extend /project 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

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

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
, Adrian Herscu [EMAIL PROTECTED] wrote: 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

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