[jira] Updated: (MAVENUPLOAD-1396) Upload UmlGraph 4.6

2007-02-27 Thread Antonio Petrelli (JIRA)

 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Petrelli updated MAVENUPLOAD-1396:
--

Attachment: UmlGraph-bundle-4.6.jar

Sorry, I forgot to rename the JAR file, now UmlGraph-4.6.jar is there.

Thanks
Antonio

 Upload UmlGraph 4.6
 ---

 Key: MAVENUPLOAD-1396
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1396
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Antonio Petrelli
 Attachments: UmlGraph-bundle-4.6.jar, UmlGraph-bundle-4.6.jar


 Hi,
 Can you deploy the attached bundle, that permits to everyone running maven to 
 easily generate javadocs annotated
 with uml diagrams like in: http://www.andrea-aime.name/static/gt2-api/
 Notice that I can't set SCM URL because there is no accessible SCM system.
 Thanks,
 Antonio

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Closed: (CONTINUUM-1185) Can't get past General Configuration in r511964

2007-02-27 Thread Emmanuel Venisse (JIRA)

 [ 
http://jira.codehaus.org/browse/CONTINUUM-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Venisse closed CONTINUUM-1185.
---

 Assignee: Emmanuel Venisse
   Resolution: Fixed
Fix Version/s: 1.1

Fixed in r512179

 Can't get past General Configuration in r511964
 -

 Key: CONTINUUM-1185
 URL: http://jira.codehaus.org/browse/CONTINUUM-1185
 Project: Continuum
  Issue Type: Bug
Affects Versions: 1.1
 Environment: Continuum 1.1-SNAPSHOT r511964
Reporter: Wendy Smoak
 Assigned To: Emmanuel Venisse
 Fix For: 1.1


 Continuum r511964 has a problem, you can't get out of General Configuration.  
 All the integration tests are failing.
 From a fresh install, here's what happens:
 1. Create Admin user
 2. General Configuration
 3. Save
 4. Login screen
 5. Login as admin
 6. General Configuration
 7. Any other link - General Configuration
 It used to be:
 1. Create Admin user
 2. Login screen
 3. Log in as admin
 4. General Configuration
 5. proceed as usual

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SCM-281) Perforce problem: incorrect client spec is used

2007-02-27 Thread Anton Katernoga (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88647
 ] 

Anton Katernoga commented on SCM-281:
-

The purpose of SCM-165 isn't very clear to me, but from the comments I see it 
was necessary for several commands to run with same persistent client spec. Why 
do you save this specname in property although you can simply re-generate it 
from repo and workDir each time and it will be the same name?

 Perforce problem: incorrect client spec is used
 ---

 Key: SCM-281
 URL: http://jira.codehaus.org/browse/SCM-281
 Project: Maven SCM
  Issue Type: Bug
  Components: maven-scm-provider-perforce
Affects Versions: 1.0-beta-4
Reporter: Anton Katernoga
 Assigned To: Mike Perham
 Attachments: patch.p4.txt


 I have 2 projects set up which use the same perforce scm url. One is run each 
 5 mins, the other is a nightly tests build. I've noticed that the latter 
 never gets run-the message is that the dir is up-to date. It appeared that 
 after the first project is run, its client spec is set to system variable in 
 PerforceCheckOutCommand  (maven-scm perforce provider) class and afterwards 
 the value of the var is used instead of a correct client spec. I didn't 
 remove the property set, as it is a fix to SCM-165, but rather the place 
 where prop is used. Now works fine.
 Patch is attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MCHANGELOG-55) The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found

2007-02-27 Thread Francois Loison (JIRA)
The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or 
no valid version could be found
--

 Key: MCHANGELOG-55
 URL: http://jira.codehaus.org/browse/MCHANGELOG-55
 Project: Maven 2.x Changelog Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Francois Loison


I referenced change log plugin into my POM:

 reporting
 plugins
!-- change log: what's changed in SCM --
plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-changelog-plugin/artifactId
/plugin
 /plugins
/reporting

When launching mvn site, I have following error:

The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or 
no valid version could be found

Seen also that maven-changelog plugin is not available at
http://repo1.maven.org/maven2/org/apache/maven/plugins/


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MCHANGELOG-55) The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist or no valid version could be found

2007-02-27 Thread Olivier Lamy (JIRA)

[ 
http://jira.codehaus.org/browse/MCHANGELOG-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88656
 ] 

Olivier Lamy commented on MCHANGELOG-55:


Try to add plugin repo : http://people.apache.org/repo/m2-snapshot-repository/

 The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist 
 or no valid version could be found
 --

 Key: MCHANGELOG-55
 URL: http://jira.codehaus.org/browse/MCHANGELOG-55
 Project: Maven 2.x Changelog Plugin
  Issue Type: Bug
Affects Versions: 2.1
Reporter: Francois Loison

 I referenced change log plugin into my POM:
  reporting
plugins
   !-- change log: what's changed in SCM --
   plugin
   groupIdorg.apache.maven.plugins/groupId
   artifactIdmaven-changelog-plugin/artifactId
   /plugin
/plugins
 /reporting
 When launching mvn site, I have following error:
 The plugin 'org.apache.maven.plugins:maven-changelog-plugin' does not exist 
 or no valid version could be found
 Seen also that maven-changelog plugin is not available at
 http://repo1.maven.org/maven2/org/apache/maven/plugins/

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Closed: (MRM-280) Spaces after hostname in Repository browsing and POM snippets

2007-02-27 Thread Emmanuel Venisse (JIRA)

 [ 
http://jira.codehaus.org/browse/MRM-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Venisse closed MRM-280.


 Assignee: Emmanuel Venisse
   Resolution: Fixed
Fix Version/s: 1.0

Fixed in r.512219

 Spaces after hostname in Repository browsing and POM snippets
 -

 Key: MRM-280
 URL: http://jira.codehaus.org/browse/MRM-280
 Project: Archiva
  Issue Type: Bug
 Environment: ALL
Reporter: Robert Simmons Jr.
 Assigned To: Emmanuel Venisse
Priority: Minor
 Fix For: 1.0


 The web app is adding two spaces after the host name in the POM snippets and 
 in the browsing of the repository configurations. This seems to be an issue 
 in the JSPs themselves. The repositories still work but anyone copying the 
 snippet would be massively confused.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SCM-281) Perforce problem: incorrect client spec is used

2007-02-27 Thread Mike Perham (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88672
 ] 

Mike Perham commented on SCM-281:
-

Because some corporations have naming standards for clientspecs so the 
clientspec name cannot be pregenerated or determined beforehand.

 Perforce problem: incorrect client spec is used
 ---

 Key: SCM-281
 URL: http://jira.codehaus.org/browse/SCM-281
 Project: Maven SCM
  Issue Type: Bug
  Components: maven-scm-provider-perforce
