[jira] Commented: (MSITE-257) Double quote character rendered as entity, which breaks JavaScript

2007-09-30 Thread Lukas Theussl (JIRA)

[ 
http://jira.codehaus.org/browse/MSITE-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108602
 ] 

Lukas Theussl commented on MSITE-257:
-

That's excactly the problem that made me get involved in maven development [1] 
:) We never solved it in m1, so I just gave it a whirl this afternoon and got 
it working. However, Doxia's xml parser needs to support CDATA sections and 
comments, which it currently doesn't, so I'm afraid you'll have to wait for the 
beta-1 release of doxia. If that's done, you will be able to do what you want 
with the following snippet:
 {code:xml} 
  script type=text/javascript
![CDATA[alert(Hello!);]]
  /script
 {code} 
[1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg11561.html

 Double quote character rendered as entity, which breaks JavaScript
 --

 Key: MSITE-257
 URL: http://jira.codehaus.org/browse/MSITE-257
 Project: Maven 2.x Site Plugin
  Issue Type: Bug
Affects Versions: 2.0-beta-5
 Environment: Maven 2.0.7, Maven Site Plugin 2.0-beta-5
Reporter: Wendy Smoak
Priority: Trivial
 Attachments: mysite.zip


 When a simple script is included in xdoc source, the double characters get 
 rendered as the html entity quot; and the script does not execute.
 For example, this in xdoc
alert(Hello!);
 produces this in the rendered html:
alert(quot;Hello!quot;);
 Sample project attached.  Execute 'mvn site:run', visit 
 http://localhost:8080/index.html, and view the source of the page.
 (Brian Fox discovered this while adding the Google search box to the Maven 
 site.)

-- 
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: (DOXIA-154) Xdoc parser should recognize script tag

2007-09-30 Thread Lukas Theussl (JIRA)
Xdoc parser should recognize script tag
-

 Key: DOXIA-154
 URL: http://jira.codehaus.org/browse/DOXIA-154
 Project: Maven Doxia
  Issue Type: Improvement
  Components: Module - Xdoc
Affects Versions: 1.0-alpha-9
Reporter: Lukas Theussl
Assignee: Lukas Theussl
 Fix For: 1.0-beta-1


See MSITE-257. The problem I see is that the emitted event will be html 
specific (but there are already tons of examples of that in our parsers). I see 
two possible solutions:
# factor out all module-dependent bits into a lower-level parser (eg 
XdocSiteParser in site-renderer?)
# add a generic method (unknownTag() ?) to the sink API that could be used by 
only the sinks that know what to do with the event

-- 
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: (DOXIA-155) AbstractXmlParser should recognize CDATA, entities and comments

2007-09-30 Thread Lukas Theussl (JIRA)
AbstractXmlParser should recognize CDATA, entities and comments
---

 Key: DOXIA-155
 URL: http://jira.codehaus.org/browse/DOXIA-155
 Project: Maven Doxia
  Issue Type: Improvement
  Components: Core, Module - Docbook Simple, Module - Xdoc, Module - 
Xhtml
Affects Versions: 1.0-alpha-9
Reporter: Lukas Theussl
Assignee: Lukas Theussl
 Fix For: 1.0-beta-1




-- 
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: (MANT-32) java.lang.ClassCastException when packaging jeuclid-3.0.1

2007-09-30 Thread Peter Wainwright (JIRA)
java.lang.ClassCastException when packaging jeuclid-3.0.1
-

 Key: MANT-32
 URL: http://jira.codehaus.org/browse/MANT-32
 Project: Maven 2.x Ant Plugin
  Issue Type: Bug
Affects Versions: 2.1
 Environment: Fedora 7 Linux with Sun JDK 1.6.0_02
Reporter: Peter Wainwright


mvn package causes java.lang.ClassCastException when packaging jeuclid-3.0.1
Stack dump is here:

