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 604 of 703 Previous 100   Previous 10   601   602   603   604   605   606   607   608   609   610   Next 10  

Need to create two ear files (artifacts) in a single project

Hi I need to create two ear files in one single project. The project contains one EJB Module and one Presentation module. I want to package one ear file with just EJB module and another will

Javadoc plugin don 't copy doc-files directories ?

Hello It seems to me that the javadoc plugin does not copy the doc-files directories. Is it a known bug or a misconfiguration from myself ? Sebastien --- Outgoing mail is certified Virus F

Subject: J2EE artifacts generation

I have been using Maven since b4 until b7 now I?m upgrading to 1.0-rc1. I?ve never found a clear path to generate J2EE artifacts particulary EAR files that including a WAR file. Che

Writing Plugin and Property file

Hello I 've written a set of XDT files that generates a full set of Delegator for each EJB processed by xdoclet ejbdoclet now I am trying a plugin that handles that. 1 ) I have some problems s

dependecy question

Hello All I have a goup of project. One main project for assemble all other project. This main project needs to know about dependencies of subprojects. All subprojects are in subdirectories of the

Share WebSphere build techniques

If anybody has developed build scripts for WebSphere Applicaion Server (EJB Layer Presentation Layer packaging deploying ...) please share the scripts or techniques. Regards Thiru -----

deliverables and their configuration (1)

Hi there (I 'm a Maven newbie a few weeks now so go easy on me -) ) I have a question concerning deliverables & configuration. In a project (project.xml) deliverables are referenced by de <de

Subject: Initializing Plugins in RC2

I moved to use rc2 of maven. I noticed that maven as a first step is initializing plugins I thougth that was a one step process but I noticed that this process happens every time ... resulting mor

NPE executing Wscompile ant task

I know someone had a problem running the Wscompile ant task that is part of JWSDP 1.3 about a month ago http //nagoya.apache.org/eyebrowse/ReadMsg?listName users@(protected)&msgNo 10854. Did

howto loop against files in some dir ?

nicolas i think something like that should work <ant fileScanner var "solexSessions " > <ant fileset dir "${solex.sessions.dir} " includes "*.* "/ > </ant fileScanner > <j forEach var "sole

Subject: Changelog report problem

Hi I 'm trying to get the changelog (and related CVS reports) to run properly. I 've tried (successfully) to connect to CVS before generating the site reports....on the command line. I 've tried

ChangeLog report, UNIX and .cvspass file

Hi I am using the last Maven version ( 1.0-rc2-SNAPSHOT) and i got problems with the changelog report shipping with . That is the story I am using two boxes 1 with eclipse/mevenide and

NPE when calling ant targets from maven.xml

We are running into an NullPointerException when trying to invoke a simple ant script through our maven.xml. maven.xml looks like the following <project default "run-ant " xmlns ant "jelly ant

Restricting Maven to certain packages

Hello I am new to Maven but have it running for a project I am working on. The problem is I am integrating it into an existing large project but would like to just use it on a specific 'branch

Subject: how can I get JAVA_HOME

Hi All I am a new in maven. In ant I could get JAVA_HOME as ${env.JAVA_HOME} but in maven it doesn 't work. How can I get JAVA_HOME variable from environment? Regards Yuriy Ivanov.

WebSphere AppServer plugin 1.2

The maven-plugins.sourceforge.net team is pleased to announce the WebSphere AppServer plugin 1.2 release! http //maven-plugins.sourceforge.net/maven-was40-plugin/ The Maven WebSphere AppServer

Re: [WAS-EJBDeploy] Any idea what parameters they pass to ejbdeploy through
WS

I believe I 've found the problem with the was40 plugin. You can either rebuild it from CVS when I commit the changes or drop me a private email and I 'll send it to you. -- dIon Gillard Multit

getResource returning relative path

Hi there When I use maven to run a test which includes loading a resource with MyTest.class.getResource( "fileName ") the method returns a relativ path. file E /Daten/UPS/ch.xmatrix.gui.splash

-none-

To me I would welcome a separate repo for deployment from the repo where artifacts are downloaded. For a simple reason that I may want to set up a central repo to house the artifacts I generated

Subject: Remote vs central repository

What is the difference between a remote (maven.repo.remote) and a central (maven.repo.central) repository?

Plugin as dependency

Hi I tried to define the following in my project.xml file <dependency > <groupId >maven-jemos-plugin </groupId > <artifactId >maven-jemos-plugin </artifactId > <version >1.0 </version > <url >${maven.pl

How to include a jar <dependency > in my jar

Hi how could I include a jar declared as a dependency in the jar being created for my project? I would like to distribute for a demo my project jar but I would need also the jar on which this proj

Any idea what parameters they pass to ejbdeploy through WSAD

Hi I know this mail is not meant for this group but since the maven-plugin is available I thought I can post this question. Any idea what parameters they pass to ejbdeploy through WSAD?

Maven and James

Hi who is maintaining the James repository at www.ibiblio.org/maven? Suppose I would like to write my own Mailet/Matcher which dependency shall I declare? Thanks Marco ----------

cactus-plugin

I have been trying run the maven cactus-test with my project but I always get the error "The source file does not contain a deployment descriptor " I am trying to do a EJB test. Do I need

Subject: Make usefile false for JUnit

MUG I can 't seem to get maven change the junit param of userfile to false. Can someone help me out? Thanks Jeremy Whitlock --- MCP/MCDBA/MCSA/MCSE IT Manager for Star Precis

Subject: Using Subversion with Maven?

Greetings I 'm trying to switch over to Subversion and am hitting problems with the repository connection string in project.xml I 've tried something to the likes of <connection >scm svn http

Maven & IntelliJ

Hi all I am using IntelliJ and I would love to use Maven with it. I tried the IntelliJ 's Maven plugin which didn 't help much. Are there people using Maven with IntelliJ? 1) How did you man

RE: Directory structure for projects & subprojects - nested or pa
   rallel?

I think you answered your own question. The only reason I would suggest using the flattened structure is if you are using eclipse as your IDE. I use eclipse for all of my projects and the flattene

Directory structure for projects & subprojects - nested or parallel?

I 've read through the archives and this point still isn 't clear to me. I 've read all the Maven documentation twice hoping to find it there. I hope someone can add this to the Maven documentation
Page 604 of 703 Previous 100   Previous 10   601   602   603   604   605   606   607   608   609   610   Next 10