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 561 of 703 Previous 100   Previous 10   561   562   563   564   565   566   567   568   569   570   Next 10   Next 100  

maven presentation

Hi I 've written a maven presentation for an upcoming hk-jug meeting. I 'd like to make this available for others to use. The presentation is in openoffice format containing the slides and my

sending mails on build failure

How can I send a mail on build failure? Regds Ashutosh

Reactor performance degradation

Hi We have a project with about 50 subprojects and on average each subproject has 20 dependencies. Every time we try to compile all subprojects the reactor takes about 17 minutes to det

Using commons-logging w/Maven/Junit

Hi I don 't seem to be able to get my commons-logging statements to display to the stdout durnig JUnit tests. My POM contains <unitTest > <includes > <i

custom goal (ant)

Hi I want to create a goal which deploys to our qa box. I figured I 'd use custom goals with ant 's ftp option. However it doesn 't seem to do anything. I 've tried the exact same thing in ant and

Failed compilation

Hi guys I 've got a web subproject that is failing to compile on my Linux box.The same project compiles without any problem on another XP box.On both machines my JAVA_HOME is pointing the the IBM

R?f. : Re: java.lang.NoClassDefFoundError: sun/misc/CharacterEncoder

Thx a lot Brett that works fine. o) Fabrice. Brett Porter <brett.porter@(protected) ail.com > Pour

Dependent jars in distribution zip file

Hi I want to include dependent jar (Specified in Project.xml file) into my distribution zip. I also want to exercise finer control in terms of specifying what dependent jars are to be included in

How to specify jboss-j2ee.jar to Maven

Hi I have had good experience with Maven on J2SE projects however I am now trying to set up an J2EE project. When i try to execute "maven ejb " I get the error message Package ja

Reactor + java.lang.ClassCastException

Hi guys... I 'm getting a ClassCastException when reactor starts .This happening for all my subprojects.The message is as follows Starting the reactor... Using userBuildPropertiesFile C \Docu

Collapse Menu doesn 't work well

Hi I tired to create a custom collapse menu in navigation.xml . However the collapse behavior doesn 't work. Can somebody help me out in this regard. Please find the navigation.xml enclosed.

Passing Parameters to java/junit

I need to run my junits with "-D java.awt.headless true " since I use cruisecontrol & maven and don 't want my unit-tests to fail because some class I use is initializing some AWT-stuff (even though

interdependent modules not getting compiled

1. do a preGoal on java compile to copy source from one project to another project or 2 Break and all interdepency code into another project (common) and take advantage of multiproject pl

interdependent modules not getting compiled

I am wring project.xml at module level. Both the packages have interdependency on each other. How can I include one source file from one packege When compiling other package through project.xml.

Subject: PDF Link for Navigation

Hi I am using Maven to generate a site and PDF copy of documentation using PDF plugin However I need to link this PDF on top bar of home page like most of the sites do. I request your help

Unified JUnit reports from subprojects

Hi Our application consists of about a dozen modules implemented as subprojects in Maven. Is there an easy way to get a unified Junit report where all the tests run in all the subprojects show

WAR-pluggin: Class-Path entry duplicated in manifest

Hi When I run war war (maven-war-plugin-1.6) the first time it generates a manifest file with a single Class-Path entry (correctly including my dependencies) but running war war a second time (wi

Using jellyUnit...?

I am curious about using jellyUnit from a maven-ized build and I am a bit confused... Should I wrap the test case elements in a goal or do I just write a file using test suite that contains tes

Subject: suppress warning output

Hi Is there a way to suppress warning messages when compiling? I don 't see any options listed in the properties. While I 'm asking questions again - does maven use the javac that my $PATH is poin

maven and lucene

Is there any way to have maven automatically incorporate Lucene to offer full text searching of your generated site? I haven 't seen this but it would be a handy feature. Thanks. -Adam -

Subject: Eclipse classpath generation

I 've run into a problem in eclipse that seems to be fixed according to http //jira.codehaus.org/browse/MAVEN-341 but after upgrading to maven-eclipse-plugin-1.8 it still doesn 't seem to work. I '

Passing an argument to stylesheet processed by doc:jsl

I 've been trying to work with doc jsl using examples I 've found in the various plugins. One thing I can 't figure out however is how to pass an argument to the jsl stylesheet. I 'm using <doc jsl

java.lang.NoClassDefFoundError: sun/misc/CharacterEncoder

Hi I want to execute a java program and to do so I use the following script in my maven.xml <java classname "com.myClass " > <classpath > <path refid "maven.depende

Maven scm plugin

Hi Guys I use maven to check project hosted in cvs. The command is maven scm checkout-project -Dmaven.scm.method cvs -Dmaven.scm.cvs.module jakarta-commons/jexl

Subject: Re: was-40 plugin -SOLVED

Ok...this is what happened. In my early days of using maven(about 5 weeks ago) I unzipped the was40 plugin jar in my $MAVEN_HOME/plugins directory and thus creating a directory called maven-wa

No supported regular expression matcher found

Hi All I am trying to use the regexp matcher within the ant copy task but get the message "No supported regular expression matcher found ". I have tried adding the following dependency to my de

stupid newbie

After perusing through maven 's website for the thousandth time I 've decided now is the time for me to switch from ant. Unfortunately I 've been unable to crawl so far let alone walk. I don 't know

Subject: dist & release plugins

Dear all I am currently investigating the possibility to use maven to build automatically the structure of an application. This is a simple RMI daemon with the followign structure bin\ etc\

reading another project 's properties

Hi I 'd like to be able to read the properties belonging to some other project. Is this possible once I 've loaded that project 's descriptor? this was my guess but it doesn 't work

jelly:xml tag usage

Hello I need an example of inserting a bunch of elements into a xml doc using jelly xml tag. any pointers to any any example is greatly appreciated. -D
Page 561 of 703 Previous 100   Previous 10   561   562   563   564   565   566   567   568   569   570   Next 10   Next 100