[INFO] Building jar: 
/home/prw/src/jeuclid-parent-3.0.1/jeuclid-core/target/jeuclid-core-3.0.1.jar
[INFO] [ant:ant {execution: default}]
[INFO] 
[ERROR] FATAL ERROR
[INFO] 
[INFO] java.util.HashMap cannot be cast to [Ljava.util.Map;
[INFO] 
[INFO] Trace
java.lang.ClassCastException: java.util.HashMap cannot be cast to 
[Ljava.util.Map;
at 
org.apache.maven.plugin.ant.AntBuildWriterUtil.getMavenPluginOptions(AntBuildWriterUtil.java:980)
at 
org.apache.maven.plugin.ant.AntBuildWriterUtil.getMavenJavadocPluginOptions(AntBuildWriterUtil.java:823)
at 
org.apache.maven.plugin.ant.AntBuildWriterUtil.writeJavadocTask(AntBuildWriterUtil.java:533)
at 
org.apache.maven.plugin.ant.AntBuildWriter.writeJavadocTarget(AntBuildWriter.java:865)
at 
org.apache.maven.plugin.ant.AntBuildWriter.writeGeneratedBuildXml(AntBuildWriter.java:299)
at 
org.apache.maven.plugin.ant.AntBuildWriter.writeBuildXmls(AntBuildWriter.java:112)
at org.apache.maven.plugin.ant.AntMojo.execute(AntMojo.java:112)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

Unfortunately I don't know enough Java to fix this.  Nor do I have a clue what 
the code is
supposed to be doing. However, it seems that 
getMavenPluginConfigurationsImpl().get()
returns a single HashMap, and getMavenPluginOptions is trying to cast this to 
an array of Maps.
Is this possible?

The previous version, 2.0-beta-1, works OK.



-- 
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: (MAVENUPLOAD-1741) Upload OpenOffice.org Java/Uno 2.3.0

2007-09-30 Thread Mirko Nasato (JIRA)
Upload OpenOffice.org Java/Uno 2.3.0


 Key: MAVENUPLOAD-1741
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1741
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Mirko Nasato


OpenOffice.org includes some JARs that can be used in a standalone Java app to 
connect to a running OpenOffice.org instance.

Please find the bundles here:

http://www.artofsolving.com/files/m2/juh-2.3.0-bundle.jar
http://www.artofsolving.com/files/m2/jurt-2.3.0-bundle.jar
http://www.artofsolving.com/files/m2/ridl-2.3.0-bundle.jar
http://www.artofsolving.com/files/m2/unoil-2.3.0-bundle.jar

-- 
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: (MEV-547) Missing POM file

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MEV-547.
--

  Assignee: Carlos Sanchez
Resolution: Incomplete

see http://maven.apache.org/guides/mini/guide-maven-evangelism.html

 Missing POM file
 

 Key: MEV-547
 URL: http://jira.codehaus.org/browse/MEV-547
 Project: Maven Evangelism
  Issue Type: Bug
Reporter: Silvano Maffeis
Assignee: Carlos Sanchez

 Hi. The POM file is missing in 
 http://repo1.maven.org/maven2/axis/axis-jaxrpc/1.4/

-- 
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: (DOXIA-156) XhtmlSink#tableCell( boolean headerRow, String width ) uses a COLSPAN attribute instead of WIDTH attribute

2007-09-30 Thread Vincent Siveton (JIRA)
XhtmlSink#tableCell( boolean headerRow, String width ) uses a COLSPAN attribute 
instead of WIDTH attribute
--

 Key: DOXIA-156
 URL: http://jira.codehaus.org/browse/DOXIA-156
 Project: Maven Doxia
  Issue Type: Bug
  Components: Module - Xhtml
Affects Versions: 1.0-alpha-9
Reporter: Vincent Siveton
Assignee: Vincent Siveton
Priority: Blocker


For instance, this typo generates:
th colspan=477 instead of th width=477px 

-- 
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: (DOXIA-156) XhtmlSink#tableCell( boolean headerRow, String width ) uses a COLSPAN attribute instead of WIDTH attribute

2007-09-30 Thread Vincent Siveton (JIRA)

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

Vincent Siveton closed DOXIA-156.
-

   Resolution: Fixed
Fix Version/s: 1.0-alpha-10

fixed in r580725 

 XhtmlSink#tableCell( boolean headerRow, String width ) uses a COLSPAN 
 attribute instead of WIDTH attribute
 --

 Key: DOXIA-156
 URL: http://jira.codehaus.org/browse/DOXIA-156
 Project: Maven Doxia
  Issue Type: Bug
  Components: Module - Xhtml
Affects Versions: 1.0-alpha-9
Reporter: Vincent Siveton
Assignee: Vincent Siveton
Priority: Blocker
 Fix For: 1.0-alpha-10


 For instance, this typo generates:
 th colspan=477 instead of th width=477px 

-- 
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: (MRESOURCES-49) Maven 2 resources:resources causes NPE

2007-09-30 Thread Martin Gainty (JIRA)

[ 
http://jira.codehaus.org/browse/MRESOURCES-49?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108691
 ] 

Martin Gainty commented on MRESOURCES-49:
-

maven 2.0.7 fixes the resources:resources NPE and produces 
\jetty-6.1.0\modules\util\target\jetty-util.jar



 Maven 2 resources:resources causes NPE
 --

 Key: MRESOURCES-49
 URL: http://jira.codehaus.org/browse/MRESOURCES-49
 Project: Maven 2.x Resources Plugin
  Issue Type: Bug
 Environment: Maven 2.0.2 
 java version 1.5.0_02
 4GB RAM (plenty)
 Diskspace app 1 tera (plenty)
 2.2Mhz Wintel
Reporter: Martin Gainty
   Original Estimate: 1 minute
  Remaining Estimate: 1 minute

 Download Jetty 6.1.0
 cd /Jetty/jetty-6.1.0
 mvn
 everything is fine until the resources plugin is called and then NPE
 [INFO] [resources:resources]
 [INFO] Using default encoding to copy filtered resources.
 [GC [DefNew: 3962K-0K(4032K), 0.0059200 secs] 47622K-44219K(262080K), 
 0.006027
 0 secs]
 [INFO] 
 -
 ---
 [ERROR] FATAL ERROR
 [INFO] 
 -
 ---
 [INFO] null
 [INFO] 
 -
 ---
 [INFO] Trace
 java.lang.NullPointerException
 at org.apache.maven.wagon.PathUtils.protocol(PathUtils.java:206)
 at 
 org.apache.maven.wagon.repository.Repository.setUrl(Repository.java:1
 19)
 at 
 org.apache.maven.wagon.repository.Repository.init(Repository.java:7
 2)
 at 
 org.apache.maven.artifact.repository.DefaultArtifactRepository.init
 (DefaultArtifactRepository.java:67)
 at 
 org.apache.maven.artifact.repository.DefaultArtifactRepositoryFactory
 .createDeploymentArtifactRepository(DefaultArtifactRepositoryFactory.java:41)
 at 
 org.apache.maven.project.ProjectUtils.buildDeploymentArtifactReposito
 ry(ProjectUtils.java:77)
 at 
 org.apache.maven.project.DefaultMavenProjectBuilder.processProjectLog
 ic(DefaultMavenProjectBuilder.java:751)
 at 
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMave
 nProjectBuilder.java:631)
 at 
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromReposito
 ry(DefaultMavenProjectBuilder.java:353)
 at 
 org.apache.maven.project.artifact.MavenMetadataSource.retrieve(MavenM
 etadataSource.java:102)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactCollector.recurse(D
 efaultArtifactCollector.java:282)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactCollector.collect(D
 efaultArtifactCollector.java:67)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
 nsitively(DefaultArtifactResolver.java:223)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
 nsitively(DefaultArtifactResolver.java:211)
 at 
 org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra
 nsitively(DefaultArtifactResolver.java:182)
 at 
 org.apache.maven.plugin.DefaultPluginManager.ensurePluginContainerIsC
 omplete(DefaultPluginManager.java:611)
 at 
 org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(Defaul
 tPluginManager.java:522)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
 nManager.java:393)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
 ultLifecycleExecutor.java:531)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
 fecycle(DefaultLifecycleExecutor.java:472)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
 ltLifecycleExecutor.java:451)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
 dleFailures(DefaultLifecycleExecutor.java:303)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
 ts(DefaultLifecycleExecutor.java:270)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
 fecycleExecutor.java:139)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
 java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
 sorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 

