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 114 of 703 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Subject: Build Error: cvs update

What does this error message mean? Build Error **************************************************************************** Provider message The cvs command failed. Command output

maven-source-plugin

Hi any news on maven-source-plugin 2.0.3 ? thx -- Matthias Wessendorf http //tinyurl.com/fmywh further stuff blog http //jroller.com/page/mwessendorf mail mwessendorf-at-gmail-dot-com ------

ClassCastException in webresources filtering

Did u ever get a response or figure this issue out because I am having the same problem. Jan.Zelenka wrote > > > Hi > I get ClassCastException during webresources filtering. > maven-war-plugin

Dependency on artifacts generated by non-Maven projects.

Does anyone have a solution for the following problem? I am using Maven to generate WARs and SARs for a medium size project. All but one of the sub-projects are built using Maven. A number of the Ma

Maven errors out with java null null

Has anyone see this? All I tried was a "mvn package -Dtest notest ".... [INFO] Surefire report directory E \work\LTY-P000039\utils\..\reportsdirectory Forking command line java null null -classpat

unable to get dependency classpath passed to an ant script

We 're still in process of converting from a strictly ant build to a maven 2 build and we 're relying on a few snippets ouf of our old ant scripts. Currently one is really throwing us for a loop

Build-number plug-in and install goal conflict?

I am trying to use the build number plug-in http //commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html I changed my pom to use ${project.artifactId}-${project.version}-r${buildNumber}

Missing required setting: scm connection

Hi All Can anybody think of a reason why my release prepare command has suddenly started to complain ... "Missing required setting scm connection or developerConnection must be specified. " I sti

Maven 1.x, Checkstyle and Java 1.5

Yes I know Maven 2.0.5 has been released. I have some older Maven 1.xprojects that have been upgraded to Java 1.5 and now we see the dreaded "Got an exception - expecting EOF found " message from Ch

Splitting APT in multiple files

Hi I want to write an APT document split over several files. The reason for this is that a part of the APT will be generated during the maven build. The APT mini-guide says it is possible but doe

Maven 1.x issue

Hi Friends In maven how can I add dependency without mentioning the version number?

Artifact for Javascript libraries?

I 'm trying to figure out a good enough way to package javascript libraries with Maven for use with projects producing WAR artifacts. The closest related resource i have found is "Using Maven to mo

using ant conditions/available within pom.xml - maven-antrun-plugin

Hi Is there a way to use the available task of ant within the antrun-plugin configuration? And use the "antcall " task? I would like to have something like <build > ... <plugin > <groupId >org.apac

Release plugin and library snapshots

I 'm interested in using the release plugin to handling pom versioning and scm tagging. However I can 't figure out how to deal with snapshot libraries. We 've got several projects that depend on co

Transcoder Maven2 plugin - check completeness of your multilingual res

Aleksei Valikov wrote > I 've recently release the Transcoder plugin > https //transcoder.dev.java.net/ Awesome! I was actually getting ready to work on something like this for md4j-quickstarter [1

MD4J: J2EE Code Generation Tutorial with Maven

MD4J is an extensible J2EE webapp generator. One of the main features is that it allows you to work on your model (in the form of Hibernate mappings) iteratively providing a complete J2EE applica

must enter 20 times same password during deploy

hi everybody! i am new to maven and have a little problem.... i have a distribution repository which uses scp server infos username + password is set in settings.xml but when i make "mvn deploy "

Trouble with Release-Plugin and SVN

Hi I 've got trouble performing a release of a maven project using the release-plugin and SVN. All SCM-paths are setup correctly but there seems a to be problem with the way Maven calls my local svn

properties-files

Hi! I have a Maven-based project which utilize a couple of properties-files like hibernate.properties and log4j.properties. Because these are often modified by the individual developer we have chose

${project.profiles}

Hi I want to get access to the value of the activeProfile For example mvn -P dev clean package in my pom.xml I want to pass 'dev ' to antrun without specifying it twice (ie as a -D property on

software bundles and maven repositories

Hello what does Maven2 recommend when you have projects that depend on software bundles ? la JAXP JWSDP ... or others? In general these software bundles are a collection of other libraries (eg JAX

Transcoder Maven2 plugin - check completeness of your multilingual resourc

Hi. I 've recently release the Transcoder plugin https //transcoder.dev.java.net/ I hope you 'll find it useful. Here 's a small description. The Transcoder plugin for Maven2 is used to check multi

Compile with one JDK and tests with several

What I 'd like to do is to execute tests in 1.5 and 1.6. Changing the rt.jar is not enough. By the past we had trouble with bugs in JDK. Just changing the rt.jar is not enough. We really need to use

Adding TestNG listener to maven-surefire-plugin

Hi all TestNG provide a command line option to pass test listeners (example form testng website " java -classpath testng.jar %CLASSPATH% org.testng.TestNG-listener org.testng.reporters.DotTestList

My first program is not working. Please help.

Hi all i am new to Maven i have just wrote my first program .... i am using Maven 2.x pom.xml <?xml version "1.0 " encoding "UTF-8 "? > <project xmlns "http //maven.apache.org/POM/4.0.0 " > <m

Re: Terracotta Maven plugin(s), anyone?

Rapha??l Pi??roni-3 wrote > > Hi Jim > > I think the Mojo community would like to host your plugin. > > Just ask for at dev@(protected) > > Rapha??l > > 2007/2/18 Scott Ryan <sryan737@(protected)

maven 2 and ear creation problem

Hi all We are using maven 2.0.4 and when we build the ear file with the pom.xml we get a null pointer exception. Can some one please tell us possible causes for this or possible areas where we nee

Terracotta Maven plugin(s), anyone?

Jim Bethancourt-2 wrote > > I was wondering if anyone would be interested in developing a Maven 2 > plugin > / plugins that would allow for developers to apply Terracotta bytecode > enhancement to

Terracotta Maven plugin(s), anyone?

Hi all I was wondering if anyone would be interested in developing a Maven 2 plugin / plugins that would allow for developers to apply Terracotta bytecode enhancement to their Java code through Maven

Subject: Can 't compile project

When I do a mvn -e compiler compile in the root of my project with a pom.xml in it I get the following output. It doesn 't work and I 'm not sure why. Any ideas how I can get it to work? It 's sayin
Page 114 of 703 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100