Affects Versions: 1.0-beta-4
Reporter: Anton Katernoga
 Assigned To: Mike Perham
 Attachments: patch.p4.txt


 I have 2 projects set up which use the same perforce scm url. One is run each 
 5 mins, the other is a nightly tests build. I've noticed that the latter 
 never gets run-the message is that the dir is up-to date. It appeared that 
 after the first project is run, its client spec is set to system variable in 
 PerforceCheckOutCommand  (maven-scm perforce provider) class and afterwards 
 the value of the var is used instead of a correct client spec. I didn't 
 remove the property set, as it is a fix to SCM-165, but rather the place 
 where prop is used. Now works fine.
 Patch is attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CONTINUUM-1187) NumberFormatException on invalid scm url

2007-02-27 Thread Adam Kiezun (JIRA)
NumberFormatException on invalid scm url


 Key: CONTINUUM-1187
 URL: http://jira.codehaus.org/browse/CONTINUUM-1187
 Project: Continuum
  Issue Type: Bug
Affects Versions: 1.0.3
 Environment: Debian Linux, AFS
Reporter: Adam Kiezun


I entered scm:svn:svn+ssh://[EMAIL 
PROTECTED]:/afs/csail.mit.edu/group/pag/projects/joe/repository/trunk/joe
as my scm ulr (note that there's a bogus colon after 'edu')

I got a NumberFormatException.
This should be flagged as invalid scm string and not show up as exception in 
the browser.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MNG-2851) The artifact handlers must be loaded upfront for all operations

2007-02-27 Thread Jason van Zyl (JIRA)
The artifact handlers must be loaded upfront for all operations
---

 Key: MNG-2851
 URL: http://jira.codehaus.org/browse/MNG-2851
 Project: Maven 2
  Issue Type: Improvement
Affects Versions: 2.1.x
Reporter: Jason van Zyl
 Fix For: 2.1-alpha-1


check the test I've added to MavenEmbedderTest. Without this loading
of project (without deps) the artifact handlers don't get taken into
account when loading the project.

the artifact handlers are added somewhere in lifecycle executor which
is not even touched on readProjectWithDependencies().

Milos

On 2/27/07, Jason van Zyl [EMAIL PROTECTED] wrote:
Hey,

Just wondering about reading the project twice in read project with
dependencies. Why are you trying to find the artifact handlers once
and then reading the project again?

Just wondering if you copied this stuff from internal components why
it's not working. Is this for the case where you've added new ones
after the embedder has started?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MNG-2851) The artifact handlers must be loaded upfront for all operations

2007-02-27 Thread Jason van Zyl (JIRA)

 [ 
http://jira.codehaus.org/browse/MNG-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason van Zyl updated MNG-2851:
---

Fix Version/s: 2.1-alpha-1

 The artifact handlers must be loaded upfront for all operations
 ---

 Key: MNG-2851
 URL: http://jira.codehaus.org/browse/MNG-2851
 Project: Maven 2
  Issue Type: Improvement
Affects Versions: 2.1.x
Reporter: Jason van Zyl
 Fix For: 2.1-alpha-1


 check the test I've added to MavenEmbedderTest. Without this loading
 of project (without deps) the artifact handlers don't get taken into
 account when loading the project.
 the artifact handlers are added somewhere in lifecycle executor which
 is not even touched on readProjectWithDependencies().
 Milos
 On 2/27/07, Jason van Zyl [EMAIL PROTECTED] wrote:
 Hey,
 Just wondering about reading the project twice in read project with
 dependencies. Why are you trying to find the artifact handlers once
 and then reading the project again?
 Just wondering if you copied this stuff from internal components why
 it's not working. Is this for the case where you've added new ones
 after the embedder has started?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (MECLIPSE-233) Manifest attributes incorrectly treated as case-sensitive

2007-02-27 Thread Matthew Beermann (JIRA)

 [ 
http://jira.codehaus.org/browse/MECLIPSE-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matthew Beermann updated MECLIPSE-233:
--

Attachment: MECLIPSE-233-maven-eclipse-plugin.patch

Possible patch

 Manifest attributes incorrectly treated as case-sensitive
 -

 Key: MECLIPSE-233
 URL: http://jira.codehaus.org/browse/MECLIPSE-233
 Project: Maven 2.x Eclipse Plugin
  Issue Type: Bug
  Components: PDE support
Affects Versions: 2.3
Reporter: Matthew Beermann
Priority: Critical
 Fix For: 2.4

 Attachments: MECLIPSE-233-maven-eclipse-plugin.patch


 When the eclipse:eclipse goal is running in PDE mode and rewriting the 
 project's manifest file, it's treating the manifest's attributes 
 case-sensitively. This is incorrect; according to the JAR file specification, 
 manifest attribute names are case insensitive. See: 
 http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Notes%20on%20Manifest%20and%20Signature%20Files
 Patch coming up in a moment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MECLIPSE-233) Manifest attributes incorrectly treated as case-sensitive

2007-02-27 Thread Matthew Beermann (JIRA)
Manifest attributes incorrectly treated as case-sensitive
-

 Key: MECLIPSE-233
 URL: http://jira.codehaus.org/browse/MECLIPSE-233
 Project: Maven 2.x Eclipse Plugin
  Issue Type: Bug
  Components: PDE support
Affects Versions: 2.3
Reporter: Matthew Beermann
Priority: Critical
 Fix For: 2.4
 Attachments: MECLIPSE-233-maven-eclipse-plugin.patch

When the eclipse:eclipse goal is running in PDE mode and rewriting the 
project's manifest file, it's treating the manifest's attributes 
case-sensitively. This is incorrect; according to the JAR file specification, 
manifest attribute names are case insensitive. See: 
http://java.sun.com/j2se/1.4.2/docs/guide/jar/jar.html#Notes%20on%20Manifest%20and%20Signature%20Files

Patch coming up in a moment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CONTINUUM-1188) JPox relies on java being on the path, but maven does not, so fails with a file not found exception

2007-02-27 Thread Nigel Magnay (JIRA)
JPox relies on java being on the path, but maven does not, so fails with a file 
not found exception
---

 Key: CONTINUUM-1188
 URL: http://jira.codehaus.org/browse/CONTINUUM-1188
 Project: Continuum
  Issue Type: Bug
Affects Versions: 1.1
 Environment: ubuntu 6.10
Reporter: Nigel Magnay
Priority: Trivial


This may be a jpox bug (whatever jpox is), but you get a file not found 
exception if java isn't on your path.
Error while executing the JPox tool 'org.jpox.enhancer.JPOXEnhancer'

if build.sh checked that it was, it would avoid this failure case.

Also it relies on javax files being available, so the docs should probably tell 
you how to get these.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (SCM-281) Perforce problem: incorrect client spec is used