[jira] Closed: (CONTINUUM-1476) warning/error in the mail generation

2007-09-30 Thread Olivier Lamy (JIRA)

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

Olivier Lamy closed CONTINUUM-1476.
---

Resolution: Fixed

svn rev 580773

 warning/error in the mail generation
 

 Key: CONTINUUM-1476
 URL: http://jira.codehaus.org/browse/CONTINUUM-1476
 Project: Continuum
  Issue Type: Bug
  Components: Notifier - Mail
Affects Versions: 1.1-beta-2
Reporter: Olivier Lamy
Assignee: Olivier Lamy
Priority: Minor
 Fix For: 1.1-beta-4


 Log contains 
 INFO   | jvm 1| 2007/09/20 08:55:49 | 2007-09-20 08:55:49,636 
 [pool-1-thread-1] ERROR VelocityComponent:default  - Left side 
 ($build.buildDefinition.type) of '==' operation has null value. If a 
 reference, it may not be in the context. Operation not possible. 
 org/apache/maven/continuum/notifi
 cation/mail/templates/maven2/BuildComplete.vm [line 113, column 37]
 INFO   | jvm 1| 2007/09/20 08:55:49 | 2007-09-20 08:55:49,638 
 [pool-1-thread-1] ERROR VelocityComponent:default  - Left side 
 ($build.buildDefinition.type) of '==' operation has null value. If a 
 reference, it may not be in the context. Operation not possible. 
 org/apache/maven/continuum/notifi
 cation/mail/templates/maven2/BuildComplete.vm [line 116, column 41]
 INFO   | jvm 1| 2007/09/20 08:55:49 | 2007-09-20 08:55:49,640 
 [pool-1-thread-1] WARN  VelocityComponent:default  - 
 org.apache.velocity.runtime.exception.ReferenceException: reference : 
 template = 
 org/apache/maven/continuum/notification/mail/templates/maven2/BuildComplete.vm
  [line 130,column

-- 
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-1453) Confirmation Page for Deleting a Build Definition is not Informative Enough

