Mailing List
Home
Forum Home
Maven - Project building tool
Axis - Java SOAP implementation
Lucene - Full-featured text search engine APIs
Cocoon - MVC web framework based on XML/XSL
Fop - Create PDF, PCL, PS, SVG, XML driven by XSL formatting objects.
Log4J - A log library
POI - Java Excel, Word and other Microsoft Office files manipulating library
Oracle database error code ...
Subjects
log4j warning: No appenders could be found
java security AccessControlException: access denied (java io FilePermission clie
java lang InstantiationException: org apache tools ant Main
Apache Axis Tutorial
Subject: Struts <logic iterate >
log4j properties How to parse outpu to multiple files
configuring log4j with BEA Weblogic 8 1
How to use XSL FOP Java together
JSP precompile
Proposal: Adding jar manifest classpath in jar and war plugins
Servlet File Download dialog problem (IE6,Adobe 6 0)
java security AccessControlException: access denied (java io FilePermission
Unsupported major minor version 48 0 problem while running the an
   telope task
Subject: axis wsdl2java Ant Task usage
net sf hibernate MappingException: Error reading resource: test/User hbm xml
Building EAR ANT Script for websphere 5 0
CREATING WAR Files
Classpath problem
jsp data into Excel
Jboss 3 2 3+ vs Tomcat Axis Question
RE: How to include jars and add them into the MANIFEST MF/Class Path
attribute
Printing problem
Subject: InstantiationException
Couldn 't find trusted certificate
Please : How can one install ant 1 6 0 under Eclipse 2 1 ?
Excel: Too many different cell formats
Subject: AXIS: tomcat timeout ?
1 3 final: now giving me java io FileNotFoundException (Too many
open files)
XDoclet, Struts and Maven: Where to start? SOLUTION
Subject: Running junit tests fails
 
Maven
Page 568 of 703 Previous 100   Previous 10   561   562   563   564   565   566   567   568   569   570   Next 10   Next 100  

javadoc deployment

Hello the javadoc plugin allows me to deploy the javadocs to the remote repository. what is unclear to me is how to make use of it later... How does one retrieve the javadocs from the reposit

Feature Request ${project.dependencies.dependency.description}

Hello I would like to specify more information about a dependency sample <dependency > <groupId >tomcat </groupId > <artifactId >jasper-compiler </artifactId > <version >4.1.30 </version >

Subject: Pom - ignored dependency ?

Hello maven 'ers I would like to include two dependencies. The second (javadoc) dependencies always gets ignored (Means not downloaded not in ${pom.artifacts}) <dependency > <gr

sourcesPresent

can anyone explain to me how does the construct - when test "${sourcesPresent 'true ' work? Where does maven look to check if sources are present and when is the value of the sourcesPresent proper

maven prepare-release from existing tag ?

When i call maven scm prepare-release i got the following error cvs server sticky tag `xyz ' for file `project.xml ' is not a branch [cvs] cvs [server aborted] correct above errors first!

Subject: my plugin is not available

Hello! I wrote my own plugin (ev-buildsys-plugin) and when I use <maven set plugin "ev-buildsys-plugin " property "include " value "test "/ > I get the next message "Plugin 'ev-buildsys-plugin ' in projec

Subject: Copy without overwriting.

Hello all. I need to copy a set of files to a directory but not overwrite a file if it exists. In other words I only want to copy files that have not been previously copied. this is what I h

JNLP Plugin: use JAR files that are signed by differentcertificates?

It 's an open issue. If you want to reimplement it. http //jira.codehaus.org/browse/MPJNLP-2 Emmanuel ----- Original Message ----- From "Martin Skopp " <skopp@(protected) > To "Maven Users " <

JNLP Plugin: use JAR files that are signed by different
   certificates?

Hi does the JNLP plugin support using JAR files that are signed by different certificates? Sun recommends to use the "extension " tag in the jnlp file - is that supported somehow by maven?

Subject: Jcoverage exclusion list

Hi I 'm using maven 1.0 and jcoverage plugin 1.0.7. I would like to exclude some classes from jcoverage and i used the maven.jcoverage.instrumentation.excludes property. the problem is that

UPDATE: Re: Checking projects out of CVS

I did a search for all the files under /home/maven that contain the string "Project1 " and realized there 's this file /home/maven/.maven/cache/maven-scm-plugin-1.4/plugin.properties part of which

Subject: Checking projects out of CVS

Hi guys I checked a project(Project1) without problems from CVS using the following rules in my maven.xml file <project default "mycontacts build-all " xmlns j "jelly core " xmlns m "jelly mave

MavenException

Hi guys I 've installed Maven on a Redhat 8.0 box and correctly setup the environment varibles.I created a test project and manage to build it successfully.I 'm having problems running the command

Multiple URLs for issue tracking

Some of our projects have more that one issue tracking system. Is there a way to include multiple URLs in the project.xml file for the <issueTrackingUrl > tag? I tried several ways but it does not

disabling project documentation

Hi When executing the 'site ' goal is there any way to prevent the generation of the "Project Documentation " menu and related reports? I tried adding <goal name "xdoc register-reports "/ >

No .properties file be copied when calling jar:jar ???

Hello Is there any problem in jar jar? It will not add any .properties into the jar file. the following is the <build > part in project.xml !!! <build > <nagEmailAddress >eric138@(protected)

Subject: Project plugin dependency

Does anybody know of a way to specify a dependency on a plugin in your project so that it downloads the plugin to maven 's plugin folder automatically if it does not already exist? ---------

Maven Dashboard Plugin 1.4 released

The maven team is pleased to announce the Maven Dashboard Plugin 1.4 release! http //maven.apache.org/reference/plugins/dashboard/ Generate a dashboard containing global statistics about other

Which functionality is available?

Hello there are several properties described for the jar plugin which don 't seem to be implemented - where can I get a description of what works and a roadmap for the rest? Kind regards

Why is the jar-plugin dependent on velocity?

Hi I 've not found out where velocity is used in plugin.jelly while I 've found the following entries in project.xml <dependency > <groupId >commons-jelly </groupId > <art

Subject: Unused properties!?

Hello in the properties description for the jar-plugin I 've found the following properties maven.has.jar.resource.patterns maven.jar.resources.set The second is described to hold the i

Mevenide Netbeans 0.2 Released

The mevenide team is pleased to announce the Mevenide Netbeans project support 0.2 release! http //mevenide.codehaus.org/mevenide-netbeans-project The project 's aim to to provide Maven projec

Maven Cruisecontrol Plugin 1.5 Released

The maven team is pleased to announce the Maven Cruise Control Plugin 1.5 release! http //maven.apache.org/reference/plugins/cruisecontrol/ A plugin to handle the generating and maintaining of

Maven Hibernate Plugin 1.2 Released

The maven team is pleased to announce the Maven Hibernate Plug-in 1.2 release! http //maven.apache.org/reference/plugins/hibernate/ Changes in this version include New Features o

Maven Eclipse Plugin 1.8 released

The maven team is pleased to announce the Maven Eclipse Plugin 1.8 release! http //maven.apache.org/reference/plugins/eclipse/ A plugin to generate various files for the Eclipse IDE and ease the

Accessing Maven properties from a Jelly Bean ?

Hi all I 'm a beginner trying to develop my first Maven plugin and I 'm a little lost ) I need to develop some functionality through a Jelly Bean but I also need to access some Maven pr

site:deploy plugin - with scp and sftp planned?

Hi are there any plans to add to the goal site deploy in addition to the protocols ssh and ftp as well the scp and sftp protocols as available in the jar deploy? I am having a hard time to

AW: JNLP Plugin not working in 1.0

I would be very interested in the fix being integrated into an update of the JNLP plugin. Thanks in advance Daniel > -----Urspr?ngliche Nachricht----- > Von Dion Gillard [mailto dion.gillar

Subject: Maven Test Suite Failing

Hi for some reason my test test case is failing it is working great in intellij and intellij is using the generated classpath from maven idea.. just wondering if anyone has any ideas what might be

A Goal that can execute a class ' main method?

Hi guys got a couple questions. Ive got a project that has a class that updates a database with information. What I was wondering is if it would be possible to make a maven goal that executes that
Page 568 of 703 Previous 100   Previous 10   561   562   563   564   565   566   567   568   569   570   Next 10   Next 100