What JDK? Is your system Locale different than en_US?
You know there's a bug in URLConnection, at least in 1.3.1.
The If-Modified-Since header is constructed with system Locale (as opposed
to being constructed with en_US). If system Locale is not en_US, the HTTP
server does not understand the times
Message:
The following issue has been closed.
Resolver: dion gillard
Date: Thu, 5 Feb 2004 8:03 PM
Open this as a bug on the java and test plugins with a better description of the issue
if you need.
-
View the issu
The following comment has been added to this issue:
Author: John Casey
Created: Thu, 5 Feb 2004 6:56 PM
Body:
I don't think that it has anything to do with it. It's just perceived to be a maven
problem when it's really Ant, that's all. I think we're all on the same page.
-
The following comment has been added to this issue:
Author: dion gillard
Created: Thu, 5 Feb 2004 6:34 PM
Body:
AFAIK, we're not using depend for our dependency checking.
What does this have to do with Maven?
-
Vi
Maczka Michal <[EMAIL PROTECTED]> wrote on 05/02/2004 09:59:36 PM:
> For example if cactus test cases were kept in separate, dedicated
project
> this particular problem will almost disappear.
We do exactly this at the moment for our J2EE apps.
> "Almost" as the problem is that Maven at the momen
"Sean Timm" <[EMAIL PROTECTED]> wrote on 06/02/2004 08:42:34 AM:
> Brett Porter [mailto:[EMAIL PROTECTED] wrote:
> > > Using the latest RC2 bits, when I do a "maven
> > > multiproject:install-snapshot", it builds project A, but
> > then when it
> > > builds project B (which has a dependency on
I didn't have any luck finding anything in JIRA regarding multiproject
and snapshots. There was an issue with snapshots in general, but that
works fine for me. However, I've been using a modified jar plugin that
uses the artifact plugin rather than the defaults... I'm starting to
wonder if it ma
Hard to tell - but search JIRA first because I'm sure someone would already
have come across this if it's a problem.
Thanks,
Brett
> -Original Message-
> From: Sean Timm [mailto:[EMAIL PROTECTED]
> Sent: Friday, 6 February 2004 8:43 AM
> To: Maven Developers List
> Subject: RE: RC2 - mul
Brett Porter [mailto:[EMAIL PROTECTED] wrote:
> > Using the latest RC2 bits, when I do a "maven
> > multiproject:install-snapshot", it builds project A, but
> then when it
> > builds project B (which has a dependency on project A), it
> downloads
> > the snapshot from the remote repository rat
The following comment has been added to this issue:
Author: Brett Porter
Created: Thu, 5 Feb 2004 4:34 PM
Body:
just a note that
root
needs to be added to every dependency to get this to work
-
View this comm
Can you confirm this has changed since RC1?
That code hasn't changed, so I'd be surprised if this isn't an existing
issue, if not an environmental issue.
Having said that, it should go into JIRA if it is not environmental (search
and see if there is one already!)
Cheers,
Brett
> -Original M
Using the latest RC2 bits, when I do a "maven
multiproject:install-snapshot", it builds project A, but then when it
builds project B (which has a dependency on project A), it downloads the
snapshot from the remote repository rather than using the snapshot I
just built for project A. Is anyone else
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPASPECTJ-5
Here is an overview of the issue:
--
jvanzyl 2004/02/05 06:43:49
Removed: surefire .cvsignore plugin.jelly plugin.properties
project.properties project.xml swap-plugin
surefire/src/main/org/apache/maven/test SurefirePlugin.java
surefire/xdocs .cvsignore changes.xml goals
The following comment has been added to this issue:
Author: Ronald Blaschke
Created: Thu, 5 Feb 2004 9:00 AM
Body:
I have played around with this a bit on WinXP, and it seems like "exit /b %exit_code%"
just sets the ERRORLEVEL and finishes the current batch script, whereas "exit
Message:
A new issue has been created in JIRA.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPPLUGIN-9
Here is an overview of the issue:
---
Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Thu, 5 Feb 2004 8:19 AM
Already fixed
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-28
Here is an
Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Thu, 5 Feb 2004 8:17 AM
Already fixed
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPCHANGELOG-27
Here is an
The following comment has been added to this issue:
Author: Emmanuel Venisse
Created: Thu, 5 Feb 2004 7:03 AM
Body:
Could you repost a patch in correspondance with the new plugin.jelly.
Thanks
-
View this comment:
Message:
The following issue has been closed.
Resolver: Emmanuel Venisse
Date: Thu, 5 Feb 2004 6:57 AM
Applied.
-
View the issue:
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJNLP-6
Here is an overview of
evenisse2004/02/05 03:52:25
Modified:jnlp plugin.jelly
jnlp/xdocs changes.xml
Log:
- MPJNLP-6. Updated jarversions support to take SNAPSHOT jars into account.
- Remove tabs.
Revision ChangesPath
1.22 +63 -61maven-plugins/jnlp/plugin.jelly
epugh 2004/02/05 03:30:44
Modified:docbook/xdocs properties.xml
Log:
Fix the name of the src for docbook property.
Revision ChangesPath
1.3 +1 -1 maven-plugins/docbook/xdocs/properties.xml
Index: properties.xml
=
IMHO this particular issue: integration of cactus plugin with eclipse
plugin is affected by the problem which is lying elsewhere.
The problem is that generally support for different type of testing then
unit testing is pratically not existing in maven.
For example if cactus test cases were kept i
I think I was the guilty person on this one...
I wanted to run maven eclipse and get my cactus code registered as source
code. If this coupling is undesirable, then the property
maven.eclipse.classpath.include could be used instead:
maven.eclipse.classpath.include src/test-cactus
Eric
> -O
The following comment has been added to this issue:
Author: Robin Morris
Created: Thu, 5 Feb 2004 4:21 AM
Body:
Agreed it does appear to be an ANT problem. This looks to be due to it checking the
.class file for dependencies rather than the .java file.
static final values are put
25 matches
Mail list logo