2007-02-27 Thread Emmanuel Venisse (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88685
 ] 

Emmanuel Venisse commented on SCM-281:
--

I removed the maven.scm.perforce.clientspec.name system property in continuum 
so the correct clientspec name used should be ok now.
Anton, can you test it?

 Perforce problem: incorrect client spec is used
 ---

 Key: SCM-281
 URL: http://jira.codehaus.org/browse/SCM-281
 Project: Maven SCM
  Issue Type: Bug
  Components: maven-scm-provider-perforce
Affects Versions: 1.0-beta-4
Reporter: Anton Katernoga
 Assigned To: Mike Perham
 Attachments: patch.p4.txt


 I have 2 projects set up which use the same perforce scm url. One is run each 
 5 mins, the other is a nightly tests build. I've noticed that the latter 
 never gets run-the message is that the dir is up-to date. It appeared that 
 after the first project is run, its client spec is set to system variable in 
 PerforceCheckOutCommand  (maven-scm perforce provider) class and afterwards 
 the value of the var is used instead of a correct client spec. I didn't 
 remove the property set, as it is a fix to SCM-165, but rather the place 
 where prop is used. Now works fine.
 Patch is attached.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MNG-2852) process-test-classes phase is run even when maven.test.skip is called

2007-02-27 Thread Dan Diephouse (JIRA)
process-test-classes phase is run even when maven.test.skip is called
-

 Key: MNG-2852
 URL: http://jira.codehaus.org/browse/MNG-2852
 Project: Maven 2
  Issue Type: Bug
Affects Versions: 2.0.5
Reporter: Dan Diephouse


I'm have some bytecode processing which occurs in the process-test-classes 
phase. when I skip the tests, it still tries to run my ant task:

[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [antrun:run {execution: default}]
 [echo] Running Jibx Ant task

My task definition looks like this:

plugin
artifactIdmaven-antrun-plugin/artifactId
executions
  execution
phaseprocess-test-classes/phase
goals
  goalrun/goal
/goals
configuration
  tasks
echoRunning Jibx Ant task/echo
taskdef classname=org.jibx.binding.ant.CompileTask 
classpathref=maven.test.classpath name=jibx /
jibx verbose=true binding=${basedir}/src/jibx/binding.xml
  classpathset dir=${basedir}/target/test-classes /
/jibx
  /tasks
/configuration
  /execution
/executions
  /plugin


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MWAR-92) Bad xml in sample documentation on website

2007-02-27 Thread Harold Shinsato (JIRA)
Bad xml in sample documentation on website
--

 Key: MWAR-92
 URL: http://jira.codehaus.org/browse/MWAR-92
 Project: Maven 2.x War Plugin
  Issue Type: Bug
Reporter: Harold Shinsato
Priority: Minor


The online documentation at 
http://maven.apache.org/plugins/maven-war-plugin/examples/war-manifest-guide.html
 contains a snippet of xml, the first example box has the following.

archiver
  manifest_entryvalue/manifest_entry
archiver

The final archiver tag should have been /archiver to properly close it and 
make it well formed xml, otherwise this snippet won't work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CONTINUUM-1189) Continuum aborts when using Oracle database

2007-02-27 Thread thierry lach (JIRA)
Continuum aborts when using Oracle database
---

 Key: CONTINUUM-1189
 URL: http://jira.codehaus.org/browse/CONTINUUM-1189
 Project: Continuum
  Issue Type: Bug
  Components: Database
Affects Versions: 1.1
Reporter: thierry lach


Trying to get Continuum to use Oracle as the database gives the following error 
(extracted from JBoss logs)

13:13:38,093 INFO  [EARDeployer] Init J2EE application: 
file:/C:/jboss-4.0.5/server/custom/deploy/continuum-ear-1.1-SNAPSHOT.ear
13:14:03,593 INFO  [TomcatDeployer] deploy, ctxPath=/continuum, 
warUrl=.../tmp/deploy/tmp23172continuum-ear-1.1-SNAPSHOT.ear-contents/continuum-webapp-1.1-SNAPSHOT-exp.war/
13:14:03,953 INFO  [[/continuum]] Loading plexus context properties from: 
'/WEB-INF/plexus.properties'
13:14:03,953 INFO  [[/continuum]] Could not load plexus context properties 
from: '/WEB-INF/plexus.properties'
2007-02-27 13:14:04,515 [ScannerThread] INFO  PlexusContainer- 
Loading on start [role]: [org.apache.maven.continuum.Continuum]
2007-02-27 13:14:06,328 [ScannerThread] INFO  RAMJobStore- 
RAMJobStore initialized.
2007-02-27 13:14:06,328 [ScannerThread] INFO  StdSchedulerFactory- 
Quartz scheduler 'defaultScheduler' initialized from an externally provided 
properties instance.
2007-02-27 13:14:06,328 [ScannerThread] INFO  StdSchedulerFactory- 
Quartz scheduler version: 1.4.5
2007-02-27 13:14:06,328 [ScannerThread] INFO  QuartzScheduler- 
Scheduler defaultScheduler_$_NON_CLUSTERED started.
2007-02-27 13:14:06,390 [ScannerThread] WARN  ContinuumBuildExecutor:maven-1 - 
Could not find the executable 'maven' in the path '[]'.
2007-02-27 13:14:06,390 [ScannerThread] WARN  ContinuumBuildExecutor:ant - 
Could not find the executable 'ant' in the path '[]'.
2007-02-27 13:14:06,874 [ScannerThread] WARN  ContinuumBuildExecutor:maven2  - 
Could not find the executable 'mvn' in the path '[]'.
2007-02-27 13:14:06,874 [ScannerThread] INFO  BuildExecutorManager   - 
Build executors:
2007-02-27 13:14:06,874 [ScannerThread] INFO  BuildExecutorManager   -  
 ant
2007-02-27 13:14:06,874 [ScannerThread] INFO  BuildExecutorManager   -  
 maven-1
2007-02-27 13:14:06,874 [ScannerThread] INFO  BuildExecutorManager   -  
 maven2
2007-02-27 13:14:06,874 [ScannerThread] INFO  BuildExecutorManager   -  
 shell