2007-09-30 Thread Olivier Lamy (JIRA)

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

Olivier Lamy closed CONTINUUM-1453.
---

Resolution: Fixed

svn rev 580778

 Confirmation Page for Deleting a Build Definition is not Informative Enough
 ---

 Key: CONTINUUM-1453
 URL: http://jira.codehaus.org/browse/CONTINUUM-1453
 Project: Continuum
  Issue Type: Bug
  Components: Web - UI
Affects Versions: 1.1-alpha-1, 1.1-alpha-2, 1.1-beta-1, 1.1-beta-2
 Environment: Currently, confirmation says:
 Are you sure you want to delete the build definition 3?
 where the number 3 can't be seen in the previous page to be used for 
 verification reference for the delete.
Reporter: Maria Catherine Tan
Assignee: Olivier Lamy
 Fix For: 1.1-beta-4


 Currently, confirmation says:
 Are you sure you want to delete the build definition 3?
 where the number 3 can't be seen in the previous page to be used for 
 verification reference for the delete.

-- 
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: (MECLIPSE-264) Support for WTP2.0

2007-09-30 Thread Peter Courcoux (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108697
 ] 

Peter Courcoux commented on MECLIPSE-264:
-

I think that there is a bit more to supporting wtp 2.0 than is dealt with in 
the maven-264.patch file referenced above, including updating the 
org.eclipse.wst.common.project.facet.core.xml file within referenced projects 
in a multi-project build. 

I am just finalizing a patch for wtp 2.0 support including this. I have a basic 
test case which passes, but have yet to write the test for the multi-project 
part, although it works for the multi-project build for the project I am 
currently working with. If I don't get the time to look at the test in the next 
few days I'll post the patch 'as is' for review.


 



 Support for WTP2.0
 --

 Key: MECLIPSE-264
 URL: http://jira.codehaus.org/browse/MECLIPSE-264
 Project: Maven 2.x Eclipse Plugin
  Issue Type: Improvement
  Components: WTP support
Affects Versions: 2.4
Reporter: Geir Pettersen
Assignee: Arnaud Heritier
 Fix For: 2.5

 Attachments: maven-264.patch


 As far as I can see this plugin only supports WTP version 1.0 and 1.5. while 
 WTP 2.0 is already released in milestone 6

-- 
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-1491) Build history screen should show build definition description

2007-09-30 Thread Olivier Lamy (JIRA)

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

Olivier Lamy closed CONTINUUM-1491.
---

  Assignee: Olivier Lamy
