forbidding on my svn server.
>
> This might be an interesting evolution though to be able to enforce this
at
> the maven-release-plugin (though unlikely to happen often since the
three
> usual commits actually happen very close to each others).
>
> Cheers
>
>
> 2013/8/5
Nathan Coast
> Classification: Public
>
> Hi all,
>
> As SVN tags are simply a convention overlayed on top of SVN directories,
> SVN tags are therefore mutable. This opens the possibility that someone
> could inject code to a tag between the release:prepare and the
>
ts. Unless
the team has malicious committers? Or very clueless ones? In which case
you
have much bigger problems...
In other words: isn't this more of a social issue?
-Curtis
On Aug 5, 2013 9:51 AM, "Nathan Coast" wrote:
> Classification: Public
>
> Hi all,
>
> As SV
Classification: Public
Hi all,
As SVN tags are simply a convention overlayed on top of SVN directories,
SVN tags are therefore mutable. This opens the possibility that someone
could inject code to a tag between the release:prepare and the
release:perform phases.
This would mean that the code
2013, at 17:23, Nathan Coast wrote:
Classification: For internal use only
Hi all,
I appreciate the "normal" approach to executing a maven release is to
execute release:prepare, followed by release:perform
I am attempting to set up a release job within our build server (TeamCity)
which
Classification: For internal use only
Hi all,
I appreciate the "normal" approach to executing a maven release is to
execute release:prepare, followed by release:perform
I am attempting to set up a release job within our build server (TeamCity)
which will atomically create a release. Assuming
Classification: For internal use only
In addition, presumably there is a mechanism to identify dependencies that
will be created during the current build scope. Thereby allowing builds
to proceed even if certain dependencies are missing from the repo.
From:
Nathan Coast
To:
"Maven
Classification: For internal use only
Hi all,
When you execute a maven goal and some dependencies are missing, you get
an error message reporting these missing dependencies. I also know I can
use aether to list dependencies - direct & transitive. Is there a simple
way to programmatically re
end, you probably want to enable "publish indexes" to make
Nx publish those for downstream consumption.
Thanks,
~t~
On Mon, Jun 10, 2013 at 12:15 PM, Nathan Coast
wrote:
> Classification: Public
>
> Hi,
>
> Internally, we have hundreds of individual repositories a
Classification: Public
Hi,
Internally, we have hundreds of individual repositories and we are
interested in reporting upon the contents of these repositories. We can
see nexus has already created the relevant indexes, we would like to use
this data. I understand maven-indexer is used to crea
more
complex projects, the build time slows from 5 mins for install to 40 mins
during release largely due to multi-module documentation generation.
cheers,
Nathan
-
Nathan Coast
Global Rates Technology
Deutsche Bank London
Tel:+44 (0)20 754 70639
Mob
as located at its parent's
folder.
-Dave
-Original Message-
From: Nathan Coast [mailto:[EMAIL PROTECTED]
Sent: Friday, July 27, 2007 12:15 PM
To: users@maven.apache.org
Subject: problem setting windows path for surefire tests
Hi all,
I'm trying to set the windows PATH variable for my test
Hi all,
I'm trying to set the windows PATH variable for my test execution. It
seems that including nodes doesn't work correctly.
org.apache.maven.plugins
maven-surefire-plugin
${env.Path}
${env.HO
apologies - had a typo in the server id - all works perfectly now.
thanks,
Nathan
"Antonio Petrelli" <[EMAIL PROTECTED]> wrote on 04/06/2007
10:13:31:
> 2007/6/4, Nathan Coast <[EMAIL PROTECTED]>:
> >
> > Hi Antonio,
> >
> > thanks for the repl
ntonio Petrelli" <[EMAIL PROTECTED]> wrote on 04/06/2007
09:47:00:
> 2007/6/4, Nathan Coast <[EMAIL PROTECTED]>:
> >
> > Hi all,
> >
> > trying to understand what I might be doing wrong, AFAICT the site and
repo
> > settings are the same. I ha
Hi all,
trying to understand what I might be doing wrong, AFAICT the site and repo
settings are the same. I have also checked the file permissions on
/spool/grimis/synergy/development/... site:deploy works but
deploy:deploy (executed as part of release:perform) hangs.
[INFO] [site:deploy]
sc
thanks Jason,
saves me looking for something that isn't there :)
Jason van Zyl wrote:
On 3 Jun 07, at 9:03 AM 3 Jun 07, Nathan Coast wrote:
Hi,
Is it possible to modify pom files during release / deployment? E.g.
remove build-time dependencies and plugins configurations? I'd p
Hi,
Is it possible to modify pom files during release / deployment? E.g.
remove build-time dependencies and plugins configurations? I'd prefer
the released .pom files to contain only minimum required to make
transitive dependencies work.
cheers,
Nathan
---
out the tag under the target/checkout directory
and does a deploy from there.
On 6/3/07, Nathan Coast <[EMAIL PROTECTED]> wrote:
Hi,
apologies if this is a bit of a newbie question... how are the release
and deploy plugins supposed to work together? I have successfully
executed
Hi,
apologies if this is a bit of a newbie question... how are the release
and deploy plugins supposed to work together? I have successfully executed
mvn release:prepare
and
mvn release:perform
however when I come to execute mvn deploy, the version has been
incremented to NEXT_VERSION-SNAPS
Hi,
Is it possible to modify pom files during release / deployment? E.g.
remove build-time dependencies and plugins configurations? I'd prefer
the released .pom files to contain only minimum required to make
transitive dependencies work.
cheers,
Nathan
---
apologies, previous email sent half written.
I'm having trouble with site:deploy and ftp. My site dir is generated
fine by mvn site, however the site:deploy docs state that a zip will be
created, uploaded to remote and unzipped.
http://maven.apache.org/plugins/maven-site-plugin/deploy-mojo.h
Hi,
apologies for the newbie question but I'm having trouble with
site:deploy and ftp.
my site dir is generated fine by mvn site, however the site:deploy docs
state that a zip will be created, uploaded to remote and unzipped.
Hi,
I see there is changes support for jira in the changes plugin. Is there
any support for bugzilla as the issue tracking system? If not, is this
in the pipeline?
cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Hi,
is it possible to configure the jxr plugin to generate xref for
generated sources in addition to the main sources?
cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
n use the "copyright"
plugin of IntelliJ. Check the archives on nabble.com for some more options.
I posted this question not to long ago.
regards,
Wim
2006/11/29, Nathan Coast <[EMAIL PROTECTED]>:
Hi,
Is there any maven functionality that helps with licensing e.g.
Inserting the l
Hi,
when executing site on a single project, the javadoc report correctly
includes the generated src directories.
src/java
&
target/src
However, when running site from the parent aggregator project, only the
sources found in build.SourceDirectory for each aggregated project is
included. I.
Hi,
Is there any maven functionality that helps with licensing e.g.
Inserting the license into src files prior to distribution. Checking
which files don't contain license?
cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PRO
Hi,
If I have declared a dependency to an artefact in my pom, is there a
shortcut notation to reference the file path of that artefact? e.g.
within some ant run script.
dependency:
com.codeczar.config
config-model
oject:
com.codeczar.config
config-model
sql
create
1.1-SNAPSHOT
cheers
Nathan
Nathan Coast wrote:
Hi Tom,
thanks for your reply, from your hint I've made some good progress:
org.codehaus.mojo
build-helper-ma
27/06, Nathan Coast <[EMAIL PROTECTED]> wrote:
Hi,
Is having multiple artefacts for a single project not allowed within
Maven 2? I have a number of projects which produce 2 related artefacts:
1) jar file containing hibernate pojos, hbm mappings etc.
2) sql script to create tables required
ir Feldman wrote:
You may change the testSourceDirectory in the surefire plugin to point
to the source directory of the other project in case you can achive a
relative path to it (e.g.
${basedir}/../..//src/test/java )
Nir
-Original Message-----
From: Nathan Coast [mailto:[EMAIL PROTEC
rtfm to self :)
http://maven.apache.org/plugins/maven-assembly-plugin/
Nathan Coast wrote:
Hi,
Is having multiple artefacts for a single project not allowed within
Maven 2? I have a number of projects which produce 2 related artefacts:
1) jar file containing hibernate pojos, hbm mappings
Hi,
Is having multiple artefacts for a single project not allowed within
Maven 2? I have a number of projects which produce 2 related artefacts:
1) jar file containing hibernate pojos, hbm mappings etc.
2) sql script to create tables required by 1.
I'd rather not have 2 projects as all of th
Hi,
I have a slightly unusual situation where I have shared overlay webapps
that are assembled into standalone webapps and into larger aggregate
webapps. The httpunit (junit) integration tests are contained within
the overlay (component) project. However, I'd like to execute the same
suit
Hi,
apologies but if this is a bit of a newbie question I have an
aggregator project.
../i18n-model
../i18n-admin
../i18n-client-jar
../i18n-client
../i18n-struts-demo
../i18n-jstl-demo
when running on unmodified projects:
aggregat
- one set in my WAR, and one set in my EAR --
how can I configure things to get only one set". Is that what you've
got?
If not, please provide more info. Parent -> child etc is not
sufficient, we need to know more about your project.
Wayne
On 11/8/06, Nathan Coast <[EMAIL PR
Hi,
I recently posted about a dependency problem I am experiencing,
http://www.mail-archive.com/users@maven.apache.org/msg55340.html
I am a bit lost as to how to go about debugging this. I tried the -X
flag but ended up with > 10,000 lines of debug. I think I need to
investigate the depende
aha!
thanks Arnaud. I followed the manage email link (kinda obvious),
entered my email and the error page went away.
cheers
Nathan
Arnaud HERITIER wrote:
It seems to work only if you are logged
Arnaud
Nathan Coast wrote:
Hi,
anyone know how to subscribe to the codehaus cargo mailing
t;mvn install' then the war is built correctly with
only the deps I need at runtime.
if I execute 'parent>mvn install' the child war is built except the
WEB-INF/lib contains many additional jars which are only required at
build time.
confused? I am :)
cheers
Nathan
Arnaud Bail
Hi,
anyone know how to subscribe to the codehaus cargo mailing list? I have
some maven / cargo questions but the link in the docs to the mailing
list is broken :(
http://xircles.codehaus.org/projects/cargo/lists
cheers
Nathan
---
Hi,
I'm fairly new to maven 2 and am having some trouble with module
dependencies.
I have a war project that builds fine when I build it in isolation.
However, when it is built from the parent project (via the modules
mechanism) all of the dependencies from all of the modules end up in the
Hi,
Is there a plugin for M1.1 or M2 which handles artifacts that may be
used by more than one webapp.
e.g. I may have a project that contains web artifacts: jsps, css, html,
images, js, etc. May also contain java classes, tlds etc. I wish to
use these components within other webapps.
Wh
or me :)
cheers
Nathan
Brett Porter wrote:
Try putting both in the root classloader:
root
On 11/22/05, Sachin Patel <[EMAIL PROTECTED]> wrote:
I too am seeing the same problem.
Nathan Coast wrote:
Hi,
having recently upgraded to maven 1.1-b2, I have been unable to get
ant re
Hi,
having recently upgraded to maven 1.1-b2, I have been unable to get ant
replaceregexp tasks working
I have tried adding the dependencies to the oro regexp jars (I couldn't
find the org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp class in any
jar)
ant
ant-apache-oro
Hi,
The codeczar team is pleased to announce the bugfix release of the
maven-tomcat-plugin
http://www.codeczar.com/products/maven-tomcat-plugin/
This build fixes two issues.
1) plugin now compatible with jdk 1.4
2) missing jar resources copied into target directory prior to jspc.
maven -Dar
Hi,
The codeczar team is pleased to announce the long overdue update to the
maven-tomcat-plugin.
This plugin represents a significant change over the previous version.
The main focus has been improve developer productivity by reducing the
time it takes to promote code changes into tomcat.
great thanks, that'll save me hours
Jörg Schaible wrote:
Nathan Coast wrote on Tuesday, March 08, 2005 9:25 AM:
Hi,
apologies - I'm sure I've seen a post about this but can't find it in
mail-archive. Is there any way to skip dowloading snapshot
dependencies at every maven exe
Hi,
apologies - I'm sure I've seen a post about this but can't find it in
mail-archive. Is there any way to skip dowloading snapshot dependencies
at every maven execution?
cheers
Nathan
--
Nathan Coast
Managing Director
Codeczar Ltd
mob : (852) 9049 5581
tel : (852) 2834 8733
f
t breaks IE. any ideas how to prevent
this from happening?
cheers
Nathan
--
Nathan Coast
Managing Director
Codeczar Ltd
mob : (852) 9049 5581
tel : (852) 2834 8733
fax : (852) 2834 8755
web : http://www.codeczar.com
-
To unsubsc
g no? Should I stick to writing Ant
tags to be safe, or is there some other preferred tag language that
works for 1.X that will still work in 2.0?
cheers
Nathan
--
Nathan Coast
Managing Director
codeczar ltd
mobile: (852) 9049 5581
email: mailto:[EMAIL PROTECTED]
web:http://w
-DartifactId=maven-struts-module-plugin
-DgroupId=codeczar-struts
-Dversion=1.0
plugin:download
Cheers
Nathan
--
Nathan Coast
Managing Director
codeczar ltd
mobile: (852) 9049 5581
email: mailto:[EMAIL PROTECTED]
web:http://www.codeczar.com
tatements are logged with -X
cheers
Nathan
[EMAIL PROTECTED] wrote:
Hi Nathan,
Use common-loggin like it's done in the artifact-plugin for example :
http://cvs.apache.org/viewcvs.cgi/maven-plugins/artifact/src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java?rev=1.23&view=au
e log() method
available to ant tasks?
cheers
Nathan
Brett Porter wrote:
correct.
http://cvs.apache.org/viewcvs.cgi/maven/src/conf/log4j.properties?rev=1.17&view=markup
On Tue, 12 Oct 2004 16:46:44 +0800, Nathan Coast <[EMAIL PROTECTED]> wrote:
Hi,
I have a couple of Jelly tag classes,
Hi,
I have a couple of Jelly tag classes, what's the 'correct' way write log
statements in tag classes. e.g.
1) info - info that is always logged to stdout
2) debug - info that is displayed with maven -X
cheers
Nathan
--
Nathan Coast
Managing Director
codeczar ltd
mobile: (852)
r.cgi/java-repository/maven/plugins/maven-checkstyle-plugin-2.5.jar
Have fun!
-The maven team
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Nathan Coast
Managin
Hi,
How do people create their jalopy config files?
cheers
Nathan
--
Nathan Coast
Managing Director
codeczar ltd
mobile: (852) 9049 5581
email: mailto:[EMAIL PROTECTED]
web:http://www.codeczar.com
-
To unsubscribe, e-mail
t Groovy because I wouldn't touch it with a 10' pole.
--
Nathan Coast
Managing Director
codeczar ltd
mobile: (852) 9049 5581
email: mailto:[EMAIL PROTECTED]
web:http://www.codeczar.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi,
plugin to facilitate building complex web-apps from smaller
struts-module projects.
plugin website
http://www.codeczar.com/beta/maven-struts-module-plugin/
why to use it
http://www.codeczar.com/beta/maven-struts-module-plugin/benefits.html
how to get it
http://www.codeczar.com/beta/maven-stru
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 notes for each slide.
http://www.codeczar.com/technologies/maven/maven_overview.sxi
I've also created a
thanks Michal,
Only just got round to looking at this,
are the org.apache.maven.artifact.* classes from Maven 2.X? So I guess for now aren't
available for my 1.X plugin?
thanks
Nathan
Maczka Michal wrote:
-Original Message-
From: Nathan Coast [mailto:[EMAIL PROTECTED]
Sent: Wedn
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
any ideas?
cheers
Nathan
-
To u
looks like the password error is a red herring. the date error still exists :(
Nathan Coast wrote:
Thanks Jeff,
I'm not sure this is the problem. I have two cvs repos on the same
server both running the same version of cvs. a project in from one repo
runs all the cvs related repor
looks ok to me,
this might be a silly suggestion but have executed maven clean since you modified the
maven.war.src.excludes?
is your source directory [project]/WebContent
or
[project]/src/WebContent
if the latter, you'll want
maven.war.src=${maven.src.dir}/WebContent
you might want to check ther
In order to create a plugin you don't have to extend this project descriptor. This
mechanism allows all of the core maven plugins to share common project attributes
groupId="maven"
developers..
reports.
site
repo..
If this is what you want then fine go ahead and extend the plugin
er reading something about this on the list a couple months
ago. It looks like someone updated your CVS recently. The newer
version of CVS adds the timezone. I don't recall the resolution, but
there might be a mention in the archive.
Jeff
On Wed, 15 Sep 2004, at 18:05:03 [GMT +0800] Nathan Co
there's a repo here http://www.codeczar.com/maven/
has the following plugins
ejbgen, tomcat, sql, example, foldertree
also LogWeb - log4j admin webapp
can the search engine display anything other than jar files? e.g. src.zip files for
source distributions?
thanks
Nathan
otsuka wrote:
Hi Carlos,
I've been kicking ideas around with the maven-example-plugin to enable users to locate,
download and use example / test projects. ie source distros placed in
/groupId/distributions .
In some situations the usage is automatic, e.g. a plugin downloads a project from the repo
to use as it's plugin
Hi,
I seem to be getting an exception during site / changelog when parsing the date returned
by cvs.
maven-changelog-plugin:report:
java.lang.Exception: Couldn't parse date 2004-09-14 15:34:50 +
from ChangeLogEntry.java:
private static final SimpleDateFormat CVS_TIMESTAMP_FORMAT =
n
these docs explain how to customise the reports generated by maven. Is this what you're
after?
http://maven.apache.org/reference/user-guide.html#Reports
http://maven.apache.org/reference/project-descriptor.html#reports
Dinko Hadzic wrote:
Hi
The site:generate goal generates a documentation
Hi
after loading the pom for a plugin hosted at maven (e.g. maven-jar-plugin) the groupId
returns 'maven-jar-plugin' when I look at the plugin's project.xml, it actually belongs to
the 'maven' group. I guess the problem is due to the fact that core plugins extend
../plugin-parent/project.xml
I
Hi,
from a recent post I found out how to load a pom into a variable, what I'm trying to do
now is to load the pom of an installed plugin. unfortunately I only know the artifactId of
the plugin and not the installed version number.
I have found a workaround to locate the project's descriptor.
great, that's exactly what I want,
thanks
Jeff
Jefferson K. French wrote:
Yes, try this:
Then just access the elements like ${otherPom.groupId}. You'll need
this:
xmlns:maven="jelly:maven"
in your tag.
Jeff
On Wed, 08 Sep 2004, at 16:08:14 [GMT +0800] Nathan Coast wrot
Hi,
Is there any mechanism to obtain a full list of the dependencies of dependencies in
jellyscript? I know there are reports generated e.g.
http://maven.apache.org/reference/plugins/dependency-convergence-report.html
I'm trying to access the dependencies from within jelly. Are there api calls
Hi,
I'd like to be able to query pom elements of other projects. Is there any way to load a
pom in the repo into a variable? in the same way that the current project's properties are
available from pom.fooBar
Specifically for plugins I want to be able to access things like groupId, artifactId a
Hi,
is there such a thing as a default goal for plugins? I've seen it mentioned in a few
places. If it does exist, how do you set it? Is it possible to access it from something
like:
pom.getPluginContext(pluginName).getDefaultGoal()
Or is it just referring to the naming convention for plugin
thanks Brett,
is what I'm after,
the goal I'm trying to execute is in another plugin and not from another project.
Brett Porter wrote:
attainGoal is only calling a goal on the current project (possibly
from another plugin though).
To execute a goal on another project, you can use the reactor or
t
thanks,
I guess attainGoal isn't what I'm after.
Shinobu Kawai wrote:
Hi Nathan,
can't find any docs for the attainGoal plugin
Try here:
http://wiki.codehaus.org/maven/WerkzTagDocumentation
Best regards,
-- Shinobu Kawai
--
Shinobu Kawai <[EMAIL PROTECTED], [EMAIL PROTECTED]>
Hi,
are the sample apps available in the repo anywhere?
the docs seem to be out of date http://maven.apache.org/reference/plugins/examples/
"You can find this example in your
${maven.home}/plugins/maven-examples-plugin-1.0/simple-java directory."
the examples exist in cvs: maven-plugins\examples
Hi,
how do you call a specific goal on some other project. I guess I could use the reactor,
is this the best way?
can't find any docs for the attainGoal plugin
cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
l not be really are to adapte it.
The plugin isn't online actually because some fonctionnality are not
finish ! But I start a sourceforge project for it
http://sourceforge.net/projects/wmplugins/. I can commit the actual state
if you when to take a look.
Nicolas,
Nathan Coast <[EMAIL
Hi,
what's the best way to perform xslt within maven?
I've tried using the jelly:xml taglib with limited success. Is this the best way to achive
xslt tasks?
...
xmlns:x="jelly:xml">
this places the result in a varable 'webxml' in a org.dom4j.tree.DefaultDocument
instance.
How do I then
Hi,
I'm thinking of developing a maven plugin for struts modules. I want to check that this
isn't being done by anyone else and to get feedback from the struts / maven communities.
The idea came from working on LogWeb http://www.codeczar.com/products/logweb/ When
producing distros I have to pr
the maven example plugin at codeczar is intended to standardise the process of developing
and documenting example projects for maven plugins.
If this is what you're after, it can be found here:
http://www.codeczar.com/products/maven-example-plugin/index.html
There wasn't much feedback after the i
ity for starting/stopping/deploying code to
a server.
What are you trying to do?
- Brett
On Sat, 21 Aug 2004 09:36:31 +0800, Nathan Coast <[EMAIL PROTECTED]> wrote:
Hi,
has anyone used httpunit from maven? is there a plugin somewhere? or does ever
Hi,
has anyone used httpunit from maven? is there a plugin somewhere? or does everyone use
cactus?
cheers
Nathan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
html
Simply set maven.xdoc.includeProjectDocumentation="no"
-Original Message-
From: Norbert Pabis' [mailto:[EMAIL PROTECTED]
Sent: Monday, August 16, 2004 11:54 AM
To: Maven Users List
Subject: Re: disabling project documentation
Deregister all reports.
Nathan Coast wrote
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
to maven.xml
and
to project.xml
but the reports are still generated.
thanks
Nathan
thanks Serge,
your suggestions are all good. I was sure the plugin compiled the
generated java sources too - I'll check. I've collected a number of
other suggestions for improvements to the plugin. I hope to have an
improved version available some time in the next few weeks.
cheers
Nathan
Se
no reason at all :)
feel free to send me a patch
Eric Chow wrote:
Hello,
I need to precompile the JSP before deployment.
In my JSPs, they require some taglib(TLDs). I set them as dependence in the
project.xml.
But when I call tomcat:jspc, it just raised exception that "can't locate
those TLDs ...".
Hi,
I'd like to be able to create xref documentation for sources other than
java. For some tutorials I'm working on it'd be useful to have links to
other project files, in particular jsp, xml and sql files. Anyone
attempted anything like this before? Any idea if the jxr code can be
massaged
nice one!
thanks to all involved.
Brett Porter wrote:
The Apache Maven team is pleased to announce the release of Maven 1.0.
http://maven.apache.org/start/download.html
(please be patient as the release may not have propogated to all mirrors yet)
Maven is a project management and project comprehens
Hi,
I'm a little unsure as to the 'correct' way to handle dependencies in a
project made up of multiple sub-projects.
up to now I have been declaring dependencies to fixed versions of each
component and installing each component into the local repo e.g.
jar:install. Is this the correct way or
I just modified the xdoclet plugin in accordance with the docs and I get
back to the original problem of:
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
any suggestions as to how to fix the problem without the root
classloader workaround?
Nathan Coast wrote:
well I fixed
their plugin?
cheers
Nathan
Nathan Coast wrote:
Hi,
I've just started trying to use ejbdoclet task from the xdoclet plugin
with maven rc3 and I'm getting the following error:
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
If I output the classpath passed to the taskdef
Hi,
I've just started trying to use ejbdoclet task from the xdoclet plugin
with maven rc3 and I'm getting the following error:
taskdef class xdoclet.modules.ejb.EjbDocletTask cannot be found
If I output the classpath passed to the taskdef command, I get the
following:
D:\apache\Maven-1.0-rc3\rep
Have I been looking in the right place? I can't see anything to do with
jasper pre-compilation in the plugin at codehaus.
http://wiki.codehaus.org/maven/TomcatPlugin?action=AttachFile&do=get&target=tomcat-1.1.zip
Brett Porter wrote:
In the version I did on the wiki, I used a comment as the repla
ntext pageContext)
throws Throwable {
JspWriter out = pageContext.getOut();
// portlet:namespace
org.apache.pluto.tags.NamespaceTag _jspx_th_portlet_namespace_0 =
(org.apache.pluto.tags.NamespaceTag)
_jspx_tagPool_portlet_namespace.get(org.apache.pluto.tags.NamespaceTag.class
);
I'm not sure this is the problem, I think the jasper compilation is
happening fine, ie the servlet java sources are being generated no
problem. the tomcat plugin adds the generated sources to the
maven.compile.src.set.
I think Erics problem is occuring later when the war plugin compiles the
j
List" <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 9:51 AM
Subject: Re: [ANN] maven-tomcat-plugin 1.1 release
Would this work with Tomcat 4.1.x?
-Dan
----- Original Message -
From: "Nathan Coast" <[EMAIL PROTECTED]>
To: "Maven Users" <[EMAIL PROT
1 - 100 of 207 matches
Mail list logo