2007-02-27 13:14:06,906 [ScannerThread] INFO  Continuum  - 
Initializing Continuum.
2007-02-27 13:14:06,906 [ScannerThread] INFO  Continuum  - 
Showing all projects: 
2007-02-27 13:14:08,562 [ScannerThread] WARN  LocalManagedConnectionFactory  - 
Error resetting transaction isolation 
java.sql.SQLException: READ_COMMITTED and SERIALIZABLE are the only valid 
transaction levels
at 
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at 
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:146)
at 
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:208)
at 
oracle.jdbc.driver.PhysicalConnection.setTransactionIsolation(PhysicalConnection.java:1608)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.cleanup(BaseWrapperManagedConnection.java:189)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.returnConnection(InternalManagedConnectionPool.java:320)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.returnConnection(JBossManagedConnectionPool.java:620)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.returnManagedConnection(BaseConnectionManager2.java:363)
at 
org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.connectionClosed(TxConnectionManager.java:623)
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.closeHandle(BaseWrapperManagedConnection.java:266)
at 
org.jboss.resource.adapter.jdbc.WrappedConnection.close(WrappedConnection.java:129)
at 
org.jpox.store.rdbms.adapter.DatabaseAdapter.getConnection(DatabaseAdapter.java:928)
at 
org.jpox.store.rdbms.RDBMSNonmanagedTransaction.begin(RDBMSNonmanagedTransaction.java:324)
at 
org.codehaus.plexus.jdo.PlexusJdoUtils.getAllObjectsDetached(PlexusJdoUtils.java:356)
at 
org.codehaus.plexus.jdo.PlexusJdoUtils.getAllObjectsDetached(PlexusJdoUtils.java:342)
at 
org.apache.maven.continuum.store.JdoContinuumStore.getAllObjectsDetached(JdoContinuumStore.java:1302)
at 
org.apache.maven.continuum.store.JdoContinuumStore.getAllObjectsDetached(JdoContinuumStore.java:1287)
at 
org.apache.maven.continuum.store.JdoContinuumStore.getAllProjectsByNameWithBuildDetails(JdoContinuumStore.java:843)
at 

[jira] Created: (MAVENUPLOAD-1397) JEuclid - a MathML rendering solution

2007-02-27 Thread Max Berger (JIRA)
JEuclid - a MathML rendering solution
-

 Key: MAVENUPLOAD-1397
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1397
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Max Berger


JEuclid is a complete MathML rendering solution, consisting of: a MathViewer 
application, command line converters from MathML to other formats, an ant task 
for autmated conversion, display components for AWT and Swing and a component 
for Apache Cocoon

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

2007-02-27 Thread Daniel Kulp (JIRA)

[ 
http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88693
 ] 

Daniel Kulp commented on MEV-504:
-


If mortbay isn't putting the jetty5 stuff in central, any idea where they're 
coming from?Most of the jetty 5 things in central have poms (although very 
minimal ones), but the latest ones don't.Whomever is putting those in 
central should update the process to make sure that poms are put there as well. 
 (and poms with full metadata)


In this case, I wouldn't add dependencies as builds would probably break.   
Just poms with the correct metadata.




 Jetty 5.1.10 and 5.1.11 missing poms
 

 Key: MEV-504
 URL: http://jira.codehaus.org/browse/MEV-504
 Project: Maven Evangelism
  Issue Type: Improvement
  Components: Missing POM
Reporter: Daniel Kulp

 The NEW versions of  Jetty (6.x) have correct poms that include all the 
 information.  
 However, the 5.1.11 and 5.1.12 are missing poms.   I've used information from 
 the 6.1 version and 5.1.10 versions to create:
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 modelVersion4.0.0/modelVersion
 groupIdjetty/groupId
 artifactIdorg.mortbay.jetty/artifactId
 version5.1.11/version
 urlhttp://jetty.mortbay.org/url
 nameJetty Server/name
 licenses
 license
 nameApache License Version 2.0/name
 urlhttp://www.apache.org/licenses/LICENSE-2.0/url
 /license
 /licenses
 organization
 nameMort Bay Consulting/name
 urlhttp://www.mortbay.com/url
 /organization
 issueManagement
 systemjira/system
 urlhttp://jira.codehaus.org/browse/Jetty/url
 /issueManagement
 mailingLists
 mailingList
 nameJetty Discuss List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-discuss/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty-Discuss-f60.html/otherArchive
 /otherArchives
 /mailingList
 mailingList
 nameJetty Support List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-support/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty-Support-f61.html/otherArchive
 /otherArchives
 /mailingList
 mailingList
 nameJetty Announce List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-announce/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty---Announce-f2649.html/otherArchive
 /otherArchives
 /mailingList
 /mailingLists
 /project

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CONTINUUM-713) re-enabling xfire?

2007-02-27 Thread john john (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88707
 ] 

john john commented on CONTINUUM-713:
-