Resolution: Fixed

svn rev 580783

 Build history screen should show build definition description
 -

 Key: CONTINUUM-1491
 URL: http://jira.codehaus.org/browse/CONTINUUM-1491
 Project: Continuum
  Issue Type: Bug
  Components: Web - UI
Affects Versions: 1.1-beta-3
 Environment: xp,svn
Reporter: Dan Tran
Assignee: Olivier Lamy
 Fix For: 1.1-beta-4


 I have a build that contains many build definitions( site, integration test 
 per database, etc )  running in group ( ie using one scheduler)
 Without the build definition description, it is quite difficult to figure out 
 which result belonging to which definition

-- 
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: (CONTINUUM-1452) Show a summary total of the Projects and Build Status columns on the Project Groups page

2007-09-30 Thread Olivier Lamy (JIRA)

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

Olivier Lamy updated CONTINUUM-1452:


Attachment: screenshot-1.jpg

Patch screenshot.
Pacth rework with adding in extremecomponents.css (if not alignement is not 
correct with firefox).
.eXtremeTable .calcRow {
  text-align: right;
}

.eXtremeTable .calcTitle {
  text-align: left;
}

 Show a summary total of the Projects and Build Status columns on the Project 
 Groups page
 

 Key: CONTINUUM-1452
 URL: http://jira.codehaus.org/browse/CONTINUUM-1452
 Project: Continuum
  Issue Type: Wish
  Components: Web - UI
Affects Versions: 1.1-beta-2
Reporter: Tomislav Stojcevich
Assignee: Olivier Lamy
Priority: Minor
 Fix For: 1.1-beta-4

 Attachments: CONTINUUM-1452-continuum-webapp.patch, Project Group 
 with totals.jpg, screenshot-1.jpg


 It would be nice to see a summary total of all of the projects and the status 
 displayed at the bottom of the the Projects and Build Status columns on the 
 Project Groups page.

-- 
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: (CONTINUUM-1452) Show a summary total of the Projects and Build Status columns on the Project Groups page

2007-09-30 Thread Olivier Lamy (JIRA)

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

Olivier Lamy updated CONTINUUM-1452:


Attachment: CONTINUUM-1452

Attach new patch.
IMHO we have to highligth the summary line but I'm not a UI specialist what the 
others thinks ?

 Show a summary total of the Projects and Build Status columns on the Project 
 Groups page
 

 Key: CONTINUUM-1452
 URL: http://jira.codehaus.org/browse/CONTINUUM-1452
 Project: Continuum
  Issue Type: Wish
  Components: Web - UI
Affects Versions: 1.1-beta-2
Reporter: Tomislav Stojcevich
Assignee: Olivier Lamy
Priority: Minor
 Fix For: 1.1-beta-4

 Attachments: CONTINUUM-1452, CONTINUUM-1452-continuum-webapp.patch, 
 Project Group with totals.jpg, screenshot-1.jpg


 It would be nice to see a summary total of all of the projects and the status 
 displayed at the bottom of the the Projects and Build Status columns on the 
 Project Groups page.

-- 
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: (MAVENUPLOAD-1738) Upload ZK Commons-EL Library to the central repository

2007-09-30 Thread Henri Yandell (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108703
 ] 

Henri Yandell commented on MAVENUPLOAD-1738:


How is this different to 
http://repo1.maven.org/maven2/commons-el/commons-el/1.0/ ?

 Upload ZK Commons-EL Library to the central repository
 --

 Key: MAVENUPLOAD-1738
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1738
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Dennis Chen

 http://www.zkoss.org/maven/bundles/zkforge/zcommons-el-1.0.0-bundle.jar
 http://www.zkoss.org
 http://sourceforge.net/users/waterbottle/
 ZK is an open-source Ajax Web framework that enables rich user interface for 
 Web applications with no JavaScript and little programming.

-- 
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: (MAVENUPLOAD-1738) Upload ZK Commons-EL Library to the central repository

2007-09-30 Thread Henri Yandell (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108704
 ] 

Henri Yandell commented on MAVENUPLOAD-1738:


