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
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
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
-
---
[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
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
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
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]
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
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
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
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.
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
.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.
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
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
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
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
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
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
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]
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
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
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
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
> 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
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.
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.
--
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
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]
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
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/
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
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
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,
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
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
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
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
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>
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.
---
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>
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.
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>
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
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
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
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
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
, 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
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
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:
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 ~
|_| |_\__,_
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
*.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
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
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 ~
|_| |_\__,_|\_/
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 ~
|_| |_\__,_|\
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 ~
|_| |_\__,_|\
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
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
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
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:
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
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:
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 -
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
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
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
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
/
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
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
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
101 - 172 of 172 matches
Mail list logo