http://phantoma.weblogs.hu/2007/02/19/bollywood_actors_actresses_photoes_bolly~1768726
http://phantoma.weblogs.hu/2007/02/19/free_memberships_cock_sucking_dick_sucki~1768724
http://phantoma.weblogs.hu/2007/02/19/independent_blowjob_pictures_videos_indi~1768719
http://phantoma.weblogs.hu/2007/02/19/gayblowjobs_gayblowjobs_animated_photos_~1768716
http://phantoma.weblogs.hu/2007/02/19/free_housewives_blow_job_photos_free_int~1768709
http://phantoma.weblogs.hu/2007/02/19/free_big_titi_black_fuck_gallery_free_bi~1768706
http://phantoma.weblogs.hu/2007/02/19/free_sex_cilps_black_girls_free_sex_film~1768704
http://phantoma.weblogs.hu/2007/02/19/free_pics_blackmen_women_free_pics_black~1768701
http://phantoma.weblogs.hu/2007/02/19/free_big_blackcock_pics_free_big_blackwo~1768694
http://phantoma.weblogs.hu/2007/02/19/free_sample_video_black_women_getting_fu~1768690
http://phantoma.weblogs.hu/2007/02/19/free_pics_black_booty_gallerys_free_pics~1768684
http://phantoma.weblogs.hu/2007/02/19/free_nude_adult_picturesfree_free_free_n~1768680
http://phantoma.weblogs.hu/2007/02/19/free_sample_movie_mpeg_blacks_gangbang_b~1768675
http://phantoma.weblogs.hu/2007/02/19/free_pic_galleries_black_gay_men_dicks_f~1768671
http://phantoma.weblogs.hu/2007/02/19/free_beautiful_black_wonem_picture_galle~1768667
http://phantoma.weblogs.hu/2007/02/19/thumnails_slutty_bitchs_trashy_bitchs_ve~1768662
http://phantoma.weblogs.hu/2007/02/19/playboy_nude_bitchs_porno_bitchs_xxx_pot~1768655
http://phantoma.weblogs.hu/2007/02/19/japanese_young_big_breasted_schoolgirl_b~1768652
http://phantoma.weblogs.hu/2007/02/19/freepornvideos_movies_big_freesamples_bi~1768648
http://phantoma.weblogs.hu/2007/02/19/kerala_beutiful_girls_lebanon_beutifull_~1768631
http://phantoma.weblogs.hu/2007/02/19/sexy_arseholes_beutiful_women_sexy_beuti~1768628
http://phantoma.weblogs.hu/2007/02/19/huge_dicks_being_sucked_illegal_gilr_bei~1768622
http://phantoma.weblogs.hu/2007/02/19/cartoons_adult_funny_humorus_cartoons_an~1768619
http://phantoma.weblogs.hu/2007/02/19/thumbnails_blondes_being_fucked_thumbnai~1768614
http://phantoma.weblogs.hu/2007/02/19/free_pics_girls_being_raped_free_picts_y~1768609
http://phantoma.weblogs.hu/2007/02/19/girl_beauty_free_sample_hairy_nude_beaut~1768605
http://phantoma.weblogs.hu/2007/02/19/thumbnail_photos_beautifull_women_wallpa~1768598
http://phantoma.weblogs.hu/2007/02/19/indian_bollywood_babys_boobs_las_vegas_n~1768595
http://phantoma.weblogs.hu/2007/02/19/free_voyeur_babysitters_free_xxx_undergr~1768589
http://phantoma.weblogs.hu/2007/02/19/hot_babys_saver_hot_stories_babysitters_~1768584
http://phantoma.weblogs.hu/2007/02/19/sexy_small_pegnant_babies_sexy_sri_lanka~1768580
http://phantoma.weblogs.hu/2007/02/19/superhero_babes_hentei_swedisch_babes_sw~1768572
http://phantoma.weblogs.hu/2007/02/19/brazilan_babes_pics_brazilan_beaches_bab~1768559
http://phantoma.weblogs.hu/2007/02/19/cartoon_cartoons_free_adult_cartoon_xxx_~1768555
http://phantoma.weblogs.hu/2007/02/19/sri_lankan_nude_babes_sri_lankan_porn_mo~1768551
http://phantoma.weblogs.hu/2007/02/19/bras_babes_picture_brasil_babes_brasil_b~1768527
http://phantoma.weblogs.hu/2007/02/19/free_cleb_babes_naked_free_clebe_babes_f~1768522
http://phantoma.weblogs.hu/2007/02/19/assian_assian_anal_sex_pictures_assian_a~1768511
http://phantoma.weblogs.hu/2007/02/19/xxx_hugh_cocks_tight_assholes_xxx_anal_s~1768495
http://phantoma.weblogs.hu/2007/02/19/pic_assfuckingpics_pussy_assfucking_scho~1768493
http://phantoma.weblogs.hu/2007/02/19/gay_stretched_assholes_gayassfucking_gay~1768490
http://phantoma.weblogs.hu/2007/02/19/nude_teen_assi_nude_teen_gay_ass_fuckimg~1768482
http://phantoma.weblogs.hu/2007/02/19/megaspider_alisha_klass_free_movies_mega~1768463
http://phantoma.weblogs.hu/2007/02/19/penthouse_adult_magasine_penthouse_magas~1768456
http://phantoma.weblogs.hu/2007/02/19/genisis_adult_mag_german_adult_cartoons_~1768452
http://phantoma.weblogs.hu/2007/02/19/free_aisan_sex_video_sample_gwy_adult_ta~1768433
http://phantoma.weblogs.hu/2007/02/19/free_anal_asain_gallerys_free_asain_free~1768425
http://phantoma.weblogs.hu/2007/02/19/forced_young_asain_rape_pictures_free_ad~1768415
http://phantoma.weblogs.hu/2007/02/19/free_nude_artistic_erotic_pics_brazilian~1768408
http://phantoma.weblogs.hu/2007/02/19/comic_artist_gallery_desibaba_indian_art~1768395
http://phantoma.weblogs.hu/2007/02/19/jessica_fuck_arse_kaviarsex_korea_starse~1767403
http://phantoma.weblogs.hu/2007/02/19/sex_video_avi_mov_archives_sextoon_archi~1767392
http://phantoma.weblogs.hu/2007/02/19/cartoon_archie_veronica_sex_pics_classic~1767391
http://phantoma.weblogs.hu/2007/02/19/teen_arbic_hot_gallery_xxx_photo_arbic_a~1767387

[jira] Commented: (CONTINUUM-663) Google Summer Of Code 2006 proposal for Continuum Eclipse Plugin

2007-02-27 Thread john john (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88706
 ] 

john john commented on CONTINUUM-663:
-