Feel free to ignore that - i missed the 'z' at the front. I'm still interested 
in the reasons for the fork, but it's a different artifactId/package naming, so 
no big deal.


 Upload ZK Commons-EL Library to the central repository
 --

 Key: MAVENUPLOAD-1738
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1738
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Dennis Chen

 http://www.zkoss.org/maven/bundles/zkforge/zcommons-el-1.0.0-bundle.jar
 http://www.zkoss.org
 http://sourceforge.net/users/waterbottle/
 ZK is an open-source Ajax Web framework that enables rich user interface for 
 Web applications with no JavaScript and little programming.

-- 
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: (MAVENUPLOAD-1739) New version of XINS for Maven2 repository

2007-09-30 Thread Henri Yandell (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108705
 ] 

Henri Yandell commented on MAVENUPLOAD-1739:


Have you read the information on how to supply jars? ie) make a pom and create 
a bundle:

http://maven.apache.org/guides/mini/guide-central-repository-upload.html

 New version of XINS for Maven2 repository
 -

 Key: MAVENUPLOAD-1739
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1739
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Anthony Goubard

 Hi,
 Here are new JAR file that I'd like to have uploaded in Maven:
 http://xins.sourceforge.net/maven/xins-server-2.1.jar
 http://xins.sourceforge.net/maven/xins-common-2.1.jar
 http://xins.sourceforge.net/maven/xins-client-2.1.jar
 http://xins.sourceforge.net/maven/logdoc-2.1.jar
 Kind regards,
 Anthony

-- 
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: (MAVENUPLOAD-1737) Java Bean Library

2007-09-30 Thread Henri Yandell (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108706
 ] 

Henri Yandell commented on MAVENUPLOAD-1737:


See: http://maven.apache.org/guides/mini/guide-central-repository-upload.html

A tar.gz isn't a bundle.

 Java Bean Library
 -

 Key: MAVENUPLOAD-1737
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1737
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Hanson Char
 Attachments: beanlib-3.3.0beta10.jar, 
 beanlib-hibernate-3.3.0beta10.jar


 Java Bean Library (beanlib) is a utilities library for use with JavaBean's.
 It makes life easy for bean replication.
 Java Bean Library for Hibernate (beanlib-hibernate) is particularly handy 
 when used with Hibernate.
 It allows developers to easily reuse the same pojo classes for both 
 persistence instances and data transfer objects.

-- 
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-545) clickstream version 1.0.3 is missing from repo1.maven.org

2007-09-30 Thread Henri Yandell (JIRA)

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

Henri Yandell commented on MEV-545:
---

Notably; that this is an OpenSymphony artifact and so you need to work with the 
OpenSymphony project and not with us directly. Otherwise their slice of the 
global repository will not be authoritative.

 clickstream version 1.0.3 is missing from repo1.maven.org
 -

 Key: MEV-545
 URL: http://jira.codehaus.org/browse/MEV-545
 Project: Maven Evangelism
  Issue Type: Task
  Components: Missing POM
Reporter: Brian Bonner
 Attachments: clickstream-1.0.3.jar, pom.xml


 This POM is missing.

-- 
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] Resolved: (MEV-405) pom for cactus:cactus:13-1.7.2

2007-09-30 Thread Henri Yandell (JIRA)

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

Henri Yandell resolved MEV-405.
---

Resolution: Won't Fix

Need to contact the Cactus developers to get their pom in the Apache repository 
rather than fixing directly here with a different pom.

 pom for cactus:cactus:13-1.7.2
 --

 Key: MEV-405
 URL: http://jira.codehaus.org/browse/MEV-405
 Project: Maven Evangelism
  Issue Type: Bug
  Components: Missing POM
Reporter: Shinobu Kawai
 Attachments: cactus-13-1.7.2.pom


 initial pom suggestion for cactus:cactus:13-1.7.2

-- 
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: (MAVENUPLOAD-1737) Java Bean Library

2007-09-30 Thread Hanson Char (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108709
 ] 

Hanson Char commented on MAVENUPLOAD-1737:
--

The tar.gz is the download bundle from Sourceforge, not maven bundle.  

The actual maven bundle jars are physically attached in this request and they 
are bundled in the maven upload format you require.  I've done this in all 
previous successful upload requests, including MAVENUPLOAD-1670, 
MAVENUPLOAD-1642, etc.

Not good enough ?


 Java Bean Library
 -

 Key: MAVENUPLOAD-1737
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1737
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Hanson Char
 Attachments: beanlib-3.3.0beta10.jar, 
 beanlib-hibernate-3.3.0beta10.jar


 Java Bean Library (beanlib) is a utilities library for use with JavaBean's.
 It makes life easy for bean replication.
 Java Bean Library for Hibernate (beanlib-hibernate) is particularly handy 
 when used with Hibernate.
 It allows developers to easily reuse the same pojo classes for both 
 persistence instances and data transfer objects.

-- 
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: (MAVENUPLOAD-1730) Upload bndlib 0.0.190 to central repository

2007-09-30 Thread Stuart McCulloch (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108716
 ] 

Stuart McCulloch commented on MAVENUPLOAD-1730:
---

FYI, since creating this request Peter has released several updates and the 
latest BND library version is now 0.0.198:

   http://www.aqute.biz/repo/biz/aQute/bnd/0.0.198

btw, this update is required by the Maven Bundle Plugin over at Felix which is 
why we need it on the central repository.

 Upload bndlib 0.0.190 to central repository
 ---

 Key: MAVENUPLOAD-1730
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1730
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Stuart McCulloch

 Peter Kriens has released another update to his BND library:
http://www.aqute.biz/repo/biz/aQute/bnd/0.0.190
 could you upload it as usual to the central repo - thanks!

-- 
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: (MAVENUPLOAD-1730) Upload bndlib 0.0.190 to central repository

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1730.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Upload bndlib 0.0.190 to central repository
 ---

 Key: MAVENUPLOAD-1730
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1730
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Stuart McCulloch
Assignee: Carlos Sanchez

 Peter Kriens has released another update to his BND library:
http://www.aqute.biz/repo/biz/aQute/bnd/0.0.190
 could you upload it as usual to the central repo - thanks!

-- 
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: (MAVENUPLOAD-1737) Java Bean Library

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1737.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Java Bean Library
 -

 Key: MAVENUPLOAD-1737
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1737
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Hanson Char
Assignee: Carlos Sanchez
 Attachments: beanlib-3.3.0beta10.jar, 
 beanlib-hibernate-3.3.0beta10.jar


 Java Bean Library (beanlib) is a utilities library for use with JavaBean's.
 It makes life easy for bean replication.
 Java Bean Library for Hibernate (beanlib-hibernate) is particularly handy 
 when used with Hibernate.
 It allows developers to easily reuse the same pojo classes for both 
 persistence instances and data transfer objects.

-- 
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: (MAVENUPLOAD-1738) Upload ZK Commons-EL Library to the central repository

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1738.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Upload ZK Commons-EL Library to the central repository
 --

 Key: MAVENUPLOAD-1738
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1738
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Dennis Chen
Assignee: Carlos Sanchez

 http://www.zkoss.org/maven/bundles/zkforge/zcommons-el-1.0.0-bundle.jar
 http://www.zkoss.org
 http://sourceforge.net/users/waterbottle/
 ZK is an open-source Ajax Web framework that enables rich user interface for 
 Web applications with no JavaScript and little programming.

-- 
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: (MAVENUPLOAD-1736) jMesa 2.2.1 upload

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1736.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 jMesa 2.2.1 upload
 --

 Key: MAVENUPLOAD-1736
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1736
 Project: maven-upload-requests
  Issue Type: Bug
Reporter: Olivier Lamy
Assignee: Carlos Sanchez

 jMesa is the new version of extremeTable taglib

-- 
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: (MAVENUPLOAD-1741) Upload OpenOffice.org Java/Uno 2.3.0

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1741.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Upload OpenOffice.org Java/Uno 2.3.0
 

 Key: MAVENUPLOAD-1741
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1741
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Mirko Nasato
Assignee: Carlos Sanchez

 OpenOffice.org includes some JARs that can be used in a standalone Java app 
 to connect to a running OpenOffice.org instance.
 Please find the bundles here:
 http://www.artofsolving.com/files/m2/juh-2.3.0-bundle.jar
 http://www.artofsolving.com/files/m2/jurt-2.3.0-bundle.jar
 http://www.artofsolving.com/files/m2/ridl-2.3.0-bundle.jar
 http://www.artofsolving.com/files/m2/unoil-2.3.0-bundle.jar

-- 
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: (MAVENUPLOAD-1735) Esper upload to Maven

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1735.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

uploaded, but next time check with codehaus as they have a repository that is 
automatically synced

 Esper upload to Maven
 -

 Key: MAVENUPLOAD-1735
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1735
 Project: maven-upload-requests
  Issue Type: Bug
Reporter: Thomas Bernhardt
Assignee: Carlos Sanchez

 http://dist.codehaus.org/esper/esper-1.11.0-bundle.jar 
 http://esper.codehaus.org
 http://http://xircles.codehaus.org/projects/esper/members

-- 
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: (MAVENUPLOAD-1726) OpenDS Directory Server

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1726.
---

  Assignee: Carlos Sanchez
Resolution: Incomplete

 OpenDS Directory Server
 ---

 Key: MAVENUPLOAD-1726
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1726
 Project: maven-upload-requests
  Issue Type: Improvement
Reporter: Jasper Blues
Assignee: Carlos Sanchez
 Attachments: openDS-1.0.0-build005-bundle.jar


 OpenDS is an open source community project building a free and comprehensive 
 next generation directory service. OpenDS is designed to address large 
 deployments, to provide high performance, to be highly extensible, and to be 
 easy to deploy, manage and monitor.
 Team List: https://opends.dev.java.net/public/misc/bios.html

-- 
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: (MAVENUPLOAD-1732) upload xSocket V2.0-alpha-1

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1732.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 upload xSocket V2.0-alpha-1
 ---

 Key: MAVENUPLOAD-1732
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1732
 Project: maven-upload-requests
  Issue Type: New Feature
Reporter: greg
Assignee: Carlos Sanchez

 xSocket is a easy to use NIO-based library to build high performance, high 
 scalable network applications.

-- 
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: (MAVENUPLOAD-1731) ACEGI-JSF Component Library

2007-09-30 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108719
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1731:
-

no dependencies? not even acegi?

 ACEGI-JSF Component Library
 ---

 Key: MAVENUPLOAD-1731
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1731
 Project: maven-upload-requests
  Issue Type: New Feature
Reporter: Cagatay Civici

 ACEGI-JSF Integration library contains the reimplementation of ACEGI's JSP 
 tags as JSF components.

-- 
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: (MAVENUPLOAD-1733) Upload javax.jcr:jcr:1.0

2007-09-30 Thread Carlos Sanchez (JIRA)

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

Carlos Sanchez closed MAVENUPLOAD-1733.
---

  Assignee: Carlos Sanchez
Resolution: Fixed

 Upload javax.jcr:jcr:1.0
 

 Key: MAVENUPLOAD-1733
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1733
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Jukka Zitting
Assignee: Carlos Sanchez

 Please upload the JCR 1.0 API artifacts from the referenced bundle.
 The licensing issues mentioned in MAVENUPLOAD-1050 have been resolved by a 
 license addendum released by Day at 
 http://www.day.com/maven/jsr170/jars/LICENSE.txt.
 The POM file included in the bundle is based on the version already available 
 at http://repo1.maven.org/maven2/javax/jcr/jcr/1.0/jcr-1.0.pom. The only 
 differences are an added reference to the license addendum, correct 
 organization name Day Management AG, and removal of the 
 distributionManagement/ section as unneeded.
 The jcr-1.0.jar file included in the bundle is the exact version available 
 from http://jcp.org/aboutJava/communityprocess/final/jsr170/index.html, and 
 the jcr-1.0-sources.jar and and jcr-1.0-javadocs.jar files contain the 
 sources and javadocs from within the same JSR 170 final release package.

-- 
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: (MAVENUPLOAD-1734) Timingframework 1.0

2007-09-30 Thread Carlos Sanchez (JIRA)

[ 
http://jira.codehaus.org/browse/MAVENUPLOAD-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_108720
 ] 

Carlos Sanchez commented on MAVENUPLOAD-1734:
-

why is the groupId org.jdesktop ?

 Timingframework 1.0
 ---

 Key: MAVENUPLOAD-1734
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-1734
 Project: maven-upload-requests
  Issue Type: Task
Reporter: Wim Deblauwe

 The Timing Framework is a library for making Java animation and timing-based 
 control easier.

-- 
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