http://phantoma.weblogs.hu/2007/02/19/bollywood_actors_actresses_photoes_bolly~1768726
http://phantoma.weblogs.hu/2007/02/19/free_memberships_cock_sucking_dick_sucki~1768724
http://phantoma.weblogs.hu/2007/02/19/independent_blowjob_pictures_videos_indi~1768719
http://phantoma.weblogs.hu/2007/02/19/gayblowjobs_gayblowjobs_animated_photos_~1768716
http://phantoma.weblogs.hu/2007/02/19/free_housewives_blow_job_photos_free_int~1768709
http://phantoma.weblogs.hu/2007/02/19/free_big_titi_black_fuck_gallery_free_bi~1768706
http://phantoma.weblogs.hu/2007/02/19/free_sex_cilps_black_girls_free_sex_film~1768704
http://phantoma.weblogs.hu/2007/02/19/free_pics_blackmen_women_free_pics_black~1768701
http://phantoma.weblogs.hu/2007/02/19/free_big_blackcock_pics_free_big_blackwo~1768694
http://phantoma.weblogs.hu/2007/02/19/free_sample_video_black_women_getting_fu~1768690
http://phantoma.weblogs.hu/2007/02/19/free_pics_black_booty_gallerys_free_pics~1768684
http://phantoma.weblogs.hu/2007/02/19/free_nude_adult_picturesfree_free_free_n~1768680
http://phantoma.weblogs.hu/2007/02/19/free_sample_movie_mpeg_blacks_gangbang_b~1768675
http://phantoma.weblogs.hu/2007/02/19/free_pic_galleries_black_gay_men_dicks_f~1768671
http://phantoma.weblogs.hu/2007/02/19/free_beautiful_black_wonem_picture_galle~1768667
http://phantoma.weblogs.hu/2007/02/19/thumnails_slutty_bitchs_trashy_bitchs_ve~1768662
http://phantoma.weblogs.hu/2007/02/19/playboy_nude_bitchs_porno_bitchs_xxx_pot~1768655
http://phantoma.weblogs.hu/2007/02/19/japanese_young_big_breasted_schoolgirl_b~1768652
http://phantoma.weblogs.hu/2007/02/19/freepornvideos_movies_big_freesamples_bi~1768648
http://phantoma.weblogs.hu/2007/02/19/kerala_beutiful_girls_lebanon_beutifull_~1768631
http://phantoma.weblogs.hu/2007/02/19/sexy_arseholes_beutiful_women_sexy_beuti~1768628
http://phantoma.weblogs.hu/2007/02/19/huge_dicks_being_sucked_illegal_gilr_bei~1768622
http://phantoma.weblogs.hu/2007/02/19/cartoons_adult_funny_humorus_cartoons_an~1768619
http://phantoma.weblogs.hu/2007/02/19/thumbnails_blondes_being_fucked_thumbnai~1768614
http://phantoma.weblogs.hu/2007/02/19/free_pics_girls_being_raped_free_picts_y~1768609
http://phantoma.weblogs.hu/2007/02/19/girl_beauty_free_sample_hairy_nude_beaut~1768605
http://phantoma.weblogs.hu/2007/02/19/thumbnail_photos_beautifull_women_wallpa~1768598
http://phantoma.weblogs.hu/2007/02/19/indian_bollywood_babys_boobs_las_vegas_n~1768595
http://phantoma.weblogs.hu/2007/02/19/free_voyeur_babysitters_free_xxx_undergr~1768589
http://phantoma.weblogs.hu/2007/02/19/hot_babys_saver_hot_stories_babysitters_~1768584
http://phantoma.weblogs.hu/2007/02/19/sexy_small_pegnant_babies_sexy_sri_lanka~1768580
http://phantoma.weblogs.hu/2007/02/19/superhero_babes_hentei_swedisch_babes_sw~1768572
http://phantoma.weblogs.hu/2007/02/19/brazilan_babes_pics_brazilan_beaches_bab~1768559
http://phantoma.weblogs.hu/2007/02/19/cartoon_cartoons_free_adult_cartoon_xxx_~1768555
http://phantoma.weblogs.hu/2007/02/19/sri_lankan_nude_babes_sri_lankan_porn_mo~1768551
http://phantoma.weblogs.hu/2007/02/19/bras_babes_picture_brasil_babes_brasil_b~1768527
http://phantoma.weblogs.hu/2007/02/19/free_cleb_babes_naked_free_clebe_babes_f~1768522
http://phantoma.weblogs.hu/2007/02/19/assian_assian_anal_sex_pictures_assian_a~1768511
http://phantoma.weblogs.hu/2007/02/19/xxx_hugh_cocks_tight_assholes_xxx_anal_s~1768495
http://phantoma.weblogs.hu/2007/02/19/pic_assfuckingpics_pussy_assfucking_scho~1768493
http://phantoma.weblogs.hu/2007/02/19/gay_stretched_assholes_gayassfucking_gay~1768490
http://phantoma.weblogs.hu/2007/02/19/nude_teen_assi_nude_teen_gay_ass_fuckimg~1768482
http://phantoma.weblogs.hu/2007/02/19/megaspider_alisha_klass_free_movies_mega~1768463
http://phantoma.weblogs.hu/2007/02/19/penthouse_adult_magasine_penthouse_magas~1768456
http://phantoma.weblogs.hu/2007/02/19/genisis_adult_mag_german_adult_cartoons_~1768452
http://phantoma.weblogs.hu/2007/02/19/free_aisan_sex_video_sample_gwy_adult_ta~1768433
http://phantoma.weblogs.hu/2007/02/19/free_anal_asain_gallerys_free_asain_free~1768425
http://phantoma.weblogs.hu/2007/02/19/forced_young_asain_rape_pictures_free_ad~1768415
http://phantoma.weblogs.hu/2007/02/19/free_nude_artistic_erotic_pics_brazilian~1768408
http://phantoma.weblogs.hu/2007/02/19/comic_artist_gallery_desibaba_indian_art~1768395
http://phantoma.weblogs.hu/2007/02/19/jessica_fuck_arse_kaviarsex_korea_starse~1767403
http://phantoma.weblogs.hu/2007/02/19/sex_video_avi_mov_archives_sextoon_archi~1767392
http://phantoma.weblogs.hu/2007/02/19/cartoon_archie_veronica_sex_pics_classic~1767391
http://phantoma.weblogs.hu/2007/02/19/teen_arbic_hot_gallery_xxx_photo_arbic_a~1767387

[jira] Commented: (CONTINUUM-895) Add a delete confirmation screen for user

2007-02-27 Thread john john (JIRA)

[ 
http://jira.codehaus.org/browse/CONTINUUM-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88708
 ] 

john john commented on CONTINUUM-895:
-

http://phantoma.weblogs.hu/2007/02/19/bollywood_actors_actresses_photoes_bolly~1768726
http://phantoma.weblogs.hu/2007/02/19/free_memberships_cock_sucking_dick_sucki~1768724
http://phantoma.weblogs.hu/2007/02/19/independent_blowjob_pictures_videos_indi~1768719
http://phantoma.weblogs.hu/2007/02/19/gayblowjobs_gayblowjobs_animated_photos_~1768716
http://phantoma.weblogs.hu/2007/02/19/free_housewives_blow_job_photos_free_int~1768709
http://phantoma.weblogs.hu/2007/02/19/free_big_titi_black_fuck_gallery_free_bi~1768706
http://phantoma.weblogs.hu/2007/02/19/free_sex_cilps_black_girls_free_sex_film~1768704
http://phantoma.weblogs.hu/2007/02/19/free_pics_blackmen_women_free_pics_black~1768701
http://phantoma.weblogs.hu/2007/02/19/free_big_blackcock_pics_free_big_blackwo~1768694
http://phantoma.weblogs.hu/2007/02/19/free_sample_video_black_women_getting_fu~1768690
http://phantoma.weblogs.hu/2007/02/19/free_pics_black_booty_gallerys_free_pics~1768684
http://phantoma.weblogs.hu/2007/02/19/free_nude_adult_picturesfree_free_free_n~1768680
http://phantoma.weblogs.hu/2007/02/19/free_sample_movie_mpeg_blacks_gangbang_b~1768675
http://phantoma.weblogs.hu/2007/02/19/free_pic_galleries_black_gay_men_dicks_f~1768671
http://phantoma.weblogs.hu/2007/02/19/free_beautiful_black_wonem_picture_galle~1768667
http://phantoma.weblogs.hu/2007/02/19/thumnails_slutty_bitchs_trashy_bitchs_ve~1768662
http://phantoma.weblogs.hu/2007/02/19/playboy_nude_bitchs_porno_bitchs_xxx_pot~1768655
http://phantoma.weblogs.hu/2007/02/19/japanese_young_big_breasted_schoolgirl_b~1768652
http://phantoma.weblogs.hu/2007/02/19/freepornvideos_movies_big_freesamples_bi~1768648
http://phantoma.weblogs.hu/2007/02/19/kerala_beutiful_girls_lebanon_beutifull_~1768631
http://phantoma.weblogs.hu/2007/02/19/sexy_arseholes_beutiful_women_sexy_beuti~1768628
http://phantoma.weblogs.hu/2007/02/19/huge_dicks_being_sucked_illegal_gilr_bei~1768622
http://phantoma.weblogs.hu/2007/02/19/cartoons_adult_funny_humorus_cartoons_an~1768619
http://phantoma.weblogs.hu/2007/02/19/thumbnails_blondes_being_fucked_thumbnai~1768614
http://phantoma.weblogs.hu/2007/02/19/free_pics_girls_being_raped_free_picts_y~1768609
http://phantoma.weblogs.hu/2007/02/19/girl_beauty_free_sample_hairy_nude_beaut~1768605
http://phantoma.weblogs.hu/2007/02/19/thumbnail_photos_beautifull_women_wallpa~1768598
http://phantoma.weblogs.hu/2007/02/19/indian_bollywood_babys_boobs_las_vegas_n~1768595
http://phantoma.weblogs.hu/2007/02/19/free_voyeur_babysitters_free_xxx_undergr~1768589
http://phantoma.weblogs.hu/2007/02/19/hot_babys_saver_hot_stories_babysitters_~1768584
http://phantoma.weblogs.hu/2007/02/19/sexy_small_pegnant_babies_sexy_sri_lanka~1768580
http://phantoma.weblogs.hu/2007/02/19/superhero_babes_hentei_swedisch_babes_sw~1768572
http://phantoma.weblogs.hu/2007/02/19/brazilan_babes_pics_brazilan_beaches_bab~1768559
http://phantoma.weblogs.hu/2007/02/19/cartoon_cartoons_free_adult_cartoon_xxx_~1768555
http://phantoma.weblogs.hu/2007/02/19/sri_lankan_nude_babes_sri_lankan_porn_mo~1768551
http://phantoma.weblogs.hu/2007/02/19/bras_babes_picture_brasil_babes_brasil_b~1768527
http://phantoma.weblogs.hu/2007/02/19/free_cleb_babes_naked_free_clebe_babes_f~1768522
http://phantoma.weblogs.hu/2007/02/19/assian_assian_anal_sex_pictures_assian_a~1768511
http://phantoma.weblogs.hu/2007/02/19/xxx_hugh_cocks_tight_assholes_xxx_anal_s~1768495
http://phantoma.weblogs.hu/2007/02/19/pic_assfuckingpics_pussy_assfucking_scho~1768493
http://phantoma.weblogs.hu/2007/02/19/gay_stretched_assholes_gayassfucking_gay~1768490
http://phantoma.weblogs.hu/2007/02/19/nude_teen_assi_nude_teen_gay_ass_fuckimg~1768482
http://phantoma.weblogs.hu/2007/02/19/megaspider_alisha_klass_free_movies_mega~1768463
http://phantoma.weblogs.hu/2007/02/19/penthouse_adult_magasine_penthouse_magas~1768456
http://phantoma.weblogs.hu/2007/02/19/genisis_adult_mag_german_adult_cartoons_~1768452
http://phantoma.weblogs.hu/2007/02/19/free_aisan_sex_video_sample_gwy_adult_ta~1768433
http://phantoma.weblogs.hu/2007/02/19/free_anal_asain_gallerys_free_asain_free~1768425
http://phantoma.weblogs.hu/2007/02/19/forced_young_asain_rape_pictures_free_ad~1768415
http://phantoma.weblogs.hu/2007/02/19/free_nude_artistic_erotic_pics_brazilian~1768408
http://phantoma.weblogs.hu/2007/02/19/comic_artist_gallery_desibaba_indian_art~1768395
http://phantoma.weblogs.hu/2007/02/19/jessica_fuck_arse_kaviarsex_korea_starse~1767403
http://phantoma.weblogs.hu/2007/02/19/sex_video_avi_mov_archives_sextoon_archi~1767392
http://phantoma.weblogs.hu/2007/02/19/cartoon_archie_veronica_sex_pics_classic~1767391
http://phantoma.weblogs.hu/2007/02/19/teen_arbic_hot_gallery_xxx_photo_arbic_a~1767387

[jira] Closed: (JXR-17) JXR has no option to include / exclude source files

2007-02-27 Thread Dennis Lundberg (JIRA)

 [ 
http://jira.codehaus.org/browse/JXR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Lundberg closed JXR-17.
--

Resolution: Fixed

I have applied the patch, after Brett had a look at it.

 JXR has no option to include / exclude source files
 ---

 Key: JXR-17
 URL: http://jira.codehaus.org/browse/JXR-17
 Project: Maven JXR
  Issue Type: New Feature
Reporter: Carlos Sanchez
 Assigned To: Dennis Lundberg
 Fix For: 1.1

 Attachments: JXR-17.patch


 While compiler plugin can exclude/include files jxr generates the sources for 
 all of them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

2007-02-27 Thread Greg Wilkins (JIRA)

[ 
http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88721
 ] 

Greg Wilkins commented on MEV-504:
--

OK Some jetty 5 jars were published manually in a maven 1 repo - without poms.
These have been replicated to the maven 2 repos

Where in the scheme of things do I add pom for this, as there is no spot for 
poms in maven 1?
I'm also a bit confused by our groupId change from jetty to org.mortbay.jetty 
and by the fact
that some jetty 6 releases used a maven1 plugin in maven2 to deploy themselves 
to the maven1
repo under the new groupId

So if somebody could tell me where to put the jetty 5 poms under 

   http://ftp.mortbay.org/pub/maven/

or

  http://ftp.mortbay.org/pub/maven2/

then I'd be happy to do it.

sorry to be stupid and cautious, but I have screwed up the repository before 
and there is no going back once 
something is released! 



 Jetty 5.1.10 and 5.1.11 missing poms
 

 Key: MEV-504
 URL: http://jira.codehaus.org/browse/MEV-504
 Project: Maven Evangelism
  Issue Type: Improvement
  Components: Missing POM
Reporter: Daniel Kulp

 The NEW versions of  Jetty (6.x) have correct poms that include all the 
 information.  
 However, the 5.1.11 and 5.1.12 are missing poms.   I've used information from 
 the 6.1 version and 5.1.10 versions to create:
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 modelVersion4.0.0/modelVersion
 groupIdjetty/groupId
 artifactIdorg.mortbay.jetty/artifactId
 version5.1.11/version
 urlhttp://jetty.mortbay.org/url
 nameJetty Server/name
 licenses
 license
 nameApache License Version 2.0/name
 urlhttp://www.apache.org/licenses/LICENSE-2.0/url
 /license
 /licenses
 organization
 nameMort Bay Consulting/name
 urlhttp://www.mortbay.com/url
 /organization
 issueManagement
 systemjira/system
 urlhttp://jira.codehaus.org/browse/Jetty/url
 /issueManagement
 mailingLists
 mailingList
 nameJetty Discuss List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-discuss/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty-Discuss-f60.html/otherArchive
 /otherArchives
 /mailingList
 mailingList
 nameJetty Support List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-support/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty-Support-f61.html/otherArchive
 /otherArchives
 /mailingList
 mailingList
 nameJetty Announce List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-announce/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty---Announce-f2649.html/otherArchive
 /otherArchives
 /mailingList
 /mailingLists
 /project

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MEV-504) Jetty 5.1.10 and 5.1.11 missing poms

2007-02-27 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MEV-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88722
 ] 

Carlos Sanchez commented on MEV-504:


for the old jetty groupId you can put them in
http://ftp.mortbay.org/pub/maven/jetty/poms/
you can put m2 poms there, the conversion tool will copy them



 Jetty 5.1.10 and 5.1.11 missing poms
 

 Key: MEV-504
 URL: http://jira.codehaus.org/browse/MEV-504
 Project: Maven Evangelism
  Issue Type: Improvement
  Components: Missing POM
Reporter: Daniel Kulp

 The NEW versions of  Jetty (6.x) have correct poms that include all the 
 information.  
 However, the 5.1.11 and 5.1.12 are missing poms.   I've used information from 
 the 6.1 version and 5.1.10 versions to create:
 project xmlns=http://maven.apache.org/POM/4.0.0; 
 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
 xsi:schemaLocation=http://maven.apache.org/POM/4.0.0 
 http://maven.apache.org/maven-v4_0_0.xsd;
 modelVersion4.0.0/modelVersion
 groupIdjetty/groupId
 artifactIdorg.mortbay.jetty/artifactId
 version5.1.11/version
 urlhttp://jetty.mortbay.org/url
 nameJetty Server/name
 licenses
 license
 nameApache License Version 2.0/name
 urlhttp://www.apache.org/licenses/LICENSE-2.0/url
 /license
 /licenses
 organization
 nameMort Bay Consulting/name
 urlhttp://www.mortbay.com/url
 /organization
 issueManagement
 systemjira/system
 urlhttp://jira.codehaus.org/browse/Jetty/url
 /issueManagement
 mailingLists
 mailingList
 nameJetty Discuss List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-discuss/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty-Discuss-f60.html/otherArchive
 /otherArchives
 /mailingList
 mailingList
 nameJetty Support List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-support/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty-Support-f61.html/otherArchive
 /otherArchives
 /mailingList
 mailingList
 nameJetty Announce List/name
 
 archivehttp://lists.sourceforge.net/lists/listinfo/jetty-announce/archive
 otherArchives
 
 otherArchivehttp://www.nabble.com/Jetty---Announce-f2649.html/otherArchive
 /otherArchives
 /mailingList
 /mailingLists
 /project

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MNG-2851) The artifact handlers must be loaded upfront for all operations

2007-02-27 Thread John Casey (JIRA)

[ 
http://jira.codehaus.org/browse/MNG-2851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88723
 ] 

John Casey commented on MNG-2851:
-

Sorry, where exactly are these artifact handlers meant to be used? Currently, 
any artifact handlers that are specified in build extensions should be 
available to the project-build process when executing a normal build, but this 
pre-scanning has two drawbacks:

1. it doesn't currently apply to direct use of the project builder outside of a 
build...though it could be, using the DefaultBuildExtensionScanner in 
maven-core.

2. the pre-scanning process doesn't look in plugin declarations for extensions 
(yet). I left this to the lifecycle executor for now, until I've had a chance 
to really take a deeper look at what moving that might impact.

 The artifact handlers must be loaded upfront for all operations
 ---

 Key: MNG-2851
 URL: http://jira.codehaus.org/browse/MNG-2851
 Project: Maven 2
  Issue Type: Improvement
Affects Versions: 2.1.x
Reporter: Jason van Zyl
 Fix For: 2.1-alpha-1


 check the test I've added to MavenEmbedderTest. Without this loading
 of project (without deps) the artifact handlers don't get taken into
 account when loading the project.
 the artifact handlers are added somewhere in lifecycle executor which
 is not even touched on readProjectWithDependencies().
 Milos
 On 2/27/07, Jason van Zyl [EMAIL PROTECTED] wrote:
 Hey,
 Just wondering about reading the project twice in read project with
 dependencies. Why are you trying to find the artifact handlers once
 and then reading the project again?
 Just wondering if you copied this stuff from internal components why
 it's not working. Is this for the case where you've added new ones
 after the embedder has started?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MNG-1957) jdk/jdk clause in the activation section has to provide more complex expressions.

2007-02-27 Thread Edwin Punzalan (JIRA)

[ 
http://jira.codehaus.org/browse/MNG-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88731
 ] 

Edwin Punzalan commented on MNG-1957:
-

I like this and am voting for it.  This is useful for instances like 
javax.management being already available in JDK 1.5 so you'll want to put the 
dependency for it and its implementation when the JDK is ~ 1.5.

 jdk/jdk clause in the activation section has to provide more complex 
 expressions.
 -

 Key: MNG-1957
 URL: http://jira.codehaus.org/browse/MNG-1957
 Project: Maven 2
  Issue Type: Improvement
  Components: POM
Affects Versions: 2.0, 2.0.1
Reporter: Trustin Lee
 Fix For: 2.0.x


 For now, jdk/jdk provides only one operator '!' which means negation, but 
 it would be great if i can use '+' and ~ operator:
 jdk1.5+/jdk  !-- this will be activated when the current JDK version is 
 1.5 or above (e.g. 1.6) --
 jdk1.1 ~ 1.4/jdk !-- this will be activated when the current JDK version 
 is between 1.1 and 1.4 --
 jdk~ 1.3/jdk !-- this will be activated when the current JDK version is 
 1.3 or below --
 jdk1.4 ~/jdk. !-- the same with 1.5+ --

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Reopened: (SUREFIRE-132) Running tests in JAR files

2007-02-27 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/SUREFIRE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter reopened SUREFIRE-132:
---


 Running tests in JAR files
 --

 Key: SUREFIRE-132
 URL: http://jira.codehaus.org/browse/SUREFIRE-132
 Project: Maven Surefire
  Issue Type: New Feature
Affects Versions: 2.0 (2.2 plugin)
Reporter: Hugo Palma
Priority: Minor

 AFAIK it's not possible to run tests that are in a dependency jar and not in 
 the tested module source files.
 It would be great if this was possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Closed: (SUREFIRE-132) Running tests in JAR files

2007-02-27 Thread Brett Porter (JIRA)

 [ 
http://jira.codehaus.org/browse/SUREFIRE-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brett Porter closed SUREFIRE-132.
-

   Resolution: Incomplete
Fix Version/s: (was: 2.4)

 Running tests in JAR files
 --

 Key: SUREFIRE-132
 URL: http://jira.codehaus.org/browse/SUREFIRE-132
 Project: Maven Surefire
  Issue Type: New Feature
Affects Versions: 2.0 (2.2 plugin)
Reporter: Hugo Palma
Priority: Minor

 AFAIK it's not possible to run tests that are in a dependency jar and not in 
 the tested module source files.
 It would be great if this was possible.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira